emacs-devel
[Top][All Lists]
Advanced

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

Re: mouse-face on two adjoin characters


From: Stefan Monnier
Subject: Re: mouse-face on two adjoin characters
Date: Fri, 12 Nov 2010 09:40:48 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>     (progn
>       (insert (propertize "X" 'mouse-face 'highlight))
>       (insert (propertize "Y" 'mouse-face 'highlight)))

Try
     (progn
       (insert (propertize "X" 'mouse-face (list 'highlight)))
       (insert (propertize "Y" 'mouse-face (list 'highlight))))

       
-- Stefan



reply via email to

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