From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Memnon Anon Newsgroups: gmane.emacs.help Subject: Re: hide mode line Date: Mon, 18 Oct 2010 19:45:09 +0000 (UTC) Message-ID: <87y69ve1dt.fsf@mean.albasani.net> References: <4CBC7B4F.8000107@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1287431155 27197 80.91.229.12 (18 Oct 2010 19:45:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Oct 2010 19:45:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 18 21:45:54 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 1P7vec-00035w-E7 for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Oct 2010 21:45:54 +0200 Original-Received: from localhost ([127.0.0.1]:58496 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7veb-0006vb-TO for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Oct 2010 15:45:53 -0400 Original-Received: from [140.186.70.92] (port=45783 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7veA-0006vL-9M for help-gnu-emacs@gnu.org; Mon, 18 Oct 2010 15:45:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7ve9-0006IQ-Bw for help-gnu-emacs@gnu.org; Mon, 18 Oct 2010 15:45:26 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:53628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7ve9-0006IH-5g for help-gnu-emacs@gnu.org; Mon, 18 Oct 2010 15:45:25 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P7ve7-0002z7-51 for help-gnu-emacs@gnu.org; Mon, 18 Oct 2010 21:45:23 +0200 Original-Received: from e178234253.adsl.alicedsl.de ([85.178.234.253]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Oct 2010 21:45:22 +0200 Original-Received: from gegendosenfleisch by e178234253.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Oct 2010 21:45:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 8 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: e178234253.adsl.alicedsl.de Cancel-Lock: sha1:sxPTYRucUcpYUYr3ovQMXhR+/ac= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:75155 Archived-At: Hi, Daniel Carvalho writes: > Anyone knows how to HIDE the mode-line in a given frame? Have a look at minimal.el by Dan Davison. Memnon