emacs-devel
[Top][All Lists]
Advanced

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

Re: Don't complain about changed file when it hasn't changed


From: Michael Albinus
Subject: Re: Don't complain about changed file when it hasn't changed
Date: Mon, 29 Aug 2016 08:44:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Clément Pit--Claudel <address@hidden> writes:

>>> Also, maybe this should be predicated on a test for small-enough
>>> files? For large-ish files, it could make things slow.
>>
>> Memory is very fast these days, and compare-buffer-substrings is efficient.
>
> I was concerned about insert-file-contents :)

Same concern here, for remote files. For large remote files I would
prefer a cksum call, if possible. But maybe we shall profile this, first.



reply via email to

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