From: Michael Albinus <michael.albinus@gmx.de>
To: "Sean O'Rourke" <sorourke@cs.ucsd.edu>
Cc: emacs-devel@gnu.org
Subject: Re: Feature request: new function start-remote-process
Date: Sun, 17 Jun 2007 18:04:02 +0200 [thread overview]
Message-ID: <87odjepnyl.fsf@gmx.de> (raw)
In-Reply-To: <m23b0q4pb1.fsf@cs.ucsd.edu> (Sean O'Rourke's message of "Sun, 17 Jun 2007 07:40:34 -0700")
"Sean O'Rourke" <sorourke@cs.ucsd.edu> writes:
> Michael Albinus <michael.albinus@gmx.de> writes:
>> start-remote-process shall behave similar: if default-directory points
>> to a remote host, the corresponding program shall be executed there.
>
> This would be great for compiling programs, but from what I have
> seen, it has to be done carefully to avoid breaking things. For
> example, Tramp 2.1's current emulation interacts badly with
> `ediff-buffers', which will sometimes write temporary files
> locally, then try to diff them on the remote system. So it seems
> like it may be necessary to explicitly allow or prevent
> individual calls to start-process from being handled remotely.
That's exactly the reason of my proposal. The proof of concept in Tramp
2.1 did show this deficiency. With the new function, every package could
decide whether to apply start-process or start-remote-process.
A package like gnus shall always use start-process; it is unlikely to
use mail programs on a remote host. In contrary, compile shall use
start-remote-process - when default-directory is local, there is no
difference to the current behaviour.
> /s
Best regards, Michael.
PS: The problem with ediff has been worked around in Tramp's CVS version
already, because it disturbs me as well. But it is still a kludge.
next prev parent reply other threads:[~2007-06-17 16:04 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-17 13:45 Feature request: new function start-remote-process Michael Albinus
2007-06-17 14:40 ` Sean O'Rourke
2007-06-17 16:04 ` Michael Albinus [this message]
2007-06-25 18:49 ` Michael Albinus
2007-06-25 19:53 ` Richard Stallman
2007-06-25 20:00 ` David Kastrup
2007-06-25 21:37 ` Michael Albinus
2007-06-26 16:57 ` Richard Stallman
2007-06-26 18:57 ` Michael Albinus
2007-06-26 19:27 ` Michael Albinus
2007-06-26 15:17 ` Stefan Monnier
2007-06-27 10:37 ` Michael Albinus
2007-06-29 21:12 ` Michael Albinus
2007-06-30 2:40 ` Stefan Monnier
2007-06-30 8:43 ` Michael Albinus
2007-06-26 15:22 ` Stefan Monnier
2007-06-27 10:48 ` Michael Albinus
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=87odjepnyl.fsf@gmx.de \
--to=michael.albinus@gmx.de \
--cc=emacs-devel@gnu.org \
--cc=sorourke@cs.ucsd.edu \
/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.