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 17:54:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

() Thien-Thi Nguyen <address@hidden>
() Wed, 19 Dec 2007 14:29:44 +0100

   () 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 "^\\* " ":"))

oops, looks like i foolishly confused myself and posted bad code.
the original formulation as posted by Andy Wingo works as advertized.
sorry for the noise.

thi




reply via email to

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