INSTALL.rst
changeset 1401 8856efafc5fe
parent 1397 d4182b28cdc1
child 1442 3326fe242cb8
equal deleted inserted replaced
1400:542850428579 1401:8856efafc5fe
    16 variable in ``System => Advanced System Settings => Environment Variables``.
    16 variable in ``System => Advanced System Settings => Environment Variables``.
    17 
    17 
    18 After setting ``HOME`` environment variable Emacs expands ``~`` path element to
    18 After setting ``HOME`` environment variable Emacs expands ``~`` path element to
    19 that directory allowing quicker access to your file (especially with ``ido``).
    19 that directory allowing quicker access to your file (especially with ``ido``).
    20 
    20 
    21 ``INFOPATH`` automatically expanded to ``~/usr/share/info``. With
    21 ``INFOPATH`` automatically expanded with additional directory
    22 ``cygwin-mount.el``Cygwin info pages become available in native Emacs too!
    22 ``~/usr/share/info`` if already not set. With ``cygwin-mount.el`` Cygwin info
       
    23 pages become available in native Emacs too!
    23 
    24 
    24 .. note::
    25 .. note::
    25 
    26 
    26    To later ``INFOPATH`` to work with Cygwin and native Emacs use paths like::
    27    To later ``INFOPATH`` to work with Cygwin and native Emacs use paths like::
    27 
    28 
    29 
    30 
    30    Latest ``:`` sign instructs Cygwin built-in info viewver to include system
    31    Latest ``:`` sign instructs Cygwin built-in info viewver to include system
    31    paths and native Emacs to include its own info pages regardless installation
    32    paths and native Emacs to include its own info pages regardless installation
    32    directory.
    33    directory.
    33 
    34 
    34 Setup MANPATH.
    35 ``MANPATH`` automatically expanded with additional directory
    35 --------------
    36 ``~/usr/share/info`` if ``cygwin-mount.el`` is installed. Trailing ``:``
       
    37 correctly treated in native Emacs with ``cygwin-mount.el``.
    36 
    38 
    37 To use woman with on Windows set MANPATH like this (note that path in
    39 .. note::
    38 Cygwin/MinGW style so you need use cygwin-mount.el)::
    40 
       
    41    To use ``woman`` on Windows set MANPATH like this (note that path in
       
    42    Cygwin/MinGW style so you need use cygwin-mount.el)::
    39 
    43 
    40   MANPATH=:/cygdrive/d/home/usr/share/man:/usr/share/man:/usr/local/share/man
    44   MANPATH=:/cygdrive/d/home/usr/share/man:/usr/share/man:/usr/local/share/man
    41 
    45 
    42 for Cygwin or like this::
    46 .. note:: Default man search paths is listened in ``/usr/share/misc/man.conf``.
    43 
    47 
    44   MANPATH=/e/home/usr/share/man:/e/bin/MinGW/man:/e/bin/gnuwin32/man
    48 ..note:: You can customise ``woman-manpath`` variable.
    45 
       
    46 for MinGW and other case.
       
    47 
       
    48 To get man paths on Cygwin see <cygwin-root>\usr\share\misc\man.conf.
       
    49 
       
    50 Also you can set woman-manpath variable.
       
    51 
    49 
    52 GTD (org-mode).
    50 GTD (org-mode).
    53 ===============
    51 ===============
    54 
    52 
    55 In home dir create .gtd subdir with todo.org file. Put simple content on top
    53 In home dir create .gtd subdir with todo.org file. Put simple content on top