Re: Loading a module before and after adding a load path

2013-01-18 Thread Yanbin Zhang
Hi, I guess you need to tell GUILE where to find your module before you can load it. GUILE has some standard places where it will look for modules. If your module is not there, then you need to add the path so that GUILE can find it. There are several ways to do this. One is to use "add-to-load-pa

Re: [ANN] guile-colorized released!

2012-12-04 Thread Yanbin Zhang
ne in colorized.scm: > -cut-- > (, ,color-record-type dark-gray) > -end-- > And give it a try. > I think it won't effect anything wrong for you, but will > be rendered as an object. > > On Tue, 2012-12-04

Re: [ANN] guile-colorized released!

2012-12-04 Thread Yanbin Zhang
# trace: | | | (hash-clear! #) trace: | | | # trace: | | (unlock-mutex #) trace: | | #t trace: | #t trace: # Thanks! Yanbin On Tue, Dec 4, 2012 at 8:43 PM, Nala Ginrut wrote: > On Tue, 2012-12-04 at 16:20 -0600, Yanbin Zhang wrote: > > Hi, > > > > > > In

Re: [ANN] guile-colorized released!

2012-12-04 Thread Yanbin Zhang
#x27;ll update my project for this after that patch is accepted, and format > a patch. > > PS: Though I've tested it, but maybe bugs remain. > Both bug-report/patches/suggestion are welcome, thanks! > > Happy hacking! > > -- Yanbin Zhang -