From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Daschek Newsgroups: gmane.emacs.devel Subject: Re: Tooltips on w32 slow and strange Date: Sun, 13 Feb 2005 19:21:18 +0100 Message-ID: References: <016b01c51163$45e1d630$0200a8c0@sedrcw11488> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108350541 25876 80.91.229.2 (14 Feb 2005 03:09:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 Feb 2005 03:09:01 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 14 04:09:01 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D0WbY-0004Hk-3v for ged-emacs-devel@m.gmane.org; Mon, 14 Feb 2005 04:08:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0Wr0-0008Vh-6R for ged-emacs-devel@m.gmane.org; Sun, 13 Feb 2005 22:24:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D0Wq2-0008QH-Fv for emacs-devel@gnu.org; Sun, 13 Feb 2005 22:23:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D0Wpv-0008NA-V3 for emacs-devel@gnu.org; Sun, 13 Feb 2005 22:23:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0Wpv-0008LE-G3 for emacs-devel@gnu.org; Sun, 13 Feb 2005 22:23:47 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D0WYI-00029r-7U for emacs-devel@gnu.org; Sun, 13 Feb 2005 22:05:34 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D0WVy-0003j4-B3 for emacs-devel@gnu.org; Mon, 14 Feb 2005 04:03:10 +0100 Original-Received: from net1.treangeli.at ([217.19.37.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Feb 2005 04:03:10 +0100 Original-Received: from noniq-usenet by net1.treangeli.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Feb 2005 04:03:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 10 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: net1.treangeli.at User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:PnZ6nv/VRq6f9vGn0j//yakJD5w= 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:33363 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33363 "Lennart Borgman" writes: > The tooltip implementation on w32 seems a bit strange. In some cases it can > switch to another frame. It is also very slow. I sometimes even get tooltips from Emacs when another application has focus and the Emacs' window (frame) is hidden behind that application's window. This is quite irritating. noniq