GNU bug report logs -
#50560
28.0.50; 'insert-file-contents-literally' on multibyte buffers
Previous Next
Reported by: Augusto Stoffel <arstoffel <at> gmail.com>
Date: Mon, 13 Sep 2021 06:59:02 UTC
Severity: normal
Found in version 28.0.50
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 50560 <at> debbugs.gnu.org (full text, mbox):
On Mon, 13 Sep 2021 at 14:52, Eli Zaretskii <eliz <at> gnu.org> wrote:
>> From: Augusto Stoffel <arstoffel <at> gmail.com>
>> Date: Mon, 13 Sep 2021 08:58:06 +0200
>>
>> I thought 'insert-file-contents-literally' literally just inserted the
>> file contents, as bytes, but I noticed that in the following code
>>
>> (create-image
>> (with-temp-buffer
>> (set-buffer-multibyte nil)
>> (insert-file-contents-literally "picure.jpg")
>> (buffer-substring-no-properties (point-min) (point-max)))
>> nil t)
>>
>> the call to 'set-buffer-multibyte' is really essential.
>
> It is only essential for some very specific uses of the resulting
> buffer, but definitely not for all.
That's a good point. Maybe the issue is actually with 'create-image',
which seems to only work correctly when the data is passed as a unibyte
string, but gives no warning if you pass a multibyte one.
This bug report was last modified 3 years and 247 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.