Re: [ANN] guile-colorized-0.0.2 released

2014-09-17 Thread Eli Zaretskii
> From: l...@gnu.org (Ludovic Courtès) > Date: Wed, 17 Sep 2014 23:13:59 +0200 > Cc: guile-user@gnu.org > > Perhaps a solution would be to use guile-ncurses? Yes, that should work, assuming guile-ncurses uses ncurses (which can be built on Windows).

syncase code issue 1.8.8 -> 2.0.11

2014-09-17 Thread Matt Wette
Hi Folks, Anyone interested in looking at my syntax-case code? I wrote this several years ago under 1.8.8. Now moving to 2.0.11: not working :(. Matt This uses syntax-case. It works in 1.8.8, but I get errors in 2.0.11. I'm guessing I don't understand something about syntax-case in R6RS.

Re: [ANN] guile-colorized-0.0.2 released

2014-09-17 Thread Eli Zaretskii
> From: Nala Ginrut > Cc: guile-user@gnu.org, guile-de...@gnu.org > Date: Wed, 17 Sep 2014 18:33:50 +0800 > > > Too bad it requires an ANSI-capable terminal, and therefore will not > > work on MS-Windows. > > Oh, I'm not familiar with Windows, what's the solution on it? You cannot do that from

Re: [ANN] guile-colorized-0.0.2 released

2014-09-17 Thread Nala Ginrut
On Wed, 2014-09-17 at 13:19 +0300, Eli Zaretskii wrote: > > From: Nala Ginrut > > Date: Wed, 17 Sep 2014 18:11:59 +0800 > > Cc: guile-devel > > > > Hi folks! > > Here's the latest release of guile-colorized: > > https://github.com/NalaGinrut/guile-colorized/releases > > > > guile-colorized is a

Re: [ANN] guile-colorized-0.0.2 released

2014-09-17 Thread Eli Zaretskii
> From: Nala Ginrut > Date: Wed, 17 Sep 2014 18:11:59 +0800 > Cc: guile-devel > > Hi folks! > Here's the latest release of guile-colorized: > https://github.com/NalaGinrut/guile-colorized/releases > > guile-colorized is a repl plugin to make your repl color. Thanks. Too bad it requires an ANS

[ANN] guile-colorized-0.0.2 released

2014-09-17 Thread Nala Ginrut
Hi folks! Here's the latest release of guile-colorized: https://github.com/NalaGinrut/guile-colorized/releases guile-colorized is a repl plugin to make your repl color. ChangeLog: * fixed bug: wrong display for pair, such like '(a b c . d) * Added LICENSE file (GPLv3) * color prompt PS: guile-co