Re: [Ecls-list] (require 'sockets) doesn't work

2012-01-15 Thread Matthew Mondor
On Sun, 15 Jan 2012 14:49:04 +0800 Stas Boukarev stass...@gmail.com wrote: Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com writes: What configuration and version (see first lines of ECL's prompt) are you using? That was the latest git revision at the moment, with

Re: [Ecls-list] Hang opening named pipe?

2012-01-15 Thread Philipp Marek
Hmm, I do not know much about pipes. Inspecting a running ECL, I see that it does not hang in ECL, but in the C library: in open() Attaching to program: `/Users/jjgarcia/bin/ecl', process 49213. Reading symbols for shared libraries ++.. done 0x7fff86e3543e in open () (gdb) info threads

Re: [Ecls-list] (require 'sockets) doesn't work

2012-01-15 Thread Juan Jose Garcia-Ripoll
I also need the operating system version. Could you also try with ecl -norc, just to make sure? On Sun, Jan 15, 2012 at 7:49 AM, Stas Boukarev stass...@gmail.com wrote: Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com writes: What configuration and version (see first lines of

Re: [Ecls-list] Hang opening named pipe?

2012-01-15 Thread Juan Jose Garcia-Ripoll
On Sun, Jan 15, 2012 at 9:28 AM, Philipp Marek phil...@marek.priv.atwrote: I've had strace running on ECL, and got this: cl-user (open /tmp/a :direction :output :if-exists :overwrite) open(/tmp/a, O_RDONLY I see. I did not notice the line where gdb stopped. It seems this is legacy code

Re: [Ecls-list] how to prevent ECL entering debugger when C compiler fails?

2012-01-15 Thread Juan Jose Garcia-Ripoll
2012/1/12 Anton Vodonosov avodono...@yandex.ru Take into account, that right after ECL startup, compiler:*compiler-break-enable* is NIL: So I suppose something sets it to T during compile-file. I stand corrected. There is a function, FIX-READ-ONLY-VARIABLE-TYPE that contained a debug

Re: [Ecls-list] slime

2012-01-15 Thread Alessandro Serra
Hi Juanjo, it is the package named swank. It downloads all slime files. Or, to install and configure SLIME in one step, you can use: (ql:quickload quicklisp-slime-helper) Alessandro On Sun, Jan 15, 2012 at 12:55 AM, Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com wrote: Thanks

[Ecls-list] bug loading a compiled file containing unicode characters

2012-01-15 Thread Alessandro Serra
Hi all, When I try to load the following compiled file: -- (defvar a Медвед) -- I obtein the following error condition: Unexpected end of file on #string-input stream from commo [Condition of type end-of-file] I met this error trying to compile the examples of gtk-cffi.

Re: [Ecls-list] regression involving macro expansion, GETHASH, SETF, and HASH-SET

2012-01-15 Thread Gabriel Dos Reis
On Sun, Jan 1, 2012 at 1:14 PM, Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com wrote: On Sun, Jan 1, 2012 at 7:34 PM, Gabriel Dos Reis g...@cs.tamu.edu wrote: A fresh update of my local copy of ECL CVS version shows a regression involving macro expansion, GETHASH, SETF and

Re: [Ecls-list] regression involving macro expansion, GETHASH, SETF, and HASH-SET

2012-01-15 Thread Juan Jose Garcia-Ripoll
On Sun, Jan 15, 2012 at 8:46 PM, Gabriel Dos Reis g...@integrable-solutions.net wrote: Hi Juanjo, did you get a chance to commit the patch? It appears I may have missed it. Yes, indeed, it is in git/CVS HEAD. I just checked with tonight's build and I also verified that the sources in my