[Ecls-list] Starting swank server

David Dreisigmeyer dwdreisigmeyer at gmail.com
Fri Dec 31 09:55:58 UTC 2010


Thanks Stas.

On Fri, Dec 31, 2010 at 4:47 AM, Stas Boukarev <stassats at gmail.com> wrote:
> 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