Message-Id: <199603012233.HAA01232@inetnif.niftyserve.or.jp> Date: Sat, 02 Mar 1996 07:28:00 +0900 From: Jin Teisuke Subject: "dir" file problem To: djgpp AT sun DOT soe DOT clarkson DOT edu Dear DJ Delorie, My name is Jin Teisuke. I'm a member of FEXT Forum at NIFTY-Serve. I use Mule which is MULtilingual Enhancement to GNU Emacs. I often use INFO.EL on the editor. The INFO.EL of Mule is the same as of original GNU Emacs. But it sometimes says "No such node: Top" when I pick up menu item. The items that complain are: > * Binutils: (binutils/binutils). > * Bison: (bison/bison). > * Flex: (flex). The reason why INFO.EL cannot find the info files is that "dir" file involves "binutils", "bison" and "flex" as filenames though real filenames are "binutils.inf", "bison.inf" and "flex.inf". So would you please modify "dir.txi" as the following ? *** dir.org Sat Mar 2 04:06:56 1996 --- dir.txi Sat Mar 2 04:08:26 1996 *************** *** 22,30 **** The GNU assembler ! * Binutils: (binutils). The GNU binary utilities "ar", "objcopy", "objdump", "nm", "size", "strip", and "ranlib". ! * Bison: (bison). The GNU yacc-like parser generator --- 22,30 ---- The GNU assembler ! * Binutils: (binutils.inf). The GNU binary utilities "ar", "objcopy", "objdump", "nm", "size", "strip", and "ranlib". ! * Bison: (bison.inf). The GNU yacc-like parser generator *************** *** 35,39 **** GNU diff, cmp, and patch ! * Flex: (flex). A fast scanner generator. --- 35,39 ---- GNU diff, cmp, and patch ! * Flex: (flex.inf). A fast scanner generator. ====================================================================== Sincerly Yours Jin Teisuke