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: Re: Another easymenu problem Date: Wed, 10 Nov 2004 17:47:20 +0100 Message-ID: <41924618.5070305@wanadoo.fr> References: <23643873.1100076202866.JavaMail.www@wwinf0801> 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 1100139211 12445 80.91.229.6 (11 Nov 2004 02:13:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Nov 2004 02:13:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 10 17:46:05 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 1CRvbg-0007Y7-00 for ; Wed, 10 Nov 2004 17:46:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRvk8-00033G-Qp for ged-emacs-devel@m.gmane.org; Wed, 10 Nov 2004 11:54:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRvk1-000331-6k for emacs-devel@gnu.org; Wed, 10 Nov 2004 11:54:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRvk0-00032p-QC for emacs-devel@gnu.org; Wed, 10 Nov 2004 11:54:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRvk0-00032m-M5 for emacs-devel@gnu.org; Wed, 10 Nov 2004 11:54:40 -0500 Original-Received: from [193.252.22.23] (helo=mwinf0806.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CRvar-0001nk-Jw for emacs-devel@gnu.org; Wed, 10 Nov 2004 11:45:13 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0806.wanadoo.fr (SMTP Server) with SMTP id 00BB3180024A; Wed, 10 Nov 2004 17:45:13 +0100 (CET) Original-Received: from [192.168.1.2] (AGrenoble-152-1-2-10.w82-122.abo.wanadoo.fr [82.122.0.10]) by mwinf0806.wanadoo.fr (SMTP Server) with ESMTP id 896E21800214; Wed, 10 Nov 2004 17:45:12 +0100 (CET) User-Agent: Mozilla Thunderbird 0.9+ (X11/20041109) X-Accept-Language: en-us, en Original-To: Stefan Monnier In-Reply-To: X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime 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:29718 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29718 >>(easy-menu-define my-menu nil >> "My menu." >> '("My menu" :active may-be >> ["An item" do-something :help "Text"])) >>=> nil > > >>my-menu >>=> menu-function-35 > > >>(easy-menu-add-item nil '("MyMenuBarEntry") my-menu) >>Fails with: > > > I've installed some changes which should fix the above bug. > Can you try them out ? I just tried your changes. There is no more error signaled, however there is still a problem: the menu entry "MyMenuBarEntry" is correctly added to the menu bar but the "My menu" menu item doesn't appear. Also loading igrep no more triggers an error but its menu is not added to the "Tools" menu. Thanks for your help. David