From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.help Subject: Re: hide mode-line? Date: Tue, 19 Oct 2010 15:53:35 +0200 Message-ID: References: <4CBB50D8.6080902@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1287496874 32715 80.91.229.12 (19 Oct 2010 14:01:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 19 Oct 2010 14:01:14 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Daniel Carvalho Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 19 16:01:08 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 1P8CkR-0000Xx-SJ for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Oct 2010 16:01:04 +0200 Original-Received: from localhost ([127.0.0.1]:55298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8CkR-00066j-66 for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Oct 2010 10:01:03 -0400 Original-Received: from [140.186.70.92] (port=38014 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8Cdl-0001ck-IV for help-gnu-emacs@gnu.org; Tue, 19 Oct 2010 09:54:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8Cdk-0002ar-G6 for help-gnu-emacs@gnu.org; Tue, 19 Oct 2010 09:54:09 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:38781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8Cdk-0002aj-DR for help-gnu-emacs@gnu.org; Tue, 19 Oct 2010 09:54:08 -0400 Original-Received: by yxm34 with SMTP id 34so1533122yxm.0 for ; Tue, 19 Oct 2010 06:54:07 -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=vS9WzeFJ+8+mgky8zvGZJcA21xlAaEVkpWi6csc2u94=; b=T1usYS2u/yZG0bZN7vAj5TBODCTgAqi5yjUi4mDnGAV2+Uqdz0vnyMutHIseqAXPlc spPI9rjEtsb5vvXyjntRtV794NtOgbt16JRuYTPNiXt6P+jOMvUYRJ7TTbl616aaqKzA lvkNM8Eb2s4XNBW5cB7GNnOpGtuXmrDSkdSWg= 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=SjJwIljDRR2HHYS2rYz+VWoiWghAph7ds9Bm8UteBhu9QGcz6SOlMfjyuNY7k4ueka KhKlaV6vEHBkJi55fD4JAJj1PbrP5PmlZ8uH2XkyJ1zBEpYpbQJBInBJPiMZ1pAreBif F8FSkluXdYaKMluqk+OMwAw3uwg64ztpDWqew= Original-Received: by 10.42.228.67 with SMTP id jd3mr2316463icb.353.1287496447187; Tue, 19 Oct 2010 06:54:07 -0700 (PDT) Original-Received: by 10.231.13.136 with HTTP; Tue, 19 Oct 2010 06:53:35 -0700 (PDT) In-Reply-To: <4CBB50D8.6080902@gmail.com> 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:75161 Archived-At: 2010/10/17 Daniel Carvalho : > hi > I want to display an emacs frame with a single window and where all the > space is used for the buffer contents. > > I disabled the scrollbars, the minibuffer, the menubar, but I cannot > hide the mode-line... > > Anyone knows how to remove the mode-line in a given frame? > (thanks!) > You can (setq mode-line-format nil) but this is per-buffer. -- Deniz Dogan