"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
VETO
Please reconsider or really "refrase". Steve was just trying to
recreate the AucTeX installation as done by the AucTex makefile.
I'm going to, because
SY> +(defvar TeX-lisp-directory (locate-data-directory "auctex")
just ain't right. locate-data-directory finds .../etc directories
(locate-data-directory "auctex")
"/usr/local/lib/xemacs/xemacs-packages/etc/auctex/"
Not going to be any Lisp there AFAICT.
No. But AucTeX has its own lisp searching mechanism that looks in
(concat TeX-lisp-directory "/style") etc. Yes, that means there are
.el files in etc. Hé, this is Lisp, so data looks like code.
Let's not mess with that, it's been that way for ages.
I have a reasonable fix around somewhere, at I least I hope it
didn't
get lost when my Coda file system crashed. I'll get back to you shortly.
IMHO the reasonable fix is delete the setq from tex-site altogether!
The default in tex.el looks just fine to me.
Jan