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: Marius Vollmer
Subject: Re: How to look up bindings?
Date: 11 Jun 2001 15:45:01 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

Richard Guenther <address@hidden> writes:

> 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]

Yes, there are ways to do this.  You might want to look into
guile-core/ice-9/session.scm for functions to iterate over visible
bindings and guile-core/guile-readline/readline.scm for code that uses
these functions to perform completion for readline.



reply via email to

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