all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* The discussion about easy-menu
@ 2004-12-09 17:03 Lennart Borgman
  2004-12-09 22:37 ` Stefan Monnier
  2004-12-10  5:51 ` Richard Stallman
  0 siblings, 2 replies; 6+ messages in thread
From: Lennart Borgman @ 2004-12-09 17:03 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-12-10 23:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-09 17:03 The discussion about easy-menu Lennart Borgman
2004-12-09 22:37 ` 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

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.