From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: Bug in incremental undrawing of mouseover highlighting Date: Thu, 14 Dec 2006 10:22:24 +0100 Message-ID: <87hcvyrfvz.fsf@escher.local.home> References: <17760.56196.739515.442009@rgrjr.dyndns.org> <85u00v830n.fsf@lola.goethe.zz> <17760.60564.194013.680591@rgrjr.dyndns.org> <87r6v36eim.fsf@escher.local.home> <87hcvz93z9.fsf@stupidchicken.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1166088333 29301 80.91.229.10 (14 Dec 2006 09:25:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Dec 2006 09:25:33 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 14 10:25:30 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GumqH-0006Ot-7E for ged-emacs-devel@m.gmane.org; Thu, 14 Dec 2006 10:25:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GumqF-0007HS-T6 for ged-emacs-devel@m.gmane.org; Thu, 14 Dec 2006 04:25:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gumnh-0006f5-5n for emacs-devel@gnu.org; Thu, 14 Dec 2006 04:22:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gumng-0006en-3p for emacs-devel@gnu.org; Thu, 14 Dec 2006 04:22:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gumnf-0006ei-KX for emacs-devel@gnu.org; Thu, 14 Dec 2006 04:22:47 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gumnf-0000nT-C0 for emacs-devel@gnu.org; Thu, 14 Dec 2006 04:22:47 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GumnV-0007J1-N5 for emacs-devel@gnu.org; Thu, 14 Dec 2006 10:22:37 +0100 Original-Received: from i577b9751.versanet.de ([87.123.151.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Dec 2006 10:22:37 +0100 Original-Received: from Stephen.Berman by i577b9751.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Dec 2006 10:22:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: i577b9751.versanet.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (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:63711 Archived-At: On Wed, 13 Dec 2006 11:04:42 -0500 Chong Yidong wrote: > This bug was fixed in CVS about a week ago (using CVS, I can't > reproduce it from the recipe you provided, either.) I just now updated from CVS, did $ ./configure --with-x-toolkit=gtk $ make $ cd lisp $ make recompile EMACS=../src/emacs $ cd .. $ make and then the recipe I gave, and I still see just what I described. Do you think I need to bootstrap, or is there some difference between our configurations that explains why you don't see it? Does anyone else see it? Steve Berman