GNU bug report logs -
#20285
25.0.50; blink-cursor-mode sometimes stops blinking
Previous Next
Reported by: Tassilo Horn <tsdh <at> gnu.org>
Date: Thu, 9 Apr 2015 14:52:02 UTC
Severity: minor
Tags: moreinfo
Found in version 25.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Tassilo Horn <tsdh <at> gnu.org> writes:
>> If your Emacs is configured with --enable-checking='yes,glyphs', then
>> you can invoke "M-x trace-redisplay RET", and see every entry to
>> redisplay_internal announced on stderr.
>
> Ok, I'll try that out.
Done that now and got output like
redisplay_preserve_echo_area (12)
redisplay_internal 0
redisplay_internal 0
redisplay_preserve_echo_area (8)
redisplay_internal 0
redisplay_preserve_echo_area (12)
redisplay_internal 0
redisplay_internal 0
redisplay_preserve_echo_area (12)
redisplay_internal 0
redisplay_internal 0
In general, I've been amazed how often redisplay is performed even
though nothing has changed in neither the single window containing the
buffer with my latex doc nor the minibuffer. Ten times a second is very
likely, maybe even more.
Then I compiled my latex doc to generate some stress. Every compile
takes about a good minute. That used to work without blinking
interruption at least four times, but with the fifth time, out of
sudden, it stuck after
redisplay_internal 0
and would not start anymore until my latex document was compiled and
AUCTeX echoed "LaTeX: successfully formatted {293} pages". That seems
to have triggered the resume of redisplay.
The redisplay pause was at least 20 to 30 seconds.
Bye,
Tassilo
This bug report was last modified 3 years and 26 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.