I recently switched to the git version of AucTeX and noticed that the
default View command had changed to TeX-evince-sync-view. I gave it a
try but couldn't get it to work. Here is what I tried:

* C-c C-c choose LaTeX. A pdf file is produced.
* C-c C-c choose View then TeX-evince-sync-view. Evince doesn't start.

If I start evince manually, subsequent calls to TeX-evince-sync-view
don't update the page in the pdf file and a Ctrl-left click in the pdf
file gives the following error message in Emacs.

--8<---------------cut here---------------start------------->8---
apply: Wrong number of arguments: (lambda (file linecol) (let ((buf
(get-buffer file)) (line (car linecol)) (col (cadr linecol))) (if (null
buf) (message "Sorry, %s is not opened..." file) (switch-to-buffer buf)
(goto-line (car linecol)) (if (= col -1) nil (move-to-column col))))), 3
[2 times]
--8<---------------cut here---------------end--------------->8---

Also I noticed that the default command line for LaTeX is "pdflatex
-interaction=nonstopmode "\input" name_of_the_file.tex and doesn't
include -synctex=1. Shouldn't it ?

Julien.


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

Reply via email to