emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: Where to ask for Info features?]


From: Kim F. Storm
Subject: Re: address@hidden: Where to ask for Info features?]
Date: 05 Apr 2004 02:56:30 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

David Kastrup <address@hidden> writes:

> Richard Stallman <address@hidden> writes:
> 
> >     a) a popup help text displayed when over the image
> > 
> > That is probably feasible with tooltips, but what would it be used for?

Please disregard my previous message -- although correct, it is much more
complex than needed.  

There is a simpler solution -- just put a help-echo property on the
same string where you put the display property:

(insert (propertize "abc"
         'help-echo "HELLO"
         'display (find-image `((:type xpm :file "gnu.xpm")))))

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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