From: "Lennart Borgman" <lennart.borgman.073@student.lu.se>
Subject: The discussion about easy-menu
Date: Thu, 9 Dec 2004 18:03:57 +0100 [thread overview]
Message-ID: <002c01c4de15$7105edf0$0200a8c0@sedrcw11488> (raw)
I did not see a clear resulotion to the changes that made some old code
using easy-menu ended. Here is an example of the state at the moment with
current CVS Emacs. To be able to add a menu both when using current Emacs
and CVS Emacs I am now using something like the following:
(easy-menu-change
(if cvs-emacs
'("file")
'("files"))
"Quick Print (to Windows Printer)"
print-menu-spec "separator-window") ))
Should it be like this? I think it would be nice if "files" worked in CVS
Emacs too.
- Lennart
next reply other threads:[~2004-12-09 17:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-09 17:03 Lennart Borgman [this message]
2004-12-09 22:37 ` The discussion about easy-menu Stefan Monnier
2004-12-09 23:10 ` Lennart Borgman
2004-12-10 12:56 ` Eli Zaretskii
2004-12-10 23:15 ` Richard Stallman
2004-12-10 5:51 ` 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='002c01c4de15$7105edf0$0200a8c0@sedrcw11488' \
--to=lennart.borgman.073@student.lu.se \
/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.