From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#9729: 24.0.50; can't editing buffers while in another buffer i'm openning files Date: Sat, 17 Jul 2021 18:17:16 +0300 Message-ID: <835yx93r7n.fsf@gnu.org> References: <87y5wsorsm.fsf@myhost.i-did-not-set--mail-host-address--so-tickle-me> <87mtqm72c7.fsf@gnus.org> <83v95a46sc.fsf@gnu.org> <875yx96nsf.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36896"; mail-complaints-to="usenet@ciao.gmane.io" Cc: sinoohe.mkh@gmail.com, 9729@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jul 17 17:18:11 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 1m4m4w-0009Mp-Fn for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 17 Jul 2021 17:18:10 +0200 Original-Received: from localhost ([::1]:35054 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m4m4u-0004OV-Uj for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 17 Jul 2021 11:18:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42516) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m4m4o-0004O6-RI for bug-gnu-emacs@gnu.org; Sat, 17 Jul 2021 11:18:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43014) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m4m4o-0007xE-GA for bug-gnu-emacs@gnu.org; Sat, 17 Jul 2021 11:18:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m4m4o-00062M-8l for bug-gnu-emacs@gnu.org; Sat, 17 Jul 2021 11:18:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 17 Jul 2021 15:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9729 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed Original-Received: via spool by 9729-submit@debbugs.gnu.org id=B9729.162653506122749 (code B ref 9729); Sat, 17 Jul 2021 15:18:02 +0000 Original-Received: (at 9729) by debbugs.gnu.org; 17 Jul 2021 15:17:41 +0000 Original-Received: from localhost ([127.0.0.1]:54560 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4m4T-0005uX-6w for submit@debbugs.gnu.org; Sat, 17 Jul 2021 11:17:41 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:44722) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4m4L-0005l3-E3 for 9729@debbugs.gnu.org; Sat, 17 Jul 2021 11:17:40 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48458) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m4m4G-0007aW-49; Sat, 17 Jul 2021 11:17:28 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2524 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m4m4F-0006t9-Oo; Sat, 17 Jul 2021 11:17:28 -0400 In-Reply-To: <875yx96nsf.fsf@gnus.org> (message from Lars Ingebrigtsen on Sat, 17 Jul 2021 16:02:56 +0200) 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:210141 Archived-At: > From: Lars Ingebrigtsen > Cc: sinoohe.mkh@gmail.com, 9729@debbugs.gnu.org > Date: Sat, 17 Jul 2021 16:02:56 +0200 > > Eli Zaretskii writes: > > > It's a basic limitation of our keyboard input: we can only read from a > > single frame at a time. > > I guess that'd be difficult to fix... but could we do something about > how this works in an emacsclient context? > > That is, if you `M-x' and then change frames in a normal GUI Emacs, the > `M-x' will follow you around. There's no such concept in emacsclient as > an "active frame", but could we somehow make minibuffer commands abort > the action in other frames? AFAIR, the prompt follows to another GUI frame because that frame gets the focus-in event. If I'm right, then it should also work with emacsclient frames on terminals that support focus-in events. Failing that, how to tell Emacs to switch to another frame, and would the way to do that easier than just typing C-g and switching to the client frame "by hand"?