[slime-devel] Re: ACL SLIME implementation breaks in CVS
Luke Gorrie
luke at bluetail.com
Mon Apr 26 16:46:22 UTC 2004
Bill_Clementson at peoplesoft.com writes:
> My previous SLIME installation was a CVS install from 4/18. I've just taken
> the latest CVS install and the ACL SLIME implementation (under Windows)
> breaks. Here is the error:
How about if you hack swank-allegro.lisp with this:
(defimplementation arglist (symbol)
(handler-case (excl:arglist symbol)
(simple-error () :not-available)))
More information about the slime-devel
mailing list