tags:

views:

428

answers:

3
+3  Q: 

Emacs and C++

Once again it is time to clean up my emacs setup. Before I go cleaning it up, are there any packages that you would recommend above and beyond c++-mode, cedet, ecb, speedbar etc. ? Especially stuff that's new in the last five years.

+1  A: 

This could be helpful!

J Cooper
A: 

I use msf-abbrevs package for inserting code snippets as i type special code words - something like for, if, etc, but with highliting of positions, that should be filled out, and moving between them with TAB key

Alex Ott
A: 

You might like some of the stuff I added for C programming including splint, cdecl, scons support in making projects and xcscope.

http://richardriley.net/default/projects/emacs/dotprogramming

Richard Riley