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

Emacs

2189 readers
9 users here now

Our infinitely powerful editor.

founded 4 years ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 month 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.