all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Lee <pete_lee@swbell.net>
Subject: Re: (OT) cvs emacs build fails
Date: Sat, 28 Jun 2003 00:00:29 GMT	[thread overview]
Message-ID: <uisqrnk9u.fsf@swbell.net> (raw)
In-Reply-To: ur85fnnut.fsf@swbell.net


For anyone else that might be having this problem the solution was to
define menu-bar-options-menu before the loading of mule-cmds.

------------------------------------------------------------------

<snip beginning of loadup.el>

;; I copied this definition from menu-bar.el
(defvar menu-bar-options-menu (make-sparse-keymap "Options"))

;; Any Emacs Lisp source file (*.el) loaded here after can contain
;; multilingual text.
(load "international/mule-cmds")

<snip rest of loadup.el>

------------------------------------------------------------------

No idea if it's a "bad thing" to define vars multiple times in lisp.

  parent reply	other threads:[~2003-06-28  0:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-27 22:43 (OT) cvs emacs build fails Peter Lee
2003-06-27 22:49 ` Peter Lee
2003-06-28  0:00 ` Peter Lee [this message]
2003-06-29 10:44 ` Kai Großjohann

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=uisqrnk9u.fsf@swbell.net \
    --to=pete_lee@swbell.net \
    /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.