Variable: erc-fill-static-center

erc-fill-static-center is a customizable variable defined in erc-fill.el.gz.

Value

27

Documentation

Number of columns to "outdent" the first line of a message.

During early message handing, ERC prepends a span of non-whitespace characters to every message, such as a bracketed
"<nickname>" or an erc-notice-prefix. The
erc-fill-function variants erc-fill-static and erc-fill-wrap look to this option to determine the amount of padding to apply to that portion until the filled (or wrapped) message content aligns with the indicated column. See also https://en.wikipedia.org/wiki/Hanging_indent.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-fill.el.gz
(defcustom erc-fill-static-center 27
  "Number of columns to \"outdent\" the first line of a message.
During early message handing, ERC prepends a span of
non-whitespace characters to every message, such as a bracketed
\"<nickname>\" or an `erc-notice-prefix'.  The
`erc-fill-function' variants `erc-fill-static' and
`erc-fill-wrap' look to this option to determine the amount of
padding to apply to that portion until the filled (or wrapped)
message content aligns with the indicated column.  See also
https://en.wikipedia.org/wiki/Hanging_indent."
  :type 'integer)