David Kastrup wrote:
Tim Johnson <[EMAIL PROTECTED]> 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
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to