help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: echo area message after selection of menu-bar item


From: Katsumi Yamaoka
Subject: Re: echo area message after selection of menu-bar item
Date: Thu, 22 Dec 2005 09:47:50 +0900
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

>>>>> In <mailman.20062.1135180909.20277.help-gnu-emacs@gnu.org>
>>>>>   David Reitter wrote:

> After I select a menu-item, the path through the keymaps leading to
> that item is shown in the echo area, for example "menu-bar options
> highlight-paren-mode". That's rather uninformative to me as a user
> and I'd like to turn it off. I haven't been able to find an option or
> even the place in the code that shows me this output.

> How do I turn it off?
> Or, where in the code is the output made?

It may perhaps be the show-help-function variable, though it
defaults to tooltip-show-help-function or tooltip-show-help
which won't echo such a message.  Does this help?

(setq show-help-function 'ignore)


reply via email to

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