On Sun, Sep 02, 2007 at 03:56:02PM +1000, Alain Picard wrote:
Yes, I would also love to just be able to
(require 'slime-kitchen-sink) ; load everything they've got! :-)
The recent addition of contrib/slime-fancy.el by Matthias Koepp lets you add
(add-to-list 'load-path "<directory-of-this-file>") (add-hook 'slime-load-hook (lambda () (require 'slime-fancy)))
to your .emacs to get what you requested.
Also add
(setq slime-complete-symbol-function 'slime-fuzzy-complete-symbol t)
if you prefer fuzzy completion to be bound to TAB rather than C-c M-i.