Date: Sat, 22 Feb 1997 12:19:17 -0700 (MST) From: David May To: Per-Ola Forss cc: djgpp AT delorie DOT com Subject: Re: C-h i can't find the Info directory node In-Reply-To: <330DFC35.3C9C@lustudat.student.lu.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 21 Feb 1997, Per-Ola Forss wrote: > Hi! > > Can someone please answer an amateurs question? > > I've just installed the port of GNU emacs for MSDOS and MSWINDOWS(by Eli > Zaretskii) and everything worked allright up until I tried to browse the > manuals(Info system) with the command C-h i. Emacs says it can't find > the Info directory node. > There is an environment variable called INFOPATH that you can set to a list of directories where .info or .inf files are stored. I believe there is a setting in the djgpp.env file, but if you use any other editors (like JED) that let you read info files, they may not know about DJGPP's unique environment provisions. Set INFOPATH like this under DOS: set INFOPATH=c:/djgpp/info;c:/djgpp/gnu/emacs/info;... These should be all the directories where you have info files you want found by info, emacs, JED, etc. Hope this helps. David May ID Card Adminstrator Albuquerque TVI