bug-auctex
[Top][All Lists]
Advanced

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

[Bug-AUCTeX] Re: preview-1.257; Preview and local variable TeX-master


From: Ralf Angeli
Subject: [Bug-AUCTeX] Re: preview-1.257; Preview and local variable TeX-master
Date: Fri, 10 Jun 2005 23:12:44 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

* David Kastrup (2005-06-10) writes:

> I think this behavior must be relatively new, then.  I can't remember
> seeing it before.

The behavior is present in AUCTeX 11.50 but not in 11.14.  The reason
is that 11.14 sets a master based on the following test in
`TeX-master-file'.

         ;; Is this a master file?
         ((and TeX-header-end (re-search-forward TeX-header-end 10000 t))
          (setq TeX-master my-name))

According to the change log I removed the test on 2004-05-02 because
it yields incorrect results.

-- 
Ralf





reply via email to

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