[slime-devel] fuzzy completion
Ramakrishnan Muthukrishnan
vu3rdd at gmail.com
Tue Mar 2 14:45:33 UTC 2010
Hi,
On Tue, Mar 2, 2010 at 8:03 PM, Takeshi Banse <takebi at laafc.net> wrote:
>
> * 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))
Yes, that worked. Thanks a lot.
> 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
Thanks a lot.
--
Ramakrishnan
More information about the slime-devel
mailing list