It sounds like quite a project to try to sort out the problem with DBUS. I have no experience with it. Thanks for the alternative command. I will try that instead. Thanks,
Thomas Arildsen >---------------------------------------------------------------------- > >Message: 1 >Date: Fri, 30 Aug 2013 09:48:11 +0200 >From: Tassilo Horn <[email protected]> >To: [email protected] >Subject: Re: [Bug-AUCTeX] TeX-evince-sync-view >Message-ID: <[email protected]> >Content-Type: text/plain > >David Kastrup <[email protected]> writes: > >> Evince will likely need to be able to call emacsclient or something. > >No, with TeX-evince-sync-view it talks to emacs (and vice versa) using >DBUS. That feature is only activated if emacs is built with DBUS >support, and evince exposes the correct signatures to DBUS. That seems >to be the case with the OP, and since there are no error messages, it's >a bit hard to debug. > >To use the normal cmd line invocation of evince, just put > >(setq TeX-view-program-list > `(("Evince" ("evince" > (mode-io-correlate > ,(if (string-match "--page-index" > (shell-command-to-string "evince > --help")) > " -i %(outpage)" > " -p %(outpage)")) " %o")))) > >in your ~/.emacs. (That's what would have been used if Emacs hadn't >been built with DBUS support or the Evince version is too old.) > >Bye, >Tassilo _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
