this post was submitted on 12 Sep 2024
8 points (100.0% liked)

Emacs

2159 readers
2 users here now

Our infinitely powerful editor.

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] nmtake@lemm.ee 4 points 3 weeks ago

** 'minibuffer-allow-text-properties' also affects completions. When it has a non-nil value, then completion functions like 'completing-read' don't discard text properties from the returned completion candidate.

Thanks for the commit! It looks very handy when we pass propertized strings to completing-read.