* Andreas Kiermeier (2007-06-20) writes:

> I thought it might be worthwhile to upgrade to AucTeX 11.84 - just to
> make sure it still works. And wouldn't you know it, it doesn't quite.
> The "LatexSweave" command is now broken. 
>
> I get the following error message:
> ----------------------------------
> Running `LatexSweave' on `article' with ``pdflatex  "
> -interaction=nonstopmode\input{"article"}"''
> This is pdfeTeX, Version 3.141592-1.30.6-2.2 (MiKTeX 2.5)
> entering extended mode
> ! I can't find file `-interaction=nonstopmode'.
> <to be read again> 
>                    \let 
> <*>  -interaction=nonstopmode\input
>                                    {article}
> Please type another input file name: 

>From your former message:

|           (add-to-list 'TeX-command-list
|                        '("LatexSweave" "%l \"%(mode)\\input{%s}\"" 
|                          TeX-run-TeX nil t :help "Run Latex after
| Sweave") t)

%(mode) is inside quotation marks.  This was okay as long as it was
handled by a LaTeX macro.  Now that it is a command line option, it
musn't be included in quotes.

-- 
Ralf


_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to