[Ecls-list] Starting swank server
Stas Boukarev
stassats at gmail.com
Fri Dec 31 09:47:55 UTC 2010
David Dreisigmeyer <dwdreisigmeyer at gmail.com> writes:
> I have the following for my .eclrc:
> (require 'asdf)
> (pushnew #P"/Users/daviddreisigmeyer/.emacs.d/site-lisp/slime/"
> asdf:*central-registry* :test #'equal)
> (push "/Users/daviddreisigmeyer/.emacs.d/site-lisp/slime/"
> asdf:*central-registry*)
> (asdf:oos 'asdf:load-op 'swank)
> (setf swank:*use-dedicated-output-stream* nil)
> (setf swank:*communication-style* :fd-handler)
> (swank:create-server :port 4010 :dont-close t)
> I'm getting the error below. Am I doing something wrong? I have ecl
> from MacPorts.
> Thanks,
It says: SWANK-BACKEND:ADD-FD-HANDLER not implemented.
Obviously, that means that you should not set swank:*communication-style*
to :fd-handler.
--
With Best Regards, Stas.
More information about the ecl-devel
mailing list