all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Kastrup <dak@gnu.org>
Subject: Re: how to point at (latex) compiling error line ?
Date: 27 Mar 2003 00:09:40 +0100	[thread overview]
Message-ID: <x5u1dpvi6j.fsf@lola.goethe.zz> (raw)
In-Reply-To: 3E821D31.5040801@free.fr

Pierre Albarede <albanews@free.fr> writes:

> I would like emacs to point at any latex compiling error line, right
> in the source buffer. So far (see .emacs below), I only get edition in
> the log window, with ugly format (and after answering E to tex).
> 
> Same problem with any compiler providing error line number.
> 
> Thanks for hints.
> 
> GNU Emacs 21.3.50.4 (powerpc-apple-darwin6.2) of 2002-12-01 on marx.local.
> 
> % cat .emacs
> [...]
> ;; The LaTeX command menu, completely customisable
> (setq TeX-command-list
>        (list
>         (list "TeX" "tex '\\nonstopmode\\input %t'" 'TeX-run-TeX nil t)
> ;;       (list "LaTeX" "%l '\\nonstopmode\\input{%t}'" 'TeX-run-LaTeX nil t)
>         (list "LaTeX" "%l '\\input{%t}'" 'TeX-run-interactive nil t)

You are obviously using AUCTeX.  AUCTeX can jump to the next error
when you type C-c ` but it would appear that you have overwritten the
commands that it uses for that purpose.

Why?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

  reply	other threads:[~2003-03-26 23:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-26 21:35 how to point at (latex) compiling error line ? Pierre Albarede
2003-03-26 23:09 ` David Kastrup [this message]
2003-03-27 13:08   ` Pierre Albarede

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=x5u1dpvi6j.fsf@lola.goethe.zz \
    --to=dak@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.