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

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

Re: How to move minibuffer to top?


From: Stefan Monnier
Subject: Re: How to move minibuffer to top?
Date: Thu, 26 Jan 2006 11:11:37 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> Is there any way to move minibuffer to the top of frame?

Not that I know.
But you can create a separate minibuffer-only frame and then remove the
minibuffer from all other frames (as was done in the Epoch editor).
You can then place this minibuffer-only frame at the top of your display (I
have mine at the bottom).

A starting point is

  (setq default-frame-alist '((minibuffer . nil)))


-- Stefan


reply via email to

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