Harald Hanche-Olsen writes:
- "Walter C. Pelissero" walter@pelissero.de:
As of today's CVS slime doesn't seem to create the interaction buffer.
The short answer:
(slime-setup '(slime-fancy slime-asdf))
You can use slime-repl instead of slime-fancy (the latter includes the former). I have this in my .emacs:
(add-hook 'slime-load-hook (lambda () (slime-setup '(slime-fancy slime-asdf))))
This is likely to become a FAQ ...
That did the trick.
Sorry for the FAQ.
Aware of the fact that the last time I updated my CVS tree was beginning of 2007, I thought I might have missed something obvious that had be introduced recently, but a brief look at the documentation/README didn't come up with anything.
Thank you.