bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#128: marked as done (Mouse highlight bug at end of overlay)


From: Emacs bug Tracking System
Subject: bug#128: marked as done (Mouse highlight bug at end of overlay)
Date: Mon, 26 May 2008 20:25:04 -0700

Your message dated Mon, 26 May 2008 23:15:25 -0400
with message-id <874p8kqvxu.fsf@stupidchicken.com>
and subject line Re: Mouse highlight bug at end of overlay
has caused the Emacs bug report #128,
regarding Mouse highlight bug at end of overlay
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.)


-- 
128: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=128
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: Mouse highlight bug at end of overlay Date: Thu, 10 Apr 2008 16:56:52 -0400
With CVS trunk, evaluate the following:

(progn
  (switch-to-buffer "*TEST*")
  (erase-buffer)
  (insert "ABC\nDEF")
  (overlay-put (make-overlay 5 8) 'mouse-face 'highlight))

Move mouse over the second line.  With an old backend and

Emacs.Font: -misc-fixed-medium-r-normal--13-*-*-*-*-*-*

or with Emacs 22, the letters DEF are correctly highlighted.  When using
the font backend with Emacs.Font: Mono-11, only the letters DE are
highlighted.



--- End Message ---
--- Begin Message --- Subject: Re: Mouse highlight bug at end of overlay Date: Mon, 26 May 2008 23:15:25 -0400
This bug is now fixed in CVS.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]