Reputation: 21817
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.
Upvotes: 0
Views: 856
Reputation: 56595
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.
Upvotes: 0
Reputation: 87144
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
Upvotes: 1