help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Directories for Ezwinports


From: Oleksandr Gavenko
Subject: Re: Directories for Ezwinports
Date: Fri, 09 Jan 2015 21:12:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

On 2015-01-08, Robert Thorpe wrote:

> Each one of them is a separate zip file that creates a little unix-like
> directory hierarchy with a "bin", "share", etc.  Dealing with those
> directly would require a lot of PATH entries and
> Info-default-directory-list entries.  Does anyone know if its possible
> to install them all of them into the same hierarchy?

>From my: 
>http://sourceforge.net/u/gavenkoa/dot-emacs/ci/default/tree/INSTALL.rst

I used this mostly for extend Cygwin/Mingw man/info for own directory 
(c:\home\usr\share)

Setup MANPATH.
--------------

To use woman with on Windows set MANPATH like this (note that path in
Cygwin/MinGW style so you need use cygwin-mount.el)::

  MANPATH=:/cygdrive/d/home/usr/share/man:/usr/share/man:/usr/local/share/man

for Cygwin or like this::

  MANPATH=/e/home/usr/share/man:/e/bin/MinGW/man:/e/bin/gnuwin32/man

for MinGW and other case.

To get man paths on Cygwin see <cygwin-root>\usr\share\misc\man.conf.

Also you can set woman-manpath variable.

Setup INFOPATH.
---------------

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:

Note that last colon symbol is essential for include also Emacs info to list.


-- 
Best regards!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]