GNU bug report logs - #24691
11.89.5; AucTex mode creates 2 separate buffers for the same master Tex file

Previous Next

Package: auctex;

Reported by: Ta Quang Trung <taquangtrungvn <at> yahoo.com>

Date: Fri, 14 Oct 2016 15:37:03 UTC

Severity: normal

Found in version 11.89.5

Done: Tassilo Horn <tsdh <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 24691-close <at> debbugs.gnu.org (full text, mbox):

From: Tassilo Horn <tsdh <at> gnu.org>
To: Ta Quang Trung <taquangtrungvn <at> yahoo.com>
Cc: 24691-close <at> debbugs.gnu.org
Subject: Re: bug#24691: 11.89.5;
 AucTex mode creates 2 separate buffers for the same master Tex file
Date: Fri, 14 Oct 2016 22:35:46 +0200
Ta Quang Trung <taquangtrungvn <at> yahoo.com> writes:

Hi!

> AucTex mode creates 2 separate buffers for the same master file
>
> ** Reproduction guide
>
> Start Emacs
> Open the master file of a Latex project. Suppose the master Tex file
> is main.tex, and at the end of the file, it contains these comments to
> indicate it as the master file.
>
> %%% Local Variables:
> %%% mode: latex
> %%% TeX-master: "main"
> %%% End:

The master file should appoint itself as master file using

%%% Local Variables:
%%% TeX-master: t
%%% End:

i.e., it doesn't state its name as a string but just t (true, I am the
Master).

Bye,
Tassilo




This bug report was last modified 8 years and 221 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.