From: John Paul Wallington <jpw@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: [calendar] Holidays menu doesn't go away
Date: Thu, 20 Mar 2003 02:36:06 +0000 [thread overview]
Message-ID: <871y12epd5.fsf@indigo.shootybangbang.com> (raw)
In-Reply-To: <8765qf178q.fsf@indigo.shootybangbang.com> (John Paul Wallington's message of "Wed, 19 Mar 2003 19:33:41 +0000")
[apologies for replying to myself]
>> The "Holidays" menu doesn't go away after quitting from the calendar.
> There is a similar symptom if you invoke then quit `info'.
Getting rid of the (push 'menu-bar path) avoids those problems, but
causes `recentf-mode' not to add its menu. This reversion avoids
that too. But I don't why the change was made.
diff -u -r1.57 easymenu.el
--- easymenu.el 16 Mar 2003 00:39:23 -0000 1.57
+++ easymenu.el 20 Mar 2003 02:24:01 -0000
@@ -516,9 +516,6 @@
ITEM is either defined as in `easy-menu-define' or a non-nil value returned
by `easy-menu-item-present-p' or `easy-menu-remove-item' or a menu defined
earlier by `easy-menu-define' or `easy-menu-create-menu'."
- (unless map
- (setq map (current-global-map))
- (push 'menu-bar path))
(setq map (easy-menu-get-map map path
(and (null map) (null path)
(stringp (car-safe item))
next prev parent reply other threads:[~2003-03-20 2:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <m3adfri8kz.fsf@defun.localdomain>
2003-03-19 19:33 ` [calendar] Holidays menu doesn't go away John Paul Wallington
2003-03-20 2:36 ` John Paul Wallington [this message]
2003-03-22 21:39 ` Stefan Monnier
2003-03-22 22:14 ` John Paul Wallington
2003-03-22 22:30 ` Stefan Monnier
2003-03-24 2:05 ` Richard Stallman
2003-03-24 15:10 ` Stefan Monnier
2003-03-25 0:52 ` Richard Stallman
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=871y12epd5.fsf@indigo.shootybangbang.com \
--to=jpw@gnu.org \
--cc=emacs-devel@gnu.org \
/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.