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

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

bug#23730: 24.5; format removes text properties


From: ynyaaa
Subject: bug#23730: 24.5; format removes text properties
Date: Thu, 09 Jun 2016 11:07:01 +0900

Eli Zaretskii <eliz@gnu.org> writes:

>The documentation only promises that the characters
>_other_ than the format specifier are copied with their properties,

Text properties after the format spericifier are copied
with wrong positions.

(format (concat (propertize "%2d" 'x 'X)
                (propertize "a" 'a 'A)
                (propertize "b" 'b 'B))
        1)
=>#(" 1ab" 0 1 (a A) 1 2 (b B))





reply via email to

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