xiaohanyu / oh-my-emacs

[Stopped] Provide an awesome, out-of-box, literate dotemacs for both newbies and nerds.
BSD 3-Clause "New" or "Revised" License
705 stars 141 forks source link

For java part, I think eclimd should not be used in emacs #168

Closed caoyuanqi closed 8 years ago

caoyuanqi commented 8 years ago

The eclimd in emacs is a little buggy when it is running inside emacs, I think we should run it outside emacs, I can not successfully run it inside emacs without crash emacs

xiaohanyu commented 8 years ago

@caoyuanqi In my opinion, eclipse and eclimd both have some weird bugs which is hard to track and handle. I prefer to use Jetbrains' IDE to write Java code when necessary. And use eclimd as a simple experimental tool.

caoyuanqi commented 8 years ago

@xiaohanyu Yes, I agree with you, java is not a friend of Emacs