all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Politz <politza@fh-trier.de>
To: help-gnu-emacs@gnu.org
Subject: Re: AUCtex & Errors while compiling
Date: Fri, 16 Apr 2010 21:37:39 +0200	[thread overview]
Message-ID: <87tyrb6vek.fsf@fh-trier.de> (raw)
In-Reply-To: 4bc8aad6$0$6888$9b4e6d93@newsspool2.arcor-online.net

Claudius Hubig <claudiushubig@arcor.de> 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


  reply	other threads:[~2010-04-16 19:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-16 18:22 AUCtex & Errors while compiling Claudius Hubig
2010-04-16 19:37 ` Andreas Politz [this message]
2010-04-16 20:16   ` Claudius Hubig
2010-04-16 23:20     ` Andreas Politz
2010-04-17 12:34       ` Ralf Angeli
2010-04-17 12:26 ` Ralf Angeli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tyrb6vek.fsf@fh-trier.de \
    --to=politza@fh-trier.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.