# HG changeset patch # User Oleksandr Gavenko # Date 1271012857 -10800 # Node ID 05d5f28e9ff5c71e3012c82ce4049f02f56c4393 # Parent bebb0803780fbfe2c97d64a06519cdc513d18523 Setup INFOPATH for Cygwin. diff -r bebb0803780f -r 05d5f28e9ff5 INSTALL --- a/INSTALL Tue Apr 06 22:50:47 2010 +0300 +++ b/INSTALL Sun Apr 11 22:07:37 2010 +0300 @@ -31,12 +31,14 @@ ** Setup INFOPATH. -To browse info file inside Emacs set INFOPATH like this: +To browse info file inside Emacs set INFOPATH like this for Cygwin: + + INFOPATH=e:/opt/cygwin/usr/share/info;e:/home/usr/share/info;e:/bin/gnuwin32/info;e:/bin/gnuwin32/share/info: + +and like this for MinGW: INFOPATH=e:/bin/gnutls/share/info;e:/bin/gnuwin32/info;e:/bin/gnuwin32/share/info;e:/bin/MinGW/info;e:/bin/MinGW/share/info;e:/bin/wget/info: -for MinGW. - Note that last colon symbol is essential for include also Emacs info to list. * GTD (org-mode).