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

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

mouse-face highlighting of after-strings


From: Dave Love
Subject: mouse-face highlighting of after-strings
Date: 30 Apr 2002 10:48:28 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.95

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



reply via email to

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