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: Customising menus... removing bars Date: Sat, 7 Jun 2014 20:32:28 +0100 (BST) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Trace: ger.gmane.org 1402169598 32494 80.91.229.3 (7 Jun 2014 19:33:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Jun 2014 19:33:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 07 21:33:08 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 1WtMMR-0002Wf-Cr for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Jun 2014 21:33:03 +0200 Original-Received: from localhost ([::1]:52953 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtMMQ-0000kq-SH for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Jun 2014 15:33:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtMM4-0000jp-Kv for help-gnu-emacs@gnu.org; Sat, 07 Jun 2014 15:32:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtMLv-0004pY-KV for help-gnu-emacs@gnu.org; Sat, 07 Jun 2014 15:32:40 -0400 Original-Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:49285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtMLv-0004pT-DS for help-gnu-emacs@gnu.org; Sat, 07 Jun 2014 15:32:31 -0400 Original-Received: by mail-we0-f174.google.com with SMTP id k48so4297145wev.33 for ; Sat, 07 Jun 2014 12:32:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:user-agent:mime-version :content-type; bh=V99Qs0J7VS70xerApZyZFIDdCssLYlHc9+G1iEfNHfg=; b=Cr4uhI/t4+Z8UwVC9ZMhWeMnPtgdaBqzCpzOsalRMZ2NSdY+yVHGLIQMQOVCeM+ZE8 wq7y+EhxRPtZu5nppRzUxF/+pZo2qZnyAgGWz6i0oSAPJ25DX6piqyC/cjbsk5f10Zho LQQnw34pHz9ts4NtpAjJg12w174ZS+ckR8RMiESkJydkmCSEfSDMw1MXtaSuGMl8rlXS 6wQSrDzu8QFssxvHjP0wNkFcb7TrDsO/ZLxVc936dP7bvMgJxNbnf9bvQJrA/pQY2YNz Iwx5D+XNc4xe5CqSUolwBaldf31lK837asWOo87uDgqlEnXVh6XwNybfvTvRS9TUMcIy xDMg== X-Received: by 10.194.87.170 with SMTP id az10mr17398749wjb.1.1402169550297; Sat, 07 Jun 2014 12:32:30 -0700 (PDT) Original-Received: from james.home (host86-170-32-167.range86-170.btcentralplus.com. [86.170.32.167]) by mx.google.com with ESMTPSA id k7sm2874978wjw.6.2014.06.07.12.32.29 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 07 Jun 2014 12:32:29 -0700 (PDT) X-X-Sender: james@james User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::22e 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:98077 Archived-At: I'd be grateful for a bit of guidance! I am just reading about customising menus in emacs. I want to remove the Buffers, Tools, Lisp-Interpreter, Help - to put it simply. I don't want all the contents of File, Edit, Options really. I was thinking of using EasyMenu due to it's name probably the best for me. But I'm unsure about the main menu - I assume I leave (menu-bar-mode 0) in the .emacs. I want to use both console and gui, but gui in the most basic form using key shortcuts for most commands. Console for editing email and when I am using cli but like the gui when I am looking through a load of files. thanks james