emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature request: new function start-remote-process


From: Sean O'Rourke
Subject: Re: Feature request: new function start-remote-process
Date: Sun, 17 Jun 2007 07:40:34 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin)

Michael Albinus <address@hidden> 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.

/s




reply via email to

[Prev in Thread] Current Thread [Next in Thread]