From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Edward O'Connor" Newsgroups: gmane.emacs.help Subject: Re: put emacs mode line at top? Date: Mon, 18 Oct 2010 11:12:29 -0700 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 1287425613 32372 80.91.229.12 (18 Oct 2010 18:13:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Oct 2010 18:13:33 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Brendan Miller Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 18 20:13:32 2010 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 1P7uDE-00005s-8M for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Oct 2010 20:13:32 +0200 Original-Received: from localhost ([127.0.0.1]:57125 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7uDD-0000Ks-GJ for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Oct 2010 14:13:31 -0400 Original-Received: from [140.186.70.92] (port=53615 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7uCc-0000IJ-Os for help-gnu-emacs@gnu.org; Mon, 18 Oct 2010 14:12:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7uCa-0006oM-2D for help-gnu-emacs@gnu.org; Mon, 18 Oct 2010 14:12:54 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:47904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7uCZ-0006nU-Vg for help-gnu-emacs@gnu.org; Mon, 18 Oct 2010 14:12:52 -0400 Original-Received: by gwj21 with SMTP id 21so829076gwj.0 for ; Mon, 18 Oct 2010 11:12:51 -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=+Q5OM2Om39pVLVExbnsJGw53+kRiKXfHuHmCfemOOnc=; b=kwoIGtS9AtZ44j4GPFLM2QXkTh7XQxu9jfDkFlqvtWkSLN+dT8/vw6sqdyjyr13urj HdrZnpixYB9TQ1Ytv+SyxLNGacmZ+M/Cc9tf5wVF4VMpF5H3Nb+MYfGJaAZIfPYXQgPt f3x/YiULkMJia01JZOOXtujJ5+mtFuc1XlVFE= 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=gFxXCbV71POWXScPrwb5vS813xdYO2HuTIzGvPyfeBvy1PBFgB8yzy+CkynwAOelIT 0BuHVuUnBGSPiD+UkHyMeV47fmljrDf4PP+If48Vc//N6uHaEvG7xslSXLikJq7JK10D H/KDCyE4UjZcAHQZqBBMXXxNI8+bAkhaeD4mo= Original-Received: by 10.42.226.132 with SMTP id iw4mr929572icb.74.1287425569733; Mon, 18 Oct 2010 11:12:49 -0700 (PDT) Original-Received: by 10.231.147.196 with HTTP; Mon, 18 Oct 2010 11:12:29 -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:75150 Archived-At: > Is there some way to move the emacs mode line to the top of the > window, rather than the bottom? > > I'd like to experiment with it a bit, but I seem to look at the bottom > of the window a bit less. (setq header-line-format mode-line-format mode-line-format nil) That will need to be in several different mode hooks in order to work, IIRC. HTH. Ted