On 12 December 2012 14:01, Daniel Hartwig <mand...@gmail.com> wrote: > On 12 December 2012 13:49, Nala Ginrut <nalagin...@gmail.com> wrote: >> repl-default-option-set! seems didn't make sense. > > Works fine for me. > >> >> I believe people more like to activate the colored-REPL automatically >> when ~/.guile is setup. Rather than call (activate-colorized) manually, >> just like 'readline' module does. > > Then you rather implement “repl-printer” akin to “repl-reader” used by > the readline module.
… and perhaps that makes more sense than using a repl option, given the symmetry between printer and reader.