Hi,
I've been using SLIME 2006-04-20. Tonight I did a check out from the CVS repository and installed the files. I noticed that the "Compile System" (ie, slime-load-system) functionality is no longer available. Has it been replaced with something else to load .asd files?
Thanks,
Glenn
On Sun, May 11, 2008 at 9:30 PM, Glenn Tarcea gtarcea@umich.edu wrote:
Hi,
I've been using SLIME 2006-04-20. Tonight I did a check out from the CVS repository and installed the files. I noticed that the "Compile System" (ie, slime-load-system) functionality is no longer available. Has it been replaced with something else to load .asd files?
It's in contrib/slime-asdf.el
Do something like this:
(slime-setup '(slime-asdf))
to get it.