What is the most efficient way to run programs in Emacs after M-x compile 'ing.

Posted by Samuel Chase on Stack Overflow See other posts from Stack Overflow or by Samuel Chase
Published on 2010-03-26T18:07:56Z Indexed on 2010/03/26 18:23 UTC
Read the original article Hit count: 541

Filed under:
|
|

I have started using M-x compile to compile programs in say, C.

What is the most efficient way to run the executable e.g. a.out. At the moment I'm using M-! ./a.out. Basically, what is the best code-compile-run procedure to follow?

Almost all the tutorials mention how compilation is done, but I haven't seen one which addressed this issue?

Thanks, Samuel

© Stack Overflow or respective owner

Related posts about emacs

Related posts about programming