GNU bug report logs - #806
overlay display artifact: trace left behind

Previous Next

Packages: emacs, w32;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Wed, 27 Aug 2008 20:45:06 UTC

Severity: normal

Tags: moreinfo

Done: jasonr <at> f2s.com

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 806 in the body.
You can then email your comments to 806 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report stored:
bug#806; Package emacs,w32. Full text and rfc822 format available.

Message #3 received at quiet <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: quiet <quiet <at> debbugs.gnu.org>
Subject: overlay display artifact: trace left behind
Date: Wed, 27 Aug 2008 16:36:23 -0400
Package: emacs,w32

(Filing a report for old item from FOR-RELEASE.)

http://lists.gnu.org/archive/html/emacs-devel/2006-08/msg00439.html

Initial report (todo: verify new font backend eliminates this and other
Cleartype related problems):

    1. emacs -Q

    2. Load this file: http://www.emacswiki.org/cgi-bin/wiki/mouse%2b.el

    3. Customize this face to have a red foreground:
    `mouse-flash-position'. (The default, yellow, is not very visible
    against an emacs -Q background.)

    4. M-: (global-set-key [down-mouse-2] 'mouse-flash-position)

    5. Select some text (e.g. a word), for yanking elsewhere.

    6. Put the mouse on some line of text. Press `mouse-2' and hold it
    pressed. Move the mouse along the text without releasing the button.
    Release it to finish the yank.

    When you press `mouse-2', the yank position is highlighted. When you
    move the mouse, the highlight moves with the mouse. But vestigial
    overlay traces are left behind.




Changed bug submitter from Glenn Morris <rgm <at> gnu.org> to Drew Adams <drew.adams <at> oracle.com>. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Wed, 27 Aug 2008 21:00:04 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com:
bug#806; Package emacs,w32. Full text and rfc822 format available.

Acknowledgement sent to Jason Rumney <jasonr <at> f2s.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com. Full text and rfc822 format available.

Message #10 received at 806 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Jason Rumney <jasonr <at> f2s.com>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 806 <at> debbugs.gnu.org
Subject: Re: overlay display artifact: trace left behind
Date: Tue, 09 Dec 2008 23:36:05 +0800
Hi Drew,

Do you still see the bug below? I tried to follow your recipe, but the 
behaviour I saw was sufficiently different from that described that I am 
not sure that my tests are conclusive.


> Package: emacs,w32
>
> (Filing a report for old item from FOR-RELEASE.)
>
> http://lists.gnu.org/archive/html/emacs-devel/2006-08/msg00439.html
>
> Initial report (todo: verify new font backend eliminates this and other
> Cleartype related problems):
>
>     1. emacs -Q
>
>     2. Load this file: http://www.emacswiki.org/cgi-bin/wiki/mouse%2b.el
>
>     3. Customize this face to have a red foreground:
>     `mouse-flash-position'. (The default, yellow, is not very visible
>     against an emacs -Q background.)
>
>     4. M-: (global-set-key [down-mouse-2] 'mouse-flash-position)
>
>     5. Select some text (e.g. a word), for yanking elsewhere.
>
>     6. Put the mouse on some line of text. Press `mouse-2' and hold it
>     pressed. Move the mouse along the text without releasing the button.
>     Release it to finish the yank.
>
>     When you press `mouse-2', the yank position is highlighted. When you
>     move the mouse, the highlight moves with the mouse. But vestigial
>     overlay traces are left behind.
>
>
>
>
>   





Tags added: moreinfo Request was from Jason Rumney <jasonr <at> f2s.com> to control <at> emacsbugs.donarmstrong.com. (Tue, 09 Dec 2008 15:45:04 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com:
bug#806; Package emacs,w32. Full text and rfc822 format available.

Acknowledgement sent to "Drew Adams" <drew.adams <at> oracle.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com. Full text and rfc822 format available.

Message #17 received at 806 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: "'Jason Rumney'" <jasonr <at> f2s.com>
Cc: <806 <at> debbugs.gnu.org>
Subject: RE: overlay display artifact: trace left behind
Date: Tue, 9 Dec 2008 17:59:24 -0800
> Do you still see the bug below? I tried to follow your 
> recipe, but the 
> behaviour I saw was sufficiently different from that 
> described that I am 
> not sure that my tests are conclusive.

No, I don't see the problem anymore. I think this was fixed long ago, but I just
tested again to be sure. My instructions should also have said to bind [mouse-2]
to nil, I think. 

IIRC, someone else reported a similar bug and that one was fixed, taking care of
this too. I'm not sure of that, but anyway, this is fixed.

Thx - Drew

> > Package: emacs,w32
> >
> > (Filing a report for old item from FOR-RELEASE.)
> >
> > http://lists.gnu.org/archive/html/emacs-devel/2006-08/msg00439.html
> >
> > Initial report (todo: verify new font backend eliminates 
> this and other
> > Cleartype related problems):
> >
> >     1. emacs -Q
> >
> >     2. Load this file: 
> http://www.emacswiki.org/cgi-bin/wiki/mouse%2b.el
> >
> >     3. Customize this face to have a red foreground:
> >     `mouse-flash-position'. (The default, yellow, is not 
> very visible
> >     against an emacs -Q background.)
> >
> >     4. M-: (global-set-key [down-mouse-2] 'mouse-flash-position)
> >
> >     5. Select some text (e.g. a word), for yanking elsewhere.
> >
> >     6. Put the mouse on some line of text. Press `mouse-2' 
> and hold it
> >     pressed. Move the mouse along the text without 
> releasing the button.
> >     Release it to finish the yank.
> >
> >     When you press `mouse-2', the yank position is 
> highlighted. When you
> >     move the mouse, the highlight moves with the mouse. But 
> vestigial
> >     overlay traces are left behind.
> >
> >
> >
> >
> >   
> 
> 





Reply sent to jasonr <at> f2s.com:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to Drew Adams <drew.adams <at> oracle.com>:
bug acknowledged by developer. Full text and rfc822 format available.

Message #22 received at 806-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: jasonr <at> f2s.com
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 806-done <at> debbugs.gnu.org
Subject: RE: overlay display artifact: trace left behind
Date: Wed, 10 Dec 2008 02:16:50 +0000
Quoting Drew Adams <drew.adams <at> oracle.com>:

> No, I don't see the problem anymore.

Thanks, closing the report.






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Wed, 07 Jan 2009 15:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 16 years and 223 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.