Chisheng Huang cph@chi-square-works.com writes:
"Tobias C. Rittweiler" tcr@freebits.de writes:
Chisheng Huang cph@chi-square-works.com writes:
Hi,
Has anybody tried to run SBCL 1.0.16 Win32 with Slime? After I did M-x slime, the mini buffer printed out "spawning child process: invalid argument". I tried Slime with 1.0.16 and 1.0.16.4 of SBCL Win32 and both did not work. Any idea?
AFAIK, SBCL does not support threads on Windows. You have to use a different communication style.
Thanks for the info.
I forgot to mention that SBCL 1.0.15.41 Win32 works with Slime without any problem. I also set SWANK:*COMMUNICATION-STYLE* to NIL explicitly (for both 1.0.15.41 and 1.0.16.*).
It turned out INFERIOR-LISP-PROGRAM was hardcoded with a path that had "1.0.15.41" in my .emacs:( I'm mighty sorry about the noise I made.
Best,
-cph