bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Font Lock Mode only highlights strings


From: Gregory Stark
Subject: Font Lock Mode only highlights strings
Date: Wed, 30 Aug 2006 09:49:14 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Richard Stallman <rms@gnu.org> writes:

>     (I do some see some other problems like font-lock-mode not working 
> properly
>     but I assume these are just normal bugs due to using a development 
> version)
>
> Please report each of these bugs.  If you don't report them,
> how can we fix them?

Well the problem is that font-lock-mode seems to be hilighting only strings.
Nothing else. No keywords, types, nothing.

I'm in c-mode from cc-mode.el. I have extensive customizations though so it
would be hard to pin down exactly what's causing this.

The only code in my .emacs that seems to relate to font-lock-mode is this
which I do in my c-mode-hook:

                   (font-lock-mode 1)
                   (set-face-foreground 'font-lock-string-face "cyan")


-- 
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]