File: erc-fill.el.html
This package implements filling of messages sent and received. Use
erc-fill-mode(var)/erc-fill-mode(fun) to switch it on. Customize erc-fill-function to
change the style.
TODO: redo erc-fill-wrap-nudge using transient after ERC drops
support for Emacs 27.
Defined variables (26)
erc-fill--function | Internal copy of ‘erc-fill-function’. |
erc-fill--wrap-action-dedent-p | Whether to dedent speakers in CTCP "ACTION" lines. |
erc-fill--wrap-continued-predicate | Function called with no args to detect a continued speaker. |
erc-fill--wrap-last-msg | Marker for merging speakers. |
erc-fill--wrap-length-function | Function to determine length of overhanging characters. |
erc-fill--wrap-max-lull | Max secs for merging speakers. |
erc-fill--wrap-rejigger-last-message | Temporary working instance of ‘erc-fill--wrap-last-msg’. |
erc-fill-column | The column at which a filled paragraph is broken. |
erc-fill-function | Function to use for filling messages. |
erc-fill-line-spacing | Extra space between messages on graphical displays. |
erc-fill-mode | Non-nil if Erc-Fill mode is enabled. |
erc-fill-mode-hook | Hook run after entering or leaving ‘erc-fill-mode’. |
erc-fill-prefix | Values used as ‘fill-prefix’ for ‘erc-fill-variable’. |
erc-fill-static-center | Number of columns to "outdent" the first line of a message. |
erc-fill-variable-maximum-indentation | Don’t indent a line after a long nick more than this many characters. |
erc-fill-wrap-align-prompt | Whether to align the prompt at the common ‘wrap-prefix’. |
erc-fill-wrap-force-screen-line-movement | Exceptions for vertical movement by logical line. |
erc-fill-wrap-margin-side | Margin side to use with ‘erc-fill-wrap-mode’. |
erc-fill-wrap-margin-width | Starting width in columns of dedicated stamp margin. |
erc-fill-wrap-merge | Whether to consolidate consecutive messages from the same speaker. |
erc-fill-wrap-merge-indicator | Indicator to help distinguish between merged messages. |
erc-fill-wrap-mode | Non-nil if Erc-Fill-Wrap mode is enabled. |
erc-fill-wrap-mode-hook | Hook run after entering or leaving ‘erc-fill-wrap-mode’. |
erc-fill-wrap-mode-map | Keymap for ERC’s ‘fill-wrap’ module. |
erc-fill-wrap-use-pixels | Whether to calculate padding in pixels when possible. |
erc-fill-wrap-visual-keys | Whether to retain keys defined by ‘visual-line-mode’. |
Defined functions (32)
Defined faces (1)
erc-fill-wrap-merge-indicator-face | ERC ‘fill-wrap’ merge-indicator face. |