Steinar Bang
2006-11-22 19:48:16 UTC
There doesn't seem to have been any activity on this mailing list,
since October 2005. Is JEmacs still alive?
The reason I'm asking is that I wonder how much work it would be to
use it to create an emacs'ish editor plugin, ref.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=32589
Another thing I wonder about is how GNU Emacs compatible it is?
Ie. how much of the emacs lisp code created for GNU Emacs would it be
able to run?
I've been programming Java in Eclipse for the better part of a year
now, and I prefer to stick in the eclipse Java editor when writing
initial code, because it creates most of the boring code for me, and
it is very good at pointing out errors and in helping correcting them.
Eclipse also excels over emacs, is the way it presents the deeply
nested directory structures of Java packages.
However when I'm doing large scale editing I'm going back to emacs,
since it has much better search and replace, much better cut and paste
facilities and commands like `M-x occur RET' and `M-x grep RET' for
finding occurences of code snippets.
At least on linux, I'm (since yesterday) able to run emacsclient as
the system editor, which means that I can use the navigation
facilities of eclipse to find Java source files, and open them in
emacs.
But it would be nice to have something close to GNU Emacs integrated
as an eclipse editor...
since October 2005. Is JEmacs still alive?
The reason I'm asking is that I wonder how much work it would be to
use it to create an emacs'ish editor plugin, ref.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=32589
Another thing I wonder about is how GNU Emacs compatible it is?
Ie. how much of the emacs lisp code created for GNU Emacs would it be
able to run?
I've been programming Java in Eclipse for the better part of a year
now, and I prefer to stick in the eclipse Java editor when writing
initial code, because it creates most of the boring code for me, and
it is very good at pointing out errors and in helping correcting them.
Eclipse also excels over emacs, is the way it presents the deeply
nested directory structures of Java packages.
However when I'm doing large scale editing I'm going back to emacs,
since it has much better search and replace, much better cut and paste
facilities and commands like `M-x occur RET' and `M-x grep RET' for
finding occurences of code snippets.
At least on linux, I'm (since yesterday) able to run emacsclient as
the system editor, which means that I can use the navigation
facilities of eclipse to find Java source files, and open them in
emacs.
But it would be nice to have something close to GNU Emacs integrated
as an eclipse editor...