From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Politz Newsgroups: gmane.emacs.help Subject: Re: AUCtex & Errors while compiling Date: Fri, 16 Apr 2010 21:37:39 +0200 Organization: FH-Trier Message-ID: <87tyrb6vek.fsf@fh-trier.de> References: <4bc8aad6$0$6888$9b4e6d93@newsspool2.arcor-online.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273007607 13323 80.91.229.12 (4 May 2010 21:13:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 21:13:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 04 23:13:26 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9PQj-0007P6-RP for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 23:13:26 +0200 Original-Received: from localhost ([127.0.0.1]:50236 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9PQi-00061R-TZ for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 17:13:24 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-2.dfn.de!news.dfn.de!news.uni-stuttgart.de!news.belwue.de!news.uni-kl.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 50 Original-NNTP-Posting-Host: 143-93-54-11.arno.fh-trier.de Original-X-Trace: news.uni-kl.de 1271446801 21612 143.93.54.11 (16 Apr 2010 19:40:01 GMT) Original-X-Complaints-To: usenet@news.uni-kl.de Original-NNTP-Posting-Date: Fri, 16 Apr 2010 19:40:01 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:gvGM5/vDYjBggykcyJAa4Z597mA= Cache-Post-Path: arno.fh-trier.de!unknown@dslb-084-059-219-049.pools.arcor-ip.net X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) Original-Xref: usenet.stanford.edu gnu.emacs.help:177724 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 Xref: news.gmane.org gmane.emacs.help:73173 Archived-At: Claudius Hubig writes: > Hello, > > I'm happily using emacs together with AUCtex (at least I believe so, > I'm quite new to emacs, but it says "PDFLaTex" in the status line). > > Compiling also works fine, but when it encounters an error, it tells > me to press C-c `. Being on a German keyboard with deadkeys enabled, > I first press C-c, then Shift-' (key left of backspace) and then > space. It then asks me for a master file: > M-g n also works. > Master file: (default this file) ~/Desktop/TeX Live 2009/ > > But since I have none, I just press enter. Navigating to the file I'm > trying to compile (~Desktop/mfp-1.tex) leads to the same results as > just hitting enter. > > I then get a vertically divided screen, with a *TeX help* tab on the > right hand which shows me some information about the error and an > empty tab called "Debian" on the left hand. > `tabs' are termed windows in emacs-speak. > Is there now any way to > a) get my original file automatically into the buffer on the left and > b) get "links" from the "faulty" lines mentioned on the right to the > corresponding lines on the left? > This sounds like what actually should happen. [...] > ;LaTeX-mode > (setq-default TeX-master nil); [...] Try to change `nil' with `t', and see if it helps (Needs restart), or M-: (setq TeX-master t) RET in the latex buffer. -ap