emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The discussion about easy-menu


From: Stefan Monnier
Subject: Re: The discussion about easy-menu
Date: Thu, 09 Dec 2004 17:37:36 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]