Mail Archives: djgpp/1996/09/10/01:50:04
On Mon, 9 Sep 1996, Cesar Scarpini Rabak wrote:
> What is the correct way to put a Emacs section in DJGPP.ENV?
>
> I'm having trouble to have the C-h i command to work with info files that
> are in the djgpp/info sub-dir as the INFOPATH env variable only point to
> i:/emacs-19.34/info (where the info file dir resides). Notwithstanding, the
> standalone info.exe finds them 'cause the [info] section in DJGPP.ENV
> expands it.
Put this into your DJGPP.ENV:
[emacs]
INFOPATH=%/>;INFOPATH%%DJDIR%/info;i:/emacs-19.34/info
I suggest you add the Emacs Info directory to the INFOPATH in the [info]
section too, since you will probably want the stand-alone Info to find
Emacs files also.
The above [emacs] section will be in DJGPP.ENV that will come with DJGPP
v2.01, but Emacs which will come with it will unzip itself into the
gnu/emacs subdirectory of the DJGPP installation, so the INFOPATH is
different.
- Raw text -