[slime-devel] Connection broken (sbcl 0.9.7 & slime-cvs)
Helmut Eller
heller at common-lisp.net
Tue Dec 27 15:09:24 UTC 2005
* Evrim ULU [2005-12-27 10:44+0100] writes:
> when i try to compile and load my lisp examples file (see attachments).
> I've seen a similar bug with cmucl on the list but i'm not sure if it is
> the same. It was about long files, this file is 307 lines long.
This sounds like a character coding issue (not related to the CMUCL
thing). It seems as if slime-net-coding-system cannot encode some
compiler message. That can happen if you call cl:compile-file
manually with some external-format that's incompatible with
slime-net-coding-system, but that would be rather unusual.
What coding systems are you using for the file? (M-x
describe-coding-system can be used to get that information.) Have you
customized slime-net-coding-system? Does the (full) filename contain
non-ascii characters? Do you have (shell) environment settings for
LANG or some of those LC_XXX variables?
More information about the slime-devel
mailing list