help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Q on using shell mode remotely


From: Eli Zaretskii
Subject: Re: Q on using shell mode remotely
Date: Sat, 29 Jul 2006 11:33:04 +0300

> From: "Drew Adams" <drew.adams@oracle.com>
> Date: Fri, 28 Jul 2006 15:56:52 -0700
> 
> If Emacs can see the remote files, then Emacs (and ftp) could interface them
> to the local shell.

??? How would Emacs manage to do that?  Could you please describe how
can this work conceptually?

M-x shell simply runs a local shell as a subprocess, making its input
come from what you type in the buffer, and its output redirected to a
pipe that feeds the buffer.  But the program which does the job when
you type "cd" is still the local shell, not Emacs.  So it's the shell
that needs to support some kind of remote file syntax, or else Emacs
will have no way of communicating to the shell that it (the shell)
should work on remote files.




reply via email to

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