View Single Post
Posts: 13 | Thanked: 86 times | Joined on Nov 2012
#10
Originally Posted by dfdfdf View Post
Hello,
I just installed it, works fine but the menus go some strange background.
I have noticed some visual glitches with some GUI elements. I personally keep the tool bar and menu bar hidden (you can toggle with M-x tool-bar-mode and M-x menu-bar-mode)

How can I run my program in it?
If I create .C file, how can I run it to test how it works?
in original emacs I use 'gcc file.c' then I do './a.exe' to run
How can I do it here?
It should work pretty much the same way (provided you have gcc installed of course). Just invoke gcc via M-x compile.
 

The Following 2 Users Say Thank You to mtvoid For This Useful Post: