Re: [Chicken-users] Strange behavior of Chicken Scheme interpreter on Windows 7

2014-12-04 Thread Peter Bex
On Tue, Dec 02, 2014 at 03:20:05PM +0100, comb...@laposte.net wrote: Thank you for your fast answer :) My target is to have a standalone archive file (including Chicken + GCC) that I can copy on my USB key and use on different computers. Usage: portable Chicken scheme development

Re: [Chicken-users] IDE for Beginners

2014-12-04 Thread mfv
Hello Christian, Maybe this is unrelated to the IDE you tunnel through csi but rather an issue with csi itself: Not sure. I think it is rather a thing with ST2/SublimeREPL. See below. When you say once do you mean you just did it 1 time? Please keep [] Does this solve your

Re: [Chicken-users] IDE for Beginners

2014-12-04 Thread mfv
Hello to another freeshell user :), Ahoi! (: Freeshell i quite something! (: Just a part of an answer, Thanks! Most Lispy stuff is heavilty biased towards Emacs I'm afraid. Not a problem for people that like Emacs, like me, but using anything else can often feel like paddling

Re: [Chicken-users] IDE for Beginners

2014-12-04 Thread Mario Domenech Goulart
Hi, On Thu, 4 Dec 2014 12:51:30 +0100 mfv m...@freeshell.de wrote: It is not that I am totally against emacs, but I must confess that learning the myriad of cryptic commands would seriously strain my patience. Mind you, I am writing this on Mutt/Freeshell now, which is using emacs. As such,

[Chicken-users] sxpath does not preserve node order

2014-12-04 Thread Sascha Ziemann
Hi, I have a problem with Sxpath not preserving the node order. This example: (use regex) (use http-client) (use sxpath) (use html-parser) ((sxpath //h1[@class='header']//*/text()) (with-input-from-request http://www.imdb.com/title/tt0497465/; #f html-sxml)) returns

Re: [Chicken-users] sxpath does not preserve node order

2014-12-04 Thread Sascha Ziemann
It seems to me that the use of //* duplicates the inner 'a' node: (begin (newline) (pp ((sxpath //h1[@class='header']//*) (with-input-from-request http://www.imdb.com/title/tt0497465/; #f html-sxml prints ((span (@ (class itemprop) (itemprop name)) Vicky Cristina

Re: [Chicken-users] sxpath does not preserve node order

2014-12-04 Thread Peter Bex
On Thu, Dec 04, 2014 at 09:25:38PM +0100, Sascha Ziemann wrote: It seems to me that the use of //* duplicates the inner 'a' node: (begin (newline) (pp ((sxpath //h1[@class='header']//*) (with-input-from-request http://www.imdb.com/title/tt0497465/; #f html-sxml

[Chicken-users] UTF-8 to UTF-16 on Windows

2014-12-04 Thread Sascha Ziemann
Hi, what is the easiest way, when using Chicken on Windows, to convert a UTF-8 string to UTF-16? It seems to me that rename-file needs UTF-16 encoded strings on Windows. Regards, Sascha ___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] sxpath does not preserve node order

2014-12-04 Thread Andy Bennett
Hi Sascha, ((sxpath //h1[@class='header']//*/text()) (with-input-from-request http://www.imdb.com/title/tt0497465/; #f html-sxml)) This isn't a fix for your problem: it's a plug for my egg, rest-bind, which might be useful to you if you're binding a lot of HTTP APIs like this.

[Chicken-users] How to fix chicken compiler (csc) to fix options for the invoked C compiler?

2014-12-04 Thread Joe Python
How to fix csc to generate the right options for static compilation of executables? Is there a file we can modify before compiling chicken itself to fix the compilation options for Oracle Solaris? I don't think this is in the Solaris Makefile. Compiling in verbose mode yields the following output