From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Tooltips on w32 slow and strange Date: Tue, 8 Mar 2005 16:42:51 +0100 Message-ID: <003301c523f6$810f07a0$0200a8c0@sedrcw11488> 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" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110299343 21971 80.91.229.2 (8 Mar 2005 16:29:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2005 16:29:03 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 08 17:29:02 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8hV8-0002pX-0g for ged-emacs-devel@m.gmane.org; Tue, 08 Mar 2005 17:24:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8hjd-0004PK-4n for ged-emacs-devel@m.gmane.org; Tue, 08 Mar 2005 11:39:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D8hio-0004H6-TJ for emacs-devel@gnu.org; Tue, 08 Mar 2005 11:38:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D8hin-0004GD-51 for emacs-devel@gnu.org; Tue, 08 Mar 2005 11:38:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8hbm-0002Yr-SD for emacs-devel@gnu.org; Tue, 08 Mar 2005 11:30:58 -0500 Original-Received: from [81.228.11.112] (helo=av5-2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D8gyY-0006mx-8q for emacs-devel@gnu.org; Tue, 08 Mar 2005 10:50:26 -0500 Original-Received: by av5-2-sn1.fre.skanova.net (Postfix, from userid 502) id 7207637E45; Tue, 8 Mar 2005 16:50:24 +0100 (CET) Original-Received: from smtp3-1-sn1.fre.skanova.net (smtp3-1-sn1.fre.skanova.net [81.228.11.163]) by av5-2-sn1.fre.skanova.net (Postfix) with ESMTP id 5C04E37E42; Tue, 8 Mar 2005 16:50:24 +0100 (CET) Original-Received: from sedrcw11488 (t1o58p220.telia.com [62.20.164.220]) by smtp3-1-sn1.fre.skanova.net (Postfix) with SMTP id B758237E4C; Tue, 8 Mar 2005 16:50:22 +0100 (CET) Original-To: "Stephan Stahl" , 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: news.gmane.org gmane.emacs.devel:34330 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34330 ----- Original Message ----- From: "Stephan Stahl" > 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.. I wrote some code to take care of this, but it is not uploaded yet. It is some changes to w32term.c, but I do not know if they are correct and want others to look at it before it is uploaded. Mail me if you want a copy.