This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Symbol table interrogation


> In guile, is there any primitive that permits returning a list of all
> interned symbols that match, say, a certain prefix or regular
> expression.  (In case it's not obvious, I'm wondering about the
> potential for a richer, completion-enhanced interaction between Emacs
> and guile [in particular, scwm]).

Not a primitive, but.... take a look at `apropos' and
`apropos-internal' in the (ice-9 session) module.