Re: About REPL hook

2012-12-01 Thread Daniel Hartwig
On 2 December 2012 00:31, nalaginrut wrote: > I think a colorized REPL is useful for our users. > Will you accept a patch to 'pp' for colorized REPL? Or an easy way, a > module with hook to do the same job, but output twice? Perhaps rather implement this as a separate, “advanced” interface. Think

Re: About REPL hook

2012-12-01 Thread nalaginrut
On Fri, 2012-11-30 at 11:49 +0100, Ludovic Courtès wrote: > Hello! > > nalaginrut skribis: > > > I want to do some magic to let REPL display in color. > > But I found there's no content about REPL hook in Guile manual. > > And how can I get the result-string which the REPL is going to output? >