From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#72229: (setq overriding-terminal-local-map nil) in isearch-done Date: Tue, 23 Jul 2024 20:54:19 +0300 Organization: LINKOV.NET Message-ID: <86v80wxad0.fsf@mail.linkov.net> References: <87r0bmer66.fsf@web.de> <87sew17fs1.fsf@web.de> <864j8gsk4i.fsf@mail.linkov.net> <868qxs9wiy.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1245"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (x86_64-pc-linux-gnu) Cc: michael_heerdegen@web.de, 72229@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jul 23 19:55:27 2024 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sWJjS-0000F8-QC for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 23 Jul 2024 19:55:26 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sWJj7-0002I1-2D; Tue, 23 Jul 2024 13:55:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sWJiz-0002H7-R9 for bug-gnu-emacs@gnu.org; Tue, 23 Jul 2024 13:54:57 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sWJiz-00073w-J9 for bug-gnu-emacs@gnu.org; Tue, 23 Jul 2024 13:54:57 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sWJj4-0005cI-A0 for bug-gnu-emacs@gnu.org; Tue, 23 Jul 2024 13:55:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 23 Jul 2024 17:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 72229 X-GNU-PR-Package: emacs Original-Received: via spool by 72229-submit@debbugs.gnu.org id=B72229.172175730021570 (code B ref 72229); Tue, 23 Jul 2024 17:55:02 +0000 Original-Received: (at 72229) by debbugs.gnu.org; 23 Jul 2024 17:55:00 +0000 Original-Received: from localhost ([127.0.0.1]:60690 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sWJj2-0005bo-GQ for submit@debbugs.gnu.org; Tue, 23 Jul 2024 13:55:00 -0400 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:57719) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sWJj0-0005bQ-Sg; Tue, 23 Jul 2024 13:54:59 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 38EEDFF804; Tue, 23 Jul 2024 17:54:46 +0000 (UTC) In-Reply-To: <868qxs9wiy.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 23 Jul 2024 14:29:25 +0300") X-GND-Sasl: juri@linkov.net X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:289187 Archived-At: close 72229 31.0.50 thanks >> Indeed, you are right, `isearch-done' should restore the original value. >> The existing variable `isearch--saved-overriding-local-map' can't be used, >> so a similar variable should be added like in this patch: > > Thanks. If this is deemed the right solution, please install on > master, not on emacs-30 (as we have lived with this issue since 1995). Now installed on master. I need to dust off an old patch that obsoletes overriding-terminal-local-map in isearch by enabling buffer-local isearch-mode. I guess it will go to master as well.