emacs-devel
[Top][All Lists]
Advanced

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

Re: Menu help text not shown when using keyboard


From: Jason Rumney
Subject: Re: Menu help text not shown when using keyboard
Date: Mon, 24 Oct 2005 09:01:30 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

Lennart Borgman <address@hidden> writes:

> I think it is available, at least on w32, see w32menu.c:
>
>       /* No help echo on owner-draw menu items, or when the keyboard is used
>      to navigate the menus, since tooltips are distracting if they pop
>      up elsewhere.  */
>       if (flags & MF_OWNERDRAW || flags & MF_POPUP
>       || !(flags & MF_MOUSESELECT))

That change was made in response to a bug report you made in July,
complaining that tooltips pop up when the keyboard is used to navigate
the menus:

http://lists.gnu.org/archive/html/emacs-devel/2005-07/msg01197.html





reply via email to

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