Re: repl, abridged output?

2012-12-04 Thread Ludovic Courtès
Hi! Daniel Hartwig skribis: > On 3 December 2012 20:39, Daniel Llorens wrote: >> I've seen that there's a REPL command ,inspect that produces >> abridged output. Is it possible to have this as the default for >> printing to the REPL? Is there any way to configure this? > > scheme@(guile-user)>

Re: [ANN] guile-colorized released!

2012-12-04 Thread Ludovic Courtès
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’.

Re: repl, abridged output?

2012-12-04 Thread Daniel Llorens
On Dec 4, 2012, at 02:43, Daniel Hartwig wrote: > On 3 December 2012 20:39, Daniel Llorens wrote: >> I've seen that there's a REPL command ,inspect that produces >> abridged output. Is it possible to have this as the default for >> printing to the REPL? Is there any way to configure this? > > s

Re: [ANN] guile-colorized released!

2012-12-04 Thread Luiji Maryo
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

Re: [ANN] guile-colorized released!

2012-12-04 Thread Yanbin Zhang
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:

Re: [ANN] guile-colorized released!

2012-12-04 Thread Nala Ginrut
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

Re: [ANN] guile-colorized released!

2012-12-04 Thread Yanbin Zhang
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: |

Re: [ANN] guile-colorized released!

2012-12-04 Thread Nala Ginrut
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

Re: [ANN] guile-colorized released!

2012-12-04 Thread Yanbin Zhang
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: > --

Re: repl, abridged output?

2012-12-04 Thread Nala Ginrut
On Tue, 2012-12-04 at 13:59 +0100, Ludovic Courtès wrote: > Hi! > > Daniel Hartwig skribis: > > > On 3 December 2012 20:39, Daniel Llorens wrote: > >> I've seen that there's a REPL command ,inspect that produces > >> abridged output. Is it possible to have this as the default for > >> printing