Mercurial > emacs
changeset 61816:ad8d904ee067
Delete info about lazy-lock.el and fast-lock.el.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 24 Apr 2005 21:34:39 +0000 |
parents | 3e72302e1d5a |
children | 2636b86a665d |
files | man/ack.texi man/faq.texi |
diffstat | 2 files changed, 3 insertions(+), 26 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ack.texi Sun Apr 24 21:32:59 2005 +0000 +++ b/man/ack.texi Sun Apr 24 21:34:39 2005 +0000 @@ -696,21 +696,9 @@ hiding selected code within C @code{#ifdef} clauses. @item -Simon Marshall wrote: - -@itemize @minus -@item -@file{fast-lock.el}, which caches the face data computed by Font Lock mode, -@item -@file{lazy-lock.el}, which delays fontification in Font Lock mode -until text is actually displayed, and -@item -@file{regexp-opt.el}, which generates a regular expression from a list -of strings. -@end itemize - -Simon also extended @file{comint.el}, originally written by Olin -Shivers. +Simon Marshall wrote @file{regexp-opt.el}, which generates a regular +expression from a list of strings. He also extended @file{comint.el}, +originally written by Olin Shivers. @item Bengt Martensson, Mark Shapiro, Mike Newton, Aaron Larson, and Stefan
--- a/man/faq.texi Sun Apr 24 21:32:59 2005 +0000 +++ b/man/faq.texi Sun Apr 24 21:34:39 2005 +0000 @@ -2549,17 +2549,6 @@ @code{font-lock-maximum-decoration} with @kbd{C-h v} (or @kbd{M-x describe-variable @key{RET}}). -@cindex Lazy font-lock -You might also want to investigate @code{fast-lock-mode} and -@code{lazy-lock-mode}, versions of @code{font-lock-mode} that speed up -highlighting. These are the alternatives for @code{jit-lock-mode} in -versions of Emacs before 21.1. The advantage of @code{lazy-lock-mode} -is that it only fontifies buffers when certain conditions are met, such -as after a certain amount of idle time, or after you have finished -scrolling through text. See the documentation for @code{lazy-lock-mode} -by typing @kbd{C-h f @code{lazy-lock-mode}} (@kbd{M-x describe-function -@key{RET} lazy-lock-mode @key{RET}}). - Also see the documentation for the function @code{font-lock-mode}, available by typing @kbd{C-h f font-lock-mode} (@kbd{M-x describe-function @key{RET} font-lock-mode @key{RET}}).