[slime-devel] fuzzy completion

Takeshi Banse takebi at laafc.net
Tue Mar 2 14:33:45 UTC 2010


Hi Ramakrishnan,

* Ramakrishnan Muthukrishnan <vu3rdd at 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-Contribs

regards.
-- 
Takeshi Banse




More information about the slime-devel mailing list