() Andy Wingo <[EMAIL PROTECTED]>
() Sun, 25 Nov 2007 19:16:40 +0100

   '(("(guile)Procedure Index" nil "^ -+ .*: " " ")
     ("(guile)Variable Index" nil "^ -+ .*: " " ")
     ("(guile)R5RS Index" nil "^ -+ .*: " " ")
     ("(goops)Function and Variable Index" nil "^ -+ .*: " " "))

cool, thanks for unearthing this.  unfortunately, these specs
do not work for me.  i had to modify these locally like so:

'(("(guile) Procedure Index" nil "^\\* " ":")
  ("(guile) Variable Index" nil "^\\* " ":")
  ("(guile) R5RS Index" nil "^\\* " ":"))

also, during the futzing around required to find this,
i found it a good idea to `(setq info-lookup-cache nil)'
after changing things to avoid confusing Info.

thi


_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to