Thanks Stas.

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

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to