emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Optional argument for `file-local-copy'


From: Stefan Monnier
Subject: Re: Optional argument for `file-local-copy'
Date: Sun, 14 Dec 2014 17:37:14 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> So maybe the better option is to do the caching on the handler-side.
>> But there's no need for any changes to file-local-copy for that.
> Do you mean we don't need the REUSE-IF-ALREADY-EXISTS argument, and
> file-local-copy shall always cache?

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).


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]