From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Carsten Weinberg Newsgroups: gmane.emacs.help Subject: Re: getting rid of menu bar in text mode Date: Fri, 23 Apr 2004 21:45:26 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20040423214526.125b5820@linux.local> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1082749997 25944 80.91.224.253 (23 Apr 2004 19:53:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Apr 2004 19:53:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 23 21:53:08 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BH6jO-0002Aj-00 for ; Fri, 23 Apr 2004 21:53:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BH6hr-00024d-Ht for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Apr 2004 15:51:27 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BH6hR-000241-UG for help-gnu-emacs@gnu.org; Fri, 23 Apr 2004 15:51:01 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BH6gv-0001u0-5b for help-gnu-emacs@gnu.org; Fri, 23 Apr 2004 15:51:00 -0400 Original-Received: from [212.78.202.66] (helo=lmfilto02.st1.spray.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BH6a3-0000GH-Tq for help-gnu-emacs@gnu.org; Fri, 23 Apr 2004 15:43:24 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by lmfilto02.st1.spray.net (Postfix) with ESMTP id 3226280A1B for ; Fri, 23 Apr 2004 19:42:20 +0000 (GMT) Original-Received: from lmsmtp01.st1.spray.net ([212.78.202.111]) by localhost (lmfilto02.st1.spray.net [212.78.202.32]) (amavisd-new, port 10024) with ESMTP id 24324-06 for ; Fri, 23 Apr 2004 19:42:19 +0000 (GMT) Original-Received: from smtp.firemail.de (p508110B7.dip0.t-ipconnect.de [80.129.16.183]) by lmsmtp01.st1.spray.net (Postfix) with ESMTP id 06EC810B7 for ; Fri, 23 Apr 2004 19:42:18 +0000 (GMT) Original-To: help-gnu-emacs@gnu.org In-Reply-To: X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i686-pc-linux-gnu) X-Face: )wxOdnvue#'; K&}#=VB{[8_U_1c2qszy=o67i/((haAz3z%rsPS/tKlj+,I)"@kpJu3$g`= &cZF>$:.+26:g}w07m9]bN_!Z)/?`[|w%$W#A'2Of<6"|>c"cQu14Y\-[q'.~KH8teKlPojLnu{8PV s#*Y2E-*fU7PNlnd; C>AMT,(LDS)LDgmlr; 3*N$Dnk+w>x'=n~>J)$i; 0U@-O|{/1sQ3/xMvlE?y+X 8,Bg$y9C^@adt^gZ'qq X-Virus-Scanned: by amavisd-new at spray.net X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17929 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17929 On Fri, 23 Apr 2004 12:31:03 -0700 Lowell Kirsh wrote: > Is there a way to get rid of the menu bar when running emacs in text > mode? (I mean the bar at the top with "file", "edit", "options"...) (unless window-system (menu-bar-mode -1) )