(insert (propertize "Hello" 'face 'bold))2. If I try to get the properties of the yanked text, I get nil. However, the text is displayed bold and a (text-properties-at (point)) returns '(face bold) when point is on the H letter.
(text-properties-at 0 "Hello")3. This version works as expected (but this is not what I need): (text-properties-at 0 (propertize "Hello" 'face 'bold)) Why do I get a nil result in case 2 (using Emacs 28.2) even though the text is displayed bold?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4