From unknown Wed Jun 18 23:09:07 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#46208 <46208@debbugs.gnu.org> To: bug#46208 <46208@debbugs.gnu.org> Subject: Status: isearch-lazy-highlight customization broken Reply-To: bug#46208 <46208@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:09:07 +0000 retitle 46208 isearch-lazy-highlight customization broken reassign 46208 emacs submitter 46208 Juri Linkov severity 46208 normal tag 46208 fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 31 04:53:24 2021 Received: (at submit) by debbugs.gnu.org; 31 Jan 2021 09:53:24 +0000 Received: from localhost ([127.0.0.1]:56443 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l69Q4-000216-2x for submit@debbugs.gnu.org; Sun, 31 Jan 2021 04:53:24 -0500 Received: from lists.gnu.org ([209.51.188.17]:55868) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l69Q1-00020t-07 for submit@debbugs.gnu.org; Sun, 31 Jan 2021 04:53:21 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52058) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l69Q0-0005ZQ-Ls for bug-gnu-emacs@gnu.org; Sun, 31 Jan 2021 04:53:20 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:33467) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l69Py-0004zK-A8 for bug-gnu-emacs@gnu.org; Sun, 31 Jan 2021 04:53:20 -0500 Received: from mail.gandi.net (m91-129-108-204.cust.tele2.ee [91.129.108.204]) (Authenticated sender: juri@linkov.net) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 084E120000A for ; Sun, 31 Jan 2021 09:53:13 +0000 (UTC) From: Juri Linkov To: bug-gnu-emacs@gnu.org Subject: isearch-lazy-highlight customization broken Organization: LINKOV.NET Date: Sun, 31 Jan 2021 11:32:04 +0200 Message-ID: <87lfc9bflf.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.178.232; envelope-from=juri@linkov.net; helo=relay12.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) 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) From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 31 09:58:33 2021 Received: (at 46208) by debbugs.gnu.org; 31 Jan 2021 14:58:33 +0000 Received: from localhost ([127.0.0.1]:57663 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6EBM-0003Ui-Sg for submit@debbugs.gnu.org; Sun, 31 Jan 2021 09:58:33 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35686) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6EBL-0003UW-71 for 46208@debbugs.gnu.org; Sun, 31 Jan 2021 09:58:31 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33883) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l6EBC-0008BA-VC; Sun, 31 Jan 2021 09:58:25 -0500 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4712 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l6EBA-0004zD-8U; Sun, 31 Jan 2021 09:58:22 -0500 Date: Sun, 31 Jan 2021 16:58:45 +0200 Message-Id: <83zh0p6tlm.fsf@gnu.org> From: Eli Zaretskii To: Juri Linkov In-Reply-To: <87lfc9bflf.fsf@mail.linkov.net> (message from Juri Linkov on Sun, 31 Jan 2021 11:32:04 +0200) Subject: Re: bug#46208: isearch-lazy-highlight customization broken References: <87lfc9bflf.fsf@mail.linkov.net> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46208 Cc: 46208@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) > From: Juri Linkov > 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. From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 31 16:50:14 2021 Received: (at 46208) by debbugs.gnu.org; 31 Jan 2021 21:50:14 +0000 Received: from localhost ([127.0.0.1]:58238 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6Kbl-0007MH-Ux for submit@debbugs.gnu.org; Sun, 31 Jan 2021 16:50:14 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:38435) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6Kbh-0007LT-Hg; Sun, 31 Jan 2021 16:50:11 -0500 Received: from mail.gandi.net (m91-129-108-204.cust.tele2.ee [91.129.108.204]) (Authenticated sender: juri@linkov.net) by relay12.mail.gandi.net (Postfix) with ESMTPSA id A71AC200003; Sun, 31 Jan 2021 21:50:01 +0000 (UTC) From: Juri Linkov To: Eli Zaretskii Subject: Re: bug#46208: isearch-lazy-highlight customization broken Organization: LINKOV.NET References: <87lfc9bflf.fsf@mail.linkov.net> <83zh0p6tlm.fsf@gnu.org> Date: Sun, 31 Jan 2021 23:48:12 +0200 In-Reply-To: <83zh0p6tlm.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 31 Jan 2021 16:58:45 +0200") Message-ID: <87r1m0bwwz.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46208 Cc: 46208@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) 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. From unknown Wed Jun 18 23:09:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 01 Mar 2021 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator