all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#10464: 24.0.92; mouse highlight regression
@ 2012-01-09 10:16 Chong Yidong
  2012-01-09 12:32 ` Eli Zaretskii
  2012-01-09 20:48 ` Eli Zaretskii
  0 siblings, 2 replies; 6+ messages in thread
From: Chong Yidong @ 2012-01-09 10:16 UTC (permalink / raw)
  To: 10464

With latest trunk, the (non-automated) redisplay testsuite is failing in
Test 2.  Here is a simplified recipe:

emacs -Q

Insert the following:

  (let ((opoint (point))
	overlay)
    (insert "XXX")
    (setq overlay (make-overlay opoint (point)))
    (overlay-put overlay 'display "XXX")
    (overlay-put overlay 'mouse-face 'highlight))

M-x eval-buffer RET
Move the mouse over the XXX that was inserted.

Result: multiple lines are highlighted, from the end of the first buffer
line to the end of the display string.

Expected result (works in Emacs 23): only the XXX is highlighted.


In GNU Emacs 24.0.92.9 (x86_64-unknown-linux-gnu, GTK+ Version 3.2.0)
 of 2012-01-09 on furball
Windowing system distributor `The X.Org Foundation', version 11.0.11004000
configured using `configure  '--with-x-toolkit=gtk3' 'CFLAGS=-g''





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

end of thread, other threads:[~2012-01-11 19:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-09 10:16 bug#10464: 24.0.92; mouse highlight regression Chong Yidong
2012-01-09 12:32 ` Eli Zaretskii
2012-01-09 20:48 ` Eli Zaretskii
2012-01-10  4:21   ` Chong Yidong
2012-01-10  5:26     ` Eli Zaretskii
2012-01-11 19:47     ` Eli Zaretskii

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.