From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103b8b,ec9c2faf505e5d4a X-Google-Attributes: gid103b8b,public X-Google-Thread: 103376,ec9c2faf505e5d4a X-Google-Attributes: gid103376,public From: Kai Grossjohann Subject: Re: GNU Emacs ada-mode: colors in X Date: 1998/01/20 Message-ID: #1/1 X-Deja-AN: 317657491 Sender: grossjoh@ramses.ls6.uni-do References: <69v6kt$kup$1@madmax.keyway.net> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Organization: University of Dortmund, Germany Newsgroups: comp.lang.ada,gnu.emacs.help Date: 1998-01-20T00:00:00+00:00 List-Id: >>>>> On 19 Jan 1998, johnjohn said: John> On the RedHat box, I noticed that the version of Emacs I'm using John> (19.34 from the RedHat provided RPM), the ada-mode doesn't colorize John> the source code. On the Sparc, it did. With Emacs 19.34 (and higher) you can turn on font-lock for all modes that support it with the following two lines in your .emacs file: (setq font-lock-maximum-decoration t) (global-font-lock-mode 1 t) The second line turns the fontification on, the first one makes it more colorful. kai -- Kai Grossjohann, Informatik VI grossjohann@ls6.cs.uni-dortmund.de Uni Dortmund, D-44221 Dortmund http://ls6-www.cs.uni-dortmund.de/ Vox +49 231 755 5670, Fax -2405 OOP: object oriented programming OOPS: object oriented mistakes