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:59:41 +0000 Message-ID: References: <3984f6ec-1988-f0ae-d44c-f4b92a202938@gmx.at> <83o7yb5lqe.fsf@gnu.org> <83bku69nn2.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="11331"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rudalics@gmx.at, Eli Zaretskii , 56305@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jul 04 22:00:11 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 1o8SEt-0002na-DS for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 04 Jul 2022 22:00:11 +0200 Original-Received: from localhost ([::1]:52448 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o8SEs-0000cM-8j for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 04 Jul 2022 16:00:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46492) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8SEk-0000by-Ur for bug-gnu-emacs@gnu.org; Mon, 04 Jul 2022 16:00:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54811) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o8SEk-000133-Jj for bug-gnu-emacs@gnu.org; Mon, 04 Jul 2022 16:00:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o8SEk-0008LF-Hm for bug-gnu-emacs@gnu.org; Mon, 04 Jul 2022 16:00:02 -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 20:00:02 +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.165696479032020 (code B ref 56305); Mon, 04 Jul 2022 20:00:02 +0000 Original-Received: (at 56305) by debbugs.gnu.org; 4 Jul 2022 19:59:50 +0000 Original-Received: from localhost ([127.0.0.1]:48708 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8SEY-0008KN-7F for submit@debbugs.gnu.org; Mon, 04 Jul 2022 15:59:50 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:18087 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1o8SEV-0008K7-Ux for 56305@debbugs.gnu.org; Mon, 04 Jul 2022 15:59:48 -0400 Original-Received: (qmail 70255 invoked by uid 3782); 4 Jul 2022 19:59:41 -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:59:41 +0200 Original-Received: (qmail 22046 invoked by uid 1000); 4 Jul 2022 19:59:41 -0000 Content-Disposition: inline In-Reply-To: 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:236072 Archived-At: Hello, Stefan. On Mon, Jul 04, 2022 at 15:46:05 -0400, Stefan Monnier wrote: > > 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. > Hmmm... for me `C-x C-c` basically quits Emacs so the focus afterwards > is ... "nowhere"? > What is this `C-x C-c` supposed to do? This particular C-x C-c puts the following prompt into the minibuffer: "Active processes exist; kill them and exit anyway? (Yes or no) " .. The problem is that instead of being in MBF, the focus has moved to NF., obstructing the action of typing "yes" or "no". Martin's directions for this bug are basically: Start Emacs with $ emacs -Q -l ~/rudalics3.el where that file contains exactly: (setq use-dialog-box nil) (setq default-frame-alist '((minibuffer . nil))) (shell) > Stefan -- Alan Mackenzie (Nuremberg, Germany).