all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Andreas Politz <politza@fh-trier.de>
Cc: 13677@debbugs.gnu.org
Subject: bug#13677: 24.2.50; workng on remote hosts with eshell is not very enjoyable
Date: Sun, 10 Feb 2013 21:58:34 +0100	[thread overview]
Message-ID: <87y5ev998l.fsf@gmx.de> (raw)
In-Reply-To: <87txpkgjxk.fsf@fh-trier.de> (Andreas Politz's message of "Sun, 10 Feb 2013 18:25:43 +0100")

Andreas Politz <politza@fh-trier.de> writes:

> emacs -Q
> M-x eshell
> cd /ssh:somehost.com:
> stat .
> stat .
> ...
>
> Every stat command starts a new tramp process, which, in my case, takes
> about 3-4 seconds to get going and renders eshell fairly useless for
> this kind of work. 
>
> Can this be changed such that eshell uses start-file-process only if the
> command results in a background process and use process-file otherwise ?

I fear that is not possible in general. The command could be
interactive, requiring user input. This would not be possible with
process-file.

And eshell does not know in advance, whether an external command runs
interactively.

> Andreas

Best regards, Michael.





  reply	other threads:[~2013-02-10 20:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-10 17:25 bug#13677: 24.2.50; workng on remote hosts with eshell is not very enjoyable Andreas Politz
2013-02-10 20:58 ` Michael Albinus [this message]
2013-02-11  1:54   ` Stefan Monnier
2013-02-13 16:32     ` Michael Albinus
2013-02-13 16:55       ` Andreas Politz
2015-02-20 17:01 ` bug#13677: have a second connection for interactive eshell cmds (to avoid long handshaking) Ivan Zakharyaschev

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y5ev998l.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=13677@debbugs.gnu.org \
    --cc=politza@fh-trier.de \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.