diff options
| author | Kim F. Storm | 2006-06-12 22:44:25 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-06-12 22:44:25 +0000 |
| commit | b91068886c80388a8a66cbca71c51ab57a81abed (patch) | |
| tree | e644d00f7baed41c0fb777cab0f5e036f3bec990 | |
| parent | a9d2c44760b46331f72fb5ba667b34e47ed642b2 (diff) | |
| download | emacs-b91068886c80388a8a66cbca71c51ab57a81abed.tar.gz emacs-b91068886c80388a8a66cbca71c51ab57a81abed.zip | |
New preemptive redisplay.
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -775,6 +775,14 @@ elements are deleted from the history list. | |||
| 775 | ** Redisplay changes: | 775 | ** Redisplay changes: |
| 776 | 776 | ||
| 777 | +++ | 777 | +++ |
| 778 | *** Preemtive redisplay now adapts to current load and bandwidth. | ||
| 779 | |||
| 780 | To avoid preemping redisplay on fast computers, networks, and displays, | ||
| 781 | the arrival of new input is now performed at regular intervals during | ||
| 782 | redisplay. The new variable `redisplay-preemption-period' specifies | ||
| 783 | the period; the default is to check for input every 0.1 seconds. | ||
| 784 | |||
| 785 | +++ | ||
| 778 | *** The mode line position information now comes before the major mode. | 786 | *** The mode line position information now comes before the major mode. |
| 779 | When the file is maintained under version control, that information | 787 | When the file is maintained under version control, that information |
| 780 | appears between the position information and the major mode. | 788 | appears between the position information and the major mode. |