* How to move minibuffer to top?
@ 2006-01-26 8:17 Skull
2006-01-26 16:11 ` Stefan Monnier
2006-01-26 16:42 ` Drew Adams
0 siblings, 2 replies; 4+ messages in thread
From: Skull @ 2006-01-26 8:17 UTC (permalink / raw)
Hi everyone,
Is there any way to move minibuffer to the top of frame?
I have googled and found nothing interesting.
I use emacs22 on WindowXP.
Thanks in advance.
- skull
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to move minibuffer to top?
2006-01-26 8:17 How to move minibuffer to top? Skull
@ 2006-01-26 16:11 ` Stefan Monnier
2006-01-26 16:42 ` Drew Adams
1 sibling, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2006-01-26 16:11 UTC (permalink / raw)
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: How to move minibuffer to top?
2006-01-26 8:17 How to move minibuffer to top? Skull
2006-01-26 16:11 ` Stefan Monnier
@ 2006-01-26 16:42 ` Drew Adams
1 sibling, 0 replies; 4+ messages in thread
From: Drew Adams @ 2006-01-26 16:42 UTC (permalink / raw)
Is there any way to move minibuffer to the top of frame?
I have googled and found nothing interesting.
If you don't care to have a minibuffer in each frame, you can use a separate
minibuffer frame (it acts as the minibuffer for all frames). You can
position this standalone minibuffer frame wherever you want. (I have it at
the bottom of my display, extended it for the full display width.)
As an example, see http://www.emacswiki.org/cgi-bin/wiki/oneonone.el
(description is here: http://www.emacswiki.org/cgi-bin/wiki/OneOnOneEmacs).
See, for instance, option `1on1-minibuffer-frame-top/bottom':
Position of top (or bottom) of minibuffer frame, in pixels.
If nil, function `1on1-set-minibuffer-frame-top/bottom' will position
minibuffer at bottom of display.
An integer. If negative, then the position is that of the frame
bottom relative to the screen bottom.
Otherwise, without a standalone minibuffer frame, I don't believe there is a
way to place the minibuffer at the top of each frame.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to move minibuffer to top?
[not found] <mailman.235.1138294101.2878.help-gnu-emacs@gnu.org>
@ 2006-01-27 3:41 ` Skull
0 siblings, 0 replies; 4+ messages in thread
From: Skull @ 2006-01-27 3:41 UTC (permalink / raw)
"Drew Adams" <drew.adams@oracle.com> writes:
> Is there any way to move minibuffer to the top of frame?
> I have googled and found nothing interesting.
>
> If you don't care to have a minibuffer in each frame, you can use a separate
> minibuffer frame (it acts as the minibuffer for all frames). You can
> position this standalone minibuffer frame wherever you want. (I have it at
> the bottom of my display, extended it for the full display width.)
>
> As an example, see http://www.emacswiki.org/cgi-bin/wiki/oneonone.el
> (description is here: http://www.emacswiki.org/cgi-bin/wiki/OneOnOneEmacs).
> See, for instance, option `1on1-minibuffer-frame-top/bottom':
>
> Position of top (or bottom) of minibuffer frame, in pixels.
> If nil, function `1on1-set-minibuffer-frame-top/bottom' will position
> minibuffer at bottom of display.
>
> An integer. If negative, then the position is that of the frame
> bottom relative to the screen bottom.
>
> Otherwise, without a standalone minibuffer frame, I don't believe there is a
> way to place the minibuffer at the top of each frame.
>
>
>
Drew, thanks for your reply. I am afraid oneonone mode is not suit for
me, I dislike to make minibuffer as another frame, It disturbs me when
I alt-tab to another app.
- Skull
--
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-01-27 3:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-26 8:17 How to move minibuffer to top? Skull
2006-01-26 16:11 ` Stefan Monnier
2006-01-26 16:42 ` Drew Adams
[not found] <mailman.235.1138294101.2878.help-gnu-emacs@gnu.org>
2006-01-27 3:41 ` Skull
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).