emacs-devel
[Top][All Lists]
Advanced

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

Re: Tooltips on w32 slow and strange


From: Miles Bader
Subject: Re: Tooltips on w32 slow and strange
Date: Tue, 15 Feb 2005 00:02:07 +0900

On Mon, 14 Feb 2005 13:26:46 +0100, David Kastrup <address@hidden> wrote:
> At least the X11 tooltips on Emacs provide no functionality
> whatsoever except popping up some text in a single font AFAICS.  No
> face support, no clickable areas, nothing.

Have you tried it?

I've certainly used faces (and CJK characters etc) in Emacs tooltips
[under X11] and they worked just great.

Hmmm; here's a simple example:

   (x-show-tip
    (propertize "*** hello ***"
                'face '(variable-pitch :foreground "green"
                                       :background "steelblue" 
                                       :height 3.0)))

-Miles
-- 
Do not taunt Happy Fun Ball.




reply via email to

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