From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: [hober0@gmail.com: Re: mode-line redisplay bug] Date: Sat, 13 Aug 2005 17:54:39 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1123971043 28906 80.91.229.2 (13 Aug 2005 22:10:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Aug 2005 22:10:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 14 00:10:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E44Cz-0001yM-0P for ged-emacs-devel@m.gmane.org; Sun, 14 Aug 2005 00:10:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E44GG-0007jE-Lj for ged-emacs-devel@m.gmane.org; Sat, 13 Aug 2005 18:13:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E44DR-000649-6d for emacs-devel@gnu.org; Sat, 13 Aug 2005 18:10:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E44DF-0005yu-Gv for emacs-devel@gnu.org; Sat, 13 Aug 2005 18:10:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E44DA-0005sO-Fi for emacs-devel@gnu.org; Sat, 13 Aug 2005 18:10:40 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E44F0-0007dp-Lw for emacs-devel@gnu.org; Sat, 13 Aug 2005 18:12:34 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E43xf-0000SE-6w; Sat, 13 Aug 2005 17:54:39 -0400 Original-To: Jason Rumney In-reply-to: (message from Jason Rumney on Fri, 12 Aug 2005 23:56:41 +0100) 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 Xref: news.gmane.org gmane.emacs.devel:42010 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:42010 On GNU/Linux: The highlit area flickers. On W32 it flickers once when the tooltip pops up, but on X, it flickers constantly. I remember fixing something like this on W32 years ago, it was in the code that detected mouse movement - movement events were being sent for zero movement when inside track-mouse forms. But my recollection is that the same bug did not appear on X at the time, so even though the code appeared to be the same, I did not try to apply my fix to the X code. If C-c c is pressed before the tooltip pops up, nothing happens until the tooltip-delay expires, then the tooltip flashes up for a brief instant and the buffer switch takes place. Both problems I saw on GNU/Linux appear in both the header-line and mode-line. Can anyone else reproduce this?