what's wrong with this

2012-03-11 Thread Stefan Israelsson Tampe
Hi, I wanted to enter meta data where the symbols are important into a syntax object and tried to be smart in doing that but stumbled on this because loading (a simplified example) the attached file I get an annoying error e.g. ERROR: bad src $7 = #(a (a b) (a (b c) #f)) So, what's up with this?

[PATCH] read-response-body should return received data when any break happens

2012-03-11 Thread Nala Ginrut
I've been troubled with a weird problem in read-response-body for a long time. I think read-response-body never return the received data when any break happens. No matter the break caused by connection problem or user interruption. The only possible read-response-body returns data is connection nev

Re: what's wrong with this

2012-03-11 Thread Mark H Weaver
Hi Stefan, > I wanted to enter meta data where the symbols are important into a > syntax object and tried to be smart > in doing that but stumbled on this because loading (a simplified > example) the attached file I get an annoying error e.g. > > ERROR: bad src > $7 = #(a (a b) (a (b c) #f)) I fi