[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Item for TODO?
From: |
Eli Zaretskii |
Subject: |
Re: Item for TODO? |
Date: |
Sat, 22 Jan 2005 10:36:28 +0200 |
> From: Stefan Monnier <address@hidden>
> Date: Fri, 21 Jan 2005 10:55:27 -0500
> Cc: address@hidden
>
> There's also been discussions to add support for tooltips, tho it's
> not clear exactly what this should look like
Emacs already has the machinery to support this: if show-help-function
is nil (and it usually is on a tty), the tooltip text is shown in the
echo area. The Windows port used that functionality before tooltip
support was added to it, and the MS-DOS port still uses it.
So the only thing that's missing is to make the tty mouse support
package inject help-echo events into the Emacs keyboard queue.
Everything else should ``just work''.