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) (let ((stream ...)) (when slime-kill-without-query-p (process-kill-without-query stream)) (set-process-filter stream (quote slime-output-filter)) (set-process-coding-system stream slime-net-coding-system slime-net-coding-system) stream) slime-open-stream-to-lisp(1533) slime-dispatch-event((:open-dedicated-output-stream 1533) #<network connection "SLIME Lisp<1>" (1531 . "127.0.0.1") state:run>) slime-process-available-input() slime-net-filter(#<network connection "SLIME Lisp<1>" (1531 . "127.0.0.1") state:run> "\n")
Thanks in advance, Surendra Singhi