<p>There is a lot that modern IDEs do well, but uncluttered writing space isn’t one of them. Once you add the various views of your project, the debug window, the source control window and various other important panes you’re left with a tiny viewport into your code. The visual clutter can be disabled of course, but you’ll get it back sooner or later. When you switch back to debug mode or build mode, for example.</p>
<p>See here: <a href="http://comments.gmane.org/gmane.emacs.devel/137021">Emacs development</a></p>
<p>It’s been mentioned in several places that GNU Emacs versions sometime after 23.1.50 do come with an integrated version of CEDET. While I think that’s a superb idea it unfortunately managed to break my setup, which relies on a common set of emacs-lisp files that I hold under version control and distribute across the machines I work on. Those machines have different versions of GNU-based Emacsen (pure GNU, Emacs/W32, Carbon Emacs etc) so I can’t rely on the default CEDET.…
<p>Yeah, yeah, I’m somewhat behind the curve again. Anyway, for those who, like me, do like the power of <a href="http://cedet.sourceforge.net/">CEDET</a> in their Emacsen, it appears that -pre7 has now been available for a little while.</p>