senny/emacs-eclim

error running timer 'ac-update-greedy'

Opened this issue · 4 comments

I use emacs-eclipse with prelude and emacs-eclim version is emacs-eclim-20150805.639 which is auto installed.After i lanuch the eclimed and enter the .java file it always show the error ,please look at the screenshot and i do not know what happened . My os is windows7 64 bit.
My confingure file in ~/.emacs.d/personal:
ecl
My problem:
first-launch
first

gopar commented

Hmm are you calling start-eclimd explicitly (or calling eclim-mode)? If you just navigate to the java project and try to get completions then it won't work (because eclimd hasn't been started). Thats the only thing I can think of, plus the C-c C-e is undefined gives an idea that this might be the problem.

Also setting eclim-auto-save to nil will force you to save the buffer first before being able to retrieve completions. I din't know this until I stopped getting completion and figured that was the issue

yes,all i post is after i call start-eclimd and eclied seems work correctly except the problem what i post above.

I'm getting the same error as well.

Development on this project has moved to https://github.com/emacs-eclim/emacs-eclim. Does it happen with the newer version in that repository?