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#43966: Isearch, C-g and f10 interact to leave Isearch in an inconsistent state. Date: Thu, 28 Jan 2021 21:28:02 +0200 Organization: LINKOV.NET Message-ID: <87y2gc97zx.fsf@mail.linkov.net> References: <20201012170709.GB22249@ACM> <874kmz1ch2.fsf@mail.linkov.net> <87czxrat6o.fsf@gnus.org> <87eei691cd.fsf@mail.linkov.net> <875z3h7ofy.fsf@gnus.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="22121"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: Alan Mackenzie , 43966@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jan 28 20:31:24 2021 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 1l5D0l-0005fX-Hs for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 28 Jan 2021 20:31:23 +0100 Original-Received: from localhost ([::1]:35566 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5D0k-00009U-1E for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 28 Jan 2021 14:31:22 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48260) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5D0S-00008J-1L for bug-gnu-emacs@gnu.org; Thu, 28 Jan 2021 14:31:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:38670) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l5D0P-0004Jl-UE for bug-gnu-emacs@gnu.org; Thu, 28 Jan 2021 14:31:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l5D0P-0008Vy-Py for bug-gnu-emacs@gnu.org; Thu, 28 Jan 2021 14:31:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 28 Jan 2021 19:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43966 X-GNU-PR-Package: emacs Original-Received: via spool by 43966-submit@debbugs.gnu.org id=B43966.161186220532584 (code B ref 43966); Thu, 28 Jan 2021 19:31:01 +0000 Original-Received: (at 43966) by debbugs.gnu.org; 28 Jan 2021 19:30:05 +0000 Original-Received: from localhost ([127.0.0.1]:50214 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5CzV-0008TT-5M for submit@debbugs.gnu.org; Thu, 28 Jan 2021 14:30:05 -0500 Original-Received: from relay7-d.mail.gandi.net ([217.70.183.200]:35315) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5CzT-0008SS-1f; Thu, 28 Jan 2021 14:30:04 -0500 X-Originating-IP: 91.129.98.64 Original-Received: from mail.gandi.net (m91-129-98-64.cust.tele2.ee [91.129.98.64]) (Authenticated sender: juri@linkov.net) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id B2DB120003; Thu, 28 Jan 2021 19:29:54 +0000 (UTC) In-Reply-To: <875z3h7ofy.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 28 Jan 2021 04:03:29 +0100") 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" Xref: news.gmane.io gmane.emacs.bugs:198817 Archived-At: tags 43966 fixed close 43966 28.0.50 quit >> I see no way to fix this other than handling isearch-mode in tmm-menubar: > > It does seem a bit hackish, but I guess there's no other real > alternative... Other alternatives would add more complexity via some redirections. But since there are other places with special handling of isearch-mode, this is not bad. So now pushed to master.