emacs-devel
[Top][All Lists]
Advanced

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

Re: jit lock sit-for provokes redisplay provokes imenu


From: Richard Stallman
Subject: Re: jit lock sit-for provokes redisplay provokes imenu
Date: Sat, 22 Jul 2006 00:38:53 -0400

Rather than increment CHARS_MODIFF separately,
it should copy the value from MODIFF.
That way, values of CHARS_MODIFF will be comparable with values
that were copied from MODIFF.

Also, instead of setting CHARS_MODIFF explicitly in each place that
modifies the buffer, modify_region could set it from MODIFF, and
changing text properties could save and restore it to prevent it from
being incremented.  That means changes in fewer places, and no need
for each place that modifies the buffer to know about CHARS_MODIFF.




reply via email to

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