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

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

Re: Any way to bring minibuffer and modeline to the top?


From: Stephen Berman
Subject: Re: Any way to bring minibuffer and modeline to the top?
Date: Sun, 30 May 2010 13:26:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

On Sun, 30 May 2010 11:54:13 +0200 Lennart Borgman <lennart.borgman@gmail.com> 
wrote:

> No, if you do not want to rewrite the display engine in Emacs.
>
> On Sun, May 30, 2010 at 7:27 AM, Ken Hori <fplemma@gmail.com> wrote:
>> Is there any way to move the modeline, and the minibuffer line,
>> of a frame from the bottom to the top?

I think we're currently stuck with the minibuffer at the bottom, but for
the modeline you could try this:

(setq-default header-line-format mode-line-format)
(setq-default mode-line-format nil)

Steve Berman




reply via email to

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