From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: Emacs as a C Programming IDE Configuration? Date: Thu, 26 May 2011 16:56:46 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <430fcda1-6ad7-4078-baf8-58608a30c302@glegroupsg2000goo.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1306422032 30592 80.91.229.12 (26 May 2011 15:00:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 May 2011 15:00:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 26 17:00:27 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QPc2x-0005M7-Rp for geh-help-gnu-emacs@m.gmane.org; Thu, 26 May 2011 17:00:23 +0200 Original-Received: from localhost ([::1]:41768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPc2x-0006SQ-I0 for geh-help-gnu-emacs@m.gmane.org; Thu, 26 May 2011 11:00:23 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPc2q-0006S3-FE for help-gnu-emacs@gnu.org; Thu, 26 May 2011 11:00:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPc2l-0002bM-Nt for help-gnu-emacs@gnu.org; Thu, 26 May 2011 11:00:16 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:36043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPc2l-0002bB-J4 for help-gnu-emacs@gnu.org; Thu, 26 May 2011 11:00:11 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QPc2g-00058M-RR for help-gnu-emacs@gnu.org; Thu, 26 May 2011 17:00:06 +0200 Original-Received: from 109.76.185.191 ([109.76.185.191]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 May 2011 17:00:06 +0200 Original-Received: from rileyrg by 109.76.185.191 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 May 2011 17:00:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 109.76.185.191 User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:YKeIgKyOoZdEtMoNekrntqoTEg8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81253 Archived-At: despen@verizon.net writes: > Jorgen Grahn writes: > >> I get the feeling you have other requirements which I haven't >> understood yet. Doing one 'M-x shell' doesn't seem to me like >> something that has to be automated. > > More important, a true emacs user has little need for a shell. > > The Makefile should launch any tests needed. > I dont agree with that sweeping statement at all. I use shell ALL the time. Possibly you mean dont need the shell for compiling? In that case I would agree that emacs has enough interfaces to make and gcc format errors etc to make the shell redundant in that respect.