The following can be added to swank-openmcl.lisp to make it provide a resident editor when evaluating #'ed in a remote repl: (push '(ccl:*resident-editor-hook* . swank:ed-in-emacs) swank:*default-worker-thread-bindings*) -- Terje Norderhaug