Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ac-fuzzy-complete not works #50

Closed
turtle-bazon opened this issue Apr 10, 2014 · 5 comments
Closed

ac-fuzzy-complete not works #50

turtle-bazon opened this issue Apr 10, 2014 · 5 comments

Comments

@turtle-bazon
Copy link

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

@purcell
Copy link
Member

purcell commented Apr 10, 2014

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
Copy link
Author

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
Copy link
Author

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

@purcell
Copy link
Member

purcell commented Apr 16, 2014

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.

@purcell purcell closed this as completed Apr 16, 2014
@turtle-bazon
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants