From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: easymenu.el Date: Wed, 03 Nov 2004 18:33:56 +0100 Message-ID: References: <41891091.7010304@freemail.hu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099503312 15719 80.91.229.6 (3 Nov 2004 17:35:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Nov 2004 17:35:12 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 03 18:34:59 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 1CPP2A-0007wG-00 for ; Wed, 03 Nov 2004 18:34:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPPAG-0006PQ-Vy for ged-emacs-devel@m.gmane.org; Wed, 03 Nov 2004 12:43:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPPA2-0006Ow-4W for emacs-devel@gnu.org; Wed, 03 Nov 2004 12:43:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPP9w-0006Lb-DA for emacs-devel@gnu.org; Wed, 03 Nov 2004 12:43:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPP9u-0006L6-49 for emacs-devel@gnu.org; Wed, 03 Nov 2004 12:42:58 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CPP1C-0001yz-RI for emacs-devel@gnu.org; Wed, 03 Nov 2004 12:33:58 -0500 Original-Received: from localhost ([127.0.0.1] helo=lola.goethe.zz) by fencepost.gnu.org with esmtp (Exim 4.34) id 1CPOzp-0007gF-37; Wed, 03 Nov 2004 12:32:33 -0500 Original-To: "B. Anyos" In-Reply-To: <41891091.7010304@freemail.hu> (B. Anyos's message of "Wed, 03 Nov 2004 18:08:33 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) 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:29404 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29404 "B. Anyos" writes: > Latest changes to easymenu.el broke loading of ECB v2.27 (Emacs Code > Browser) I don't know how many apps out there that became > incompatible with the change. > > The logic in easy-menu-intern has changed: > -> from downcase the entire string to flip the starting letter of > each word. > > Was this intentional so apps should adapt their code ? > > ps.: changing the corresponding item in ECB solved the problem... Why is there a corresponding item? Why doesn't ECB use easy-menu for accessing menus created with easy-menu? I really dislike Richard's change (for aesthetical reasons: I don't like menu entries Gamma and gamma to be swapped), but it should not break packages: the internal symbols from easymenu should either not be used externally, or there should be a proper interface for accessing them. It appears we are having a problem here independent from that Richard tried to address. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum