Re: guile-vm hacking

2008-05-05 Thread Ludovic Courtès
Hi Andy, Thanks for hacking on Guile-VM! :-) As I mentioned yesterday on IRC (but you weren't there), I was just slightly skeptical about the move from `match' to `pmatch' + `record-case', but that's something I can live with. And the rest looks cool. ;-) (I don't have much time currently to

Re: pass at srfi-89 implementation

2008-05-05 Thread Ludovic Courtès
Hi Julian, "Julian Graham" <[EMAIL PROTECTED]> writes: > So I've taken a stab at implementing SRFI-89 This is good news! Neil and I have agreed to release 1.8.5 ASAP, which I'll try to do by the end of the week, after which I'll look into your SRFI-89 module if no one beats me at it. ;-) Than

Re: pkg-config support

2008-05-05 Thread Ludovic Courtès
Hi Andy, Andy Wingo <[EMAIL PROTECTED]> writes: > install-data-local: Makefile config.scm.in > $(mkinstalldirs) $(DESTDIR)$(moduledir) > sed -e "s|@cairolibpath\@|$(libdir)/libguile-cairo|" \ > -e "s|@cairodocumentationpath\@|$(moduledir)/cairo-procedures.txt|" > \ >