CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 07/04/09 15:46:27
Index: tex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex.el,v
retrieving revision 5.607
retrieving revision 5.608
diff -u -b -r5.607 -r5.608
--- tex.el 9 Mar 2007 20:40:09 -0000 5.607
+++ tex.el 9 Apr 2007 15:46:27 -0000 5.608
@@ -4919,7 +4919,9 @@
`(,@TeX-macro-global ,@TeX-macro-private)))
'("dvi" "pdf" "ps" "txt" "html") t t)))
(lambda (doc)
- (call-process "texdoc" nil 0 nil doc)))
+ ;; texdoc in MiKTeX requires --view in order to start
+ ;; the viewer instead of an intermediate web page.
+ (call-process "texdoc" nil 0 nil "--view" doc)))
(latex-info (latex-mode)
(lambda ()
(when (condition-case nil
_______________________________________________
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit