Variable: erc-track-ignore-normal-contenders-p
erc-track-ignore-normal-contenders-p is a variable defined in
erc-track.el.gz.
Value
nil
Documentation
Compatibility flag to promote only exclusively new "normal" faces.
When non-nil, revert to pre-5.6 behavior in which only a current
mode-line face that both outranks and is absent from the current
message is eligible for replacement by a fellow face from
erc-track-faces-normal-list that does appear in the message.
By extension, when enabled, never replace the current, reigning
mode-line face if it's present in the current message. May be
incompatible with modules introduced after ERC 5.5.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-track.el.gz
(defvar erc-track-ignore-normal-contenders-p nil
"Compatibility flag to promote only exclusively new \"normal\" faces.
When non-nil, revert to pre-5.6 behavior in which only a current
mode-line face that both outranks and is absent from the current
message is eligible for replacement by a fellow face from
`erc-track-faces-normal-list' that does appear in the message.
By extension, when enabled, never replace the current, reigning
mode-line face if it's present in the current message. May be
incompatible with modules introduced after ERC 5.5.")