From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Rogers Newsgroups: gmane.emacs.devel Subject: Re: Bug in incremental undrawing of mouseover highlighting Date: Tue, 26 Dec 2006 22:58:00 -0500 Message-ID: <17809.61256.755032.818918@rgrjr.dyndns.org> References: <17760.56196.739515.442009@rgrjr.dyndns.org> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167191905 4296 80.91.229.10 (27 Dec 2006 03:58:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Dec 2006 03:58:25 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 27 04:58:23 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 1GzPvn-0000I1-Er for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 04:58:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzPvn-0007qt-1Z for ged-emacs-devel@m.gmane.org; Tue, 26 Dec 2006 22:58:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GzPvY-0007nC-2K for emacs-devel@gnu.org; Tue, 26 Dec 2006 22:58:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GzPvW-0007in-FI for emacs-devel@gnu.org; Tue, 26 Dec 2006 22:58:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzPvW-0007iW-7L for emacs-devel@gnu.org; Tue, 26 Dec 2006 22:58:02 -0500 Original-Received: from [24.128.218.106] (helo=rgrjr.dyndns.org) by monty-python.gnu.org with smtp (Exim 4.52) id 1GzPvV-00035M-IY for emacs-devel@gnu.org; Tue, 26 Dec 2006 22:58:01 -0500 Original-Received: (qmail 100 invoked by uid 500); 27 Dec 2006 03:58:00 -0000 Original-To: rms@gnu.org In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.91.1 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:64322 Archived-At: From: Richard Stallman Date: Mon, 25 Dec 2006 21:26:20 -0500 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? It does work correctly. (Yanking is supposed to delete the properties that would cause mouse-highlighting, and yanking into *scratch* should also delete face properties.) There weren't any properties on the yanked text in the other buffer, AFAICS; it was that the dired highlight wasn't being undrawn if the displayed text was the same in both buffers, regardless of properties. -- Bob