From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.emacs.devel Subject: Re: Emacs in the Cloud Date: Tue, 26 Jul 2011 02:07:21 -0400 Message-ID: <8C4D382A-D3FB-435B-9739-EB1AE3F3E6B8@raeburn.org> References: <87y5zm8qw7.fsf@hi-media-techno.com> <87vcuqouvk.fsf@olgas.newt.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1311660461 18128 80.91.229.12 (26 Jul 2011 06:07:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Jul 2011 06:07:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bill Wohler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 26 08:07:37 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 1Qlanp-0004yE-15 for ged-emacs-devel@m.gmane.org; Tue, 26 Jul 2011 08:07:37 +0200 Original-Received: from localhost ([::1]:41546 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlano-0004CX-7R for ged-emacs-devel@m.gmane.org; Tue, 26 Jul 2011 02:07:36 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlanh-0004Bm-RC for emacs-devel@gnu.org; Tue, 26 Jul 2011 02:07:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qlanc-0003ds-Vx for emacs-devel@gnu.org; Tue, 26 Jul 2011 02:07:29 -0400 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:36990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlanc-0003aR-Tb for emacs-devel@gnu.org; Tue, 26 Jul 2011 02:07:24 -0400 Original-Received: by qwa26 with SMTP id 26so68484qwa.0 for ; Mon, 25 Jul 2011 23:07:23 -0700 (PDT) Original-Received: by 10.224.206.133 with SMTP id fu5mr2518394qab.219.1311660443678; Mon, 25 Jul 2011 23:07:23 -0700 (PDT) Original-Received: from squish.raeburn.org (c-24-128-48-142.hsd1.ma.comcast.net [24.128.48.142]) by mx.google.com with ESMTPS id w12sm118499qct.0.2011.07.25.23.07.21 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Jul 2011 23:07:22 -0700 (PDT) In-Reply-To: <87vcuqouvk.fsf@olgas.newt.com> X-Mailer: Apple Mail (2.1084) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.41 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:142300 Archived-At: On Jul 25, 2011, at 18:31, Bill Wohler wrote: >> What about using tramp in such cases? >=20 > 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? There's an ssh-mode out there I tracked down once, which runs ssh in a = buffer (much like shell mode). It's not bad, though someday I want to = do a little work on the tramp interaction. I don't know the copyright = status of it, but it seems like it'd be a good addition to either Emacs = or ELPA. Ken=