[ Per, I am not sure whether you are reading xemacs-beta ]
Steve Youngs <youngs(a)xemacs.org> writes:
I have just added the following packages to the
'Pre-Releases'
directory:
auctex-1.26-pkg.tar.gz
I've installed this and now get the following error:
Signaling: (void-variable TeX-lisp-directory)
(add-to-list (quote load-path) TeX-lisp-directory)
load-internal("tex-site" nil t nil nil nil)
load("tex-site" nil t nil)
require(tex-site)
eval((require (quote tex-site)))
eval-interactive((require (quote tex-site)))
eval-last-sexp(t)
#<compiled-function nil "...(13)" [standard-output terpri eval-last-sexp t]
2 974885 nil>()
call-interactively(eval-print-last-sexp)
I saw some discussion related to this in the mailing list-archives
but to be honest I didn't really understand it.
The current situations seems obviously wrong though. Even if tex.el's
definition of TeX-lisp-directory is fine we still can't use it before
actually loading tex.el.
Gunnar