From: Samer Masterson <samer@samertm.com>
To: emacs-devel@gnu.org
Cc: eliz@gnu.org, renefroger.roeleert@gmail.com
Subject: Re: Multiple Eshell process?
Date: Mon, 09 Nov 2015 13:44:41 -0800 [thread overview]
Message-ID: <1447105481.2474060.434313369.5A479518@webmail.messagingengine.com> (raw)
In-Reply-To: <83bnb2nb11.fsf@gnu.org>
Eshell has sessions that you can use to have multiple eshells open at
the same time. You can start a new eshell session with "(eshell t)".
I have a function in my .emacs.d for starting new eshell sessions, which
I bind to "C-x M".
(defun my-new-eshell ()
(interactive)
(eshell t))
(global-set-key (kbd "C-x M") 'my-new-eshell)
-samer
On Mon, Nov 9, 2015, at 01:00 PM, Eli Zaretskii wrote:
> > Date: Mon, 9 Nov 2015 21:43:06 +0100
> > From: "Jesuz Networks Inc. " <renefroger.roeleert@gmail.com>
> >
> > When I'm compiling something in Eshell, of Importing my mail with offlinemap
> > tool, then I need to wait long time before a process in Eshell is finished and
> > I can use Eshell again.
> > As far as it seems, I could only run one Eshell process.
> >
> > This is somewhat inconvenient. For example, when you run a process in Guake
> > terminal, you can spawn another Guake terminal in a new tab and do your thing
> > while a process is still running in another tab.
> >
> > So I'm wondering if this could be possible with Eshell?
>
> Eshell is actually a Lisp program, and Emacs has only one Lisp
> thread. So no, this is not currently possible. It could be possible
> when we integrate the concurrency branch into Emacs, though. Maybe.
>
next prev parent reply other threads:[~2015-11-09 21:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-09 20:43 Multiple Eshell process? Jesuz Networks Inc.
2015-11-09 21:00 ` Eli Zaretskii
2015-11-09 21:37 ` Jesuz Networks Inc.
2015-11-10 8:56 ` joakim
2015-11-09 21:44 ` Samer Masterson [this message]
2015-11-09 22:12 ` Rene Froger
2015-11-09 21:07 ` Nicolas Semrau
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1447105481.2474060.434313369.5A479518@webmail.messagingengine.com \
--to=samer@samertm.com \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=renefroger.roeleert@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).