unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Rene Froger <renefroger.roeleert@gmail.com>
To: Samer Masterson <samer@samertm.com>
Cc: Eli Zaretskii <eliz@gnu.org>, emacs-devel@gnu.org
Subject: Re: Multiple Eshell process?
Date: Mon, 9 Nov 2015 23:12:07 +0100	[thread overview]
Message-ID: <CAL1koS+KTpzsPGeY1ve+PxNPChELY6uWx=tL709qiNEa62ExHw@mail.gmail.com> (raw)
In-Reply-To: <1447105481.2474060.434313369.5A479518@webmail.messagingengine.com>

[-- Attachment #1: Type: text/plain, Size: 1545 bytes --]

Thanks Samer Masterson, (eshell t) did do the trick, clever of you. It
solved even my question, where I thought you need a new Eshell process for
that.

2015-11-09 22:44 GMT+01:00 Samer Masterson <samer@samertm.com>:

> 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.
> >
>

[-- Attachment #2: Type: text/html, Size: 2243 bytes --]

  reply	other threads:[~2015-11-09 22:12 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
2015-11-09 22:12     ` Rene Froger [this message]
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='CAL1koS+KTpzsPGeY1ve+PxNPChELY6uWx=tL709qiNEa62ExHw@mail.gmail.com' \
    --to=renefroger.roeleert@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=samer@samertm.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).