Re: [Chicken-users] Issues with socket egg

2013-06-17 Thread Michele La Monaca
On Sat, Jun 15, 2013 at 1:00 AM, Jim Ursetto zbignie...@gmail.com wrote: On May 8, 2013, at 8:48 AM, Michele La Monaca mikele.chic...@lamonaca.net wrote: 2) The egg doesn’t install on Cygwin due to the unbound identifier 'SO_EXCLUSIVEADDRUSE' (mingw only?). Dropping the related option

Re: [Chicken-users] Issues with socket egg

2013-06-17 Thread Jim Ursetto
On Jun 17, 2013, at 12:10 PM, Michele La Monaca mikele.chic...@lamonaca.net wrote: On Sat, Jun 15, 2013 at 1:00 AM, Jim Ursetto zbignie...@gmail.com wrote: I believe this should fix the Cygwin problem. Yes, it does. Thanks. If you care, in Mingw/Msys installation works but it does

[Chicken-users] scheme.vim

2013-06-17 Thread Daniel Ajoy
the file Vim\vim73\ftplugin\scheme.vim has this: == if exists(b:is_chicken) || exists(is_chicken) improve indenting setl iskeyword+=#,%,^ setl lispwords+=let-optionals,let-optionals*,declare setl lispwords+=let-values,let*-values,letrec-values setl

Re: [Chicken-users] scheme.vim

2013-06-17 Thread Hugo Arregui
On Mon, Jun 17, 2013 at 4:42 PM, Daniel Ajoy da.a...@gmail.com wrote: which one is more up to date? I think a combination of both is better, probably your lispwords list will grow when you add new eggs or new syntax, I also have: setl

[Chicken-users] pressed Ctrl-\ and got segmentation fault

2013-06-17 Thread Daniel Ajoy
This is my .csirc (use readline irregex) (current-input-port (make-gnu-readline-port)) (gnu-readline-parse-and-bind set editing-mode vi) (gnu-history-install-file-manager (string-append (or (get-environment-variable HOME) .) /.chicken_history) ) csi CHICKEN (c) 2008-2013, The Chicken