Tassilo Horn <[email protected]> writes:
> $ git clone git://git.savannah.gnu.org/auctex.git > $ cd auctex > $ ./configure > $ make > (add-to-list 'load-path "~/Repos/el/auctex/") I was only using the above line to choose the git version of AucTeX > > ;; below your usual AUCTeX configurations I also added (setq TeX-source-correlate-mode t) (setq TeX-source-correlate-method 'synctex) At the moment, choosing TeX-evince-sync-view asks the permission to start Emacs server but still doesn't launch evince, without any information in *Messages* If I launch evince for the pdf file, * running TeX-evince-sync-view (forward-search if I'm not mistaken) doesn't update the page shown in evince * Ctrl-left click (backward-search) in evince does indeed change the point in the Emacs buffer. The position was the right one when I tried a one file document but a wrong one when I tried a multifile. * finally, if I run LaTeX on a region (C-c C-b or C-c C-r), backward-search returns to the _region_.tex buffer. Is it possible to return to the original fileĀ ? I guess it's not straightforward to get the right position in the buffer. Thanks for your help. _______________________________________________ auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex
