From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Hansen Newsgroups: gmane.emacs.devel Subject: Re: Tramp default method Date: Mon, 06 Nov 2006 15:52:26 +0100 Message-ID: <454F4C2A.8030605@soem.dk> References: <4544AA3E.9020804@soem.dk> <87k629dds3.fsf@gmx.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162825331 23568 80.91.229.2 (6 Nov 2006 15:02:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Nov 2006 15:02:11 +0000 (UTC) Cc: Michael Albinus , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 06 16:02:08 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gh5qE-0006np-1Q for ged-emacs-devel@m.gmane.org; Mon, 06 Nov 2006 15:52:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gh5qD-0002dS-LY for ged-emacs-devel@m.gmane.org; Mon, 06 Nov 2006 09:52:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gh5q2-0002bx-El for emacs-devel@gnu.org; Mon, 06 Nov 2006 09:52:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gh5py-0002TL-HW for emacs-devel@gnu.org; Mon, 06 Nov 2006 09:52:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gh5py-0002T4-DK for emacs-devel@gnu.org; Mon, 06 Nov 2006 09:52:34 -0500 Original-Received: from [195.184.96.12] (helo=smtp.webpartner.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gh5pw-0007bz-QI; Mon, 06 Nov 2006 09:52:33 -0500 Original-Received: from [10.17.0.30] (unknown [85.235.249.242]) by smtp.webpartner.dk (Postfix) with ESMTP id 825F3938DAD; Mon, 6 Nov 2006 15:52:07 +0100 (CET) User-Agent: Debian Thunderbird 1.0.2 (X11/20060926) X-Accept-Language: en-us, en Original-To: rms@gnu.org In-Reply-To: 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:61865 Archived-At: Richard Stallman wrote: >So how about making the default be "ssh for a file under 10k, scp for >larger files"? > > Checking the file size before copying is an extra overhead when the file is remote.