Hi Salome, 2014-05-26 11:30 GMT+02:00 Salome =?iso-8859-1?Q?S=F6dergran <[email protected]>: > With this minimal init-file everything works fine: > > (setq debug-on-error t) > (add-to-list 'load-path "~/.emacs.d/elpa/auctex-11.87.5") > (require 'tex-site) > (require 'package) > (package-initialize) > > Both the auctex-path and require are needed before the package-functions. > What would I have to change to make AUCTeX work without (require 'tex-site)?
An empty or non-existing `.emacs' works for me (i.e., AUCTeX is automatically loaded by the package manager), I can't understand why you insist on requiring `tex-site'. Bye, Mosè _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
