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: Re: add-menu-button: Xemacs to emacs Date: Wed, 16 Mar 2005 08:03:42 -0900 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <113gpnckupr53e6@news.supernews.com> References: <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 1110993533 21597 80.91.229.2 (16 Mar 2005 17:18:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2005 17:18:53 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 16 18:18:52 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DBbxw-000296-2G for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Mar 2005 18:05:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBcE3-0007Ai-HI for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Mar 2005 12:22:31 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!sn-xit-02!sn-xit-06!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 In-Reply-To: Original-X-Complaints-To: abuse@supernews.com Original-Lines: 31 Original-Xref: shelby.stanford.edu gnu.emacs.help:129322 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:24876 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24876 David Kastrup wrote: > Tim Johnson writes: >>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 Hello David: Thanks for the example. This is very valuable and is what I needed for that issue. > This sounds like your Emacs installation is terribly broken. If you > are lucky, you just have something very bad in your .emacs (like > (setq load-path '("my-personal-directory")) > which would replace the system load-path). > > If this error message persists even if you start Emacs with > > emacs -q > M-x debug RET > > then you might need to reinstall Emacs. If it goes away in that case, > you have to find what causes the problem in your .emacs. To make a long story short. It looks like I should re-install emacs allright. Cheers Tim