I've tried configuring SLIME for Corman Lisp and have encountered the following error:
?(load "c:/slime/swank-loader.lisp") ;;; Warning: Unused variable G11633 in function COMPILE-FILES-IF-NEEDED-SERIALLY , File c:\slime\swank-loader.lisp, line 110 ;; Loading c:\slime\swank-backend.lisp ;; Loading c:\slime\nregex.lisp ;; Loading c:\slime\swank-corman.lisp ;; Loading c:\slime\swank-gray.lisp ;; Loading c:\slime\swank.lisp ;;; An error occurred in function #< COMPILED-FUNCTION: #xB351B0 >: ;;; Error: #<Error #xB3AE40> ;;; Entering Corman Lisp debug loop. ;;; Use :C followed by an option to exit. Type :HELP for help. ;;; Restart options: ;;; 1 Abort to top level.
This used to work perhaps ~2 months ago when last I tried. I'm guessing that between now and then something was added to swank.lisp that Corman does not support?
-Luke