Surendra Singhi efuzzyone@netscape.net writes:
I use xemacs and slime on windows machine. I recently downloaded the latest version of slime from cvs, but while starting it I get the following error message. Any help on this will be appreciated. I looked into the code and was able to figure out the problem somewhere in slime.el file. But I am a slime and xemacs newbie and wasn't able to fix it.
Signaling: (error "No such coding system" iso-8859-1-unix) set-process-coding-system(#<network connection "*lisp-output-stream*<1>" (1533 . "127.0.0.1") state:run> iso-8859-1-unix iso-8859-1-unix)
Can you show me what coding systems your XEmacs supports? You can list them with M-x describe-coding-system RET TAB.
In the meantime you can try to downgrade to a version which doesn't do any special encoding with:
cvs checkout -rFAIRLY-STABLE slime
Helmut.