Hi Benjamin,

2014-04-24 21:05 GMT+02:00 Benjamin Slade <sl...@jnanam.net>:
> (possibly relevant things) from my .emacs:
>
> [...]

The problem should be
--8<---------------cut here---------------start------------->8---
     (add-to-list 'TeX-expand-list
                  '("%(-PDF)"
                    (lambda ()
                      (cond ((string-match "TeX-engine: pdftex"
(buffer-string)) "-pdf")
                            ((string-match "TeX-engine: luatex"
(buffer-string)) "-pdflatex=lualatex -pdf")
                            ((string-match "TeX-engine: xetex"
(buffer-string)) "-pdflatex=xelatex -pdf")
                            (t "-dvi -pdfps")))))
--8<---------------cut here---------------end--------------->8---
in the `eval-after-load'.  I don't have enough time to understand why
this triggers that bug, but if you think you actually don't need that
snippet of code just remove, or comment, it.

By the way, with git version of AUCTeX you don't need anymore special
tricks to make Okular forward/inverse search work ;-)

Bye,
Mosè

_______________________________________________
bug-auctex mailing list
bug-auctex@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to