From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Tooltips on w32 slow and strange Date: Tue, 08 Mar 2005 12:43:15 +0000 Message-ID: <422D9DE3.7030901@gnu.org> References: <21748.217.194.34.123.1110272841.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 1110287496 12469 80.91.229.2 (8 Mar 2005 13:11:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2005 13:11:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 08 14:11:35 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8eSO-0004FL-Sf for ged-emacs-devel@m.gmane.org; Tue, 08 Mar 2005 14:09:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8ee2-0003u8-5E for ged-emacs-devel@m.gmane.org; Tue, 08 Mar 2005 08:21:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D8edg-0003py-TO for emacs-devel@gnu.org; Tue, 08 Mar 2005 08:20:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D8edV-0003mh-5C for emacs-devel@gnu.org; Tue, 08 Mar 2005 08:20:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8edU-0003gm-2E for emacs-devel@gnu.org; Tue, 08 Mar 2005 08:20:32 -0500 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D8e3V-00070d-54 for emacs-devel@gnu.org; Tue, 08 Mar 2005 07:43:21 -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 G29YBG3F; Tue, 8 Mar 2005 12:42:56 -0000 Original-Received: from 217.46.150.9 ([217.46.150.9] helo=[10.10.5.77]) by ASSP-nospam ; 8 Mar 05 12:42:56 -0000 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: Stephan Stahl In-Reply-To: <21748.217.194.34.123.1110272841.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: news.gmane.org gmane.emacs.devel:34325 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34325 Lennart has been looking at this. He sent me some replacement files for w32term.c etc, but I have not had time to look at it, and he has not had time to send it as a patch which would be more convenient for me. Stephan Stahl wrote: >Hi. > >Some people have been looking into this.. Are there any news? > >I remembered this old Mail from Lennart Borgman: >"Status bar gets face Mode Line Inactive after Alt-Tab" >http://lists.gnu.org/archive/html/emacs-devel/2004-12/msg00366.html > >This seems to have the same cause as those problems with the tooltips >on w32. When i use Alt-Tab the mode line does not get updated (still >the mode-line-inactive face) while it gets updated (mode-line face) >when using C-x 5 o. > >Jason Rumney said it could be that the focus gained messages from the >OS are not handled correct. Any tips to were i could start looking >for clues? So far my knowledge of the emacs internals is very low.. > >Stephan > >