* William McCallum (2005-07-05) writes: > On Jul 5, 2005, at 11:04 AM, Ralf Angeli wrote: > >> As you got a correct value after loading tex.el manually in the `emacs >> -Q' case, I am assuming the same would be true in case you loaded a >> LaTeX file. That means there is probably some code in a site init >> file or your user init file which prevents `TeX-style-private' or >> `TeX-style-path' from being set correctly. You could try to find >> errors in your user init file by adding >> >> (setq debug-on-error t) >> >> as the first line to your user init file, starting Emacs with >> `emacs --no-site-file --debug-init', and loading a LaTeX file. > > Well, this doesn't produce anything that looks wrong to me ... no > error messages, and the *Messages* buffer looks harmless, but I'll > keep poking at it.
Hm, other causes might be: * A site init file interfering (if there is one in your case). You could check if that leads to errors by starting Emacs like described above but without the --no-site-file switch. * tex.el somehow gets loaded in an init file before `TeX-style-private' is set. * Some code intentionally modifies `TeX-style-path' (except for the one in tex.el of course). Other than that I am quite out of options. -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
