GNU bug report logs - #46208
isearch-lazy-highlight customization broken

Previous Next

Package: emacs;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46208 in the body.
You can then email your comments to 46208 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#46208; Package emacs. (Sun, 31 Jan 2021 09:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Juri Linkov <juri <at> linkov.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 31 Jan 2021 09:54:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: bug-gnu-emacs <at> gnu.org
Subject: isearch-lazy-highlight customization broken
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?

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)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#46208; Package emacs. (Sun, 31 Jan 2021 14:59:01 GMT) Full text and rfc822 format available.

Message #8 received at 46208 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: 46208 <at> debbugs.gnu.org
Subject: Re: bug#46208: isearch-lazy-highlight customization broken
Date: Sun, 31 Jan 2021 16:58:45 +0200
> From: Juri Linkov <juri <at> 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.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#46208; Package emacs. (Sun, 31 Jan 2021 21:51:02 GMT) Full text and rfc822 format available.

Message #11 received at 46208 <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 46208 <at> debbugs.gnu.org
Subject: Re: bug#46208: isearch-lazy-highlight customization broken
Date: Sun, 31 Jan 2021 23:48:12 +0200
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.




Added tag(s) fixed. Request was from Juri Linkov <juri <at> linkov.net> to control <at> debbugs.gnu.org. (Sun, 31 Jan 2021 21:51:03 GMT) Full text and rfc822 format available.

bug marked as fixed in version 27.2, send any further explanations to 46208 <at> debbugs.gnu.org and Juri Linkov <juri <at> linkov.net> Request was from Juri Linkov <juri <at> linkov.net> to control <at> debbugs.gnu.org. (Sun, 31 Jan 2021 21:51:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 01 Mar 2021 12:24:04 GMT) Full text and rfc822 format available.

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.