From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Any way to bring minibuffer and modeline to the top? Date: Sun, 30 May 2010 11:54:13 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1275213340 16959 80.91.229.12 (30 May 2010 09:55:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 30 May 2010 09:55:40 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Ken Hori Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 30 11:55:39 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OIfF5-0001QO-6T for geh-help-gnu-emacs@m.gmane.org; Sun, 30 May 2010 11:55:39 +0200 Original-Received: from localhost ([127.0.0.1]:57803 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIfF4-0004fJ-P9 for geh-help-gnu-emacs@m.gmane.org; Sun, 30 May 2010 05:55:38 -0400 Original-Received: from [140.186.70.92] (port=40366 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIfE2-0004cq-OA for help-gnu-emacs@gnu.org; Sun, 30 May 2010 05:54:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OIfE1-0001mi-PF for help-gnu-emacs@gnu.org; Sun, 30 May 2010 05:54:34 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:41993) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OIfE1-0001mY-N4 for help-gnu-emacs@gnu.org; Sun, 30 May 2010 05:54:33 -0400 Original-Received: by gwb19 with SMTP id 19so2613065gwb.0 for ; Sun, 30 May 2010 02:54:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=maD45OqCVju6I68szUqfLIQtfxlQwi37tjNiXsVDPMk=; b=Cp4JbVUS7tRdpq7BHtv7Clg7khUp/WNDthcG2z84Z4pY6dq4BE8nypX6TmN9UGR6Mq FEGJfXI49zz79XmEksTHekbtJPct2rcWz391VdbDq0V+gpNQYsYxlWT5BS85feaq0PWz yJ67L7s6cd1v1BEO7eDnUnKOq3z2bDlhg3PhY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=l2xWy3JVHbZ3EyyphrTkiwBm3PMbUfN182zttfIUAA2HMxJMcEKUiOKEnd0M0D2Sip HFcot+YZiAYniYBscoqBGmswABXqp6lea4ebcVpgbDZamMa2BIDQHeylrri2KuKxvs7n sXOcVh0ztY5hL2W4m8HHPY15eOCQ/c+Zx7wik= Original-Received: by 10.100.246.26 with SMTP id t26mr3071708anh.112.1275213273196; Sun, 30 May 2010 02:54:33 -0700 (PDT) Original-Received: by 10.100.44.20 with HTTP; Sun, 30 May 2010 02:54:13 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:73796 Archived-At: No, if you do not want to rewrite the display engine in Emacs. On Sun, May 30, 2010 at 7:27 AM, Ken Hori wrote: > Is there any way to move the modeline, and the minibuffer line, > of a frame from the bottom to the top? > >