Message-Id: <200001071829.MAA02034@darwin.sfbr.org> Date: Fri, 7 Jan 2000 12:29:34 -0600 (CST) From: Jeff Williams Subject: setting INFOPATH To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: RYGvtdwd2U+O/i2TLXWytQ== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.3.4 SunOS 5.7 sun4u sparc Reply-To: djgpp AT delorie DOT com Some questions about info: % info --version info (GNU texinfo 3.12) 2.18 [1] It appears that INFOPATH must be a semicolon-separated directory list; a colon-delimited list does not work---even in bash, even with PATH_SEPARATOR=: INFOPATH='.;/gnuplot;/nasm/docs' works INFOPATH='.:/gnuplot:/nasm/docs' does not work (info starts, but /gnuplot/gnuplot.inf is not found) Would/should/could I expect that a colon-delimited INFOPATH is somehow/someday possible? [2] If I add a terminal `;' as suggested in the Texinfo documentation (the default path is supposed to be appended), then info complains that it cannot find the top-level dir file. export INFOPATH='.;/gnuplot;/nasm/docs' works export INFOPATH='.;/gnuplot;/nasm/docs;' does not work % info gnuplot info: dir: No such file or directory (ENOENT) TIA---jtw