Variable: erc-fill-wrap-force-screen-line-movement

erc-fill-wrap-force-screen-line-movement is a customizable variable defined in erc-fill.el.gz.

Value

(non-input)

Documentation

Exceptions for vertical movement by logical line.

Including a symbol known to erc-fill-wrap-visual-keys in this set tells next-line and previous-line to move vertically by screen line even if the current erc-fill-wrap-visual-keys value would normally do otherwise. For example, setting this to
'(nil non-input) disables logical-line movement regardless of
the value of erc-fill-wrap-visual-keys.

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-force-screen-line-movement '(non-input)
  "Exceptions for vertical movement by logical line.
Including a symbol known to `erc-fill-wrap-visual-keys' in this
set tells `next-line' and `previous-line' to move vertically by
screen line even if the current `erc-fill-wrap-visual-keys' value
would normally do otherwise.  For example, setting this to
\\='(nil non-input) disables logical-line movement regardless of
the value of `erc-fill-wrap-visual-keys'."
  :package-version '(ERC . "5.6")
  :type '(set (const nil) (const non-input)))