Here's my suggested fix:

    --- guile.texi.~1.12.~      Fri Jun 29 14:43:17 2001
    +++ guile.texi      Tue Aug 14 18:20:31 2001
    @@ -161,8 +161,6 @@
     * Debugging::                   Internal debugging interface.
     * Deprecated::                  Features that are planned to disappear.
     * Further Reading::             Where to find out more about Scheme programming.
    -* R5RS Index::
    -* Guile Extensions Index::

     Part III: Guile Modules

    @@ -206,6 +204,8 @@
     * Procedure Index::
     * Variable Index::
     * Type Index::
    +* R5RS Index::
    +* Guile Extensions Index::

     @end menu

The reason to put all the `index' nodes together is that the Emacs
command `Info-index' wants them that way.  Here's the relevant stuff
from the documentation of that function:

    The index is defined as the first node in the top-level menu whose
    name contains the word "Index", plus any immediately following
    nodes whose names also contain the word "Index".

Thus, with guile.texi as it currently stands, I can only find entries
in the R5RS and Guile Extensions indices.  With my fix, I can find
entries in all indices.

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to