Xin Shi <address@hidden> writes:
Hi,
Here is the related settings. It works on 11.83, but not on 11.84.
(add-to-list 'load-path "~/local/share/emacs/site-lisp/auctex")
(load "auctex.el" nil t t)
(add-to-list 'load-path "~/local/share/emacs/site-lisp/auctex/preview")
(load "preview-latex.el" nil t t)
(require 'tex-site)
(setq TeX-auto-save t)
(setq TeX-parse-self t)
(setq-default TeX-master nil)
My guess would be that you have a mixture of old and new files around.
Particularly, "(require 'tex-site)" looks suspiciously like loading
something it should not. You should also check that the respective
startup files (and not some leftovers from the previous installation)
have indeed been installed in the directories where you load them from.