From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Bug in incremental undrawing of mouseover highlighting Date: Mon, 25 Dec 2006 21:26:20 -0500 Message-ID: References: <17760.56196.739515.442009@rgrjr.dyndns.org> Reply-To: rms@gnu.org NNTP-Posting-Host: dough.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1167100261 25192 80.91.229.10 (26 Dec 2006 02:31:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Dec 2006 02:31:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 26 03:30:59 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 1Gz25i-0007SB-Q8 for ged-emacs-devel@m.gmane.org; Tue, 26 Dec 2006 03:30:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gz25i-0001Hd-Ae for ged-emacs-devel@m.gmane.org; Mon, 25 Dec 2006 21:30:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gz21O-0004ml-H2 for emacs-devel@gnu.org; Mon, 25 Dec 2006 21:26:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gz21N-0004mJ-U2 for emacs-devel@gnu.org; Mon, 25 Dec 2006 21:26:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gz21N-0004m1-OA for emacs-devel@gnu.org; Mon, 25 Dec 2006 21:26:29 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gz21N-0008Hj-HF for emacs-devel@gnu.org; Mon, 25 Dec 2006 21:26:29 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Gz21E-0003jz-P0; Mon, 25 Dec 2006 21:26:20 -0500 Original-To: Bob Rogers In-reply-to: <17760.56196.739515.442009@rgrjr.dyndns.org> (message from Bob Rogers on Sun, 19 Nov 2006 17:32:36 -0500) 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:64287 Archived-At: 4. "C-x b RET" to get back to the dired buffer, and move the mouse over a file name so that it is highlighted in green. 5. "C-x b RET" to return to *scratch*. Notice that the same characters in the same position are still highlighted in green. 6. Move the mouse to a different file name. Usually the highlighting goes away, but sometimes it doesn't (and it doesn't correlate with fontification). If it does persist, type "C-x b RET" to return once more to the dired buffer, and there will be two green file names -- this can be repeated until every file name is green. This does not fail for me in the latest sources. Does it still fail for you with the latest sources? (Yanking is supposed to delete the properties that would cause mouse-highlighting, and yanking into *scratch* should also delete face properties.)