Questions tagged [display-property]
1 questions
2
votes
1 answer
Strange behaviour involving `display` property
I noticed a rather peculiar behavior when using the display property (using emacs 28.2). I tried to boil things down to a minimal example: The code
(defun finsert ()
(insert (propertize "." 'display "|")))
(switch-to-buffer…

dmw64
- 155
- 4