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

add support to read source in jar file. #271

Closed jingtaozf closed 8 years ago

jingtaozf commented 8 years ago

Now emacs-eclim can read source file in the jar file,just like it has been done in vim.

gopar commented 8 years ago

Hey @jingtaozf Mind putting this PR over on https://github.com/emacs-eclim/emacs-eclim? Thanks

jingtaozf commented 8 years ago

Why not push it to https://github.com/emacs-eclim/emacs-eclim?

Thanks.

ovy commented 8 years ago

I fixed this too before finding this issue. My very small PR is at

https://github.com/emacs-eclim/emacs-eclim/pull/23

jingtaozf commented 8 years ago

good to know. :)