Quoth vanekl vanek@acd.net:
I added an extra keyword argument to my 'sbcl' lisp implementation:
:coding-system utf-8-unix
but removing it does not resolve the problem.
I'd be willing to bet that changing the coding system to a string would work, a la: :coding-system "utf-8-unix"
Nope, using a string (or a symbol) causes the following error upon calling 'M-x slime':
if: Invalid slime-net-coding-system: [...]
Sebastian