From: j DOT aldrich6 AT genie DOT com Message-Id: <199606182147.AA265884428@relay1.geis.com> Date: Tue, 18 Jun 96 21:20:00 UTC 0000 To: aaton AT alpes-net DOT fr Cc: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Subject: Re: Structured index of the FA Reply to message 4583936 from AATON AT ALPES-N on 06/18/96 5:56AM >How can I get an answer to these problems in less than two minutes ? >Reading the FAQs will eventually give me a solution but it will take me >hours to dig into the FAQ pile. > >Is there somewhere an indexed documentation or a structured FAQ >compilation? DJGPP comes with a DOS-based TexInfo reader called info.exe which is used to read the documentation in hypertext format. You can also use it to read the FAQ as well. I have found that it is extremely simple to locate anything I need using this system - the table of contents is very clearly defined and the index is quite useful. Every C function in DJGPP is also documented in the standard distribution files. One note: If you get the Info reader, I think you have to manually add an entry for the FAQ in the 'dir' file in the info subdirectory (unless the latest distributions of txi360b include this entry.) You can also get there directly by typing "info -f djgppfaq.inf". And any problems not covered by the docs and/or the FAQ can be answered by us loveable online folks. :) John