aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-04-24 21:34:39 +0000
committerRichard M. Stallman2005-04-24 21:34:39 +0000
commit86f7c203484e301de4bd9cf3f842980c10ef73f0 (patch)
tree8e2b7977db771fdecd215c44aaf60955d7aa6a2e
parentd2f290154dfda09d00c99ca1d26facd0810256f5 (diff)
downloademacs-86f7c203484e301de4bd9cf3f842980c10ef73f0.tar.gz
emacs-86f7c203484e301de4bd9cf3f842980c10ef73f0.zip
Delete info about lazy-lock.el and fast-lock.el.
-rw-r--r--man/ack.texi18
-rw-r--r--man/faq.texi11
2 files changed, 3 insertions, 26 deletions
diff --git a/man/ack.texi b/man/ack.texi
index 5920bd197ef..1a6d24fd81f 100644
--- a/man/ack.texi
+++ b/man/ack.texi
@@ -696,21 +696,9 @@ Brian Marick and Daniel LaLiberte wrote @file{hideif.el}, support for
696hiding selected code within C @code{#ifdef} clauses. 696hiding selected code within C @code{#ifdef} clauses.
697 697
698@item 698@item
699Simon Marshall wrote: 699Simon Marshall wrote @file{regexp-opt.el}, which generates a regular
700 700expression from a list of strings. He also extended @file{comint.el},
701@itemize @minus 701originally written by Olin Shivers.
702@item
703@file{fast-lock.el}, which caches the face data computed by Font Lock mode,
704@item
705@file{lazy-lock.el}, which delays fontification in Font Lock mode
706until text is actually displayed, and
707@item
708@file{regexp-opt.el}, which generates a regular expression from a list
709of strings.
710@end itemize
711
712Simon also extended @file{comint.el}, originally written by Olin
713Shivers.
714 702
715@item 703@item
716Bengt Martensson, Mark Shapiro, Mike Newton, Aaron Larson, and Stefan 704Bengt Martensson, Mark Shapiro, Mike Newton, Aaron Larson, and Stefan
diff --git a/man/faq.texi b/man/faq.texi
index dc55c4b89b3..641f1f5b307 100644
--- a/man/faq.texi
+++ b/man/faq.texi
@@ -2549,17 +2549,6 @@ information, see the documentation for
2549@code{font-lock-maximum-decoration} with @kbd{C-h v} (or @kbd{M-x 2549@code{font-lock-maximum-decoration} with @kbd{C-h v} (or @kbd{M-x
2550describe-variable @key{RET}}). 2550describe-variable @key{RET}}).
2551 2551
2552@cindex Lazy font-lock
2553You might also want to investigate @code{fast-lock-mode} and
2554@code{lazy-lock-mode}, versions of @code{font-lock-mode} that speed up
2555highlighting. These are the alternatives for @code{jit-lock-mode} in
2556versions of Emacs before 21.1. The advantage of @code{lazy-lock-mode}
2557is that it only fontifies buffers when certain conditions are met, such
2558as after a certain amount of idle time, or after you have finished
2559scrolling through text. See the documentation for @code{lazy-lock-mode}
2560by typing @kbd{C-h f @code{lazy-lock-mode}} (@kbd{M-x describe-function
2561@key{RET} lazy-lock-mode @key{RET}}).
2562
2563Also see the documentation for the function @code{font-lock-mode}, 2552Also see the documentation for the function @code{font-lock-mode},
2564available by typing @kbd{C-h f font-lock-mode} (@kbd{M-x 2553available by typing @kbd{C-h f font-lock-mode} (@kbd{M-x
2565describe-function @key{RET} font-lock-mode @key{RET}}). 2554describe-function @key{RET} font-lock-mode @key{RET}}).