Variable: rcirc-markup-text-functions
rcirc-markup-text-functions is a variable defined in rcirc.el.gz.
Value
(rcirc-markup-attributes
rcirc-color-attributes
rcirc-remove-markup-codes
rcirc-markup-my-nick
rcirc-markup-urls
rcirc-markup-keywords
rcirc-markup-bright-nicks)
Documentation
List of functions used to manipulate text before it is printed.
Each function takes two arguments, SENDER, and RESPONSE. The
buffer is narrowed with the text to be printed and the point is
at the beginning of the rcirc-text propertized text.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defvar rcirc-markup-text-functions
'(rcirc-markup-attributes
rcirc-color-attributes
rcirc-remove-markup-codes
rcirc-markup-my-nick
rcirc-markup-urls
rcirc-markup-keywords
rcirc-markup-bright-nicks)
"List of functions used to manipulate text before it is printed.
Each function takes two arguments, SENDER, and RESPONSE. The
buffer is narrowed with the text to be printed and the point is
at the beginning of the `rcirc-text' propertized text.")