From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Flickering mouse-face Date: Sun, 21 Jan 2007 16:05:08 -0500 Message-ID: <878xfwt7jv.fsf@stupidchicken.com> References: <17843.21733.348611.691384@kahikatea.snap.net.nz> <87odos4fch.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1169413523 27088 80.91.229.12 (21 Jan 2007 21:05:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Jan 2007 21:05:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 21 22:05:21 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H8jsO-0002KO-E1 for ged-emacs-devel@m.gmane.org; Sun, 21 Jan 2007 22:05:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H8jsO-0004mR-2W for ged-emacs-devel@m.gmane.org; Sun, 21 Jan 2007 16:05:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H8js9-0004lq-24 for emacs-devel@gnu.org; Sun, 21 Jan 2007 16:05:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H8js6-0004kO-Oz for emacs-devel@gnu.org; Sun, 21 Jan 2007 16:05:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H8js6-0004kI-Kn for emacs-devel@gnu.org; Sun, 21 Jan 2007 16:05:02 -0500 Original-Received: from [18.19.1.138] (helo=cyd.mit.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H8js6-0007sQ-4R for emacs-devel@gnu.org; Sun, 21 Jan 2007 16:05:02 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 2882D4E44F; Sun, 21 Jan 2007 16:05:08 -0500 (EST) Original-To: Stephen Berman In-Reply-To: <87odos4fch.fsf@escher.local.home> (Stephen Berman's message of "Sun\, 21 Jan 2007 15\:35\:58 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux) 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:65349 Archived-At: Stephen Berman writes: > On Mon, 22 Jan 2007 00:56:21 +1300 Nick Roberts wrote: > >> I think that last change (2007-01-20) to mouse-face highlighting causes it to >> flicker. My guess would be that it gets repeatedly cleared in try_window. > > I can also reproduce this. I didn't used the latest source but the > patched Emacs I built in connection with the thread "Bug in > incremental undrawing of mouseover highlighting", but that patch is > identical to the changed mentioned. I can't reproduce the bug using the recipe you suggested. I checked in a patch different to the one I posted on emacs-devel; could you first see if the highlighting bug occurs with CVS Emacs?