all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Albarede <albanews@free.fr>
Subject: how to point at (latex) compiling error line ?
Date: Wed, 26 Mar 2003 22:35:45 +0100	[thread overview]
Message-ID: <3E821D31.5040801@free.fr> (raw)

Hello.

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)
        (if TeX-a4-paper
	   (list "Postscript" "dvips -ta4 %d -o %f " 'TeX-run-command t nil)
	 (list "Postscript" "dvips %d -o %f " 'TeX-run-command t nil))
        (list "PDF" "dvipdf %d %s.pdf" 'TeX-run-command t nil)
        (list "PDF (scalable)" (concat dvipdf-scalable-program " %d %s.pdf")
	     'TeX-run-command t nil)

        (list "View" "%s" 'TeX-run-view-command nil nil)
        (list "Print" "%p %r " 'TeX-run-command t nil)
        (list "Queue" "%q" 'TeX-run-background nil nil)
        (list "Convert to HTML" "htlatex %t;open %s.html" 'TeX-run-command t nil)
        (list "BibTeX" "bibtex %s" 'TeX-run-BibTeX nil nil)
        (list "Index" "makeindex %s" 'TeX-run-command nil t)
        (list "Check" "lacheck %s" 'TeX-run-compile nil t)
        (list "Spell" "<ignored>" 'TeX-run-ispell-on-document nil nil)
        (list "Makeinfo" "makeinfo %t" 'TeX-run-compile nil t)
        (list "Makeinfo HTML" "makeinfo --html %t" 'TeX-run-compile nil t)
        (list "AmSTeX" "amstex '\\nonstopmode\\input %t'" 'TeX-run-TeX nil t)
        (list "pdfLaTeX & view" "pdflatex '\\nonstopmode\\input{%t}';open 
%s.pdf" 'TeX-run-LaTeX nil t)
        (list "Other..." "" 'TeX-run-command t t)
        ))

             reply	other threads:[~2003-03-26 21:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-26 21:35 Pierre Albarede [this message]
2003-03-26 23:09 ` how to point at (latex) compiling error line ? David Kastrup
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=3E821D31.5040801@free.fr \
    --to=albanews@free.fr \
    /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.