diff options
| author | Richard M. Stallman | 2005-04-24 21:34:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-04-24 21:34:39 +0000 |
| commit | 86f7c203484e301de4bd9cf3f842980c10ef73f0 (patch) | |
| tree | 8e2b7977db771fdecd215c44aaf60955d7aa6a2e | |
| parent | d2f290154dfda09d00c99ca1d26facd0810256f5 (diff) | |
| download | emacs-86f7c203484e301de4bd9cf3f842980c10ef73f0.tar.gz emacs-86f7c203484e301de4bd9cf3f842980c10ef73f0.zip | |
Delete info about lazy-lock.el and fast-lock.el.
| -rw-r--r-- | man/ack.texi | 18 | ||||
| -rw-r--r-- | man/faq.texi | 11 |
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 | |||
| 696 | hiding selected code within C @code{#ifdef} clauses. | 696 | hiding selected code within C @code{#ifdef} clauses. |
| 697 | 697 | ||
| 698 | @item | 698 | @item |
| 699 | Simon Marshall wrote: | 699 | Simon Marshall wrote @file{regexp-opt.el}, which generates a regular |
| 700 | 700 | expression from a list of strings. He also extended @file{comint.el}, | |
| 701 | @itemize @minus | 701 | originally 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 | ||
| 706 | until text is actually displayed, and | ||
| 707 | @item | ||
| 708 | @file{regexp-opt.el}, which generates a regular expression from a list | ||
| 709 | of strings. | ||
| 710 | @end itemize | ||
| 711 | |||
| 712 | Simon also extended @file{comint.el}, originally written by Olin | ||
| 713 | Shivers. | ||
| 714 | 702 | ||
| 715 | @item | 703 | @item |
| 716 | Bengt Martensson, Mark Shapiro, Mike Newton, Aaron Larson, and Stefan | 704 | Bengt 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 |
| 2550 | describe-variable @key{RET}}). | 2550 | describe-variable @key{RET}}). |
| 2551 | 2551 | ||
| 2552 | @cindex Lazy font-lock | ||
| 2553 | You might also want to investigate @code{fast-lock-mode} and | ||
| 2554 | @code{lazy-lock-mode}, versions of @code{font-lock-mode} that speed up | ||
| 2555 | highlighting. These are the alternatives for @code{jit-lock-mode} in | ||
| 2556 | versions of Emacs before 21.1. The advantage of @code{lazy-lock-mode} | ||
| 2557 | is that it only fontifies buffers when certain conditions are met, such | ||
| 2558 | as after a certain amount of idle time, or after you have finished | ||
| 2559 | scrolling through text. See the documentation for @code{lazy-lock-mode} | ||
| 2560 | by typing @kbd{C-h f @code{lazy-lock-mode}} (@kbd{M-x describe-function | ||
| 2561 | @key{RET} lazy-lock-mode @key{RET}}). | ||
| 2562 | |||
| 2563 | Also see the documentation for the function @code{font-lock-mode}, | 2552 | Also see the documentation for the function @code{font-lock-mode}, |
| 2564 | available by typing @kbd{C-h f font-lock-mode} (@kbd{M-x | 2553 | available by typing @kbd{C-h f font-lock-mode} (@kbd{M-x |
| 2565 | describe-function @key{RET} font-lock-mode @key{RET}}). | 2554 | describe-function @key{RET} font-lock-mode @key{RET}}). |