Apologies for taking so long to respond.
|--==> "PT" == Paul Thompson <paul(a)wubios.wustl.edu> writes:
PT> I am trying to use auctex. When I attempt to invoke latex-mode, I get
PT> the following
PT> error:
PT> Invalid byte code (("variable reference to constant symbol :prefix"))
PT> How do I find and compile the file with this construct?
PT> ================================================================
OK, there's a chance (probably a pretty good one) that none of what
I'm going to suggest is going to have anything to do with your
problem.
PT> Load-Path Lisp Shadows:
PT> ----------------------
[...]
Do something about all these. They could be causing all kinds of
unexpected behaviour. Ideally...
(list-load-path-shadows)
=> nil
PT> Installed XEmacs Packages:
PT> -------------------------
[...]
PT> (ps-print-nomule :version 1.05 :type regular)
PT> (ps-print :version 1.02 :type regular)
Remove 'ps-print-nomule', it was replaced by 'ps-print'.
M-x package-get-delete-package RET ps-print-nomule RET
[...]
PT> (eicq :version 1.05 :type regular)
Remove this package too. It no longer exists in the XEmacs Packages.
PT> Features:
PT> --------
[...]
PT> bibtex font-latex font-lock cus-face whitespace env
Interesting that 'font-latex' is loaded, but not 'latex'. Can you
tell us how you are loading latex and what does your auctex setup look
like?
Fix up those few things I mentioned and see how that goes.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|