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)