senny / emacs-eclim

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.
http://www.emacswiki.org/emacs/EmacsEclim
587 stars 102 forks source link

eclim freezes by auto-save-file #276

Closed tsukimizake closed 1 year ago

tsukimizake commented 8 years ago

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

sandric commented 8 years ago

Yes, I experience the same.

jchaffin commented 7 years ago

I have this problem as well. I will give that snippet a try.

mwillsey commented 7 years ago

Same, this workout worked for me.

squarepegsys commented 7 years ago

Same here, fwiw

nloyola commented 7 years ago

Development of this package moved to emacs-eclim/emacs-eclim. Are you using the version published by that repository?

squarepegsys commented 7 years ago

I had the problem and Google brought me here. :) I didn't realize that I was in the wrong github. And I installed it from MELPA, so I assume it's the official one (not yours)

nloyola commented 7 years ago

What is the version number on the package you downloaded?

squarepegsys commented 7 years ago

it's eclim-20170328.1807

nloyola commented 7 years ago

I cannot reproduce this error with Emacs 25.2.1 on Ubuntu 17.04 and Eclim version 20170328.1807.

What version of Emacs? What operating system are you running? Please reply to these questions in the issue in the new repository at: emacs-eclim/emacs-eclim#56.

nloyola commented 7 years ago

I committed change emacs-eclim/emacs-eclim@1d0ac3f that may fix this issue. The package will be updated to Melpa soon. Please let me know if it fixes your problem.