emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/jit-lock.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/jit-lock.el
Date: Sat, 23 Apr 2005 08:40:50 -0400

Index: emacs/lisp/jit-lock.el
diff -c emacs/lisp/jit-lock.el:1.36 emacs/lisp/jit-lock.el:1.37
*** emacs/lisp/jit-lock.el:1.36 Sun Mar  6 18:31:36 2005
--- emacs/lisp/jit-lock.el      Sat Apr 23 12:40:49 2005
***************
*** 69,75 ****
    :group 'jit-lock)
  
  
! (defcustom jit-lock-stealth-time 3
    "*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.
--- 69,75 ----
    :group 'jit-lock)
  
  
! (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,86 ****
    :group 'jit-lock)
  
  
! (defcustom jit-lock-stealth-nice 0.125
    "*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.
--- 80,86 ----
    :group 'jit-lock)
  
  
! (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.




reply via email to

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