On Sat, 17 Apr 2010 04:15:38 -0400 Matthew Mondor mm_lists@pulsar-zone.net wrote:
There seemed to be a problem with the headers of the reply I received so to preserve the thread-view I'll reply to my own post:
Look at start-swank.lisp how it's supposed to be done.
So indeed the following indeed works fine:
(load "swank-loader") (swank-loader:init :delete nil :reload nil :load-contribs nil) (swank:create-server :dont-close t)
Thank you very much,