bug-auctex
[Top][All Lists]
Advanced

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

[Bug-AUCTeX] TeX-source-correlate-determine-method doesn't find LuaTeX 0


From: Christoph LANGE
Subject: [Bug-AUCTeX] TeX-source-correlate-determine-method doesn't find LuaTeX 0.70's --synctex
Date: Tue, 14 Aug 2012 08:35:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120720 Thunderbird/14.0

Dear AUCTeX developers,

when TeX-source-correlate-determine-method in tex.el performs a (string-match "^[ ]*-synctex" ...) against the output of "lualatex --help", it doesn't find the "synctex" option.

This is because the LuaTeX output is different:

--- %< --- %< --- %< --- %< --- %< --- %< --- %< --- %< --- %< --- %< ---
$ lualatex --version
This is LuaTeX, Version beta-0.70.1-2012081406

...

$ lualatex --help

...

  The following regular options are understood:

   --synctex=NUMBER              enable synctex
--- %< --- %< --- %< --- %< --- %< --- %< --- %< --- %< --- %< --- %< ---

So the regular expression should be changed to "^[ ]*-?-synctex".

Cheers,

Christoph

--
Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701



reply via email to

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