tags:

views:

57

answers:

2

Hello,

I want to start C/gtk+ programming in GNU/Emacs. Where can i find manual, how to configure GNU/Emacs for C and gtk+ programming. I want to make GNU/Emacs IDE for gtk+ programming

Thank you.

+1  A: 

I'm not sure about Gtk+, but you could use CEDET + company-mode or auto-complete to do this - at least it works fine with standard C/C++ libraries

Alex Ott
A: 

You don't need any particular setup. cc-mode is probably all you'll need, but if you'd like to create some fancier environment, you'd probably want to heed Alex's suggestion.

Bozhidar Batsov