Hello,
I am trying to have Slime and SBCL on my students machines. On my machine everything works fine but on the students machines I obtain at the end of the loading the error
error in process filter: Wrong number of arguments: nil, 12
in the emacs mini-buffer.
I have SBCL 0.9.11 and the latest cvs version of Slime.
Any idea of what can be wrong? Irène
; loading #P"/net/cremi/irdurand/Common-Lisp/slime/swank-loader.lisp" ;; loading #P"/net/cremi/irdurand/.slime/fasl/2006-03-31/sbcl-0.9.11-linux-x86/swank-backend.fasl" ;; loading #P"/net/cremi/irdurand/.slime/fasl/2006-03-31/sbcl-0.9.11-linux-x86/nregex.fasl" ;; loading #P"/net/cremi/irdurand/.slime/fasl/2006-03-31/sbcl-0.9.11-linux-x86/swank-sbcl.fasl" STYLE-WARNING: redefining PREFERRED-COMMUNICATION-STYLE NIL in DEFMETHOD STYLE-WARNING: redefining CALL-WITHOUT-INTERRUPTS (T) in DEFMETHOD STYLE-WARNING: redefining LISP-IMPLEMENTATION-TYPE-NAME NIL in DEFMETHOD STYLE-WARNING: redefining CALL-WITH-SYNTAX-HOOKS (T) in DEFMETHOD STYLE-WARNING: redefining DEFAULT-READTABLE-ALIST NIL in DEFMETHOD STYLE-WARNING: redefining ARGLIST (T) in DEFMETHOD STYLE-WARNING: redefining INSTALL-DEBUGGER-GLOBALLY (T) in DEFMETHOD STYLE-WARNING: redefining CALL-WITH-DEBUGGER-HOOK (T T) in DEFMETHOD STYLE-WARNING: redefining FORMAT-SLDB-CONDITION (T) in DEFMETHOD STYLE-WARNING: redefining CONDITION-REFERENCES (T) in DEFMETHOD STYLE-WARNING: redefining UNPROFILE-ALL NIL in DEFMETHOD STYLE-WARNING: implicitly creating new generic function STARTUP-MULTIPROCESSING WARNING: DEFIMPLEMENTATION of undefined interface (STARTUP-MULTIPROCESSING) STYLE-WARNING: redefining THREAD-NAME (T) in DEFMETHOD STYLE-WARNING: redefining THREAD-STATUS (T) in DEFMETHOD STYLE-WARNING: redefining MAKE-LOCK NIL in DEFMETHOD STYLE-WARNING: redefining CALL-WITH-LOCK-HELD (T T) in DEFMETHOD STYLE-WARNING: redefining CURRENT-THREAD NIL in DEFMETHOD STYLE-WARNING: redefining KILL-THREAD (T) in DEFMETHOD STYLE-WARNING: redefining THREAD-ALIVE-P (T) in DEFMETHOD STYLE-WARNING: redefining MAKE-STREAM-INTERACTIVE (T) in DEFMETHOD ;; loading #P"/net/cremi/irdurand/.slime/fasl/2006-03-31/sbcl-0.9.11-linux-x86/swank-source-path-parser.fasl" ;; loading #P"/net/cremi/irdurand/.slime/fasl/2006-03-31/sbcl-0.9.11-linux-x86/swank-source-file-cache.fasl" STYLE-WARNING: redefining BUFFER-FIRST-CHANGE (T) in DEFMETHOD ;; loading #P"/net/cremi/irdurand/.slime/fasl/2006-03-31/sbcl-0.9.11-linux-x86/swank-gray.fasl" STYLE-WARNING: implicitly creating new generic function STREAM-READ-CHAR-WILL-HANG-P ;; loading #P"/net/cremi/irdurand/.slime/fasl/2006-03-31/sbcl-0.9.11-linux-x86/swank.fasl" STYLE-WARNING: implicitly creating new generic function INSPECT-BIGGER-PIECE-ACTIONS STYLE-WARNING: implicitly creating new generic function INSPECT-WHOLE-THING-ACTION STYLE-WARNING: implicitly creating new generic function INSPECT-SHOW-MORE-ACTION STYLE-WARNING: implicitly creating new generic function MENU-CHOICES-FOR-PRESENTATION WARNING: These Swank interfaces are unimplemented: (ACTIVATE-STEPPING CALLS-WHO DISASSEMBLE-FRAME INSPECT-FOR-EMACS SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN WHO-BINDS WHO-CALLS WHO-MACROEXPANDS WHO-REFERENCES WHO-SETS WHO-SPECIALIZES) T * ;; Swank started at port: 35880.
NIL *
Irène Durand wrote:
Hello,
I am trying to have Slime and SBCL on my students machines. On my machine everything works fine but on the students machines I obtain at the end of the loading the error
error in process filter: Wrong number of arguments: nil, 12
in the emacs mini-buffer.
I have SBCL 0.9.11 and the latest cvs version of Slime.
Any idea of what can be wrong? Irène
With last week cvs Slime the problem was still there. With today's version it is gone!!! Finally I have SBCL 0.9.11, the latest Slime and Mcclim running together properly on the students machines!