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: TheFlyingDutchman
Subject: Re: `C-h m' to list active modes in minibuffer?
Date: Wed, 08 Dec 2010 15:19:47 -0000
User-agent: G2/1.0

>
> Maybe my Emacs session just happens to have a different name for the
> minibuffer. I have therefore evaluated `(buffer-alist)' to find out
> what buffers are there, but its result gets truncated.
>
> Any hints? Thanks
>

Does

(message "%s" (buffer-list))

show a complete list?

What do you get from evaluating

(message "%s" (get-buffer " *Minibuf-0*"))

If that doesn't display nil, you have that mini buffer.

 According to the docs the only thing that can be different in a mini
buffer name from " *Minibuf-0*"  (name has a leading space) is the
number.
 ( " *Minibuf-0*"   ...  " *Minibuf-n*" )


reply via email to

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