guile-user
[Top][All Lists]
Advanced

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

Re: How to look up bindings?


From: Martin Grabmueller
Subject: Re: How to look up bindings?
Date: Mon, 11 Jun 2001 15:58:42 +0200 (MET DST)

> From: Richard Guenther <address@hidden>
> Date: Mon, 11 Jun 2001 14:48:28 +0200 (CEST)
> 
> I'd like to look up available bindings for an autocompletion
> feature - is there a way to do this, or need I keep track of
> bindings myself? [procedures are most interesting, though
> other stuff may be useful, too]
> 
> Perhaps one can "loop" through exports of a module?

Don't have the time to build an example, but you could have a look at
the file ice-9/session.scm, which does such ``looping'' in order to
construct help messages/apropos output at the REPL.

HTH,
  'martin




reply via email to

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