emacs-devel
[Top][All Lists]
Advanced

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

RE: How to restore the layout?


From: Drew Adams
Subject: RE: How to restore the layout?
Date: Wed, 3 Jul 2013 07:08:19 -0700 (PDT)

>  > AFAIK, you will never be able to get rid of the frame created initially,
>  > which has its own minibuffer.  That was the point here.  If you want a
>  > standalone minibuffer frame, and if you want it to be the only such
>  > (which I would again argue is the typical case of MF users), then AFAIK
>  > you must create the MF at the outset.
>
> (let ((frame (selected-frame))
>        frame-1 frame-2)
>    (setq frame-1 (make-frame '((minibuffer . only))))
>    (setq default-minibuffer-frame frame-1)
>    (setq frame-2 (make-frame '((minibuffer . none))))
>    (delete-frame frame))

(Similar reply from Juanma.)

I stand corrected; thanks.  And it is the case in older Emacs versions also.
Dunno what exactly I was thinking of.  Sorry for the misinformation, and
thanks for the correction.



reply via email to

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