Petr Konecny <pekon(a)informatics.muni.cz> writes:
>> Thanks for explanation. Then I think the original patch
(see thread
>> in xemacs-patches) is correct. Am I wrong ?
H> Isn't package-get stuff supposed to work with EFS? Does
H> `insert-file-contents-literally' grok EFS?
My problem is not with downloading the package, but with computing
its md5 sum. The file is stored into /tmp and then loaded into a
buffer with insert-file-content-internal. But since my language
environment is Latin-2 (...),
I understand all that, I just want to make sure that your proposed fix
doesn't break something else.
I am not sure that this call to insert-file-contents-literally even
needs to work with EFS; Jan might know that.