Variable: erc-fill-wrap-margin-width

erc-fill-wrap-margin-width is a customizable variable defined in erc-fill.el.gz.

Value

nil

Documentation

Starting width in columns of dedicated stamp margin.

When nil, ERC normally pretends its value is one column greater than the string-width of the formatted erc-timestamp-format. However, when erc-fill-wrap-margin-side is left or
"resolves" to left, ERC uses the width of the prompt if it's
wider on MOTD's end, which really only matters when erc-prompt(var)/erc-prompt(fun) is a function.

This variable was added, or its default value changed, in ERC version
5.6.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-fill.el.gz
(defcustom erc-fill-wrap-margin-width nil
  "Starting width in columns of dedicated stamp margin.
When nil, ERC normally pretends its value is one column greater
than the `string-width' of the formatted `erc-timestamp-format'.
However, when `erc-fill-wrap-margin-side' is `left' or
\"resolves\" to `left', ERC uses the width of the prompt if it's
wider on MOTD's end, which really only matters when `erc-prompt'
is a function."
  :package-version '(ERC . "5.6")
  :type '(choice (const nil) integer))