help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs as a C Programming IDE Configuration?


From: Jorgen Grahn
Subject: Re: Emacs as a C Programming IDE Configuration?
Date: Tue, 24 May 2011 20:02:11 -0000
User-agent: slrn/pre1.0.0-18 (Linux)

On Mon, 2011-05-09, despen@verizon.net wrote:
...
> Anyway, just about everything I do is Makefile based.  I see lots of
> people use Makefiles for the compile phase but I find  that the test
> phase is intricately linked to the development phase and I combine both
> operations.

Agreed. "make check" should rebuild the automated tests if needed, and
execute them.

> It works for me and it works well, so I'll continue to push the viewpoint
> unless someone can explain why it's better to jump into M-x shell and
> start firing off random commands

That's quite a big leap from "the Makefile should run the unit tests"
to "there is nothing you may want to do in a shell".

> as if they may never have to issue them again

Modern shells (at least tcsh, bash and zsh) have persistent history
and incremental search.  I rarely have to type a complex command
from scratch, if I did something similar in the past few weeks.

/Jorgen

-- 
  // Jorgen Grahn <grahn@  Oo  o.   .  .
\X/     snipabacken.se>   O  o   .


reply via email to

[Prev in Thread] Current Thread [Next in Thread]