unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: Andy Wingo <wingo@pobox.com>
Cc: guile-user <guile-user@gnu.org>
Subject: Re: getting help for your guile libraries in emacs
Date: Wed, 19 Dec 2007 14:29:44 +0100	[thread overview]
Message-ID: <87r6hi24on.fsf@ambire.localdomain> (raw)
In-Reply-To: <87odditcl3.fsf@pobox.com> (Andy Wingo's message of "Sun, 25 Nov 2007 19:16:40 +0100")

() Andy Wingo <wingo@pobox.com>
() 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
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


  parent reply	other threads:[~2007-12-19 13:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-25 18:16 getting help for your guile libraries in emacs Andy Wingo
2007-11-25 18:40 ` Andy Wingo
2007-12-19 13:29 ` Thien-Thi Nguyen [this message]
2007-12-19 16:54   ` Thien-Thi Nguyen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r6hi24on.fsf@ambire.localdomain \
    --to=ttn@gnuvola.org \
    --cc=guile-user@gnu.org \
    --cc=wingo@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).