emacs-devel
[Top][All Lists]
Advanced

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

Re: font-lock-syntactic-keywords obsolet?


From: Dmitry Gutov
Subject: Re: font-lock-syntactic-keywords obsolet?
Date: Sun, 19 Jun 2016 16:48:05 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2

On 06/19/2016 04:31 PM, Alan Mackenzie wrote:

Simply because these scans are done on the change region of
before/after-change-functions (as expanded), not on the entire tail of
the buffer.  In CC Mode, all the uses of the syntax-table property are
"local"; a buffer change in an earlier part of the buffer (aside from
crude syntactic things like inserting unclosed comment/string
delimiters) cannot affect the properties on the current part of the
buffer.

So if I remove a closing brace somewhere near the beginning of the buffer, it still can't affect text properties near the end?

If so, what if I remove a closing double-quote instead?



reply via email to

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