comparison lispref/display.texi @ 72012:129c994aeab3

(Forcing Redisplay): Cleanups in previous change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Jul 2006 02:19:54 +0000
parents a6b27d22fd4f
children 92e52d7e4ecd
comparison
equal deleted inserted replaced
72011:63cba3e0f0e5 72012:129c994aeab3
101 processes the available input before trying again to redisplay. 101 processes the available input before trying again to redisplay.
102 102
103 If this variable is @code{nil}, Emacs does not check for input during 103 If this variable is @code{nil}, Emacs does not check for input during
104 redisplay, and redisplay cannot be preempted by input. 104 redisplay, and redisplay cannot be preempted by input.
105 105
106 @emph{Note} that this variable is only used on window systems, 106 This variable is only obeyed on graphical terminals, and is only
107 and is only available if Emacs is built with support for sub-second timers. 107 available if Emacs is built with support for sub-second timers. For
108 For other platforms; @xref{Terminal Output}. 108 other platforms, see @ref{Terminal Output}.
109 @end defvar 109 @end defvar
110 110
111 @defvar redisplay-dont-pause 111 @defvar redisplay-dont-pause
112 If this variable is non-@code{nil}, pending input does not 112 If this variable is non-@code{nil}, pending input does not
113 prevent or halt redisplay; redisplay occurs, and finishes, 113 prevent or halt redisplay; redisplay occurs, and finishes,