From: Eli Zaretskii Date: Sat, 23 Apr 2005 12:41:24 +0000 (+0000) Subject: (jit-lock-stealth-time): Change default value to 16. X-Git-Tag: ttn-vms-21-2-B4~823 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4739237ddf8e219fbed139228faa1b2343ff14bf;p=emacs.git (jit-lock-stealth-time): Change default value to 16. (jit-lock-stealth-nice): Change default value to 0.5. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 927855c6571..005f2d0e617 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-04-23 Eli Zaretskii + + * jit-lock.el (jit-lock-stealth-time): Change default value to 16. + (jit-lock-stealth-nice): Change default value to 0.5. + 2005-04-23 Eric Hanchrow (tiny change) * abbrev.el (write-abbrev-file): Write table entries in diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index fe64d871d96..100eb6076db 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el @@ -69,7 +69,7 @@ Preserves the `buffer-modified-p' state of the current buffer." :group 'jit-lock) -(defcustom jit-lock-stealth-time 3 +(defcustom jit-lock-stealth-time 16 "*Time in seconds to wait before beginning stealth fontification. Stealth fontification occurs if there is no input within this time. If nil, stealth fontification is never performed. @@ -80,7 +80,7 @@ The value of this variable is used when JIT Lock mode is turned on." :group 'jit-lock) -(defcustom jit-lock-stealth-nice 0.125 +(defcustom jit-lock-stealth-nice 0.5 "*Time in seconds to pause between chunks of stealth fontification. Each iteration of stealth fontification is separated by this amount of time, thus reducing the demand that stealth fontification makes on the system.