From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: The discussion about easy-menu Date: Thu, 9 Dec 2004 18:03:57 +0100 Message-ID: <002c01c4de15$7105edf0$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1102613820 30198 80.91.229.6 (9 Dec 2004 17:37:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2004 17:37:00 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 09 18:36:48 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 1CcSDg-0004hd-00 for ; Thu, 09 Dec 2004 18:36:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CcSNZ-0005p1-PL for ged-emacs-devel@m.gmane.org; Thu, 09 Dec 2004 12:47:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CcSMV-0005Mn-R9 for emacs-devel@gnu.org; Thu, 09 Dec 2004 12:45:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CcSMU-0005Lm-32 for emacs-devel@gnu.org; Thu, 09 Dec 2004 12:45:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CcSMU-0005Lj-06 for emacs-devel@gnu.org; Thu, 09 Dec 2004 12:45:54 -0500 Original-Received: from [81.228.11.116] (helo=av9-2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CcSCO-000562-IH for emacs-devel@gnu.org; Thu, 09 Dec 2004 12:35:28 -0500 Original-Received: by av9-2-sn1.fre.skanova.net (Postfix, from userid 502) id 9DECA37EB7; Thu, 9 Dec 2004 18:35:27 +0100 (CET) Original-Received: from smtp3-2-sn1.fre.skanova.net (smtp3-2-sn1.fre.skanova.net [81.228.11.164]) by av9-2-sn1.fre.skanova.net (Postfix) with ESMTP id 8C85A37E56 for ; Thu, 9 Dec 2004 18:35:27 +0100 (CET) Original-Received: from sedrcw11488 (t1o58p160.telia.com [62.20.164.160]) by smtp3-2-sn1.fre.skanova.net (Postfix) with SMTP id A4F3737E45 for ; Thu, 9 Dec 2004 18:35:26 +0100 (CET) Original-To: "Emacs Devel" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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:30943 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30943 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