GNU bug report logs -
#46208
isearch-lazy-highlight customization broken
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Sun, 31 Jan 2021 09:54:02 UTC
Severity: normal
Tags: fixed
Fixed in version 27.2
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
I noticed that customization of isearch-lazy-highlight is broken.
Eli, is it ok to fix this on the release 27 branch?
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 82d64c5766..b58ca8a6f7 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -320,7 +320,8 @@ isearch-lazy-highlight
When multiple windows display the current buffer, the
highlighting is displayed only on the selected window, unless
this variable is set to the symbol `all-windows'."
- :type '(choice boolean
+ :type '(choice (const :tag "Off" nil)
+ (const :tag "On, and applied to current window" t)
(const :tag "On, and applied to all windows" all-windows))
:group 'lazy-highlight
:group 'isearch)
This bug report was last modified 4 years and 109 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.