]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention jit-lock deferred as an alternative to fast-but-imprecise-scrolling
authorAlan Mackenzie <acm@muc.de>
Sat, 11 Apr 2020 21:04:50 +0000 (21:04 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 11 Apr 2020 21:04:50 +0000 (21:04 +0000)
* doc/emacs/display.texi (Scrolling): Add a paragraph on using jit-lock
deferred fontification as a way of obviating Emacs hanging after
auto-repeated scrolling.

doc/emacs/display.texi

index 8444aef3bdd7b2927eb3ea0c2a7bed3544b00634..4273357995f6f3d60b6f485b3d9e1afb010f5e13 100644 (file)
@@ -141,6 +141,15 @@ default face.  This can cause Emacs to scroll to somewhat wrong buffer
 positions when the faces in use are not all the same size, even with
 single (i.e., without auto-repeat) scrolling operations.
 
+@vindex jit-lock-defer-time
+As an alternative to setting @code{fast-but-imprecise-scrolling} you
+might prefer to enable jit-lock deferred fontification (@pxref{Font
+Lock}).  To do this, customize @code{jit-lock-defer-time} to a small
+positive number such as 0.25, or even 0.1 if you type quickly.  This
+gives you less jerky scrolling when you hold down @kbd{C-v}, but the
+window contents after any action which scrolls into a fresh portion of
+the buffer will be momentarily unfontified.
+
 @vindex scroll-up
 @vindex scroll-down
 @findex scroll-up-line