emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/display.texi,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi,v
Date: Mon, 12 Jun 2006 22:37:34 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/06/12 22:37:31

Index: display.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/display.texi,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -b -r1.219 -r1.220
--- display.texi        7 Jun 2006 17:57:08 -0000       1.219
+++ display.texi        12 Jun 2006 22:37:31 -0000      1.220
@@ -94,6 +94,19 @@
 is exactly what you want.  However, you can prevent preemption by
 binding @code{redisplay-dont-pause} to a address@hidden value.
 
address@hidden redisplay-preemption-period
address@hidden 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.
+
address@hidden that this variable is only available if Emacs is built
+with support for sub-second timers.
address@hidden defvar
+
 @tindex redisplay-dont-pause
 @defvar redisplay-dont-pause
 If this variable is address@hidden, pending input does not




reply via email to

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