[slime-devel] slime with clisp 2.35 on win xp startup problems

Hi all, I get the following error when starting slime. [1]> ;; Loading file C:\slime\swank-loader.lisp ... ;; Loading file C:\.slime\fasl\clisp-2.35-win32-pc386\swank-backend.fas ... ;; Loaded file C:\.slime\fasl\clisp-2.35-win32-pc386\swank-backend.fas ;; Loading file C:\.slime\fasl\clisp-2.35-win32-pc386\nregex.fas ... ;; Loaded file C:\.slime\fasl\clisp-2.35-win32-pc386\nregex.fas ;; Loading file C:\.slime\fasl\clisp-2.35-win32-pc386\xref.fas ... ;; Loaded file C:\.slime\fasl\clisp-2.35-win32-pc386\xref.fas ;; Loading file C:\.slime\fasl\clisp-2.35-win32-pc386\metering.fas ... ;; Loaded file C:\.slime\fasl\clisp-2.35-win32-pc386\metering.fas ;; Loading file C:\.slime\fasl\clisp-2.35-win32-pc386\swank-clisp.fas ... WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in #<STANDARD-GENERIC-FUNCTION CALL-WITHOUT-INTERRUPTS> WARNING: Replacing method #<STANDARD-METHOD NIL> in #<STANDARD-GENERIC-FUNCTION LISP-IMPLEMENTATION-TYPE-NAME> WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in #<STANDARD-GENERIC-FUNCTION SET-DEFAULT-DIRECTORY> WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in #<STANDARD-GENERIC-FUNCTION ARGLIST> ** - Continuable Error INTERN("*DOCUMENTATION*"): #<PACKAGE SYSTEM> is locked If you continue (by typing 'continue'): Ignore the lock and proceed The following restarts are also available: SKIP :R1 skip (COMPILE-FILES-IF-NEEDED-SERIALLY #) STOP :R2 stop loading file C:\slime\swank-loader.lisp ABORT :R3 ABORT Break 1 SWANK-BACKEND[2]> Continuing from this point results in more warnings: continue WARNING: Replacing method #<STANDARD-METHOD NIL> in #<STANDARD-GENERIC-FUNCTION UNPROFILE-ALL> WARNING: DEFUN/DEFMACRO: redefining function BREAK in C:\.slime\fasl\clisp-2.35-win32-pc386\swank-clisp.fas, was defined in D:\gnu\clisp\current\build-O-mingw\condition.fas ;; Loaded file C:\.slime\fasl\clisp-2.35-win32-pc386\swank-clisp.fas ;; Loading file C:\.slime\fasl\clisp-2.35-win32-pc386\swank-gray.fas ... WARNING: The generic function #<STANDARD-GENERIC-FUNCTION STREAM-LINE-COLUMN> is being modified, but has already been called. WARNING: The generic function #<STANDARD-GENERIC-FUNCTION STREAM-FORCE-OUTPUT> is being modified, but has already been called. WARNING: The generic function #<STANDARD-GENERIC-FUNCTION STREAM-LINE-COLUMN> is being modified, but has already been called. ;; Loaded file C:\.slime\fasl\clisp-2.35-win32-pc386\swank-gray.fas ;; Loading file C:\.slime\fasl\clisp-2.35-win32-pc386\swank.fas ... ;; Loaded file C:\.slime\fasl\clisp-2.35-win32-pc386\swank.fas 0 errors, 0 warnings WARNING: These Swank interfaces are unimplemented: (ACTIVATE-STEPPING ADD-FD-HANDLER ADD-SIGIO-HANDLER ALL-THREADS CALLS-WHO DISASSEMBLE-FRAME FIND-THREAD GETPID INSPECT-FOR-EMACS INTERRUPT-THREAD RECEIVE REMOVE-FD-HANDLERS REMOVE-SIGIO-HANDLERS SEND SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN SPAWN THREAD-ID TOGGLE-TRACE WHO-MACROEXPANDS WHO-SPECIALIZES) ;; Loaded file C:\slime\swank-loader.lisp T At this point the message Polling "c:/DOCUME~1/David/LOCALS~1/Temp/slime.7108" blinks on and off in the minibuffer until cancelled with slime-abort-connection. Any hints as to how I can resolve this? Thanks, Dave

Hello David, "David" <davidmun@speakeasy.net> writes:
Hi all, I get the following error when starting slime.
** - Continuable Error INTERN("*DOCUMENTATION*"): #<PACKAGE SYSTEM> is locked
Please use the slime-CVS version, this problem is fixed there. Also, it is always a good idea to search the mailing list archive as it will help you in getting answers faster. http://dir.gmane.org/gmane.lisp.slime.devel Cheers. -- Surendra Singhi http://www.public.asu.edu/~sksinghi/index.html "All animals are equal, but some animals are more equal than others." - Orwell, Animal Farm, 1945
participants (2)
-
David
-
Surendra Singhi