From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Tooltips on w32 slow and strange Date: Tue, 15 Feb 2005 16:31:13 +0100 Message-ID: <020801c51373$a9045f50$0200a8c0@sedrcw11488> 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> <4211C8BD.2000206@gnu.org> <4051.217.194.34.123.1108462308.squirrel@wwws.franken.de> <01d301c51364$92cddef0$0200a8c0@sedrcw11488> <421204E5.4070503@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1108481798 757 80.91.229.2 (15 Feb 2005 15:36:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2005 15:36:38 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 15 16:36:38 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D14kQ-0005QT-7x for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 16:36:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D150B-0004ct-EW for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 10:52:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D14zA-0004Sg-J4 for emacs-devel@gnu.org; Tue, 15 Feb 2005 10:51:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D14z4-0004Ot-1N for emacs-devel@gnu.org; Tue, 15 Feb 2005 10:51:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D14z0-0004KR-QH for emacs-devel@gnu.org; Tue, 15 Feb 2005 10:51:26 -0500 Original-Received: from [81.228.10.113] (helo=av3-2-sn4.m-sp.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D14hI-0006pr-NH; Tue, 15 Feb 2005 10:33:08 -0500 Original-Received: by av3-2-sn4.m-sp.skanova.net (Postfix, from userid 502) id 03E9837E48; Tue, 15 Feb 2005 16:33:07 +0100 (CET) Original-Received: from smtp2-2-sn4.m-sp.skanova.net (smtp2-2-sn4.m-sp.skanova.net [81.228.10.182]) by av3-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id CF20737E46; Tue, 15 Feb 2005 16:33:07 +0100 (CET) Original-Received: from sedrcw11488 (t1o58p216.telia.com [62.20.164.216]) by smtp2-2-sn4.m-sp.skanova.net (Postfix) with SMTP id DA3C937E47; Tue, 15 Feb 2005 16:33:06 +0100 (CET) Original-To: "Jason Rumney" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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:33479 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33479 ----- Original Message ----- From: "Jason Rumney" > It is probably a bug if focus gained messages from the OS do not set the > selected frame, but no new Lisp hooks should be needed. Yes, no hook is needed for this and my idea of using the hook for this was not the best one. It is just that I still think it would be useful sometimes (as I have mentioned before). > It does seem that any input prevents these focus problems, so it is > possibly a case of a message being sent between the UI and Lisp threads, > but not getting processed until input arrives. Does not messages get processed as soon as they arrive?