GNU bug report logs -
#26291
In mode-line-format, `:propertize' drops some existing text properties
Previous Next
Reported by: Clément Pit-Claudel <cpitclaudel <at> gmail.com>
Date: Wed, 29 Mar 2017 02:40:01 UTC
Severity: minor
Tags: moreinfo
Merged with 28595
Found in version 26.0.60
Fixed in version 26.1
Done: Clément Pit--Claudel <clement.pitclaudel <at> live.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Clément Pit-Claudel <cpitclaudel <at> gmail.com>
> Date: Tue, 28 Mar 2017 19:42:02 -0400
>
> (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?
Which docs were you reading that led you to believe the above should
work?
(And btw, why did you use backticks here? I don't think they are
needed in this case.)
This bug report was last modified 7 years and 239 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.