Gopar
Gopar
Status?
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...
What version of Emacs, eclipse and eclim are you using?
Forgive my ignorance, but how hard is it to fix the CL issue?
Didn't someone mentioned about the possibility of making this into a team account project?
This is a problem with [eclim](https://github.com/ervandew/eclim) itself. This is nothing that we can fix without making a pr to the original eclim project (As far as I know). I know...
Also, are you using any other completion framework (eg, `auto-complete`?) I vaguely remember an issue like this when you have both installed.
Can you post `elpy-config`? We have some tests failing only for specific python versions. wondering if its related to that
Hey, it looks like you have the `jedi.el` package installed along side with `elpy`. Can you try disabling `jedi.el` when entering a python file? Elpy uses it's own process of...
Wow. I completely forgot that minor modes can be global. I'll test it out. Should work \o/