From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: The discussion about easy-menu Date: Fri, 10 Dec 2004 00:51:15 -0500 Message-ID: References: <002c01c4de15$7105edf0$0200a8c0@sedrcw11488> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1102659163 17888 80.91.229.6 (10 Dec 2004 06:12:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Dec 2004 06:12:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 10 07:12:35 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cce15-0000Ju-00 for ; Fri, 10 Dec 2004 07:12:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CceB1-00038V-Cy for ged-emacs-devel@m.gmane.org; Fri, 10 Dec 2004 01:22:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cce9t-0002lq-4M for emacs-devel@gnu.org; Fri, 10 Dec 2004 01:21:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cce9k-0002h2-U5 for emacs-devel@gnu.org; Fri, 10 Dec 2004 01:21:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cce9k-0002dp-Hf for emacs-devel@gnu.org; Fri, 10 Dec 2004 01:21:32 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ccdk2-0007fK-06 for emacs-devel@gnu.org; Fri, 10 Dec 2004 00:54:58 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CcdgR-0003WN-57; Fri, 10 Dec 2004 00:51:15 -0500 Original-To: "Lennart Borgman" In-reply-to: <002c01c4de15$7105edf0$0200a8c0@sedrcw11488> (lennart.borgman.073@student.lu.se) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:30968 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30968 (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. Making it the now-incorrect call "work" would be a kludge. However, the kludge would do no great harm, if it first verifies that there isn't really a menu bar menu named "files", and then uses "file" instead. However, we would want to do something to tell users to convert. It should display a warning somehow.