Variable: erc-stamp-prepend-date-stamps-p

erc-stamp-prepend-date-stamps-p is a variable defined in erc-stamp.el.gz.

This variable is obsolete since 30.1; unsupported legacy behavior

Value

nil

Documentation

When non-nil, date stamps are not independent messages.

This flag restores pre-5.6 behavior in which date stamps were prepended to normal chat messages. Beware that enabling this degrades the user experience by causing 5.6+ features, like fill-wrap, dynamic invisibility, etc., to malfunction. When non-nil, none of the newline twiddling mentioned in the doc string for erc-timestamp-format-left occurs. That is, ERC does not append or remove trailing newlines.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defvar erc-stamp-prepend-date-stamps-p nil
  "When non-nil, date stamps are not independent messages.
This flag restores pre-5.6 behavior in which date stamps were
prepended to normal chat messages.  Beware that enabling
this degrades the user experience by causing 5.6+ features, like
`fill-wrap', dynamic invisibility, etc., to malfunction.  When
non-nil, none of the newline twiddling mentioned in the doc
string for `erc-timestamp-format-left' occurs.  That is, ERC does
not append or remove trailing newlines.")