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: Remote TCP server through ssh tunnel Date: Tue, 26 Oct 2010 00:05:13 -0400 Message-ID: <9C444BFB-BA0A-4D77-98A0-93E6A7EED1DB@raeburn.org> References: <87k4l7mta3.fsf_-_@fulla.xlab.taz> <878w1m5tdw.fsf@ginnungagap.bsc.es> <87eibednv1.fsf@ginnungagap.bsc.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1288067119 8547 80.91.229.12 (26 Oct 2010 04:25:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2010 04:25:19 +0000 (UTC) Cc: Peter Oliver , Emacs Developers To: =?iso-8859-1?Q?Llu=EDs?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 26 06:25:18 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PAb63-0003Kr-8G for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2010 06:25:15 +0200 Original-Received: from localhost ([127.0.0.1]:38790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAb62-0006Nv-Od for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2010 00:25:14 -0400 Original-Received: from [140.186.70.92] (port=46271 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAawl-0003dc-HQ for emacs-devel@gnu.org; Tue, 26 Oct 2010 00:15:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAan8-0006bd-0v for emacs-devel@gnu.org; Tue, 26 Oct 2010 00:05:43 -0400 Original-Received: from splat.raeburn.org ([69.25.196.39]:50569 helo=raeburn.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAan0-0006bQ-Cb for emacs-devel@gnu.org; Tue, 26 Oct 2010 00:05:41 -0400 Original-Received: from bang.hsd1.ma.comcast.net (c-98-216-239-22.hsd1.ma.comcast.net [98.216.239.22]) by raeburn.org (8.14.3/8.14.1) with ESMTP id o9Q45IMA016611; Tue, 26 Oct 2010 00:05:18 -0400 (EDT) In-Reply-To: <87eibednv1.fsf@ginnungagap.bsc.es> X-Mailer: Apple Mail (2.1081) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:132117 Archived-At: On Oct 25, 2010, at 16:22, Llu=EDs wrote: > In any case, thanks a lot for your answers, at least now I can tell my > work mate that this is one of the few things that his shiny new emacs > cannot do :) Blasphemy! :-) If you're interested in speeding up X11 sessions, I was pretty happy = with dxpc years ago (and implemented an option to have it forcibly set = the "backing store" option of all visible windows, to reduce refreshes); = NX looks like an interesting option too. >> Anyway, as people have mentioned, I think you should look into Tramp. >=20 > Well, he told me that tramp was just "too slow" when saving files. I > don't know if this can be optimized. It's slower than operating on local files, certainly, but I haven't been = annoyed with it enough to look much into speeding it up. It does = appears that Tramp supports using rsync; that may be faster for sending = back large files to which you've made small changes, especially combined = with the SSH connection multiplexing you've already got. In my = experience, the default seems to be to use scp, so explicitly selecting = rsync may be necessary. Ken=