Variable: erc--use-language-catalog-for-ctcp-action-p

erc--use-language-catalog-for-ctcp-action-p is a variable defined in erc.el.gz.

Value

nil

Documentation

When non-nil, use ACTION entry from language catalog for /ME's.

Otherwise, use ctcp-action or ctcp-action-input from the internal -speaker catalog. This is an escape hatch to restore pre-5.6 behavior for the font-lock-face property of incoming and outgoing "CTCP ACTION" messages, whose pre-buttonized state was a single interval of erc-input-face or erc-action-face. Newer modules, like fill-wrap and nicks, are incompatible with this format style. If you use this, please ask ERC to expose it as a public variable via M-x erc-bug (erc-bug) or similar.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--use-language-catalog-for-ctcp-action-p nil
  "When non-nil, use `ACTION' entry from language catalog for /ME's.
Otherwise, use `ctcp-action' or `ctcp-action-input' from the
internal `-speaker' catalog.  This is an escape hatch to restore
pre-5.6 behavior for the `font-lock-face' property of incoming
and outgoing \"CTCP ACTION\" messages, whose pre-buttonized state
was a single interval of `erc-input-face' or `erc-action-face'.
Newer modules, like `fill-wrap' and `nicks', are incompatible with
this format style.  If you use this, please ask ERC to expose it
as a public variable via \\[erc-bug] or similar.")