on Thursday, April 16, 2009, 10:23:07 AM Vladimir wrote:
By default, ABCL's streams use the platform-native end-of-line conventions. This makes is impossible for Slime to interact with Swank when Swank is running on ABCL/Windows, since Slime expects Unix EOLs. The attached patch fixes that by explicitly setings the EOL convention for Swank's network streams to LF.
Hello Vladimir,
I think, instead of this, you may just add
(setf slime-net-coding-system 'utf-8-unix)
to your .emacs file.
Best regards, - Anton