On Wed 05 Dec 2012 03:43, Nala Ginrut writes:
> You may post a trace result like that:
> ===cut=
> ,tr (use-modules (ice-9 colorized))
> ===end=
FWIW this probably doesn't do what you want -- the use-modules form is
actually evaluated twice
Removing makes things working fine. I got colorful outputs,
which is very nice! Thanks.
On Tue, Dec 4, 2012 at 10:08 PM, Nala Ginrut wrote:
> Hmm...it's hard to find the problem.
> Seems wasn't exported in that version?
> But you may comment out this line in colorized.scm:
> --
Hmm...it's hard to find the problem.
Seems wasn't exported in that version?
But you may comment out this line in colorized.scm:
-cut--
(, ,color-record-type dark-gray)
-end--
And give it a try.
I think it won't eff
Hi Nala,
It may be the old version of guile that caused the problem. Unfortunately,
I usually do not live on the bleeding edge...
Here is the trace (I have to admit that I am totally lost by looking at it):
scheme@(guile-user)> ,tr (use-modules (ice-9 colorized))
trace: | (# #(# #f # …))
trace: |
On Tue, 2012-12-04 at 16:20 -0600, Yanbin Zhang wrote:
> Hi,
>
>
> In the example of the README file, the module is spelled as
> "colorised". I guess it should be "colorized".
>
Ah~thanks!
>
> I tried the example but I got:
> scheme@(guile-user)> (use-modules (oop goops) (rnrs) (ice-9
> coloriz
Hi,
In the example of the README file, the module is spelled as "colorised". I
guess it should be "colorized".
I tried the example but I got:
scheme@(guile-user)> (use-modules (oop goops) (rnrs) (ice-9 colorized))
While compiling expression:
ERROR: In procedure module-lookup: Unbound variable:
That's pretty awesome! I'll try it out later and report any bugs if I find
them.
On Tue, Dec 4, 2012 at 1:42 AM, nalaginrut wrote:
> hi folks!
> Here is the project to colorize Guile REPL:
> https://github.com/NalaGinrut/guile-colorized
> Play it according to README.
> Attached a screen shot fo
Hi!
nalaginrut skribis:
> Here is the project to colorize Guile REPL:
> https://github.com/NalaGinrut/guile-colorized
> Play it according to README.
> Attached a screen shot for the effect.
Looks nice!
I’ll look at the patch you posted to guile-devel eventually.
Ludo’.
hi folks!
Here is the project to colorize Guile REPL:
https://github.com/NalaGinrut/guile-colorized
Play it according to README.
Attached a screen shot for the effect.
Enjoy it!
And it uses 'before-print-hook', Daniel posted a patch to add REPL
optional printer in another thread.
I'll update my p