all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: lawrence mitchell <wence@gmx.li>
Subject: Re: How can I reorder the items of the menubar?
Date: Wed, 18 Sep 2002 17:25:38 +0100	[thread overview]
Message-ID: <ould6rbp8n1.fsf@ID-97657.usr.dfncis.de> (raw)
In-Reply-To: aed1cc07.0209180619.641d75a1@posting.google.com

Keira wrote:

> I've used emacs before and it used to be that the first item on the
> menubar was "Buffers", personally, I like having it there, besides
> that a few other things where different, the filemenus for example.

> How can I make the new emacs (21.2.1) behave the same as the old emacs
> (20 or 19 something...)

It's possible to do this, though slightly involved, so bear with
me.  First off, if you don't feel comfortable with compiling
Emacs from source (and don't have at least a minimal knowledge of
Emacs lisp), it might be too much effort.

Basically, though, the procedure is as follows:
i) get the Emacs-21 sources --- available from all gnu.org
   mirrors.
ii) Unpack them, and read the installation instructions.
iii) Find the file menu-bar.el (probably in the lisp/
     subdirectory of the Emacs source).
iv) Redefine the order in which the menu-bar is constructed.
    (look for lines of the form
      `(cons "Tools" menu-bar-tools-menu)' --- for (e.g.) the Tools
    menu.)
    Menu bars are "pushed" onto a menu-bar stack, hence, if you
    want a menu to appear last, you should move its definition
    towards the top of the file and vice versa.
v) After you've changed menu-bar.el to your satisfaction, save
   it.
vi) Follow the installation instructions to compile and install
    Emacs for your system.

Alternately stay with Emacs 20 (unless you have any dying need to
use Emacs 21). ;)
-- 
lawrence mitchell <wence@gmx.li>

  reply	other threads:[~2002-09-18 16:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-18 14:19 How can I reorder the items of the menubar? Keira
2002-09-18 16:25 ` lawrence mitchell [this message]
2002-09-19  6:49   ` Keira

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=ould6rbp8n1.fsf@ID-97657.usr.dfncis.de \
    --to=wence@gmx.li \
    /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.