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: TAB


Maciej Stachowiak wrote:
> 
> > how about a TAB feature in the Guile Shell? That would make it
> > easier to find functions. The reference manual does not do this job.

> guile> (apropos "car")

> But apropos is still pretty cool as it is.

Yes but it does not know anything about functions, which are in unloaded
modules. Is there a way to load everything that comes with Guile?
Something like:

(use-modules (absolutely all))
(require 'also-everything)