From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: Another easymenu problem Date: Wed, 10 Nov 2004 17:32:41 -0500 Message-ID: References: <23643873.1100076202866.JavaMail.www@wwinf0801> <41924618.5070305@wanadoo.fr> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100175429 5360 80.91.229.6 (11 Nov 2004 12:17:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Nov 2004 12:17:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 10 23:33:04 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 1CS11U-0007mE-00 for ; Wed, 10 Nov 2004 23:33:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CS19x-00044p-D5 for ged-emacs-devel@m.gmane.org; Wed, 10 Nov 2004 17:41:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CS19q-00044g-MJ for emacs-devel@gnu.org; Wed, 10 Nov 2004 17:41:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CS19p-00044H-Rb for emacs-devel@gnu.org; Wed, 10 Nov 2004 17:41:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CS19p-00044E-Oi for emacs-devel@gnu.org; Wed, 10 Nov 2004 17:41:41 -0500 Original-Received: from [206.47.199.141] (helo=simmts12-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CS119-0006Rk-6P for emacs-devel@gnu.org; Wed, 10 Nov 2004 17:32:43 -0500 Original-Received: from empanada.home ([67.71.34.197]) by simmts12-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041110223242.TBQX1580.simmts12-srv.bellnexxia.net@empanada.home>; Wed, 10 Nov 2004 17:32:42 -0500 Original-Received: by empanada.home (Postfix, from userid 502) id 1851B35FA37; Wed, 10 Nov 2004 17:32:41 -0500 (EST) Original-To: David Ponce In-Reply-To: <41924618.5070305@wanadoo.fr> (David Ponce's message of "Wed, 10 Nov 2004 17:47:20 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) 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:29739 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29739 >>> (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. OK, I've just fixed a bug in `keymap-prompt' which should fix this. Can you try again? Stefan