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: leaving comint.el for a better emacs shell Date: Fri, 13 May 2011 17:34:34 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87liyap6v9.fsf@lifelogs.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1306269349 23008 80.91.229.12 (24 May 2011 20:35:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 20:35:49 +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:35:46 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 1QOyKO-0006ya-Rm for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 22:35:44 +0200 Original-Received: from localhost ([::1]:45082 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOyKO-0001fv-Bi for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 16:35:44 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!feeder.erje.net!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-X-Trace: news.albasani.net RTbxbpC8Y0kYHrxkYDsUQgWZk40mWFj5nHfyUfHaeCy5cQPrMZeBUoiYs3yhOvEd2e2K/NtTguNGGbz3wr6LkTJ9an0/Z7YgVjWdKidbO5Gp2ptpVEMkJ2OOnr3LwHJw Original-NNTP-Posting-Date: Fri, 13 May 2011 22:34:35 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="xQTb70UHXA0Cz2BXbFZsKWKmJMf2d4djdye6yNHsO7TZ5cMpdOldKS56DqydSLXMd+33Oj2HdPOoDjQs+tZBmoLxhDGa1omIF5h5BCkL2CL8Do4x65lClewvqY/MS7cB"; 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:u6ldGDM9uYtjZKKSKNy+WOLbA9U= sha1:e7DJAvcTC50O8NNq46y7q2hBv+s= Original-Xref: usenet.stanford.edu gnu.emacs.help:186853 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:81204 Archived-At: On Fri, 13 May 2011 14:46:41 -0700 (PDT) Terrence Brannon wrote: TB> I would like to have a shell which TB> 1. allows me to have multiple shells, with descriptive names, based TB> on the current working directory of the buffer I am in TB> 2. opens shells on remote machines, should the current working TB> directory be on a machine I have accessed via tramp eshell does 1 and 2. TB> Eshell sounds neat, but I dont think it sources .bashrc files, does TB> it? Why do you need to source bashrc files? Do you need aliases, functions, prompts? Ted