GNU bug report logs -
#56305
29.0.50; 'yes-or-no-p' deselects minibuffer frame
Previous Next
Full log
Message #41 received at 56305 <at> debbugs.gnu.org (full text, mbox):
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).
This bug report was last modified 2 years and 330 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.