On Fri, 28 Oct 2011 23:09:43 -0700, Pixel // pinterface pix@kepibu.org wrote:
Actually, it frequently dies before I can even evaluate it. Just having that character in the buffer kills the connection.
An appropriate :coding-system when starting the server would probably help. E.g.: (swank:create-server :port 4007 :style :spawn :dont-close t :coding-system "utf-8-unix")
That does it. Thank you!
Jeff