[Openmcl-devel] Problem with 1.8 and latest Slime

Patrick May patrick.may at mac.com
Fri Mar 22 20:21:44 PDT 2013


	I just installed 1.8 using subversion:  svn co http://svn.clozure.com/publicsvn/openmcl/release/1.8/darwinx86/ccl
I also installed the latest Slime using:  cvs -d :pserver:anonymous:anonymous at common-lisp.net:/project/slime/cvsroot co slime.
The relevant portion of my .emacs is:
;; Slime setup
(setq inferior-lisp-program "/usr/local/ccl/scripts/ccl64")
(setq common-lisp-hyperspec-root "file:/Users/Patrick/src/lisp/HyperSpec/")
(add-to-list 'load-path "~/.emlib/slime/")
(add-to-list 'load-path "~/.emlib/slime/contrib")
(require 'slime)
(slime-setup '(slime-fancy))

	When I start Slime in Emacs I get the error:

SWANK-BACKEND:WAIT-FOR-INPUT not implemented
    [Condition of type SIMPLE-ERROR]

followed by a steadily increasing sldb level count.

	Has anyone else run into this problem?

Thanks,

Patrick




More information about the Openmcl-devel mailing list