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
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.
Helmut Eller wrote:
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.
My xemacs doesn't have M-x describe-coding-system so i used M-x set-buffer-file-coding-system. Are they the same? Anyway the listing is:
Possible completions are: automatic-conversion nil raw-text-mac binary no-conversion raw-text-unix ctext no-conversion-dos terminal file-name no-conversion-mac undecided iso-8859-1 no-conversion-unix undecided-dos iso-8859-2 raw-text undecided-mac keyboard raw-text-dos undecided-unix