I think you sent this to the wrong list...
Marc
On 2010-12-29, at 4:12 PM, David Dreisigmeyer wrote:
Hi,
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,
-Dave