Variable: erc-button-wrap-long-urls

erc-button-wrap-long-urls is a customizable variable defined in erc-button.el.gz.

Value

nil

Documentation

If non-nil, "long" URLs matching erc-button-url-regexp will be wrapped.

If this variable is a number, consider URLs longer than its value to be "long". If t, URLs will be considered "long" if they are longer than erc-fill-column.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-button.el.gz
(defcustom erc-button-wrap-long-urls nil
  "If non-nil, \"long\" URLs matching `erc-button-url-regexp' will be wrapped.

If this variable is a number, consider URLs longer than its value to
be \"long\".  If t, URLs will be considered \"long\" if they are
longer than `erc-fill-column'."
  :type '(choice integer boolean))