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

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

[debbugs-tracker] bug#32404: closed (Format fails to copy text propertie


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32404: closed (Format fails to copy text properties from the format-string for adjacent %-sequences)
Date: Fri, 10 Aug 2018 05:40:02 +0000

Your message dated Fri, 10 Aug 2018 08:39:10 +0300
with message-id <address@hidden>
and subject line Re: bug#32404: Format fails to copy text properties from the 
format-string for adjacent %-sequences
has caused the debbugs.gnu.org bug report #32404,
regarding Format fails to copy text properties from the format-string for 
adjacent %-sequences
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32404: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32404
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Format fails to copy text properties from the format-string for adjacent %-sequences 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


Andrea



--- End Message ---
--- Begin Message --- Subject: Re: bug#32404: Format fails to copy text properties from the format-string for adjacent %-sequences Date: Fri, 10 Aug 2018 08:39:10 +0300
> From: Andrea Cardaci <address@hidden>
> Date: Thu, 9 Aug 2018 22:25:26 +0200
> Cc: address@hidden
> 
> > Thanks, I believe I fixed this on the emacs-26 branch.
> 
> Yes, I just tried and it seems to work. Thank you so much for the
> prompt response and fix.

Thanks for verifying, I'm therefore closing this bug.


--- End Message ---

reply via email to

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