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

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

Re: `C-h m' to list active modes in minibuffer?


From: Pascal J. Bourguignon
Subject: Re: `C-h m' to list active modes in minibuffer?
Date: Wed, 08 Dec 2010 15:19:44 -0000
User-agent: Gnus/5.101 (Gnus v5.10.10) Emacs/23.2 (gnu/linux)

Elena <egarrulo@gmail.com> writes:

> Hello,
>
> I'd like to know what modes are active in the minibuffer (to override
> their keymaps).
>
> `C-h m' runs `describe-mode', but I can't find a way to call it on the
> minibuffer.

What about:

  (with-current-buffer " *Minibuf-1*" (describe-mode))

?


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


reply via email to

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