From: "Clément Pit--Claudel" <clement.pitclaudel@live.com>
To: 28595@debbugs.gnu.org
Subject: bug#28595: In mode-line-format, `:propertize' drops some existing text properties
Date: Sun, 24 Sep 2017 15:03:02 +0200 [thread overview]
Message-ID: <5fc2a28b-84e2-ad99-b0ea-47829ecceb11@live.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 680 bytes --]
Hi all,
Based on the docs, the three following forms should yield the same results:
(format-mode-line `(:propertize #("AB" 1 2 (x 0)) y 0))
(format-mode-line `(:propertize ("A" #("B" 0 1 (x 0))) y 0))
(format-mode-line '(:propertize ("A" (:propertize "B" x 0)) y 0))
But they don't:
(format-mode-line `(:propertize #("AB" 1 2 (x 0)) y 0))
=> #("AB" 0 2 (y 0)) ;; x 0 is dropped
(format-mode-line '(:propertize ("A" (:propertize "B" x 0)) y 0))
⇒ #("AB" 0 1 (y 0) 1 2 (x 0)) ;; y 0 is dropped on 1..2
(format-mode-line `(:propertize ("A" #("B" 0 1 (x 0))) y 0))
⇒ #("AB" 0 1 (y 0) 1 2 (y 0 x 0)) ;; Seems right
Am I misreading the docs?
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2017-09-24 13:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-24 13:03 Clément Pit--Claudel [this message]
2017-09-25 18:52 ` bug#28595: In mode-line-format, `:propertize' drops some existing text properties Eli Zaretskii
2017-09-25 23:10 ` Clément Pit--Claudel
2017-09-29 12:27 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5fc2a28b-84e2-ad99-b0ea-47829ecceb11@live.com \
--to=clement.pitclaudel@live.com \
--cc=28595@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).