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

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

bug#32404: Format fails to copy text properties from the format-string f


From: Eli Zaretskii
Subject: bug#32404: Format fails to copy text properties from the format-string for adjacent %-sequences
Date: Thu, 09 Aug 2018 18:10:16 +0300

> From: Andrea Cardaci <cyrus.and@gmail.com>
> Date: Thu, 9 Aug 2018 02:30:55 +0200
> 
> Basically what the title says, take a look at this example:
> 
> (format (concat (propertize "%s" 'face 'bold)
>                 "" ; any non-empty string works
>                 (propertize "%s" 'face 'error))
>         "foo" "bar")
> #("foobar" 0 6 (face bold))
> 
> This has also been described at https://emacs.stackexchange.com/q/43960/13744

Thanks, I believe I fixed this on the emacs-26 branch.





reply via email to

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