Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4739237d
Commit
4739237d
authored
Apr 23, 2005
by
Eli Zaretskii
Browse files
(jit-lock-stealth-time): Change default value to 16.
(jit-lock-stealth-nice): Change default value to 0.5.
parent
71baa28f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/jit-lock.el
lisp/jit-lock.el
+2
-2
No files found.
lisp/ChangeLog
View file @
4739237d
2005-04-23 Eli Zaretskii <eliz@gnu.org>
* 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 <offby1@blarg.net> (tiny change)
* abbrev.el (write-abbrev-file): Write table entries in
...
...
lisp/jit-lock.el
View file @
4739237d
...
...
@@ -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.
12
5
(
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment