From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Tooltip pops up when moving mouse Date: Wed, 16 Mar 2005 22:35:49 +0100 Message-ID: <4238A6B5.2060905@swipnet.se> References: <002501c52984$826bc550$0200a8c0@sedrcw11488> <001b01c52a28$f7967ba0$0200a8c0@sedrcw11488> 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 1111009631 21459 80.91.229.2 (16 Mar 2005 21:47:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2005 21:47:11 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 16 22:47:11 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DBgM2-00082W-JF for ged-emacs-devel@m.gmane.org; Wed, 16 Mar 2005 22:47:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBgcC-0001Ug-G2 for ged-emacs-devel@m.gmane.org; Wed, 16 Mar 2005 17:03:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DBgWn-0000Wu-3X for emacs-devel@gnu.org; Wed, 16 Mar 2005 16:58:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DBgWT-0000Nc-FN for emacs-devel@gnu.org; Wed, 16 Mar 2005 16:57:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBgWS-0000Lh-VG for emacs-devel@gnu.org; Wed, 16 Mar 2005 16:57:49 -0500 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DBgBX-0003C6-Tt for emacs-devel@gnu.org; Wed, 16 Mar 2005 16:36:12 -0500 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep02.bredband.com with ESMTP id <20050316213611.YYAC4482.mxfep02.bredband.com@coolsville.localdomain>; Wed, 16 Mar 2005 22:36:11 +0100 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: Lennart Borgman In-Reply-To: <001b01c52a28$f7967ba0$0200a8c0@sedrcw11488> 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: news.gmane.org gmane.emacs.devel:34645 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34645 Lennart Borgman wrote: >You can (perhaps) see another version of this problem if you slowly move the >mouse over a link. The tooltip pops up and immediately disappears again. > >That I am seeing this problem may depend on both that I have a slow pc and >that I am using w32. I believe it is a thread issue. Mouse movements are >detected by the UI thread, but I believe that the lisp timer for the tooltip >popup runs in the lisp thread. I do not know if the problem is there on X >Windows as well but I would believe it. > It is not. And by the way: The X Consortium requests that the following names be used when refer- ring to this software: X X Window System X Version 11 X Window System, Version 11 X11 Jan D.