
26 Jan
2009
26 Jan
'09
6:07 p.m.
+ "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 ... - Harald