From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: Emacs as a C Programming IDE Configuration? Date: Mon, 23 May 2011 09:50:04 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <878vtx3203.fsf@lifelogs.com> References: <430fcda1-6ad7-4078-baf8-58608a30c302@glegroupsg2000goo.googlegroups.com> <8762pksl93.fsf@kuiper.lan.informatimago.com> <87aaevet0y.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1306269466 23883 80.91.229.12 (24 May 2011 20:37:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 20:37:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 24 22:37:42 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 1QOyMH-0008Mg-R7 for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 22:37:41 +0200 Original-Received: from localhost ([::1]:39541 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOyMH-0004lh-84 for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 16:37:41 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!kanaga.switch.ch!news-zh.switch.ch!switch.ch!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!news.mixmin.net!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-X-Trace: news.albasani.net +WRp1EqNuYM6Ocvm5tvidKGFl2kgyGPSLNxIU30eJXwp+YryOwTno31ntEPXX2zJuklfgPeRvJSTWNLoYDnT7I6Y8t+1+ggLkd9L2kdMGrrtkLmccveT0HXgDaz/ADas Original-NNTP-Posting-Date: Mon, 23 May 2011 14:50:04 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="zWRZJZb0/k3xPNnyKkFFsh667NOZVGfgxXK5jTXOCN5JunwPnmPI/A++mWEIEKf0qwugAh5tDMXLgzslNm40x3leAhjxK3MN8wLkg65tg5SNW8qt4MfLhrB3JIJOR646"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:/WNrm9AEwrc1cdhAN8KLCmM+Ryc= sha1:Q7yw7445PgwE+HzwaTlW63uaVCo= Original-Xref: usenet.stanford.edu gnu.emacs.help:186891 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:81210 Archived-At: On Sat, 21 May 2011 23:27:58 +0000 (UTC) dkcombs@panix.com (David Combs) wrote: DC> In article <87aaevet0y.fsf@lifelogs.com>, DC> Ted Zlatanov wrote: >> Let's not forget eshell, the Adventure shell, and zsh. DC> I tried eshell once, never quite got what the advantages DC> were. It runs Emacs Lisp. DC> Adventure shell: never heard of it -- from a bit of googling it DC> seems that you do shell commands as part of playing a GAME? When DC> I'm trying to get something *done*? Can someone please elaborate a DC> bit? Thanks. Heh heh. I see you didn't spend half your college years playing Nethack. DC> So what's wrong with tcsh, with tons of aliases? Seems pretty DC> optimum to me! (But am very willing to be educated on alternatives, DC> as long as I can understand the true advantages.) tcsh is not terrible, but once you try zsh, especially its completion mechanism, any other shell seems underpowered. zmv is very nice, too (a built-in mass renaming mechanism). Ted