From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Disable menubar broken, question about change Date: Sat, 01 Mar 2003 16:57:19 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3E60D85F.4000007@swipnet.se> References: <3E5D1924.1070801@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1046534347 15191 80.91.224.249 (1 Mar 2003 15:59:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 1 Mar 2003 15:59:07 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18p9OB-0003wq-00 for ; Sat, 01 Mar 2003 16:59:03 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18p9g8-0001gK-00 for ; Sat, 01 Mar 2003 17:17:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18p9N8-0004TN-08 for emacs-devel@quimby.gnus.org; Sat, 01 Mar 2003 10:57:58 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18p9Mt-0004Jt-00 for emacs-devel@gnu.org; Sat, 01 Mar 2003 10:57:43 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18p9Mm-0004F9-00 for emacs-devel@gnu.org; Sat, 01 Mar 2003 10:57:38 -0500 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18p9Mc-0003um-00; Sat, 01 Mar 2003 10:57:27 -0500 Original-Received: from swipnet.se (accessno42.bodenonline.com [193.201.16.44]) h21Goagq008088; Sat, 1 Mar 2003 17:50:37 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en-us, en Original-To: rms@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12048 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12048 Richard Stallman wrote: > Is the proper change to do the same for menu-bar-mode as for tool-bar-mode or > is it to set the default for menu-bar-mode back to nil? > > The standard value clearly should be t, but if using the same method > to specify that as for tool-bar-mode works, then it is probably ok. > Want to try it? I installed that change, it seems to work OK now. Jan D: