This is something I read a while back, and have never been able to address.:
"Favorite editor? Hard to say. I'm mostly using XEmacs and it's quite ok. But
it's not my favorite. It lacks very useful editing features known from
MS-Windows IDE's, like showing a function's arguments when typing a call in
the code. This requries profound C++ parsing and understanding in real-time,
nothing you can do fast enough in lisp, unfortunately. So eventually, we have
to replace Emacs with a K-Tool, I guess." - Matthias Ettrich
http://www.kde.org/people/people.html
His desire for code completion, etc., is absolutely valid. His statement
regarding its not being a realistic goal for (X)Emacs, from my, less than
expert, perspective, is not correct. There are two reasons I say this. The
first is, it's based on the state of the technology at the time the statement
was made. The speed of computers continues to increase, so speed may become
less of an obsticle. The second reason is that (X)Emacs can be augmented by
C(/C++?) to provide the speed needed. I am not an expert programmer. (I'm
the guy the coders call when they can't get their code to talk to the MySQL
socket, and they've checked everything they know how.)
Any thoughts on this?
Steven