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: Masatake YAMATO
Subject: Re: mouse-face on two adjoin characters
Date: Fri, 12 Nov 2010 23:48:41 +0900 (JST)

It works fine! Thanks. 
I'll submit this tips as a patch for lispref.

Masatake YAMATO

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



reply via email to

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