From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Ponce Newsgroups: gmane.emacs.devel Subject: New easymenu behavior Date: Wed, 03 Nov 2004 11:36:49 +0000 Message-ID: <4188C2D1.6000607@wanadoo.fr> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1099478510 5586 80.91.229.6 (3 Nov 2004 10:41:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Nov 2004 10:41:50 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 03 11:41:41 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 1CPIaC-0000BH-00 for ; Wed, 03 Nov 2004 11:41:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPIhs-0001M6-4l for ged-emacs-devel@m.gmane.org; Wed, 03 Nov 2004 05:49:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPId8-0007zT-DS for emacs-devel@gnu.org; Wed, 03 Nov 2004 05:44:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPIcH-0007Ss-KW for emacs-devel@gnu.org; Wed, 03 Nov 2004 05:43:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPIbC-0006xc-Up for emacs-devel@gnu.org; Wed, 03 Nov 2004 05:42:43 -0500 Original-Received: from [193.252.22.22] (helo=mwinf0906.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CPIT3-0006ay-9j for emacs-devel@gnu.org; Wed, 03 Nov 2004 05:34:17 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0906.wanadoo.fr (SMTP Server) with SMTP id 710BF180014D for ; Wed, 3 Nov 2004 11:34:15 +0100 (CET) Original-Received: from [192.168.1.2] (AGrenoble-152-1-12-147.w82-122.abo.wanadoo.fr [82.122.10.147]) by mwinf0906.wanadoo.fr (SMTP Server) with ESMTP id 269F818000D6 for ; Wed, 3 Nov 2004 11:34:15 +0100 (CET) User-Agent: Mozilla Thunderbird 0.9 (X11/20041102) X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org 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:29370 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29370 Hi, It appears that this change: 2004-11-02 Richard M. Stallman * emacs-lisp/easymenu.el (easy-menu-intern): Don't downcase; rather, case-flip the first letter of each word. Introduced some incompatibility with the previous version of easymenu. For example, now recentf creates a new "files" entry in the menu bar instead of adding an entry in the "File" menu. I think I can easily fix that by using the "Files" path instead of the "files" one to locate the "File" menu. Unfortunately, that change also broke other code I have, and probably other existing code that uses easymenu to locate menu items. So my question: should I fix recentf or is the new easymenu behavior a bug? What about compatibility with existing code that uses easymenu? I must confess, that I don't see why this change is necessary. Any thoughts will be welcome. Thank you in advance for your time. David