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: Sat, 17 Apr 2010 01:20:25 +0200 Organization: FH-Trier Message-ID: <87aat36l3a.fsf@fh-trier.de> References: <4bc8aad6$0$6888$9b4e6d93@newsspool2.arcor-online.net> <87tyrb6vek.fsf@fh-trier.de> <4bc8c5a6$0$6893$9b4e6d93@newsspool2.arcor-online.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1273008169 15462 80.91.229.12 (4 May 2010 21:22:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 21:22:49 +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:22:48 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 1O9PZn-0003sm-PJ for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 23:22:48 +0200 Original-Received: from localhost ([127.0.0.1]:51335 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9PZn-00017T-6O for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 17:22:47 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!kanaga.switch.ch!switch.ch!news.belwue.de!news.uni-kl.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 39 Original-NNTP-Posting-Host: 143-93-54-11.arno.fh-trier.de Original-X-Trace: news.uni-kl.de 1271460167 8764 143.93.54.11 (16 Apr 2010 23:22:47 GMT) Original-X-Complaints-To: usenet@news.uni-kl.de Original-NNTP-Posting-Date: Fri, 16 Apr 2010 23:22:47 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:yCOexdh9GvJxmi2C2Avk2Wp+f/0= 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:177733 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:73181 Archived-At: Claudius Hubig writes: > Hello Andreas, > > Andreas Politz wrote: >>Claudius Hubig writes: >>> 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. > > Thank you :) > >>> 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. >>> (setq-default TeX-master nil); >>Try to change `nil' with `t', and see if it helps (Needs restart), or > > Thank you again. Now at least the first part is done – though there's > no “nice” linking between the errors and the lines yet, as possible > with C++ & 'compile, where I get a window with a list of errors which > are coloured and underlined and when I press RET on one of these, it > takes me to the appropriate line in the source file. > > Is this possible with TeX or should I take what I get and be happy? :) Yes, the `linking'. AUCtex does not play by the rules in this case and uses it's own display-error-foo. -ap > > Best regards, > > Claudius