GNU bug report logs - #11939
24.1; `save-buffers-kill-emacs' loses minibuffer focus when it calls `list-processes'

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Fri, 13 Jul 2012 18:07:01 UTC

Severity: normal

Found in version 24.1

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 11939 <at> debbugs.gnu.org
Subject: bug#11939: 24.1; `save-buffers-kill-emacs' loses minibuffer focus when it calls	`list-processes'
Date: Mon, 16 Jul 2012 18:07:25 +0200
> I might be misunderstanding you, but I did this:
>
> 1. Started Emacs with my normal setup (not from emacs -Q).
> 2. Loaded the code you sent.
> 3. M-x shell
>
> 4. Clicked the title bar of the standalone minibuffer frame, to select it.  (Did
> that since you said that your code would not help with the usual case, where
> another frame has the focus).
>
> 5. C-x C-c
>
> The result was the same as before: typing (e.g. "yes") had no effect.  The
> minibuffer frame apparently lost the focus as soon as the new *Process List* was
> created.

OK.  Then let's try again with `pop-up-frames' t.  With emacs -Q evaluate

(progn
  (setq pop-up-frames t)
  (load "~/with-temp-buffer-window.el")
  (shell))

type C-x C-c, and tell me what happens.

martin




This bug report was last modified 12 years and 288 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.