Helmut Eller heller@common-lisp.net writes:
I note that swank-corman.lisp uses DOS style eol convention. I hope that doesn't cause any problems.
It shouldn't - CVS should DTRT automagically as long as the file is not flagged as binary.
Judging from the code, interrupting doesn't work yet. The easiest way to fix that is probably to add multi-threading support.
You're quite right, interrupting doesn't work. I originally started out trying to implement the :spawn communication style, but ran into some nasty difficulties so went with NIL to start with.