[slime-devel] top-level keywords in ACL

Helmut Eller heller at common-lisp.net
Fri Sep 16 06:00:52 UTC 2011


* UU UUUUU [2011-09-16 01:20] writes:

> I tried using only (slime-setup) as suggested and also using *inferior-lisp*.
> I still obtain three sets of errors:
>
> 1. When slime starts up, in *inferior-lisp* buffer is printed:
> Warning: These Swank interfaces are unimplemented:
>
>  (ACTIVATE-STEPPING ADD-FD-HANDLER 
> ADD-SIGIO-HANDLER
>           BACKGROUND-SAVE-IMAGE DUP 
> EXEC-IMAGE FRAME-CALL
>           MAKE-FD-STREAM PROFILE-PACKAGE 
> REMOVE-FD-HANDLERS
>           REMOVE-SIGIO-HANDLERS SAVE-IMAGE 
> SLDB-BREAK-ON-RETURN
>           SLDB-STEP-INTO SLDB-STEP-NEXT SLDB-STEP-OUT)
>

Those are harmless warnings.

> 2. When I compiled a file that encountered a compilation error, 
> I could not "q" out of the resulting compilation buffer, 
> named *sldb-allegro/1*. Instead, I had to click on "Abort".

How did you compile the file?  With C-c C-k?

> 3. When I did press "q" in the *sldb-allegro/1* buffer, 
> in the minibuffer was printed the message:
>
> error in process filter: sldb-quit returned [Restart not active [[NIL]]

*sldb-allegro/1* is usually the debugger and q invokes the sldb-quit
restart.  The error message says that there was no sldb-quit restart.
There is no such restart in Allegro's REPL.

Helmut





More information about the slime-devel mailing list