Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a9d2c447
Commit
a9d2c447
authored
Jun 12, 2006
by
Kim F. Storm
Browse files
(Forcing Redisplay): Add redisplay-preemption-period.
parent
8eb2b87f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
lispref/display.texi
lispref/display.texi
+13
-0
No files found.
lispref/display.texi
View file @
a9d2c447
...
...
@@ -94,6 +94,19 @@ at all if input is available before it starts. Most of the time, this
is exactly what you want. However, you can prevent preemption by
binding @code{redisplay-dont-pause} to a non-@code{nil} value.
@tindex redisplay-preemption-period
@defvar redisplay-preemption-period
This variable controls how often Emacs checks for new input during
redisplay. The default setting is to check for input every 0.1
seconds after redislpay has started. If input arrives, redisplay
stops, and all available input is processed before redisplay starts over.
If this variable is set to @code{nil}, redisplay--once started--is never
preempted by input.
@emph{Note} that this variable is only available if Emacs is built
with support for sub-second timers.
@end defvar
@tindex redisplay-dont-pause
@defvar redisplay-dont-pause
If this variable is non-@code{nil}, pending input does not
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment