all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#32404: Format fails to copy text properties from the format-string for adjacent %-sequences
@ 2018-08-09  0:30 Andrea Cardaci
  2018-08-09 15:10 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Andrea Cardaci @ 2018-08-09  0:30 UTC (permalink / raw)
  To: 32404

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-08-10  5:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-09  0:30 bug#32404: Format fails to copy text properties from the format-string for adjacent %-sequences Andrea Cardaci
2018-08-09 15:10 ` Eli Zaretskii
2018-08-09 20:25   ` Andrea Cardaci
2018-08-10  5:39     ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.