]> git.eshelyaron.com Git - emacs.git/commit
Skip indentation when gathering faces in erc-track
authorF. Jason Park <jp@neverwas.me>
Mon, 23 Sep 2024 20:48:19 +0000 (13:48 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 30 Sep 2024 20:34:09 +0000 (22:34 +0200)
commitc399497dcabe360a9c51001aee7b60ca11c4c2f3
tree757eac43c9772dcbe39167f2c32088d640cbc594
parent15ffcc74fb3519010395af0cc7ffb5c120e6799e
Skip indentation when gathering faces in erc-track

* lisp/erc/erc-nicks.el (erc-nicks-mode, erc-nicks-enable)
(erc-nicks-disable): Use correct name for `track' module hook.
(erc-nicks--check-normals): Remove falsity from doc string.
* lisp/erc/erc-track.el (erc-make-mode-line-buffer-name): Don't error
when optional COUNT is nil.
(erc-track-modified-channels): Use new name for preferred face-finding
function.
(erc-track--get-faces-in-current-message, erc-track--collect-faces-in):
Rename former to latter to better reflect expanded utility, which now
includes spanning gaps, including newlines and indentation that may be
lacking in face-related properties.
* test/lisp/erc/erc-track-tests.el (erc-track--collect-faces-in): New
test.  (Bug#73443)

(cherry picked from commit df593b5a619d63b620f8fd569ecf032dab2602d9)
lisp/erc/erc-nicks.el
lisp/erc/erc-track.el
test/lisp/erc/erc-track-tests.el