From: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Emacs Devel <emacs-devel@gnu.org>
Subject: Re: The discussion about easy-menu
Date: Thu, 09 Dec 2004 17:37:36 -0500 [thread overview]
Message-ID: <87k6rrnlqf.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <002c01c4de15$7105edf0$0200a8c0@sedrcw11488> (Lennart Borgman's message of "Thu, 9 Dec 2004 18:03:57 +0100")
> 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.
This is actually orthogonal to the easy-menu discussion.
The problem comes simply from the fact that Richard changed the key name
from "files" to "file". He did do it as a result of the discussion,
admittedly. AFAIK he only did it for "consistency". It seemed a bit
gratuitous to me, although I do agree that consistency is a nice property.
Stefan
next prev parent reply other threads:[~2004-12-09 22:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-09 17:03 The discussion about easy-menu Lennart Borgman
2004-12-09 22:37 ` Stefan Monnier [this message]
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=87k6rrnlqf.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--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.