]> git.eshelyaron.com Git - emacs.git/commit
Add erc-timestamp property to invisible messages
authorF. Jason Park <jp@neverwas.me>
Wed, 26 Apr 2023 14:05:49 +0000 (07:05 -0700)
committerF. Jason Park <jp@neverwas.me>
Sat, 6 May 2023 00:18:01 +0000 (17:18 -0700)
commit2641dfd4b4334942282358b50d74f75424ebf4fa
tree0084983ccf1409308723ee753764193099aa96f0
parent90a9c7b7b594dfcdc985541eb366e5684136c3ec
Add erc-timestamp property to invisible messages

* lisp/erc/erc-fill.el (erc-fill--wrap-beginning-of-line): Pretend
nicks with an empty string as a `display' prop are `invisible-p' and
break out of hidden "merged" nicks after moving.  (Bug#60936.)
* lisp/erc/erc-match.el (erc-hide-fools): Add comment.
* lisp/erc/erc-stamp.el (erc-add-timestamp): Always add
`erc-timestamp' and `cursor-sensor-functions' properties but respect
tradition and don't actually stamp any invisible messages.
lisp/erc/erc-fill.el
lisp/erc/erc-match.el
lisp/erc/erc-stamp.el