emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

help-echo property disappearing


From: Nicolas P. Rougier (inria)
Subject: help-echo property disappearing
Date: Fri, 15 Dec 2023 08:29:24 +0100
User-agent: mu4e 1.10.8; emacs 29.1


I'm playing with the help-echo property and it keeps disappearing for no obvious reason. I would like to confirm the behavior and to know if this is the intended behavior. Here is a simple example:

(progn
 (goto-char (point-min))
 (insert (propertize "TEST"
                     'another-property "Test message"
                     'help-echo "Test message"))
 (goto-char (point-min))
 (kill-visual-line) (yank))

Before kill/yank, the string has both the `help-echo` and `another-property` set, but the yanked string has only the `another-property` set. This is in text-mode, using Emacs 29.1. I also observed that in prog-modes, I cannot set the help-echo property at all (with no warning).

Nicolas

--
Nicolas P. Rougier —— www.labri.fr/perso/nrougier
Institute of Neurodegenerative Diseases, Bordeaux



reply via email to

[Prev in Thread] Current Thread [Next in Thread]