Temporary comment Info-directory-list assignment for Windows. Need more
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Jun 2009 14:13:53 +0300
changeset 141 c88281ec188e
parent 140 e17e788f06c7
child 142 adfc0c678483
Temporary comment Info-directory-list assignment for Windows. Need more intellectual code.
.emacs-my
--- a/.emacs-my	Mon Jun 15 10:23:11 2009 +0300
+++ b/.emacs-my	Mon Jun 22 14:13:53 2009 +0300
@@ -565,8 +565,9 @@
 (require 'info)
 (if (equal window-system 'w32)
     (progn
-      (setq Info-directory-list (list (expand-file-name "~/../bin/emacs/info")))
-      (add-to-list 'Info-directory-list (expand-file-name "~/../bin/MinGW/info") t) ; t - append to the end
+      ;; TODO Write which func to find runemacs.exe dir.
+      ;; (setq Info-directory-list (list (expand-file-name "~/../bin/emacs/info")))
+      ;; (add-to-list 'Info-directory-list (expand-file-name "~/../bin/MinGW/info") t) ; t - append to the end
       ))
 
 ;; ======================================================================