In ~/.swank.lisp you mean?
I get the incorrect result on my laptop running Linux 2.6.0. If I add this line to my ~/.swank.lisp:
(setq swank:*communication-style* :fd-handler)
Sorry, I was putting it in .emacs. If I create a .swank.lisp and put this in, then I again get the "correct" result.
Changing the topic, if I use :fd-handler, do I have any way to interrupt running Lisp code?
rif