]> git.eshelyaron.com Git - emacs.git/commitdiff
(Font Lock): Mention jit-lock and its customization group.
authorEli Zaretskii <eliz@gnu.org>
Fri, 21 Dec 2001 13:00:35 +0000 (13:00 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Dec 2001 13:00:35 +0000 (13:00 +0000)
man/display.texi

index a0c4a2fa4ccff0047cd1d831689d72329f48bd33..10e7b29ebfa25a51701f5659155b6b850733601a 100644 (file)
@@ -299,6 +299,18 @@ comments, use this:
   To remove keywords from the font-lock highlighting patterns, use the
 function @code{font-lock-remove-keywords}.
 
+@cindex just-in-time (JIT) font-lock
+@cindex background syntax highlighting
+  Fontifying large buffers can take a long time.  To avoid large
+delays when a file is visited, Emacs fontifies only the visible
+portion of a buffer.  As you scroll through the buffer, each portion
+that becomes visible is fontified as soon as it is displayed.  The
+parts of the buffer that are not displayed are fontified
+``stealthily'', in the background, i.e.@: when Emacs is idle.  You can
+control this background fontification, called @dfn{Just-In-Time}, or
+@dfn{JIT} Font Lock, by customizing various options in the
+customization group @samp{jit-lock}.  @xref{Specific Customization}.
+
 @node Highlight Changes
 @section Highlight Changes Mode