]> git.eshelyaron.com Git - emacs.git/commit
Sideline implied invisible-intangible coupling in ERC
authorF. Jason Park <jp@neverwas.me>
Thu, 28 Dec 2023 02:44:29 +0000 (18:44 -0800)
committerF. Jason Park <jp@neverwas.me>
Thu, 28 Dec 2023 05:44:29 +0000 (21:44 -0800)
commit775bd4b631e9303c20e4ebddd179960276065448
tree4358cbb7be5ac4582c337d31b063cdf83bc4c30a
parent7097be8ef601a20cdcd5d3a2bf2b1e33f2124981
Sideline implied invisible-intangible coupling in ERC

* etc/ERC-NEWS: Add entry explaining removal of automatic `intangible'
propertizing of t-valued `invisible' messages.
* lisp/erc/erc.el (erc--insert-invisible-as-intangible-p): New flag
variable, a temporary escape hatch to regain pre-5.6 behavior
involving the modification of certain `invisible' messages.
(erc--insert-line): Gate unfavorable behavior behind
`erc--insert-invisible-as-intangible-p' flag.  Add comment clarifying
deferred initialization of `insert-position', which was part of the
many changes introduced as part of bug#60936.
etc/ERC-NEWS
lisp/erc/erc.el