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
Message #89 received at 20285 <at> debbugs.gnu.org (full text, mbox):
> From: Tassilo Horn <tsdh <at> gnu.org>
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 20285 <at> debbugs.gnu.org
> Date: Sat, 11 Apr 2015 16:30:06 +0200
>
> > If you had a latex subprocess running, every chunk of output received
> > via the process filter probably caused a call to redisplay.
>
> That would explain things. But why does that trigger a redisplay? The
> buffer receiving the output hasn't been displayed in a window.
The arrival of subprocess output causes the pselect call to return,
marking the file descriptor for that process ready to be read. Emacs
then reads from the descriptor, and returns to the idle loop. If by
that time no additional process output arrived, Emacs will enter
redisplay.
IOW, arrival of process output is an event that causes the main loop
to crank one more time, and that includes redisplay.
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.