bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] TeX-style-path variable misbehaving


From: Ralf Angeli
Subject: Re: [Bug-AUCTeX] TeX-style-path variable misbehaving
Date: Tue, 05 Jul 2005 21:13:46 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

* 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




reply via email to

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