emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: redisplay-dont-pause is not mentioned in the Emacs manual


From: Eli Zaretskii
Subject: Re: redisplay-dont-pause is not mentioned in the Emacs manual
Date: Tue, 06 Jun 2006 22:06:15 +0300

> From: "Drew Adams" <address@hidden>
> Date: Mon, 5 Jun 2006 23:56:44 -0700
> 
> I did not understand that "redisplay is restarted whenever it is interrupted
> by user input."  I thought that user input _inhibited_ redisplay (but that a
> redisplay would eventually occur).

If user input never stops, redisplay will never happen (except if
Emacs needs to display an urgent message or something).

And we cannot really inhibit (i.e. pause) redisplay, because
processing user input usually changes buffers' contents, and so the
data structures built by the interrupted redisplay no longer reflect
what's in the buffers.  Thus, redisplay must start anew.




reply via email to

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