all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexander Baier <alexander.baier@mailbox.org>
To: James Freer <jessejazza3.uk@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Customising menus... removing bars
Date: Sat, 07 Jun 2014 23:23:44 +0200	[thread overview]
Message-ID: <87k38so1lr.fsf@mailbox.org> (raw)
In-Reply-To: <alpine.DEB.2.10.1406072019450.2161@james> (James Freer's message of "Sat, 7 Jun 2014 20:32:28 +0100 (BST)")

On 2014-06-07 21:32 James Freer wrote:
> 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.

Just as a site note: You can always bind the toggling of the menu to a
key enabling you to only make it visible when you need it.

#+BEGIN_SRC emacs-lisp
  (global-set-key (kbd "C-<f10>") 'menu-bar-mode)
#+END_SRC

HTH,
-- 
Alexander Baier



  parent reply	other threads:[~2014-06-07 21:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-07 19:32 Customising menus... removing bars James Freer
2014-06-07 20:56 ` Drew Adams
2014-06-07 21:23 ` Alexander Baier [this message]
2014-06-07 21:46   ` James Freer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k38so1lr.fsf@mailbox.org \
    --to=alexander.baier@mailbox.org \
    --cc=help-gnu-emacs@gnu.org \
    --cc=jessejazza3.uk@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.