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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,95af52109e24f8f9 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.228.227 with SMTP id sl3mr7171193pbc.5.1341422395327; Wed, 04 Jul 2012 10:19:55 -0700 (PDT) Path: l9ni10839pbj.0!nntp.google.com!news2.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Emacs 24.1 and colours References: Date: Wed, 04 Jul 2012 13:19:49 -0400 Message-ID: <85fw97e956.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (windows-nt) Cancel-Lock: sha1:/9QruiJFwdRvvCS4bH2+UHsmblo= MIME-Version: 1.0 X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: d401f4ff47b38e029e66131521 X-Received-Bytes: 1507 Content-Type: text/plain Date: 2012-07-04T13:19:49-04:00 List-Id: Simon Wright writes: > I just installed Emacs 24.1 on Mac OS X Lion, and found that my Ada code > seemed to have been eaten away. For example, if the code said > "with Foo;" > it would appear as > "with ;" This doesn't happen for me on Windows 7 (just upgraded today :). > This is to do with colouring in font-lock-mode. > > I posted a note about a workround at > http://forward-in-code.blogspot.co.uk/2012/06/where-did-my-constants-go.html. that says the problem is font-lock-constant-face, which is set to "dark cyan" by default. On my system, font-lock-constant-face is set to 'font-lock-constant-face, which is confusing :). Using Options | Customize Emacs | Specific Face ..., I can see it is set to "CadetBlue". I don't know why that would be different on a different OS. -- -- Stephe