0xAX
0xAX

Reputation: 21817

GNU/Emacs for gtk+ programming

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

Answers (2)

Bozhidar Batsov
Bozhidar Batsov

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

Alex Ott
Alex Ott

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

Related Questions