From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: easy-menu-add - arg MAP not used Date: Thu, 04 May 2006 18:23:21 +0200 Message-ID: <445A2A79.3010608@student.lu.se> NNTP-Posting-Host: main.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 1146759842 18166 80.91.229.2 (4 May 2006 16:24:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 May 2006 16:24:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 04 18:24:00 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fbgc7-0000j6-4X for ged-emacs-devel@m.gmane.org; Thu, 04 May 2006 18:23:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fbgc6-0006Q9-K3 for ged-emacs-devel@m.gmane.org; Thu, 04 May 2006 12:23:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fbgbt-0006P3-09 for emacs-devel@gnu.org; Thu, 04 May 2006 12:23:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fbgbr-0006OT-GZ for emacs-devel@gnu.org; Thu, 04 May 2006 12:23:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fbgbr-0006OQ-8W for emacs-devel@gnu.org; Thu, 04 May 2006 12:23:23 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FbgcU-0002u0-RN for emacs-devel@gnu.org; Thu, 04 May 2006 12:24:03 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.072.1) id 4457C642000954A6 for emacs-devel@gnu.org; Thu, 4 May 2006 18:23:21 +0200 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) Original-To: Emacs Devel 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: news.gmane.org gmane.emacs.devel:53915 Archived-At: I just tried to use the MAP argument in `easy-menu-add'. The MAP argument did not work as I though. And it is not mentioned in the doc string. It is even not used in the code as far as I can see. Should it not be used? BTW what I wanted to do was to add a menu defined the easy-menu style as a submenu.