unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#806: overlay display artifact: trace left behind
       [not found] ` <jiy72idwl4.fsf@fencepost.gnu.org>
@ 2008-12-09 15:36   ` Jason Rumney
  2008-12-10  1:59     ` Drew Adams
  2008-12-10  2:25   ` bug#806: marked as done (overlay display artifact: trace left behind) Emacs bug Tracking System
  1 sibling, 1 reply; 3+ messages in thread
From: Jason Rumney @ 2008-12-09 15:36 UTC (permalink / raw)
  To: Drew Adams; +Cc: 806

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.
>
>
>
>
>   







^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#806: overlay display artifact: trace left behind
  2008-12-09 15:36   ` bug#806: overlay display artifact: trace left behind Jason Rumney
@ 2008-12-10  1:59     ` Drew Adams
  0 siblings, 0 replies; 3+ messages in thread
From: Drew Adams @ 2008-12-10  1:59 UTC (permalink / raw)
  To: 'Jason Rumney'; +Cc: 806

> 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.
> >
> >
> >
> >
> >   
> 
> 







^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#806: marked as done (overlay display artifact: trace left behind)
       [not found] ` <jiy72idwl4.fsf@fencepost.gnu.org>
  2008-12-09 15:36   ` bug#806: overlay display artifact: trace left behind Jason Rumney
@ 2008-12-10  2:25   ` Emacs bug Tracking System
  1 sibling, 0 replies; 3+ messages in thread
From: Emacs bug Tracking System @ 2008-12-10  2:25 UTC (permalink / raw)
  To: jasonr

[-- Attachment #1: Type: text/plain, Size: 868 bytes --]


Your message dated Wed, 10 Dec 2008 02:16:50 +0000
with message-id <1228875410.493f26925c795@webmail.freedom2surf.net>
and subject line RE: overlay display artifact: trace left behind
has caused the Emacs bug report #806,
regarding overlay display artifact: trace left behind
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
806: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=806
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 2257 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: quiet <quiet@emacsbugs.donarmstrong.com>
Subject: overlay display artifact: trace left behind
Date: Wed, 27 Aug 2008 16:36:23 -0400
Message-ID: <jiy72idwl4.fsf@fencepost.gnu.org>

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.



[-- Attachment #3: Type: message/rfc822, Size: 2535 bytes --]

From: jasonr@f2s.com
To: Drew Adams <drew.adams@oracle.com>
Cc: 806-done@emacsbugs.donarmstrong.com
Subject: RE: overlay display artifact: trace left behind
Date: Wed, 10 Dec 2008 02:16:50 +0000
Message-ID: <1228875410.493f26925c795@webmail.freedom2surf.net>

Quoting Drew Adams <drew.adams@oracle.com>:

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

Thanks, closing the report.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-10  2:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1228875410.493f26925c795@webmail.freedom2surf.net>
     [not found] ` <jiy72idwl4.fsf@fencepost.gnu.org>
2008-12-09 15:36   ` bug#806: overlay display artifact: trace left behind Jason Rumney
2008-12-10  1:59     ` Drew Adams
2008-12-10  2:25   ` bug#806: marked as done (overlay display artifact: trace left behind) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).