Re: slime
Simon András <asimon <at> math.bme.hu>
2004-06-07 15:43:36 GMT
On Mon, 7 Jun 2004, Peter Graves wrote:
> > If anyone is interested (either in using it or in working on it) ,
> > I'll try to clean it up a bit (get rid of debugging code and possible
> > local dependencies); otherwise I'll wait at least until c-l.net is
> > back. Though even then, incorporating abcl support in the "official"
> > slime may take a while, because (a) I had to change swank.lisp a
> > little (to use xp::write-char and xp::terpri at one point) and (b) one
> > has to REQUIRE a few abcl modules before slime can be loaded.
>
> (a) I think I've fixed things in CVS so that this is no longer
> necessary.
Great, thanks!
>
> I'm in the process of getting rid of the shadowed-symbol-weirdness in
> pprint.lisp, and although I'm not completely finished with that
> project, I've done WRITE-CHAR and TERPRI and that code is checked in.
Actually, WRITE-CHAR is enough I think for slime (I know I mentioned
TERPRI but that was a mistake).
>
> (b) Which modules need to be REQUIRE'd? Autoload doesn't work for this,
> for some reason? (What exactly does slime want?)
search, gray-streams, pprint, and format. Now I REQUIRE these at the
top of swank-abcl.lisp, so it's not a problem anymore. And now that
(Continue reading)