From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: August Newsgroups: gmane.emacs.help Subject: Re: AUCTeX & master files Date: Sun, 06 Feb 2005 22:49:27 +0100 Message-ID: <1107726567.5319.59.camel@c83-250-201-122.bredband.comhem.se> References: <87hdkptmtl.fsf@nostromo.wy> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1107726831 12853 80.91.229.2 (6 Feb 2005 21:53:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Feb 2005 21:53:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 06 22:53:50 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CxuLb-0007wr-Mh for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Feb 2005 22:53:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxuZb-0006ka-Ry for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Feb 2005 17:08:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CxuW8-0005El-Jv for help-gnu-emacs@gnu.org; Sun, 06 Feb 2005 17:04:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CxuW4-0005Cx-QE for help-gnu-emacs@gnu.org; Sun, 06 Feb 2005 17:04:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxuW4-0005Cr-IR for help-gnu-emacs@gnu.org; Sun, 06 Feb 2005 17:04:28 -0500 Original-Received: from [81.228.11.113] (helo=av7-1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CxuGl-0005kO-Ah for help-gnu-emacs@gnu.org; Sun, 06 Feb 2005 16:48:39 -0500 Original-Received: by av7-1-sn1.fre.skanova.net (Postfix, from userid 502) id 9968037E76; Sun, 6 Feb 2005 22:48:37 +0100 (CET) Original-Received: from smtp2-2-sn2.hy.skanova.net (smtp2-2-sn2.hy.skanova.net [81.228.8.178]) by av7-1-sn1.fre.skanova.net (Postfix) with ESMTP id 89ABB37E49 for ; Sun, 6 Feb 2005 22:48:37 +0100 (CET) Original-Received: from c83-250-201-122.bredband.comhem.se (c83-250-201-122.bredband.comhem.se [83.250.201.122]) by smtp2-2-sn2.hy.skanova.net (Postfix) with ESMTP id 748F837E46 for ; Sun, 6 Feb 2005 22:48:37 +0100 (CET) Original-To: help-gnu-emacs@gnu.org In-Reply-To: <87hdkptmtl.fsf@nostromo.wy> X-Mailer: Evolution 2.0.2 (2.0.2-3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:23930 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23930 On s=C3=B6n, 2005-02-06 at 22:12 +0100, giglio robbo' d'acciaio wrote: > I've set=20 >=20 > (setq-default TeX-master nil) ;; Query for master file. >=20 > in .emacs. I've also added=20 >=20 > %%% Local Variables:=20 > %%% TeX-master: "foo" > %%% End: > at the end of each secondar file. But every time I launch compiler from= a not > master file I get errors. I recognize the problem. Make sure that each `\include' or `\input' command in the master file is placed at the beginning of the line (in column zero). I don't think you need to add the footer comment to each file manually; it's usually inserted by AUC TeX. --=20 August