From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#56305: 29.0.50; 'yes-or-no-p' deselects minibuffer frame Date: Mon, 4 Jul 2022 19:43:51 +0000 Message-ID: References: <3984f6ec-1988-f0ae-d44c-f4b92a202938@gmx.at> <83o7yb5lqe.fsf@gnu.org> <83bku69nn2.fsf@gnu.org> <83iloc8yzs.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13701"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rudalics@gmx.at, 56305@debbugs.gnu.org, monnier@iro.umontreal.ca To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jul 04 21:44:10 2022 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 1o8RzN-0003OK-TR for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 04 Jul 2022 21:44:09 +0200 Original-Received: from localhost ([::1]:43126 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o8RzM-0000xf-Bd for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 04 Jul 2022 15:44:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44280) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8RzG-0000xT-AJ for bug-gnu-emacs@gnu.org; Mon, 04 Jul 2022 15:44:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54798) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o8RzG-0007UO-21 for bug-gnu-emacs@gnu.org; Mon, 04 Jul 2022 15:44:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o8RzF-0007ts-VC for bug-gnu-emacs@gnu.org; Mon, 04 Jul 2022 15:44:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 04 Jul 2022 19:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56305 X-GNU-PR-Package: emacs Original-Received: via spool by 56305-submit@debbugs.gnu.org id=B56305.165696384030354 (code B ref 56305); Mon, 04 Jul 2022 19:44:01 +0000 Original-Received: (at 56305) by debbugs.gnu.org; 4 Jul 2022 19:44:00 +0000 Original-Received: from localhost ([127.0.0.1]:48695 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8RzE-0007tW-48 for submit@debbugs.gnu.org; Mon, 04 Jul 2022 15:44:00 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:17692 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1o8RzB-0007tH-KW for 56305@debbugs.gnu.org; Mon, 04 Jul 2022 15:43:58 -0400 Original-Received: (qmail 60329 invoked by uid 3782); 4 Jul 2022 19:43:51 -0000 Original-Received: from acm.muc.de (p4fe15a3f.dip0.t-ipconnect.de [79.225.90.63]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Mon, 04 Jul 2022 21:43:51 +0200 Original-Received: (qmail 21990 invoked by uid 1000); 4 Jul 2022 19:43:51 -0000 Content-Disposition: inline In-Reply-To: <83iloc8yzs.fsf@gnu.org> X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de 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:236070 Archived-At: Hello, Eli. On Mon, Jul 04, 2022 at 22:21:59 +0300, Eli Zaretskii wrote: > > Date: Mon, 4 Jul 2022 19:10:07 +0000 > > Cc: rudalics@gmx.at, Stefan Monnier , > > 56305@debbugs.gnu.org, acm@muc.de > > From: Alan Mackenzie > > Quick summary of the problem: On an Emacs with a minibuffer-only frame > > (MBF) and a minibuffer-less frame (NF), with MBF selected with focus, > > type C-x C-c. Instead of the focus remaining in MBF, it's moved to NF. > I lost you right here: can you explain why what you described isn't > TRT? After typing C-x C-c, rather than exiting, this particular Emacs prompts: "Active processes exist; kill them and exit anyway? (yes or no) " on MBF and it opens a window *Process List* on NF. > I mean, after you typed "C-x C-c", the minibuffer (whether it's a > frame or a window) has completed its job, and focus should return to > the "real" frame, which is NF. Right? What am I missing here? After the C-x C-c, and the appearence of the prompt, NF has the focus, uselessly, instead of MBF. That means having to do a window-manager action to get at the prompt. This is the bug that Martin registered. -- Alan Mackenzie (Nuremberg, Germany).