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

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

Re: [h-e-w] Annoying message in mini-buffer


From: Jason Rumney
Subject: Re: [h-e-w] Annoying message in mini-buffer
Date: 20 Mar 2002 19:13:16 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"Richard M. Heiberger" <address@hidden> writes:

> Indeed, the dired-help-echo, the buff-menu-help-echo, and the
> help-echo in the *Help* buffer are all instances of the same thing.
> I have been thinking of them as three things and that explains some
> of the cross-communication about the help-echo.
> 
> With this understanding, I still want to treat them as three distinct
> things.

It is not only those three. There is also help-echo in info buffers,
and gdb buffers, and in future I expect more modes will take advantage
of this new feature.  Rather than introduce a raft of new variables to
cover every possible way to customize this, I think if more
fine-grained control is desired, then show-help-function can be made
buffer-local, and set in hooks.

eg:

(make-variable-buffer-local 'show-help-function)
(add-hook 'dired-mode-hook (lambda () (setq show-help-function 'null)))


-- 
Jason Rumney




reply via email to

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