From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: pop-to-buffer does not change input focus Date: Fri, 21 Apr 2006 22:01:03 +0200 Message-ID: <444939FF.3010302@student.lu.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145649700 31842 80.91.229.2 (21 Apr 2006 20:01:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Apr 2006 20:01:40 +0000 (UTC) Cc: David Reitter , Emacs-Devel ' Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 21 22:01:36 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 1FX1oj-0007W0-24 for ged-emacs-devel@m.gmane.org; Fri, 21 Apr 2006 22:01:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FX1oi-0000cR-LI for ged-emacs-devel@m.gmane.org; Fri, 21 Apr 2006 16:01:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FX1oX-0000cC-3g for emacs-devel@gnu.org; Fri, 21 Apr 2006 16:01:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FX1oV-0000bo-Q5 for emacs-devel@gnu.org; Fri, 21 Apr 2006 16:01:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FX1oV-0000bl-Kx for emacs-devel@gnu.org; Fri, 21 Apr 2006 16:01:11 -0400 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FX1q8-0007kn-1f for emacs-devel@gnu.org; Fri, 21 Apr 2006 16:02:52 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn2.hy.skanova.net (7.2.070) id 444497C50010F0F0; Fri, 21 Apr 2006 22:01:03 +0200 User-Agent: Thunderbird 1.5 (Windows/20051201) 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:53204 Archived-At: Stefan Monnier wrote: >> With `pop-up-frames' set to t, `pop-to-buffer' will show a new frame with >> the buffer given. But if a frame showing that buffer already exists, this >> buffer is selected, the frame is raised, but it does not get input >> focus. This leads to situations where the frame is opened on top of the old >> one, but any input events go to the old one. >> > > Sounds like a bug. Please use M-x report-emacs-bug for such reports. > It also sounds like a bug that might depend on the window-manager or > window-system. > > > Stefan > I just tested this on w32 (CVS Emacs from 2006-04-09, unpatched) and there the test buffer *test* gets input focus as it should.