[slime-devel] remote slime fails
Giovanni Gigante
giov at cidoc.iuav.it
Fri Feb 3 13:45:03 UTC 2006
Ignas Mikalajunas wrote:
> Hi, try doing:
>(setq swank:*use-dedicated-output-stream* nil)
>before starting swank, iirc that is required if you want slime to onlyuse one socket. Having a shared filesystem or trump + proper slime tolisp, lisp to slime pathname translation set up is advised too, thoughprobably not nescessary for useing just repl.-- Ignas Mikalajūnas
>
>
Already done, and the error is still there. This is my .sbclrc:
(require 'asdf)
(asdf:oos 'asdf:load-op 'swank)
(setf swank:*use-dedicated-output-stream* nil)
(setf swank:*communication-style* :fd-handler)
(swank:create-server :dont-close t)
More information about the slime-devel
mailing list