From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#1681: 23.0.60; list-processes - please reset focus to original frame when done Date: Thu, 04 Oct 2012 20:52:33 +0200 Message-ID: <506DDAF1.7070303@gmx.at> References: <002801c9651e$3bf97c00$0200a8c0@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1349401888 24536 80.91.229.3 (5 Oct 2012 01:51:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 01:51:28 +0000 (UTC) Cc: 1681@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 05 03:51:30 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TJx40-0005tv-6I for geb-bug-gnu-emacs@m.gmane.org; Fri, 05 Oct 2012 03:50:52 +0200 Original-Received: from localhost ([::1]:56573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJqXd-0005fH-Rc for geb-bug-gnu-emacs@m.gmane.org; Thu, 04 Oct 2012 14:53:01 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJqXa-0005dR-VH for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 14:52:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJqXZ-0001Qj-QE for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 14:52:58 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJqXZ-0001Q5-MR for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 14:52:57 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TJqXe-0007r1-5K for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 14:53:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <002801c9651e$3bf97c00$0200a8c0@us.oracle.com> Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 04 Oct 2012 18:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 1681 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 1681-submit@debbugs.gnu.org id=B1681.134937676430167 (code B ref 1681); Thu, 04 Oct 2012 18:53:02 +0000 Original-Received: (at 1681) by debbugs.gnu.org; 4 Oct 2012 18:52:44 +0000 Original-Received: from localhost ([127.0.0.1]:54488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TJqXL-0007qV-JW for submit@debbugs.gnu.org; Thu, 04 Oct 2012 14:52:44 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:53479) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1TJqXJ-0007q8-K2 for 1681@debbugs.gnu.org; Thu, 04 Oct 2012 14:52:42 -0400 Original-Received: (qmail invoked by alias); 04 Oct 2012 18:52:29 -0000 Original-Received: from 62-47-48-109.adsl.highway.telekom.at (EHLO [62.47.48.109]) [62.47.48.109] by mail.gmx.net (mp034) with SMTP; 04 Oct 2012 20:52:29 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18uX4p8cP0ul74fz6pE80nd1i5ybtKwHNAgemp6jB CHnUDEZPHstCjM X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 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.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65190 Archived-At: > On MS Windows, a new frame is selected when it is created. I use a > standalone minibuffer frame and have non-nil `pop-up-frames'. This > causes `list-processes' to create a new frame the first time it > displays buffer *Process List*. > > Typically, I don't call `list-processes' manually, so there is no > frame with buffer *Process List* when I quit Emacs. > > When I do `C-x C-c', I cannot simply type `yes' or `no', because > creation of the new frame for *Process List* switches focus to that > frame. I must first manually select the minibuffer frame, to move > focus to it; then I can type `yes' or `no'. This is annoying. > > Please change `list-processes' so that it calls > `select-frame-set-input-focus' at the end to move focus back to the > frame that previously had the focus. > > This is a general problem. Perhaps a general fix could be found. > > It is at least a problem for functions that might display a buffer for > the first time, and especially those that then ask for user input > (e.g. `yes-or-no-p'). `list-processes' is a poster child for this kind > of function, and it has the added annoyance of being called > automatically by `C-x C-c'. > > > In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) > of 2008-12-19 on LENNART-69DE564 > Windowing system distributor `Microsoft Corp.', version 5.1.2600 > configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include > -fno-crossjumping' Is this still a problem? martin