help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: add-menu-button: Xemacs to emacs


From: Tim Johnson
Subject: Re: add-menu-button: Xemacs to emacs
Date: Wed, 16 Mar 2005 08:03:42 -0900
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)

David Kastrup wrote:
Tim Johnson <tim@johnsons-web.com> 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.
<snip...>
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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]