From xemacs-m  Mon Aug 18 06:24:14 1997
Received: from bittersweet.inetarena.com (karlheg@bittersweet.inetarena.com [206.129.216.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id GAA03158
	for <xemacs-beta@xemacs.org>; Mon, 18 Aug 1997 06:24:12 -0500 (CDT)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.6/8.8.6/Debian/GNU) id EAA12248;
	Mon, 18 Aug 1997 04:24:04 -0700
To: XEmacs BETA <xemacs-beta@xemacs.org>
Subject: Re: `M-x info` in "Bratislava"
References: <19970818164141B.furutaka@Flux.tokai.jaeri.go.jp>
X-Face: /Q}=yl}1_v7nP)xXo5XjG8+tl@=uVu7o5u6)f]zN?+<hB!K.m9:[|*p34jVN`O;:XZXVSy>/\R>qDt(t8w!-i{(y0"`jFw^uk8inzO9wXabd'CdjUWfC\GHi:6nO*YC89#-qD>Q4r%9!V"<RYJ=7D#$";q=zML5'!=wvXk^$`6FT=5CMofQX)WUKt0p:OKl.mFOXx/D
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: multipart/mixed;
 boundary="Multipart_Mon_Aug_18_04:24:04_1997-1"
Content-Transfer-Encoding: 7bit
From: karlheg@inetarena.com (Karl M. Hegbloom)
Date: 18 Aug 1997 04:24:04 -0700
In-Reply-To: Kazuyoshi Furutaka's message of "Mon, 18 Aug 1997 16:41:41 +0900"
Message-ID: <87n2mfzqcr.fsf@bittersweet.inetarena.com>
Lines: 67
X-Mailer: Gnus v5.4.64/XEmacs 20.3(beta18) - "Bratislava"

--Multipart_Mon_Aug_18_04:24:04_1997-1
Content-Type: text/plain; charset=US-ASCII

>>>>> Kazuyoshi Furutaka writes:

    Kazuyoshi> [1 <text/plain; us-ascii (7bit)>] Am I the only one???
    Kazuyoshi> Am I doing wrong???

 Will you tell me if this patch fixes it?  And if not, show me:

Info-default-directory-list
Info-additional-directory-list

Info-directory-list (should only have a value AFTER info has been called.)

 What type of "dir" file is in each of the `Info-default...'
directories; "localdir" or "dir"?

 Did you read the NEWS entry I made about the info changes? (please)

 You should not have to set any of those variables with lisp.  Use
`customize-variable' to do that, and set up the first two but not the
third.  Of the directories in `Info-default-directory-list', the first
on the list *must* contain a normal "dir" file, with an Info header
and a * Menu: line.  The one shipped with XEmacs works just fine for
the purpose.


--Multipart_Mon_Aug_18_04:24:04_1997-1
Content-Type: text/plain; charset=US-ASCII

Index: lisp/packages/info.el
===================================================================
RCS file: /usr/local/cvsroot/xemacs-20/lisp/packages/info.el,v
retrieving revision 1.1.1.2.2.13
diff -u -r1.1.1.2.2.13 info.el
--- info.el	1997/08/17 08:32:47	1.1.1.2.2.13
+++ info.el	1997/08/18 11:15:49
@@ -841,7 +841,7 @@
 		  (goto-char (+ pt len))
 		  (save-excursion
 		    (goto-char pt)
-		    (if (search-forward "* menu:" (+ pt len) t)
+		    (if (search-forward "* Menu:" (+ pt len) t)
 			(progn
 			  (forward-line 1)
 			  (delete-region pt (point)))))))
@@ -864,7 +864,7 @@
 	  (setq others (cdr others))))
       
       ;; Add to the main menu a menu item for each other node.
-      (re-search-forward "^\\* Menu:")
+      (re-search-forward "^\\* Menu:" nil t)
       (forward-line 1)
       (let ((menu-items '("top"))
 	    (nodes nodes)


--Multipart_Mon_Aug_18_04:24:04_1997-1
Content-Type: text/plain; charset=US-ASCII

mailto:karlheg@inetarena.com (Karl M. Hegbloom)
http://www.inetarena.com/~karlheg
Portland, OR  USA
Debian GNU 1.3.1  Linux 2.0.30+parport AMD K5 PR-133

--Multipart_Mon_Aug_18_04:24:04_1997-1--

