INSTALL.rst
changeset 836 034e9cfcc17c
parent 751 f8f9771725f5
child 1397 d4182b28cdc1
equal deleted inserted replaced
732:139665dd6ada 836:034e9cfcc17c
       
     1 .. -*- coding: utf-8 -*-
       
     2 
       
     3 =======================================
       
     4  'dot-emacs' installation instruction.
       
     5 =======================================
       
     6 .. contents::
       
     7 
       
     8 Copyright (C) 2008-2011 by Oleksandr Gavenko <gavenkoa@gmail.com>
       
     9 
       
    10 You can do anything with this file without any warranty.
       
    11 
       
    12 Setup on Windows.
       
    13 =================
       
    14 
       
    15 Setup HOME.
       
    16 -----------
       
    17 
       
    18 Setup HOME environment variable. For example::
       
    19 
       
    20   <win-drive-char>:\home
       
    21 
       
    22 Setup MANPATH.
       
    23 --------------
       
    24 
       
    25 To use woman with on Windows set MANPATH like this (note that path in
       
    26 Cygwin/MinGW style so you need use cygwin-mount.el)::
       
    27 
       
    28   MANPATH=:/cygdrive/d/home/usr/share/man:/usr/share/man:/usr/local/share/man
       
    29 
       
    30 for Cygwin or like this::
       
    31 
       
    32   MANPATH=/e/home/usr/share/man:/e/bin/MinGW/man:/e/bin/gnuwin32/man
       
    33 
       
    34 for MinGW and other case.
       
    35 
       
    36 To get man paths on Cygwin see <cygwin-root>\usr\share\misc\man.conf.
       
    37 
       
    38 Also you can set woman-manpath variable.
       
    39 
       
    40 Setup INFOPATH.
       
    41 ---------------
       
    42 
       
    43 To browse info file inside Emacs set INFOPATH like this for Cygwin::
       
    44 
       
    45   INFOPATH=e:/opt/cygwin/usr/share/info;e:/home/usr/share/info;e:/bin/gnuwin32/info;e:/bin/gnuwin32/share/info:
       
    46 
       
    47 and like this for MinGW::
       
    48 
       
    49   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:
       
    50 
       
    51 Note that last colon symbol is essential for include also Emacs info to list.
       
    52 
       
    53 GTD (org-mode).
       
    54 ===============
       
    55 
       
    56 In home dir create .gtd subdir with todo.org file. Put simple content on top
       
    57 of them::
       
    58 
       
    59   -*- coding: utf-8 -*-
       
    60 
       
    61   #+STARTUP: overview
       
    62   #+STARTUP: hidestars
       
    63   #+ARCHIVE: %s_done::
       
    64