clojure-emacs / ac-nrepl

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

ac-nrepl makes auto-complete very slow #47

Closed yuyang0 closed 10 years ago

yuyang0 commented 10 years ago

My configuration of auto-complete is like this:

(setq ac-auto-start 3)
(setq ac-auto-show-menu .8)

so It will pop up completion menu automatically.but If I enable the sources provide by ac-nrepl, the auto-complete becomes very slow. Any solution to improve the performance?

purcell commented 10 years ago

Duplicate of #38 -- please see the discussion there.