I have a problem using auctex 11.88 with emacs:
Whenever I try to open a .tex file, the following error message appears:
Loading /home/schmidt/.emacs.d/elpa/auctex-11.88.2/style/wrapfig.elc... load: Symbol value as variable is void: LaTeX-dialect
When I try to download the file a second time, everything works. It seems to me that latex.el, where this variable is set, does not work correctly when opening the file for the first time. This is how I initialize auctex in a .emacs file:
(load "tex-site.el" nil tt) (load "auctex.el" nil tt)
Any ideas what I'm doing wrong?
source share