From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Johnson Newsgroups: gmane.emacs.help Subject: add-menu-button: Xemacs to emacs Date: Tue, 15 Mar 2005 19:38:51 -0900 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <113fe2sp42d3mdc@news.supernews.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110947940 9427 80.91.229.2 (16 Mar 2005 04:39:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2005 04:39:00 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 16 05:38:59 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DBQJ7-0004mn-KK for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Mar 2005 05:38:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBQZ8-0004ik-8L for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Mar 2005 23:55:30 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!sn-xit-02!sn-xit-01!sn-post-02!sn-post-01!supernews.com!news.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en Original-X-Complaints-To: abuse@supernews.com Original-Lines: 20 Original-Xref: shelby.stanford.edu gnu.emacs.help:129303 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24856 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24856 Hello: I am in the process of transitioning from Xemacs to emacs. I have code that uses the xemacs 'add-menu-button function. Emacs does not recognize this function. 1)The simple question is: What is the corresponding emacs function to add a menu (and items) to the menubar 2)The larger question is: Is there a "checklist" of emacs/xemacs discrepancies? 3)When evaluating a call to 'add-menu-button is emacs/*scratch* I'm getting the following error message: "Autoloading failed to define function debug" It appears that a 'debug function needs to be defined in the emacs startup process. (debug on error is enabled) How may I enable this 'debug function? Thanks tim