auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [AUCTeX] TeX-next-error takes me to the supp-pdf.tex buffer


From: mirko.vukovic
Subject: RE: [AUCTeX] TeX-next-error takes me to the supp-pdf.tex buffer
Date: Fri, 30 Mar 2007 14:37:52 -0400

> -----Original Message-----
> From: David Kastrup [mailto:address@hidden 
> Sent: Friday, March 30, 2007 2:17 PM
> To: TTCA Vukovic, Mirko
> Cc: address@hidden
> Subject: Re: [AUCTeX] TeX-next-error takes me to the 
> supp-pdf.tex buffer
> 
> <address@hidden> writes:
> 
> > Hello,
> >  
> > When I try to go to the next error, I end up in the supp-pdf.tex 
> > buffer.  I have not seen this discussed in the archive.
> 
> Which should have been a clue to you that it happens not for 
> every file or every person.  So you should have provided an 
> example file exhibitin the problem.
> 
> > (I am using next to the latest auctex+emacs distro for windows).
> 
> M-x TeX-submit-bug-report RET exists, and it will give more 
> reliable information.
> 
> --
> David Kastrup, Kriemhildstr. 15, 44793 Bochum
> 

David, here is the minimal example, and the bug report.  Sorry about the lack 
of information in the first email.  


Here is the minimal example:

\documentclass{article}

%\usepackage{tikz}
\begin{document}
\title{title}

\author{Mirko Vukovic}
\begin{abstract}
abstract text
\end{abstract}
\maketitle

main text

*&^* 
\end{document}

It is the tikz package that causes the problem when compiling with pdflatex.  
If I compile it with latex, C-c ` works fine.

The output of TeX-submit-bug-report is (I don't know how to teach emacs to 
email on windows)



Emacs  : GNU Emacs 22.0.93.1 (i386-mingw-nt5.1.2600)
 of 2007-01-26 on NEUTRINO
Package: 2007-01-23

current state:
==============
(setq
 AUCTeX-date "2007-01-23"
 window-system 'w32
 LaTeX-version "2e"
 TeX-style-path '("style" "auto" "d:/The-Works/Bibliographies/style"
                  "d:/The-Works/Bibliographies/auto"
                  "e:/program-files/emacs-22/site-lisp/auctex/style"
                  "c:/Programme/Emacs/var/auctex")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master t
 TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX 
nil
                     (plain-tex-mode ams-tex-mode texinfo-mode) :help "Run 
plain TeX")
                    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
                     (latex-mode doctex-mode) :help "Run LaTeX")
                    ("Makeinfo" "makeinfo %t" TeX-run-compile nil 
(texinfo-mode) :help
                     "Run Makeinfo with Info output")
                    ("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil
                     (texinfo-mode) :help "Run Makeinfo with HTML output")
                    ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t" 
TeX-run-TeX nil
                     (ams-tex-mode) :help "Run AMSTeX")
                    ("ConTeXt" "texexec --once --texutil %(execopts)%t" 
TeX-run-TeX
                     nil (context-mode) :help "Run ConTeXt once")
                    ("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil
                     (context-mode) :help "Run ConTeXt until completion")
                    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run 
BibTeX")
                    ("View" "%V" TeX-run-discard t t :help "Run Viewer")
                    ("Print" "%p" TeX-run-command t t :help "Print the file")
                    ("Queue" "%q" TeX-run-background nil t :help
                     "View the printer queue" :visible TeX-queue-command)
                    ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help
                     "Generate PostScript file")
                    ("Index" "makeindex %s" TeX-run-command nil t :help
                     "Create index file")
                    ("Check" "lacheck %s" TeX-run-compile nil (latex-mode) :help
                     "Check LaTeX file for correctness")
                    ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil 
t :help
                     "Spell-check the document")
                    ("Clean" "TeX-clean" TeX-run-function nil t :help
                     "Delete generated intermediate files")
                    ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help
                     "Delete generated intermediate and output files")
                    ("Other" "" TeX-run-command t t :help "Run an arbitrary 
command"))
 )

Mirko 
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]