From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: pop-to-buffer does not change input focus Date: Mon, 24 Apr 2006 13:52:39 -0400 Message-ID: References: <44494739.9010302@soem.dk> <444BD61A.6020607@soem.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1145901311 28516 80.91.229.2 (24 Apr 2006 17:55:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Apr 2006 17:55:11 +0000 (UTC) Cc: david.reitter@gmail.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 24 19:55:08 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FY5Gq-0000nw-5J for ged-emacs-devel@m.gmane.org; Mon, 24 Apr 2006 19:54:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FY5Gp-0007VN-NS for ged-emacs-devel@m.gmane.org; Mon, 24 Apr 2006 13:54:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FY5En-0005tA-9x for emacs-devel@gnu.org; Mon, 24 Apr 2006 13:52:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FY5Em-0005sa-Pn for emacs-devel@gnu.org; Mon, 24 Apr 2006 13:52:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FY5Em-0005sK-LY for emacs-devel@gnu.org; Mon, 24 Apr 2006 13:52:40 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FY5H4-0005cP-4e for emacs-devel@gnu.org; Mon, 24 Apr 2006 13:55:02 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FY5El-0003uU-QW; Mon, 24 Apr 2006 13:52:39 -0400 Original-To: Lars Hansen In-reply-to: <444BD61A.6020607@soem.dk> (message from Lars Hansen on Sun, 23 Apr 2006 21:31:38 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:53346 Archived-At: IHMO this is confusing. Why don't select-frame set the input focus? I recall there was a good reason for this. Perhaps the reason is that Emacs programs often call select-frame for internal reasons and this should not cause a focus change. Please don't take the risk of messing with this now.