]> git.eshelyaron.com Git - emacs.git/commit
* lisp/comint.el: Fix understickiness of non-comint properties
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 Apr 2021 21:30:11 +0000 (17:30 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 Apr 2021 21:30:11 +0000 (17:30 -0400)
commit1d93540371aadec8f877bd781267d38d411c40a0
tree1d40361322a2c947cc7882a069012189d945b692
parentc049c8da58106e422494914447e06fd7c9deb301
* lisp/comint.el: Fix understickiness of non-comint properties

When a third party package adds properties to the prompt they don't
necessarily want to be `read-nonsticky` (e.g. for the `cursor-intangible`
property), so replace the catchall `rear-nonsticky t` with an
actual list of the properties that we want to be `rear-nonsticky`.

(comint-send-input, comint-output-filter): Don't mark
all properties as non-sticky.
lisp/comint.el