On Fri, Oct 21, 2005 at 12:37:38AM +0000, Luke J Crook wrote:
I've tried configuring SLIME for Corman Lisp and have encountered the following error:
Ironically, I sent an email to Espen Wiborg earlier today about this and decided not to CC this list. Although I'm not sure what actual error you're encountering: #<Error #xB3AE40> doesn't tell us much :)
On his site he has patches which are required to make SLIME work; among them is a stub implementation of machine-instance (here: http://www.grumblesmurf.org/corman-patches/modules/misc-ansi.lisp). Swank now also wants machine-version and machine-type; adding these stubs was enough to make SLIME work for me.
-Andy