From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Hansen Newsgroups: gmane.emacs.devel Subject: Re: pop-to-buffer does not change input focus Date: Sat, 22 Apr 2006 00:51:17 +0200 Message-ID: <444961E5.6080602@soem.dk> References: <44494739.9010302@soem.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145659950 30240 80.91.229.2 (21 Apr 2006 22:52:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Apr 2006 22:52:30 +0000 (UTC) Cc: David Reitter , Emacs-Devel ' Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 22 00:52:26 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 1FX4U7-0008N2-VF for ged-emacs-devel@m.gmane.org; Sat, 22 Apr 2006 00:52:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FX4U7-00019A-Ct for ged-emacs-devel@m.gmane.org; Fri, 21 Apr 2006 18:52:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FX4TF-0000oX-R0 for emacs-devel@gnu.org; Fri, 21 Apr 2006 18:51:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FX4TC-0000nM-Nu for emacs-devel@gnu.org; Fri, 21 Apr 2006 18:51:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FX4TC-0000nH-J6 for emacs-devel@gnu.org; Fri, 21 Apr 2006 18:51:22 -0400 Original-Received: from [212.99.225.245] (helo=odin.broadcom.dk) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FX4Uq-0003Ve-LQ for emacs-devel@gnu.org; Fri, 21 Apr 2006 18:53:04 -0400 Original-Received: from pppoe3-ves.broadcom.dk ([212.99.255.42] helo=[10.17.0.131]) by odin.broadcom.dk with esmtp (Exim 4.24; FreeBSD) id 1FX4SP-000MdN-V3; Sat, 22 Apr 2006 00:50:34 +0200 User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en Original-To: Stefan Monnier In-Reply-To: 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:53219 Archived-At: Stefan Monnier wrote: >I think this is all OK: display-buffer is not supposed to select the >corresponding window/frame. >But in Fpop_to_buffer, we call Fselect_window on the window just displayed >by Fdisplay_buffer and *that* should cause the input focus to be set. > > Ok, I was on a wrong track. My test verifies that Fselect_window does not set the input focus.