This is the mail archive of the guile@sourceware.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: using (ice-9 doc) in ~/.guile


> 
> > 	From: 	Dale P. Smith
> > 
> > I'm tired if typeing in (use-modules (ice-9 doc)) for every interactive
> > guile session, but it doesn't work if I place that in my ~/.guile script.
> 
> (define-module (guile-user)
>   :use-module (ice-9 doc))
> 
>         Regards, Ole
> 

That's it!  Thanks!

BTW: I have been subscribed to many lists over the years.  The people on this
list can have very heated discussions, yet remain mature, respectful and
friendly.  Newbies asking for help are always given it cheerfully.
Of course, there isn't really a fine manual yet, so there isn't a whole lot
of RTFM'ing.

Thanks again and keep making guile better.


-- 
Dale P. Smith
dpsm@en.com              home
dsmith@altustech.com     work

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