bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Index menu items should all be adjacent in guile.texi


From: Eric Hanchrow
Subject: Index menu items should all be adjacent in guile.texi
Date: Tue, 14 Aug 2001 18:25:17 -0700

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]