clojure-emacs / ac-nrepl

[DEPRECATED] Emacs auto-complete backend for nrepl completions
74 stars 11 forks source link

ac-fuzzy-complete not works #50

Closed turtle-bazon closed 10 years ago

turtle-bazon commented 10 years ago

Use with cider. Normal complete works. Fuzzy complete not.

purcell commented 10 years ago

Can you be more specific than "not working"? What do you see - an error, missing results, or wrong results? Can you describe how to reproduce it?

turtle-bazon commented 10 years ago

in clojure:

(def open-connections nil)

(defn add-connection [...]
  (opecon<cursor>))

In cursor place M-x ac-fuzzy-complete. None happens. No error, no popup, no action. REPL started via cider-jack-in, cider mode in buffer enabled. AC mode enabled. Simple completions like open works fine.

turtle-bazon commented 10 years ago

What shoul I do to acheive fuzzy completion? Or you viewing this problem and can't answer right now?

purcell commented 10 years ago

Okay, so fuzzy completions are apparently an auto-complete add-on, and if they don't work, it's not related to ac-nrepl. I just had a play with fuzzy completion and couldn't get it to work well even for elisp, so I'm not surprised it's not working for you with Clojure, but it's also not something we can fix in ac-nrepl.

turtle-bazon commented 10 years ago

thanks a lot for your investigation. I'll open issue in auto-complete.