comparison lisp/jit-lock.el @ 61746:86d97731e558

(jit-lock-stealth-time): Change default value to 16. (jit-lock-stealth-nice): Change default value to 0.5.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 23 Apr 2005 12:40:49 +0000
parents f31205c87d5e
children c905fcf5e3d9 08185296b491
comparison
equal deleted inserted replaced
61745:c59846363b71 61746:86d97731e558
67 "*Jit-lock chunks of this many characters, or smaller." 67 "*Jit-lock chunks of this many characters, or smaller."
68 :type 'integer 68 :type 'integer
69 :group 'jit-lock) 69 :group 'jit-lock)
70 70
71 71
72 (defcustom jit-lock-stealth-time 3 72 (defcustom jit-lock-stealth-time 16
73 "*Time in seconds to wait before beginning stealth fontification. 73 "*Time in seconds to wait before beginning stealth fontification.
74 Stealth fontification occurs if there is no input within this time. 74 Stealth fontification occurs if there is no input within this time.
75 If nil, stealth fontification is never performed. 75 If nil, stealth fontification is never performed.
76 76
77 The value of this variable is used when JIT Lock mode is turned on." 77 The value of this variable is used when JIT Lock mode is turned on."
78 :type '(choice (const :tag "never" nil) 78 :type '(choice (const :tag "never" nil)
79 (number :tag "seconds")) 79 (number :tag "seconds"))
80 :group 'jit-lock) 80 :group 'jit-lock)
81 81
82 82
83 (defcustom jit-lock-stealth-nice 0.125 83 (defcustom jit-lock-stealth-nice 0.5
84 "*Time in seconds to pause between chunks of stealth fontification. 84 "*Time in seconds to pause between chunks of stealth fontification.
85 Each iteration of stealth fontification is separated by this amount of time, 85 Each iteration of stealth fontification is separated by this amount of time,
86 thus reducing the demand that stealth fontification makes on the system. 86 thus reducing the demand that stealth fontification makes on the system.
87 If nil, means stealth fontification is never paused. 87 If nil, means stealth fontification is never paused.
88 To reduce machine load during stealth fontification, at the cost of stealth 88 To reduce machine load during stealth fontification, at the cost of stealth