* Arnaud Legout (2005-10-21) writes: > 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
Do you have a `(require 'tex-site)' somewhere in your init.el? What is the output of `M-x find-library RET tex-mik RET'? Maybe XEmacs picks this up from the old AUCTeX installation. > If I add the line > (load "auctex.el" nil t t) That should not be necessary. -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
