From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "B. Anyos" Newsgroups: gmane.emacs.devel Subject: easymenu.el Date: Wed, 03 Nov 2004 18:08:33 +0100 Message-ID: <41891091.7010304@freemail.hu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1099502598 13555 80.91.229.6 (3 Nov 2004 17:23:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Nov 2004 17:23:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 03 18:23:13 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 1CPOqn-0006sq-00 for ; Wed, 03 Nov 2004 18:23:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPOyt-0001Cm-TR for ged-emacs-devel@m.gmane.org; Wed, 03 Nov 2004 12:31:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPOyf-00019L-JI for emacs-devel@gnu.org; Wed, 03 Nov 2004 12:31:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPOye-00018u-HD for emacs-devel@gnu.org; Wed, 03 Nov 2004 12:31:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPOye-00018r-DG for emacs-devel@gnu.org; Wed, 03 Nov 2004 12:31:20 -0500 Original-Received: from [81.0.70.197] (helo=evo2.evosoft.hu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CPOqA-0007rE-GX for emacs-devel@gnu.org; Wed, 03 Nov 2004 12:22:34 -0500 Original-Received: from evosoft.hu (griff.evosoft.hu [172.16.110.26]) by evo2.evosoft.hu (8.12.9p2/8.12.9) with ESMTP id iA3H9uIv093656 for ; Wed, 3 Nov 2004 18:09:56 +0100 (CET) (envelope-from banyos@freemail.hu) Original-Received: from [172.16.111.121] (banyos2.evosoft.hu [172.16.111.121]) by evosoft.hu (8.12.3/8.12.3) with ESMTP id iA3H8XLS066185 for ; Wed, 3 Nov 2004 18:08:33 +0100 (CET) (envelope-from banyos@freemail.hu) User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org X-Enigmail-Version: 0.86.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-evosoft-evo2-MailScanner-Information: Please contact the ISP for more information X-evosoft-evo2-MailScanner: Found to be clean 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:29402 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29402 Hi, 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 ? Cheers, Bela ps.: changing the corresponding item in ECB solved the problem...