Arnaud Legout <[EMAIL PROTECTED]> writes: > Hi, > > Ralf Angeli wrote: >> Instead of using >> --with-packagedir='C:/Apps/XEmacs/xemacs-packages/' >> you should use >> --with-packagedir='C:/Apps/XEmacs/site-packages/' >> >> > now make install succeed (I attached the end of the log at the end of > this email), but XEmacs fails at startup. > When in my init.el I add > (require 'tex-mik) > (setq TeX-auto-save t) > (setq TeX-parse-self t) > (setq-default TeX-master t) > > I get the error: > Error in init file: Cannot open load file: tex-site > > If I add the line > (load "auctex.el" nil t t) > > I get the same error.
Loading AUCTeX has to be done first. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
