heads up: (web http) changes

2011-01-10 Thread Andy Wingo
Hey all, (web http) changed interfaces slightly recently. Basically, more things are symbols that were strings before. The manual is up to date though; if you started using the web interface in 1.9.14, be aware that some things changed, in response to feedback. Cheers, Andy -- http://wingolog

Re: [SOLVED] Re: Problems building GNU Greg testing framework

2011-01-10 Thread Linas Vepstas
Hi, On 10 January 2011 19:24, wrote: > Thanks Ludovic, > > I delete config.guess and config.sub, then regenerate them and voila. > > I see Greg it's very old, Does have Guile DBI project a plan to remove > this dependency or to give some maintenance to Greg? Just curious. I maintain guile-dbi,

[SOLVED] Re: Problems building GNU Greg testing framework

2011-01-10 Thread romel
Thanks Ludovic, I delete config.guess and config.sub, then regenerate them and voila. I see Greg it's very old, Does have Guile DBI project a plan to remove this dependency or to give some maintenance to Greg? Just curious. As a side note, in order to build Guile DBI on Guile 1.9.14 I had to rem

sxml: avoiding intermixed text?

2011-01-10 Thread Aleix Conchillo FlaquƩ
Hi! is there an easy way to avoid intermixed text from xml? For example, given this XML: empty hi! this is just a test! the following code: - (use-modules (sxml simple)) (use-modules (sxml xpath)) (let ((sxml (with-input-from-file "test.xml" xml->sxml)))