[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: leaving comint.el for a better emacs shell
From: |
Ted Zlatanov |
Subject: |
Re: leaving comint.el for a better emacs shell |
Date: |
Fri, 13 May 2011 17:34:34 -0500 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) |
On Fri, 13 May 2011 14:46:41 -0700 (PDT) Terrence Brannon
<thequietcenter@gmail.com> 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