Hi,

I was also hit by this bug. Here are my findings:

The problem was caused by the value of TeX-command-list. In my case, the entry 
for latex invocation was:

 ("LaTeX" "%l \"%(mode)\\input{%t}\"" TeX-run-TeX nil
  (latex-mode doctex-mode)
  :help "Run LaTeX")

If I changed it to the following and it started to work.

 ("LaTeX" "%l %(mode) \"\\input{%t}\"" TeX-run-TeX nil
  (latex-mode doctex-mode)
  :help "Run LaTeX")

However, the real problem was probably the presence of an old version of 
/usr/share/emacs23/site-lisp/auctex/tex.elc. After deleting that file and 
running emacs egain, the value magically changed to:

 ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
  (latex-mode doctex-mode)
  :help "Run LaTeX")

So, I reinstalled auctex to generate the .elc again and it seems to work now.

Michal



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to