# HG changeset patch # User Oleksandr Gavenko # Date 1245669233 -10800 # Node ID c88281ec188ee1a9d46c4cb6e750c137464057b2 # Parent e17e788f06c754492f8ba383dc022e7928c724fe Temporary comment Info-directory-list assignment for Windows. Need more intellectual code. diff -r e17e788f06c7 -r c88281ec188e .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 )) ;; ======================================================================