On Fri, Jun 27 2014, Gour wrote: > What is the recommnded way to configure one's preferred viewer in AUCTeX > to by used when processing ConTeXt files?
I don't know what is recommended, but this works for me: (setq-default TeX-PDF-mode t TeX-default-mode 'context-mode TeX-view-program-list '(("Okular" ("okular %(oo)" (mode-io-correlate "#src:%n%a")))) TeX-view-program-selection '(((output-dvi style-pstricks) "dvips and gv") (output-dvi "xdvi") (output-pdf "Okular") (output-html "xdg-open"))) -- Peter ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________