unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#46208: isearch-lazy-highlight customization broken
@ 2021-01-31  9:32 Juri Linkov
  2021-01-31 14:58 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Juri Linkov @ 2021-01-31  9:32 UTC (permalink / raw)
  To: 46208

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)





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#46208: isearch-lazy-highlight customization broken
  2021-01-31  9:32 bug#46208: isearch-lazy-highlight customization broken Juri Linkov
@ 2021-01-31 14:58 ` Eli Zaretskii
  2021-01-31 21:48   ` Juri Linkov
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2021-01-31 14:58 UTC (permalink / raw)
  To: Juri Linkov; +Cc: 46208

> From: Juri Linkov <juri@linkov.net>
> Date: Sun, 31 Jan 2021 11:32:04 +0200
> 
> I noticed that customization of isearch-lazy-highlight is broken.
> 
> Eli, is it ok to fix this on the release 27 branch?

Yes, thanks.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#46208: isearch-lazy-highlight customization broken
  2021-01-31 14:58 ` Eli Zaretskii
@ 2021-01-31 21:48   ` Juri Linkov
  0 siblings, 0 replies; 3+ messages in thread
From: Juri Linkov @ 2021-01-31 21:48 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 46208

tags 46208 fixed
close 46208 27.2
quit

>> I noticed that customization of isearch-lazy-highlight is broken.
>> 
>> Eli, is it ok to fix this on the release 27 branch?
>
> Yes, thanks.

Now pushed to emacs-27.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-31 21:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31  9:32 bug#46208: isearch-lazy-highlight customization broken Juri Linkov
2021-01-31 14:58 ` Eli Zaretskii
2021-01-31 21:48   ` Juri Linkov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).