GNU bug report logs -
#12600
24.2.50; linum-mode: line numbers in fringe do not refresh when resizing frame
Previous Next
Reported by: Christoph Scholtes <cschol2112 <at> gmail.com>
Date: Sun, 7 Oct 2012 23:05:01 UTC
Severity: normal
Merged with 11496
Found in versions 24.1.50, 24.2.50
Done: martin rudalics <rudalics <at> gmx.at>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
>> When last_modifed_flag is set, the window must be redisplayed.
>
> No: last_modifed_flag is (normally) only set at the end of redisplay, so
> the in the future you can check if redisplay is needed by comparing it
> with the buffer's modiff.
last_modifed_flag is a fictitious variable I would set when the window
changes. When it's set, redisplay must redisplay the window.
>> assignment. OTOH when the buffer iself is modified it has to be
>> redisplayed anyway because we hardly know where the change happened.
>
> But instead of going through all the windows that display this buffer,
> we just change the buffer's modiff, so it will cause all the
> (last_modifed_flag == modiff) checks to fail in the windows that display
> this buffer.
We'd obviously have an independent buffer_modified_flag. A window must
be redisplayed if either buffer_modified_flag is set (modulo any
optimizations which I won't dispute here) or its last_modifed_flag is
set.
martin
This bug report was last modified 12 years and 256 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.