From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Tooltips on w32 slow and strange Date: Tue, 15 Feb 2005 10:02:37 +0000 Message-ID: <4211C8BD.2000206@gnu.org> References: <016b01c51163$45e1d630$0200a8c0@sedrcw11488> <16186.217.194.34.123.1108368907.squirrel@wwws.franken.de> <4210762C.9030203@gnu.org> <003a01c5129c$c2c55e80$0200a8c0@sedrcw11488> <01c512d3$Blat.v2.4$ddc805c0@zahav.net.il> <01c51319$Blat.v2.4$54fb6980@zahav.net.il> <34459.217.194.34.123.1108457620.squirrel@wwws.franken.de> 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 1108464604 11839 80.91.229.2 (15 Feb 2005 10:50:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2005 10:50:04 +0000 (UTC) Cc: miles@gnu.org, Eli Zaretskii , snogglethorpe@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 15 11:50:03 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D10G2-0006gj-Uh for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 11:48:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D10Vl-0001WH-LW for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 06:04:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D106p-0008KS-Rt for emacs-devel@gnu.org; Tue, 15 Feb 2005 05:39:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D106l-0008Jh-LT for emacs-devel@gnu.org; Tue, 15 Feb 2005 05:39:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0zrZ-0007m4-IG for emacs-devel@gnu.org; Tue, 15 Feb 2005 05:23:28 -0500 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D0zXS-0003Ek-Hh; Tue, 15 Feb 2005 05:02:38 -0500 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 18LH0MD3; Tue, 15 Feb 2005 10:02:36 -0000 Original-Received: from 192.168.111.196 ([192.168.111.196] helo=[192.168.111.196]) by ASSP-nospam ; 15 Feb 05 10:02:35 -0000 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: Stephan Stahl In-Reply-To: <34459.217.194.34.123.1108457620.squirrel@wwws.franken.de> 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33468 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33468 Stephan Stahl wrote: >I'd like to provide some findings regarding the strange focus >handling: >emacs -q --no-site-init >C-x 2 >C-x b bla (make it easy to recognise the two frames) >put the mouse on the toolbar to create a popup works fine. >Alt-Tab (using XP to switch frames) >put the mouse on the toolbar to create a popup will NOT work right. > (i do not even see the popup but the first frame with > the *scratch* buffer pops up while the second with the > bla buffer still has input focus. > Maybe it is the second frame with the bla buffer that > pops-under??? if this is possible..) > >Now try doing the same thing but using C-x 5 o to switch the frames will >cause the popup to work just fine. Does C-x 5 o some thing special >compared to Alt-tab? > > It gives focus to an Emacs window. The same is seen if you switch focus by clicking on the title bar vs in the text area.