Discussion:
[AUCTeX] auctex not being loaded
Colin Baxter
2017-03-30 12:41:25 UTC
Permalink
The latest auctex (commit 83a875b) no long allows me to view dvi or pdf
files. My setting is

(setq TeX-view-program-selection
'((output-dvi "DVI Viewer")
(output-pdf "PDF Viewer")))
(setq TeX-view-program-list
'(("DVI Viewer" "xdvi -sourceposition \"%n %b\" -editor \"%cS\" -geometry 917X736 -s 6 %o")
("PDF Viewer" "xpdf %o")))

Nothing happens at all for xdvi and the xpdf request hangs emacs.

Any ideas how I might rectify things?

Colin.
Colin Baxter
2017-03-30 13:02:53 UTC
Permalink
Post by Colin Baxter
The latest auctex (commit 83a875b) no long allows me to view dvi or pdf
files. My setting is
(setq TeX-view-program-selection
'((output-dvi "DVI Viewer")
(output-pdf "PDF Viewer")))
(setq TeX-view-program-list
'(("DVI Viewer" "xdvi -sourceposition \"%n %b\" -editor \"%cS\" -geometry 917X736 -s 6 %o")
("PDF Viewer" "xpdf %o")))
Nothing happens at all for xdvi and the xpdf request hangs emacs.
Any ideas how I might rectify things?
Colin.
Sorry, my mistake. I had inadvertently changed something in my ~/.emacs
that had a knock-on effect on auctex. All working now. Thanks for your
patience.

Colin.

Loading...