guile-user
[Top][All Lists]
Advanced

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

Re: getting help for your guile libraries in emacs


From: Thien-Thi Nguyen
Subject: Re: getting help for your guile libraries in emacs
Date: Wed, 19 Dec 2007 14:29:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

() Andy Wingo <address@hidden>
() 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




reply via email to

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