bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#64697: 29.0.92: cannot paste NUL on macOS (regression from Emacs 28)


From: Mattias Engdegård
Subject: bug#64697: 29.0.92: cannot paste NUL on macOS (regression from Emacs 28)
Date: Tue, 18 Jul 2023 10:30:38 +0200

In Emacs 29, text pasted from the clipboard on macOS will be truncated if 
containing NULs.

Reproduction: copy text with NUL in the middle from Emacs 28 (or any other 
application), and paste into Emacs 29.

This was probably caused by 7e3c2b553f, where construction of a Lisp string was 
changed from make_string to build_string.

Suggested patch attached. If valid, would it qualify for emacs-29?

Attachment: lispString.diff
Description: Binary data


reply via email to

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