From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: pop-to-buffer does not change input focus Date: Fri, 21 Apr 2006 13:44:38 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1145641506 3722 80.91.229.2 (21 Apr 2006 17:45:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Apr 2006 17:45:06 +0000 (UTC) Cc: Emacs-Devel ' Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 21 19:45:03 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 1FWzgi-0000I4-Jw for ged-emacs-devel@m.gmane.org; Fri, 21 Apr 2006 19:45:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWzgi-0003jg-6x for ged-emacs-devel@m.gmane.org; Fri, 21 Apr 2006 13:45:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWzgV-0003j9-CV for emacs-devel@gnu.org; Fri, 21 Apr 2006 13:44:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWzgT-0003is-35 for emacs-devel@gnu.org; Fri, 21 Apr 2006 13:44:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWzgS-0003in-NX for emacs-devel@gnu.org; Fri, 21 Apr 2006 13:44:44 -0400 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWzi4-000622-3p for emacs-devel@gnu.org; Fri, 21 Apr 2006 13:46:24 -0400 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 19E2F2CE9BE; Fri, 21 Apr 2006 13:44:44 -0400 (EDT) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id A18C8452A; Fri, 21 Apr 2006 13:44:38 -0400 (EDT) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 866E5715AB; Fri, 21 Apr 2006 13:44:38 -0400 (EDT) Original-To: David Reitter In-Reply-To: (David Reitter's message of "Fri, 21 Apr 2006 17:59:48 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-2.82, requis 5, autolearn=not spam, ALL_TRUSTED -2.82) X-DIRO-MailScanner-From: monnier@iro.umontreal.ca 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:53203 Archived-At: > 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