Problem loading slime slime 2.0 2006-04-20 stable release emacs 21.2.1 clisp 2.32
I am having a problem when loading Slime I am new to slime can anyone give me some insight, I couldn't figure much out from reading the manual. Thanks Steve
#.emacs (add-to-list 'load-path "~/slime-2.0/") ; your SLIME directory (setq inferior-lisp-program "/sw/bin/clisp -K full") ; your Lisp system (require 'slime) (slime-setup)
emacs --version
GNU Emacs 21.2.1 Copyright (C) 2001 Free Software Foundation, Inc. GNU Emacs comes with ABSOLUTELY NO WARRANTY. You may redistribute copies of Emacs under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING.
clisp --version
STACK depth: 16367 GNU CLISP 2.32 (2003-12-29) (built on feynman.local [10.13.181.8]) Software: GNU C 3.3 20030304 (Apple Computer, Inc. build 1809) ANSI C program Features [SAFETY=3]: (CLOS LOOP COMPILER CLISP ANSI-CL COMMON-LISP LISP=CL INTERPRETER CLISP-DEBUG SOCKETS GENERIC-STREAMS LOGICAL-PATHNAMES SCREEN UNICODE BASE-CHAR=CHARACTER UNIX) Installation directory: /sw/lib/clisp/ User language: ENGLISH Machine: POWER MACINTOSH(POWER MACINTOSH)stevelaptop.local [10.1.1.72]
emacs M-x slime
[1]> ;; Loading file /Users/steve/slime-2.0/swank-loader.lisp ... WARNING: No architecture feature found in (POWERPC PPC X86 X86-64 AMD64 I686 I586 I486 PC386 IAPX386 SPARC64 SPARC HPPA6\4 HPPA). ;; Loading file /Users/steve/.slime/fasl/2006-04-20/clisp-2.32-unix-unknown/swank-backend.fas ... ;; Loaded file /Users/steve/.slime/fasl/2006-04-20/clisp-2.32-unix-unknown/swank-backend.fas ;; Loading file /Users/steve/.slime/fasl/2006-04-20/clisp-2.32-unix-unknown/nregex.fas ... ;; Loaded file /Users/steve/.slime/fasl/2006-04-20/clisp-2.32-unix-unknown/nregex.fas ;; Loading file /Users/steve/.slime/fasl/2006-04-20/clisp-2.32-unix-unknown/xref.fas ... ;; Loaded file /Users/steve/.slime/fasl/2006-04-20/clisp-2.32-unix-unknown/xref.fas ;; Loading file /Users/steve/.slime/fasl/2006-04-20/clisp-2.32-unix-unknown/metering.fas ... ;; Loaded file /Users/steve/.slime/fasl/2006-04-20/clisp-2.32-unix-unknown/metering.fas ;; Loading file /Users/steve/.slime/fasl/2006-04-20/clisp-2.32-unix-unknown/swank-clisp.fas ... WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in #<GENERIC-FUNCTION CALL-WITHOUT-INTERRUPTS> WARNING: Replacing method #<STANDARD-METHOD NIL> in #<GENERIC-FUNCTION LISP-IMPLEMENTATION-TYPE-NAME> WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in #<GENERIC-FUNCTION SET-DEFAULT-DIRECTORY> WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in #<GENERIC-FUNCTION ARGLIST> WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in #<GENERIC-FUNCTION FORMAT-SLDB-CONDITION> WARNING: Replacing method #<STANDARD-METHOD NIL> in #<GENERIC-FUNCTION UNPROFILE-ALL> WARNING: DEFUN/DEFMACRO: redefining function BREAK in /Users/steve/.slime/fasl/2006-04-20/clisp-2.32-unix-unknown/swank-\clisp.fas, was defined in /sw/src/clisp-2.32-3/clisp-2.32/src/condition.fas ;; Loaded file /Users/steve/.slime/fasl/2006-04-20/clisp-2.32-unix-unknown/swank-clisp.fas ;; Loading file /Users/steve/.slime/fasl/2006-04-20/clisp-2.32-unix-unknown/swank-gray.fas ... ;; Loaded file /Users/steve/.slime/fasl/2006-04-20/clisp-2.32-unix-unknown/swank-gray.fas ;; Loading file /Users/steve/.slime/fasl/2006-04-20/clisp-2.32-unix-unknown/swank.fas ... *** - COPY-PPRINT-DISPATCH: NIL is not a valid print dispatch table Break 1 SWANK[2]>