>>>> "Thomas" == Thomas Witzel
<twitzel(a)nmr.mgh.harvard.edu> writes:
Thomas> I don't get an error in emacs. I get them all in
Thomas> xemacs. Seems like there is no such thing like
Thomas> popup-menu-mode in xemacs-21.4.5. Even if there was
Thomas> popup-mode-menu my xemacs-21.4.5. doesn't know defadvice
Thomas> either. I think I can live without that block, but now I
Thomas> ran into a problem with not having regexp-opt, can
Thomas> somebody help me with that ?
Welcome to XEmacs Packages, Thomas :-)
See
http://www.xemacs.org/Documentation/packageGuide.html
(locate-library "regexp-opt")
"c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\xemacs-base\\regexp-opt.elc"
Seems you don't even have xemacs-base installed.
Please see step 7 of
http://www.xemacs.org/Install/index.html
if you build/install under UNIX or Linux.
Best regards,
Adrian
Thomas> Thomas
Thomas> On Mon, 12 Nov 2001, Per Abrahamsen wrote:
> There is no such think as 'popup-mode-menu' in any
version of Emacs,
> it is part of the XEmacs support:
>
> ;;; Special support for XEmacs
>
> (when (featurep 'xemacs)
>
> (defadvice popup-mode-menu (before LaTeX-update activate)
> "Run `LaTeX-menu-update' before showing menu."
> (and (fboundp 'LaTeX-menu-update)
> (LaTeX-menu-update)))
>
> The code should obviously be rewritten to use :filter to be cleaner,
> but I don't know why Thomas Witzel gets these errors.
>
--
Adrian Aichner
mailto:adrianï¼ xemacs.org
http://www.xemacs.org/