* 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:
- 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.
- 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?
- 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