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

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

Re: format padding and text properties


From: Lars Magne Ingebrigtsen
Subject: Re: format padding and text properties
Date: Wed, 22 Jun 2016 10:20:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> (setq ss "bubba")
> (put-text-property 0 (length ss) 'face 'my-face ss)
> (format "%10s" ss)
>
> --> #("      bubba" 0 5 (face my-face))

Is this with an up-to-date trunk?  This should have been fixed a few
weeks ago:

commit 1c09423880e1c48d6ba02a196430e829d1d87d57
Author: Eli Zaretskii <eliz@gnu.org>
Date:   Thu Jun 9 16:52:08 2016 +0300

    Fix copying text properties by 'format'


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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