* 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



_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to