From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Skull Newsgroups: gmane.emacs.help Subject: Re: How to move minibuffer to top? Date: Fri, 27 Jan 2006 11:41:19 +0800 Organization: Bentium Ltd. (CN99) Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138333062 3735 80.91.229.2 (27 Jan 2006 03:37:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Jan 2006 03:37:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 27 04:37:40 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F2KQW-0001w3-Ev for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Jan 2006 04:37:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F2KTL-0005KR-G8 for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Jan 2006 22:40:27 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!newsfeed.media.kyoto-u.ac.jp!news.cn99.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 34 Original-NNTP-Posting-Host: 210.82.111.222 Original-X-Trace: news.cn99.com 1138334053 556 210.82.111.222 (27 Jan 2006 03:54:13 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Fri, 27 Jan 2006 03:54:13 +0000 (UTC) User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:3oOrhhxW4Dw7ar6Rrk4ejhrRhHc= Original-Xref: shelby.stanford.edu gnu.emacs.help:137244 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:32865 Archived-At: "Drew Adams" 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 --