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#62032: 28.2; `switch-frame' event exits incremental search Date: Thu, 09 Mar 2023 09:50:10 +0200 Organization: LINKOV.NET Message-ID: <865ybas6rx.fsf@mail.linkov.net> References: <4941298cd70a4be0a12aa64013b0a4de@vodafonemail.de> <83wn3s6658.fsf@gnu.org> <86356gxvwk.fsf@mail.linkov.net> <49cd9a41-d634-183d-262a-373688329818@vodafonemail.de> <04047c45-206c-8e41-42d9-4c62e49b0496@vodafonemail.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9098"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: Eli Zaretskii , 62032@debbugs.gnu.org To: Farblos Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Mar 09 08:53:23 2023 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 1paB5W-0002A8-Vc for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 09 Mar 2023 08:53:22 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1paB5E-0005LD-Lv; Thu, 09 Mar 2023 02:53:04 -0500 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 1paB5D-0005L2-41 for bug-gnu-emacs@gnu.org; Thu, 09 Mar 2023 02:53:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1paB5C-0000fX-Pp for bug-gnu-emacs@gnu.org; Thu, 09 Mar 2023 02:53:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1paB5C-0001mJ-AP for bug-gnu-emacs@gnu.org; Thu, 09 Mar 2023 02:53:02 -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, 09 Mar 2023 07:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62032 X-GNU-PR-Package: emacs Original-Received: via spool by 62032-submit@debbugs.gnu.org id=B62032.16783483416782 (code B ref 62032); Thu, 09 Mar 2023 07:53:02 +0000 Original-Received: (at 62032) by debbugs.gnu.org; 9 Mar 2023 07:52:21 +0000 Original-Received: from localhost ([127.0.0.1]:50798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1paB4W-0001lK-TW for submit@debbugs.gnu.org; Thu, 09 Mar 2023 02:52:21 -0500 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:46233) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1paB4V-0001l4-9E for 62032@debbugs.gnu.org; Thu, 09 Mar 2023 02:52:19 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id BA4741BF207; Thu, 9 Mar 2023 07:52:09 +0000 (UTC) In-Reply-To: <04047c45-206c-8e41-42d9-4c62e49b0496@vodafonemail.de> (Farblos's message of "Tue, 7 Mar 2023 22:11:23 +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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:257588 Archived-At: >> I'm fine with that point of view as long as I'm allowed to let frame >> switches keep isearch alive in some way or other.  I understand that the >> buffer switch (resulting from the frame switch) during an isearch is >> evil, but I frequently just alt-tab to a different frame, peek something >> there, alt-tab back, and continue the isearch. > > Um, I just tried to not "only peek something" in the second frame, but > rather type some text, which is of course grabbed by the isearch running in > the first frame, which is of course highly confusing. > > Having tested that, I'd rather vote for wontfix for this bug, hoping that > I can continue to bind `ignoreŽ to `switch-frameŽ in my very personal > configuration for more versions to come to keep the behavior as I am used > to it. In https://lists.gnu.org/archive/html/emacs-devel/2021-04/msg01442.html a new option 'isearch-buffer-local' was implemented. It could help in such situations when you need to switch temporarily to another frame/buffer without exiting isearch.