CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 07/04/09 15:46:35
Index: tex-mik.el =================================================================== RCS file: /cvsroot/auctex/auctex/tex-mik.el,v retrieving revision 5.43 retrieving revision 5.44 diff -u -b -r5.43 -r5.44 --- tex-mik.el 21 Jan 2007 16:46:58 -0000 5.43 +++ tex-mik.el 9 Apr 2007 15:46:35 -0000 5.44 @@ -61,8 +61,10 @@ (unless (get 'TeX-source-specials-view-editor-flags 'saved-value) (setq TeX-source-specials-view-editor-flags "")) +;; kpsewhich in MiKTeX (aka findtexmf) does not emit any useful +;; information if fed with kpathsea-related variables anyway. (unless (get 'TeX-kpathsea-path-delimiter 'saved-value) - (setq TeX-kpathsea-path-delimiter ";")) + (setq TeX-kpathsea-path-delimiter nil)) (provide 'tex-mik) _______________________________________________ auctex-commit mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-commit
