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: Thu, 11 Nov 2004 00:24:17 +0100 Message-ID: <4192A321.2000909@wanadoo.fr> 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100180552 21857 80.91.229.6 (11 Nov 2004 13:42:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Nov 2004 13:42:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 11 00:22:34 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 1CS1nN-00029p-00 for ; Thu, 11 Nov 2004 00:22:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CS1vq-0006O7-Uy for ged-emacs-devel@m.gmane.org; Wed, 10 Nov 2004 18:31:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CS1vk-0006NN-OV for emacs-devel@gnu.org; Wed, 10 Nov 2004 18:31:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CS1vk-0006Ml-9S for emacs-devel@gnu.org; Wed, 10 Nov 2004 18:31:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CS1vk-0006Mf-1J for emacs-devel@gnu.org; Wed, 10 Nov 2004 18:31:12 -0500 Original-Received: from [193.252.22.23] (helo=mwinf0809.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CS1n1-0005uQ-C4 for emacs-devel@gnu.org; Wed, 10 Nov 2004 18:22:11 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0809.wanadoo.fr (SMTP Server) with SMTP id D9E8B18000BA; Thu, 11 Nov 2004 00:22:09 +0100 (CET) Original-Received: from [192.168.1.2] (AGrenoble-152-1-2-10.w82-122.abo.wanadoo.fr [82.122.0.10]) by mwinf0809.wanadoo.fr (SMTP Server) with ESMTP id 8B1A518000AB; Thu, 11 Nov 2004 00:22:09 +0100 (CET) User-Agent: Mozilla Thunderbird 0.9+ (X11/20041109) X-Accept-Language: en-us, en Original-To: Stefan 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:29746 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29746 >>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? All seem to work just fine now :) Thank you very much! David