From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Optional argument for `file-local-copy' Date: Mon, 15 Dec 2014 08:41:23 +0100 Message-ID: <87lhm92wd8.fsf@gmx.de> References: <871tom5jou.fsf@gmx.de> <20141129140856.GA3752@acm.acm> <83a93aax58.fsf@gnu.org> <20141129153320.GC3752@acm.acm> <87d2853q5i.fsf@gmx.de> <87k32cbo06.fsf@gmx.de> <87k32ahzmt.fsf@gmx.de> <8761dtoidb.fsf@gmx.de> <87iohlhrsx.fsf@gmx.de> <8761dik0f5.fsf@gmx.de> <877fxuedjj.fsf@gmx.de> <87lhmaz4vv.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1418629329 11392 80.91.229.3 (15 Dec 2014 07:42:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2014 07:42:09 +0000 (UTC) Cc: Alan Mackenzie , Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 15 08:41:58 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y0QHy-0003tT-VP for ged-emacs-devel@m.gmane.org; Mon, 15 Dec 2014 08:41:55 +0100 Original-Received: from localhost ([::1]:38319 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0QHw-0002mZ-Fe for ged-emacs-devel@m.gmane.org; Mon, 15 Dec 2014 02:41:52 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0QHn-0002mP-OD for emacs-devel@gnu.org; Mon, 15 Dec 2014 02:41:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0QHh-0002Aa-Ru for emacs-devel@gnu.org; Mon, 15 Dec 2014 02:41:43 -0500 Original-Received: from mout.gmx.net ([212.227.17.21]:53378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0QHb-00029I-1v; Mon, 15 Dec 2014 02:41:31 -0500 Original-Received: from detlef.gmx.de ([87.146.44.173]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MGoU1-1YDuo12MOP-00Db9R; Mon, 15 Dec 2014 08:41:24 +0100 In-Reply-To: (Stefan Monnier's message of "Sun, 14 Dec 2014 17:37:14 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:+xsuDEFXXrJcH84zywkZJ9xW0YfjXNlvNpfOb0tdqiLuY8+fF0w N1Tt6X9ZZFw9sTDfRtknFbUgOxSX81HWOO1uFQ/iyD/rXeoiWE+u3r5k/C+S2fruFIha2Ct KXJSRMTU5dlQIWugfqfHC0FT3Br/XqTWlfnhJ+MOp0GPhBCOeExVffI/tcDzyGsCJARRzNH iiHn8HPq8RWtd5fr3anxA== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 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:180125 Archived-At: Stefan Monnier writes: > Right: the handler downloads into the cache, and then serves a copy from > the cache (so file-local-copy would always return a new file, but the > copy is local). OK, I'll implement this in Tramp next days. Afterwards, I'll check where to apply, for example in vc backends. > Stefan Best regards, Michael.