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 21:10:21 +0100 Message-ID: References: <868uofa3cc.wl%hskuhra@eumx.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1404072656 23680 80.91.229.3 (29 Jun 2014 20:10:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Jun 2014 20:10:56 +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 22:10:50 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 1X1LR2-0004uL-SQ for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Jun 2014 22:10:48 +0200 Original-Received: from localhost ([::1]:58956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1LR2-0001uf-Dg for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Jun 2014 16:10:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1LQd-0001tb-VJ for help-gnu-emacs@gnu.org; Sun, 29 Jun 2014 16:10:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1LQc-0006CG-P6 for help-gnu-emacs@gnu.org; Sun, 29 Jun 2014 16:10:23 -0400 Original-Received: from mail-ig0-x230.google.com ([2607:f8b0:4001:c05::230]:58744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1LQc-0006CB-Jb for help-gnu-emacs@gnu.org; Sun, 29 Jun 2014 16:10:22 -0400 Original-Received: by mail-ig0-f176.google.com with SMTP id c1so3655724igq.3 for ; Sun, 29 Jun 2014 13:10:22 -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=ztl97pohZgwB6jK2ecqlTRsv4LkjE3HhPCLZD75bIi0=; b=x7ORr75ATqgEpcqCALMrvFMm/3PLTdY15a92Jc766eL/9czgh1Na1UtHpAK2Zjo9J0 5Vu3P0r0F3QnDEM3iTvyGMC3FoAYD8lPxIT3UkrOyP6NaayRcClAO0hHoNmlGFk+H455 npmKA2yXvTYxjHlKstMfPLE0wyE6KmmeSshIX0ySN5x3gJK+olPxyqovd6F3vT/EPpRw TKC/kTlyPLh3n7mcDJxrXLes8SI6uLcGgLvCh+UrwTt81/+RpHbeujXbFoJGjcyCqghk 4pvqJuhiqfCQjCpREraVffiZfQyaVw+WK6CMX2tglE6aSyZAfCRksUJFiypJwbvphK/1 IuRA== X-Received: by 10.50.79.164 with SMTP id k4mr27471141igx.3.1404072621984; Sun, 29 Jun 2014 13:10:21 -0700 (PDT) Original-Received: by 10.50.25.103 with HTTP; Sun, 29 Jun 2014 13:10:21 -0700 (PDT) In-Reply-To: <868uofa3cc.wl%hskuhra@eumx.net> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::230 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:98448 Archived-At: On 29/06/2014, Herbert J. Skuhra wrote: > On Sun, 29 Jun 2014 19:15:11 +0100 (BST) > 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. > > Do you want > > (menu-bar-mode -1) > > ? > > -- > Herbert You've just beat me to it. yes I do - SORRY just realised... I'm having a bad day. james