emacs-devel
[Top][All Lists]
Advanced

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

Re: Tokenizing


From: Stefan Monnier
Subject: Re: Tokenizing
Date: Sun, 21 Sep 2014 12:42:31 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> font-lock runs after 'idle-time', which appears to be about 2 seconds (I

Not really: font-lock is run "on the next redisplay",
i.e. "immediately", on the modified lines.  There is also a delayed
re-highlighting of the rest of buffer (the part after the modified
text) controlled by jit-lock-context-time (defaults to 0.5s).


        Stefan



reply via email to

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