-
Notifications
You must be signed in to change notification settings - Fork 11
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
Is it possible to use ac-nrepl with ritz? #32
Comments
I haven't used ritz before. Does it help if you then evaluate (with (ac-nrepl-setup) ? |
No, got the message: "Symbol's value as variable is void: ac-nrepl-setup". |
Did you enter the parentheses? Here's what you should type:
|
Got message: "(ac-source-nrepl-static-methods ac-source-nrepl-java-methods ac-source-nrepl-all-classes ac-source-nrepl-ns-classes ac-source-nrepl-vars ac-source-nrepl-ns ac-source-imenu ac-source-dictionary ac-source-words-in-buffer ac-source-words-in-same-mode-buffers ac-source-words-in-all-buffer ac-source-filename ac-source-files-in-current-dir)" in |
autogenerated with https://github.com/MalloZup/doghub: issue inactive since 450 days. Please update the issue or close it |
Hi purcell, I use your emacs.d for setting up clojure developing environment and it is awesome :-)
Recently I find ritz is powerful and maybe a good enhencement of nrepl.
The problem is after I use
nrepl-ritz-jack-in
, ac-nrepl do not work.But, after I start a new server by
nrepl-jack-in
and switch back to the ritz server buffer, ac-nreplpartially
works(e.g. popup the choice list but not consist of all candidates).So, I wander is it possible to use ac-nrepl with ritz?
The text was updated successfully, but these errors were encountered: