emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ef07d0b: * lisp/isearch.el (lazy-highlight-buffer-max-at-a-time):


From: Juri Linkov
Subject: master ef07d0b: * lisp/isearch.el (lazy-highlight-buffer-max-at-a-time): Change from 20 to 200
Date: Mon, 31 May 2021 16:33:09 -0400 (EDT)

branch: master
commit ef07d0b8c7576ae0726d410ea41853b3da59a4fc
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * lisp/isearch.el (lazy-highlight-buffer-max-at-a-time): Change from 20 to 
200
    
    Suggested by Augusto Stoffel <arstoffel@gmail.com> in bug#48581
---
 lisp/isearch.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/isearch.el b/lisp/isearch.el
index 232a994..33776d8 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -404,7 +404,7 @@ A value of nil means highlight all matches shown on the 
screen."
                 (integer :tag "Some"))
   :group 'lazy-highlight)
 
-(defcustom lazy-highlight-buffer-max-at-a-time 20
+(defcustom lazy-highlight-buffer-max-at-a-time 200 ; 20 (bug#48581)
   "Maximum matches to highlight at a time (for `lazy-highlight-buffer').
 Larger values may reduce Isearch's responsiveness to user input;
 smaller values make matches highlight slowly.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]