bug-auctex
[Top][All Lists]
Advanced

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

[Bug-AUCTeX] 11.86; auctex does not work properly if TeX-engine is set t


From: Carlos Russo
Subject: [Bug-AUCTeX] 11.86; auctex does not work properly if TeX-engine is set to luatex
Date: Fri, 25 Feb 2011 20:01:07 +0000

I'm using Aquamacs 2.1, but this also happens with the nightly build of the 3.x 
dev version.

Imagine that I am editing a file "test.tex" and it is a valid lualatex file.
If I run customize the variable TeX-Engine by setting it to LuaTeX, I'm 
expecting that lualatex is called whenever I press C-c C-c and choose "LaTeX".
Indeed lualatex runs and compiles the file, but the files that are produced are 
called "texput.aux",  "texput.pdf" and  "texput.synctex.gz" rather than 
"test.*".

This is a nuissance because if press C-c C-c again, I expect Aquamacs to offer 
the option "View". Instead, since there is no file "test.pdf", Aquamacs offers 
to compile the file again.

I'm not sufficiently proficient with emacs-lisp to fix the problem, but it 
seems that the fix should be rather simple, since I could only see that 
happening with the LuaTeX engine. (I'm using MacTeX 2010, but I don't actually 
think it matters).

Any hints on how to solve this?

Thanks,
Carlos



Your bug report will be posted to the AUCTeX bug reporting list.
------------------------------------------------------------------------



Emacs  : GNU Emacs 23.2.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2010-08-18 on braeburn.aquamacs.org - Aquamacs Distribution 2.1
Package: 11.86

current state:
==============
(setq
AUCTeX-date "2010-02-21"
window-system 'ns
LaTeX-version "2e"
TeX-style-path 
'("/Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auctex/style"
                  "/Users/carlos/Library/Application Support/Aquamacs 
Emacs/auctex/auto"
                  "/Users/carlos/Library/Application Support/Aquamacs 
Emacs/auctex/style" "auto" "style")
TeX-auto-save nil
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" "open %s.pdf" TeX-run-command nil t :help "Run Skim 
...")
                    ("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")
                    ("Jump to PDF" "%V" TeX-run-discard-or-function nil t :help 
"Run Viewer"))
)

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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