From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: Emacs in the Cloud Date: Tue, 26 Jul 2011 08:11:31 +0200 Message-ID: <87oc0hk1v0.fsf@engster.org> References: <87y5zm8qw7.fsf@hi-media-techno.com> <87vcuqouvk.fsf@olgas.newt.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1311660775 19818 80.91.229.12 (26 Jul 2011 06:12:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Jul 2011 06:12:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 26 08:12:51 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qlasr-0006AB-CQ for ged-emacs-devel@m.gmane.org; Tue, 26 Jul 2011 08:12:49 +0200 Original-Received: from localhost ([::1]:38997 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlasq-0004s8-Nm for ged-emacs-devel@m.gmane.org; Tue, 26 Jul 2011 02:12:48 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlaso-0004rz-9O for emacs-devel@gnu.org; Tue, 26 Jul 2011 02:12:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qlasn-0004lC-64 for emacs-devel@gnu.org; Tue, 26 Jul 2011 02:12:46 -0400 Original-Received: from v3-1008.vxen.de ([79.140.41.8]:54220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlasm-0004kL-Rx for emacs-devel@gnu.org; Tue, 26 Jul 2011 02:12:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:To:From; bh=2/jpkVt6KFW+x0HcCNU/75FfbU+S+A97A+nUelqrrNU=; b=RJVsQCDnR8rIkrA1vgVGtYZ/3iT3SVCfkE9B4khh5NpiFlykSuBl5i2pZlh0dua7zRKQDZP2tiVrKzot2+lQ9zsJZ/j6pU7VKTAqmP5UlcKgvVgLVLDfzV32lAz9dFwR; Original-Received: from dslc-082-082-165-201.pools.arcor-ip.net ([82.82.165.201] helo=spaten) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Qlasf-0000Zn-LU for emacs-devel@gnu.org; Tue, 26 Jul 2011 08:12:37 +0200 In-Reply-To: <87vcuqouvk.fsf@olgas.newt.com> (Bill Wohler's message of "Mon, 25 Jul 2011 15:31:11 -0700") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Mail-Followup-To: emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 79.140.41.8 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142301 Archived-At: Bill Wohler writes: > I've used tramp for opening files, but it seems that it would be painful > if impossible for replacing an interactive shell session. Can you use it > this way? In eshell you can do cd /ssh:somemachine: df and it will call 'df' remotely. This of course involves some serious trickery with redirecting stdout to files and transferring them, and even with a shared ssh connection this is way slower than using a terminal directly. Still, it's pretty impressive and something I use regularly. > I could not live without terminal-based Emacs (and emacsclient -nw). Well, me neither. -David