clojure-emacs/ac-nrepl

references to nrepl-current-ns break when used with cider

j0ni opened this issue · 1 comments

j0ni commented

I see this when I attempt to auto-complete in a cider repl:

ac-nrepl-sync-eval: Symbol's function definition is void: nrepl-current-ns

I think this needs to be changed to cider-current-ns, or maybe aliased in cider.

Fixed, thanks. Still haven't really had time to test ac-nrepl with cider, so this might not be the last issue.