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: Tue, 30 Aug 2016 11:20:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> Michael added:
>> 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.
>
> Of course we can't cksum the buffer without first encoding it.  Also,
> this would require a cksum on files.  Is there a reliably-available
> cksum operation we could run on files?

We don't have crc32 on lisp level (this is what the cksum program
uses). But there is md5, maybe it could be used instead. I'm not so
familiar with hash algorithms, so I don't know whether this is good
enough.

>         Stefan

Best regards, Michael.



reply via email to

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