Mercurial > emacs
comparison etc/NEWS @ 90787:91bf6e05918b
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 662-669)
- Update from CVS
- Fix read-only prompt problem in isearch
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 207-208)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-184
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 18 Mar 2007 14:11:08 +0000 |
parents | ec58e5c426ef 7d2b5814cd4e |
children | c0409ee15cee |
comparison
equal
deleted
inserted
replaced
90786:ca12f314faac | 90787:91bf6e05918b |
---|---|
1128 the same name to customize this. Currently the cc-modes, sh-script-mode, | 1128 the same name to customize this. Currently the cc-modes, sh-script-mode, |
1129 cperl-mode and make-mode support this. | 1129 cperl-mode and make-mode support this. |
1130 | 1130 |
1131 --- | 1131 --- |
1132 *** The default settings for JIT stealth lock parameters are changed. | 1132 *** The default settings for JIT stealth lock parameters are changed. |
1133 The default value for the user option jit-lock-stealth-time is now 16 | 1133 The default value for the user option jit-lock-stealth-time is now nil |
1134 instead of 3, and the default value of jit-lock-stealth-nice is now | 1134 instead of 3. This setting of jit-lock-stealth-time disables stealth |
1135 0.5 instead of 0.125. The new defaults should lower the CPU usage | 1135 fontification: on today's machines, it may be a bug in font lock |
1136 when Emacs is fontifying in the background. | 1136 patterns if fontification otherwise noticeably degrades interactivity. |
1137 If you find movement in infrequently visited buffers sluggish (and the | |
1138 major mode maintainer has no better idea), customizing | |
1139 jit-lock-stealth-time to a non-nil value will let Emacs fontify | |
1140 buffers in the background when it considers the system to be idle. | |
1141 jit-lock-stealth-nice is now 0.5 instead of 0.125 which is supposed to | |
1142 cause less load than the old defaults. | |
1137 | 1143 |
1138 --- | 1144 --- |
1139 *** jit-lock can now be delayed with `jit-lock-defer-time'. | 1145 *** jit-lock can now be delayed with `jit-lock-defer-time'. |
1140 | 1146 |
1141 If this variable is non-nil, its value should be the amount of Emacs | 1147 If this variable is non-nil, its value should be the amount of Emacs |