emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: C++-mode: Syntax highlighting: wrong color for funct


From: Stefan Monnier
Subject: Re: address@hidden: C++-mode: Syntax highlighting: wrong color for function identifier depending on the kind of whitespace that follows]
Date: Thu, 10 Mar 2005 23:47:22 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>     - why can't they use the font-lock-multiline property?
> People are looking for a clearer explanation of what this does
> and how to use it.

All the consecutive chars with a non-nil font-lock-multiline property will
always be re-fontified together.  E.g. if it is put on three consecutive
lines, a modification on any of the three lines will cause all three to be
re-fontified.


        Stefan





reply via email to

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