* Tassilo Horn (2011-01-24) writes:

> I'd like to use Evince for viewing PDF and DVI files.  Therefore, I
> added
>
> (setq TeX-view-program-selection
>       '((output-html "xdg-open")
>       (output-pdf "Evince")
>       (output-dvi "Evince")))
>
> to my .emacs.  That works if I/O Correlation mode is off, but if it is
> on, the View prompt hangs.  That is, I don't get the expected command
> line defined in `TeX-view-program-list-builtin' presented, aka
>
>   evince -p <page> <file>
>
> but instead nothing happens until I hit C-g.

I cannot reproduce this with circ.tex.  Neither with TeX PDF mode
enabled nor with it disabled.

Do you get a backtrace if you call `M-x toggle-debug-on-quit <RET>'
before trying to view the output and the type `C-g' when Emacs hangs?

-- 
Ralf

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

Reply via email to