emacs-eclim icon indicating copy to clipboard operation
emacs-eclim copied to clipboard

This project brings some of the great eclipse features to emacs developers. It is based on the eclim project, which provides eclipse features for vim.

Results 45 emacs-eclim issues
Sort by recently updated
recently updated
newest added

I have a root project and few sub projects ``` icon |---type-system |---libicon |---UIMAWrapper |---cds ``` where `icon` is the parent, and `libicon` is the core of whole project. `libicon`...

bug

Hi there. I have installed the following on my Fedora 25 workstation: eclipse in my home directory - after I removed the repository installation with dnf. eclim using the "Build...

When using the command `eclim-run-class` the output is displayed in the `*compilation*` buffer. However, when using the `eclim-java-run-run` the output is displayed in a different buffer. It it possible for...

emacs-eclim freezes when emacs generates auto-save-file, such as `#Main.java#`. `(setq auto-save-default nil)` solved it.

Hi, my emacs daemon appears to hang forever on startup when eclim is required. When I start up emacs (no daemon), it starts up as expected. It is possible I...

Emacs-eclim can not work on windows 7. I have installed vim on my PC, it can work correctly. ## emacs-eclim command log `C:/Work/worktools/eclipse_kepler/eclipse/eclim.bat -command project_by_resource -f c\:/Users/tangilin/Test.java` ## eclim output...

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...

bug

whenever i try to run **eclim-project-open** it displays an error like this > Invalid function: eclim/execute-command

- Fix wrong variable usage - Specify minimum Emacs version

I use `use-package` to load `emacs-eclim`. ``` lisp (use-package emacs-eclim :ensure t :config ;; Control `eclimd' from emacs (require 'eclimd) ) ``` But use-package can't load it correctly. Maybe `emacs-eclim-pkg.el`...