From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Q on using shell mode remotely Date: Sat, 29 Jul 2006 11:33:04 +0300 Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1154162005 20389 80.91.229.2 (29 Jul 2006 08:33:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Jul 2006 08:33:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 29 10:33:24 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G6kGA-0004ZT-1v for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Jul 2006 10:33:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6kG9-0005hp-FM for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Jul 2006 04:33:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6kFx-0005hT-J8 for help-gnu-emacs@gnu.org; Sat, 29 Jul 2006 04:33:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6kFt-0005gw-Ug for help-gnu-emacs@gnu.org; Sat, 29 Jul 2006 04:33:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6kFt-0005gt-Qr for help-gnu-emacs@gnu.org; Sat, 29 Jul 2006 04:33:05 -0400 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6kI4-0007Fw-G4 for help-gnu-emacs@gnu.org; Sat, 29 Jul 2006 04:35:20 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-215-112.inter.net.il [84.228.215.112]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id ACK20573 (AUTH halo1); Sat, 29 Jul 2006 11:33:03 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:36362 Archived-At: > From: "Drew Adams" > 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.