Date: Tue, 10 Sep 1996 08:34:37 +0200 (IST) From: Eli Zaretskii To: Cesar Scarpini Rabak Cc: djgpp AT delorie DOT com Subject: Re: Emacs and DJGPP.ENV In-Reply-To: <1.5.4.16.19960909155445.387f8778@dmeasc.rc.ipt.br> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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.