bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-AUCTeX] [SOLVED] recursive require


From: Salome \=\?iso-8859-1\?Q\?S\=F6dergran
Subject: [Bug-AUCTeX] [SOLVED] recursive require
Date: Sat, 24 May 2014 16:06:41 +0200

With lots of try-and-error I managed to solve my problem with:
>  Error: (error "Recursive `require' for feature `tex-site'")
.
I think the two decisive things were the following:

1st, adding the auctex-path explicitly to the load path:
  (add-to-list 'load-path "~/.emacs.d/elpa/auctex-11.87.5")

  2nd, putting (require 'tex-site) in the right place, e.g. /before/
  (require 'package)
  (package-initialize)

Everything's up and running again :-)
Salome




reply via email to

[Prev in Thread] Current Thread [Next in Thread]