Sorry, forget to add it into ice-9/Makefile.am
Send again.


On Thu, Jan 31, 2013 at 10:25 PM, Nala Ginrut <nalaginrut@gmail.com> wrote:
patch updated.
Thanks!


On Mon, Jan 28, 2013 at 10:56 PM, Nala Ginrut <nalaginrut@gmail.com> wrote:
Thanks David!
It's nice to know that,  I thought Guile use PCRE, but I realized it's posix RE.


On Mon, Jan 28, 2013 at 9:58 PM, David Pirotte <david@altosw.be> wrote:
Hello,

> But I have some trouble with the regexp in Guile, seems "\\d+" can't
> work, others, like "\\w+" works.

i also had this 'problem' and someone suggested to rather use [[:digit:]]+
and friends - [:blank:] [:alpha:] ...

Cheers,
David