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

Is it possible to use ac-nrepl with ritz? #32

Open
LiaoPengyu opened this issue Apr 30, 2013 · 5 comments
Open

Is it possible to use ac-nrepl with ritz? #32

LiaoPengyu opened this issue Apr 30, 2013 · 5 comments

Comments

@LiaoPengyu
Copy link

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-nrepl partially 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?

@purcell
Copy link
Member

purcell commented Apr 30, 2013

I haven't used ritz before.

Does it help if you then evaluate (with M-:) this expression:

(ac-nrepl-setup)

?

@LiaoPengyu
Copy link
Author

No, got the message: "Symbol's value as variable is void: ac-nrepl-setup".
Only ac-nrepl-popup-doc (C-c C-d) works.

@purcell
Copy link
Member

purcell commented May 1, 2013

Did you enter the parentheses? Here's what you should type:

M-: RET (ac-nrepl-setup) RET

@LiaoPengyu
Copy link
Author

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 *Pp Eval Output*.
But still the same.
For example, I type def and TAB got a lot of candidates like defun and define-key;
Typing part can got nothing.

@MalloZup
Copy link

MalloZup commented Aug 5, 2019

autogenerated with https://github.com/MalloZup/doghub: issue inactive since 450 days. Please update the issue or close it

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

3 participants