diff options
| author | Eli Zaretskii | 2011-09-24 17:38:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-09-24 17:38:16 +0300 |
| commit | 6bf7006fa2efdb9d74451336335c1eeb833ddfb1 (patch) | |
| tree | c02af6a8128f8f5eb3e39a05b0ed8ddbbcbc91cb /etc | |
| parent | 2ac2721a7f792e5a85588dc402fe9670225be6e6 (diff) | |
| download | emacs-6bf7006fa2efdb9d74451336335c1eeb833ddfb1.tar.gz emacs-6bf7006fa2efdb9d74451336335c1eeb833ddfb1.zip | |
Change the default value of redisplay-dont-pause to t.
src/dispnew.c (syms_of_display) <redisplay-dont-pause>: Default
value is now t. Doc fix.
doc/lispref/display.texi (Forcing Redisplay): Update the description of
redisplay-dont-pause due to change in the default value.
etc/NEWS: Mention the change of the default value.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -500,6 +500,13 @@ prompts for a number to count from and for a format string. | |||
| 500 | directory is a remote file name and neither environment variable | 500 | directory is a remote file name and neither environment variable |
| 501 | $ESHELL nor variable `explicit-shell-file-name' is set. | 501 | $ESHELL nor variable `explicit-shell-file-name' is set. |
| 502 | 502 | ||
| 503 | +++ | ||
| 504 | ** The default value of redisplay-dont-change is now t | ||
| 505 | This makes Emacs feel more responsive to editing commands that arrive | ||
| 506 | at high rate, e.g. if you lean on some key, because stopping redisplay | ||
| 507 | in the middle (when this variable is nil) forces more expensive | ||
| 508 | updates later on, and Emacs appears to be unable to keep up. | ||
| 509 | |||
| 503 | 510 | ||
| 504 | * Changes in Specialized Modes and Packages in Emacs 24.1 | 511 | * Changes in Specialized Modes and Packages in Emacs 24.1 |
| 505 | 512 | ||