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

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

Re: Font-lock-mode


From: Stefan Monnier
Subject: Re: Font-lock-mode
Date: 30 Oct 2001 12:57:15 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50

>>>>> "Dave" == Dave Leimbach <dleimbac@mpi-plusplus.mpi-softtech.com> writes:
> In C mode the syntax highlighting for some large comments isn't correct.  
> The color for the comment terminates early.

My crystal ball tells me that you have an open-paren or an
open-square-bracket or an open-curly-brace somewhere in
column 0 inside the comment.
Turning off jit-lock-mode will mostly hide the problem, just
like it was mostly hidden in Emacs20 (i.e. the problem only
manifests itself when editing text within that comment).
Otherwise, inserting a backslash before those chars is also
a very effective weapon.


        Stefan



reply via email to

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