comparison lispref/display.texi @ 72058:92e52d7e4ecd

(Forcing Redisplay): Don't mention systems which don't support sub-second timers for redisplay-preemption-period.
author Kim F. Storm <storm@cua.dk>
date Fri, 21 Jul 2006 12:22:32 +0000
parents 129c994aeab3
children c9a89b23ca0f
comparison
equal deleted inserted replaced
72057:2bad0076ec08 72058:92e52d7e4ecd
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 This variable is only obeyed on graphical terminals, and is only 106 This variable is only obeyed on graphical terminals. For
107 available if Emacs is built with support for sub-second timers. For 107 text terminals, see @ref{Terminal Output}.
108 other platforms, see @ref{Terminal Output}.
109 @end defvar 108 @end defvar
110 109
111 @defvar redisplay-dont-pause 110 @defvar redisplay-dont-pause
112 If this variable is non-@code{nil}, pending input does not 111 If this variable is non-@code{nil}, pending input does not
113 prevent or halt redisplay; redisplay occurs, and finishes, 112 prevent or halt redisplay; redisplay occurs, and finishes,