unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* mouse-face highlighting of after-strings
@ 2002-04-30  9:48 Dave Love
  0 siblings, 0 replies; only message in thread
From: Dave Love @ 2002-04-30  9:48 UTC (permalink / raw)


Evaluate this in *scratch* and put the mouse over the second lot of
stars.  The cursor shape changes correctly, but the first overlay is
highlighted.

(let ((s (propertize "***"
		     'mouse-face 'highlight
		     'help-echo "foo")))
  (overlay-put (make-overlay 10 10) 'after-string s)
  (overlay-put (make-overlay 20 20) 'after-string s))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-04-30  9:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-30  9:48 mouse-face highlighting of after-strings Dave Love

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