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: Mon, 14 Feb 2005 23:58:23 +0000 Message-ID: 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> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108426016 24302 80.91.229.2 (15 Feb 2005 00:06:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2005 00:06:56 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, Eli Zaretskii , emacs-devel@gnu.org, stahl@eos.franken.de, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 15 01:06:56 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D0qEs-00009t-EL for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 01:06:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0qUV-00056e-J3 for ged-emacs-devel@m.gmane.org; Mon, 14 Feb 2005 19:22:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D0qT5-0004jN-7q for emacs-devel@gnu.org; Mon, 14 Feb 2005 19:21:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D0qT1-0004hJ-Hp for emacs-devel@gnu.org; Mon, 14 Feb 2005 19:21:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0qT0-0004hE-J4 for emacs-devel@gnu.org; Mon, 14 Feb 2005 19:21:27 -0500 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D0q6z-0008HK-If; Mon, 14 Feb 2005 18:58:41 -0500 Original-Received: from wanchan.jasonrumney.net (i-195-137-77-250.freedom2surf.net [195.137.77.250]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id j1ENwanF027949; Mon, 14 Feb 2005 23:58:36 GMT Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id E047ADDD37; Mon, 14 Feb 2005 23:58:35 +0000 (GMT) Original-To: snogglethorpe@gmail.com In-Reply-To: (Miles Bader's message of "Tue, 15 Feb 2005 08:48:29 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) 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:33437 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33437 Miles Bader writes: > On Mon, 14 Feb 2005 22:28:19 +0200, Eli Zaretskii wrote: >> > "Emacs Frame" tooltips seems to work really well in X11; why not just >> > make them work well in Windows too? >> >> FWIW, I use Emacs on Windows XP and never saw any special slowness of >> the Emacs tooltips. > > Might it be simply that Windows is very slow in window-creation (it is > reputedly much slower to create new OS processes than other OSes) and > the original poster has a very slow machine? I think any slowness to create windows would not be perceptable, as it would just mean a slightly longer delay before the tooltip pops up. The perceived slowness I think is the delay between window creation and drawing its contents. We might be able to hide the tooltip window until it is completely drawn so the user does not see this. But the other problem of focus changing when tooltips pop up is more urgent, I think.