Hi Ramakrishnan,
* Ramakrishnan Muthukrishnan vu3rdd@gmail.com [2010-03-02 15:49]:
commit a82bb3be2e5b3dc22909303784cb72b65486ccf2
...
(:emacs-rex (swank:fuzzy-completions "filt" "user" :limit 300 :time-limit-in-msec 1500) "user" :repl-thread 3) (:return (:abort) 3)
It seems that your host Lisp does not load the contrib correctly (especially slime-fuzzy). You may have this line in the ~/.emacs:
(require 'slime-fuzzy)
If so, how about change it to something like this?
(slime-setup '(slime-fuzzy))
See also SLIME manual 8.1 Loading Contrib Packages. This is very helpful.
http://common-lisp.net/project/slime/doc/html/Loading-Contribs.html#Loading-...
regards.