From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: James Freer Newsgroups: gmane.emacs.help Subject: Re: emacs24-nox - tool bar Date: Sun, 29 Jun 2014 19:31:21 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1404066705 15010 80.91.229.3 (29 Jun 2014 18:31:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Jun 2014 18:31:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 29 20:31:38 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X1Jt4-00055n-0U for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Jun 2014 20:31:38 +0200 Original-Received: from localhost ([::1]:58768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Jt3-0000Fm-DV for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Jun 2014 14:31:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Jsr-0000F5-9l for help-gnu-emacs@gnu.org; Sun, 29 Jun 2014 14:31:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1Jso-00014N-AB for help-gnu-emacs@gnu.org; Sun, 29 Jun 2014 14:31:25 -0400 Original-Received: from mail-ie0-x235.google.com ([2607:f8b0:4001:c03::235]:51813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Jso-00014D-51 for help-gnu-emacs@gnu.org; Sun, 29 Jun 2014 14:31:22 -0400 Original-Received: by mail-ie0-f181.google.com with SMTP id y20so6087369ier.40 for ; Sun, 29 Jun 2014 11:31:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=FRpiuxYy7Y9aJ0M3dfnlEQ8Ta41VJR5L923LLpjNJ9Y=; b=q86QPsCL0i3bUC9iPOPtLdtT/y3BW3Go07LWxj9yY/Q1UhIU8KdHU9bavwZSUXOV9u +RmeMnZLjynev7fkP/JLqy1xbOwSOkWX5220hi/5vGTWCXAQyuA66RXtpWiFJsEosDJ3 Z/yIkICnanZ7AJwhjnZnhrKQ8DWQVbIHBcSuAXwtiJo1utMKvnTm7VPZ/0owz+RfVRBZ nWcAH7PsDBTqrr8HxopVN+PIKQDSr9rGMaAr3VCW08oiXHKvaB4CUv4iVWkeAtzB07vo mOps8X2GNwR7Q/8hkNY80KRIqXx7qjTgb3XjSLh41R3WXaYvJXunoMe22lZknpAlfTrJ hnMA== X-Received: by 10.43.78.19 with SMTP id zk19mr2963515icb.77.1404066681563; Sun, 29 Jun 2014 11:31:21 -0700 (PDT) Original-Received: by 10.50.25.103 with HTTP; Sun, 29 Jun 2014 11:31:21 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::235 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98446 Archived-At: On 29/06/2014, James Freer wrote: > I thought I'd try the nox version and found that the tool bar didn't > disappear > with the following statement which i'd used in the gui/-nw version. > (tool-bar-mode -1) > > Is there a reason for this... or is one better to stick with the gui > version? > having only just started using emacs I have found the console more to my > liking > and it does appear to be quicker. > > thanks > james Sorry should have done the following emacs --debug-init as this was the result Debugger entered--Lisp error: (void-function tool-bar-mode) (tool-bar-mode -1) eval-buffer(# nil "/home/james/.emacs" nil t) ; Reading at buff$ load-with-code-conversion("/home/james/.emacs" "/home/james/.emacs" t t) load("~/.emacs" t t) #[0 "^H\205\262^@ \306=\203^Q^@\307^H\310Q\202;^@ \311=\204^^^@\307^H\312Q\2$ command-line() normal-top-level() If (tool-bar-mode -1) is just commented out emacs loads ok but I want to get rid of the tool bar. james