File: erc-stamp.el.html

The code contained in this module is responsible for inserting timestamps into ERC buffers. In order to actually activate this, you must call erc-timestamp-mode.

You can choose between two different ways of inserting timestamps. Customize erc-insert-timestamp-function and erc-insert-away-timestamp-function.

Defined variables (19)

erc-away-timestamp-formatTimestamp format used when marked as being away.
erc-echo-timestamp-formatFormat string to be used when ‘erc-echo-timestamps’ is non-nil.
erc-echo-timestampsIf non-nil, print timestamp in the minibuffer when point is moved.
erc-hide-timestampsIf non-nil, timestamps will be invisible.
erc-insert-away-timestamp-functionFunction to use to insert the away timestamp.
erc-insert-timestamp-functionFunction to use to insert timestamps.
erc-stamp-modeNon-nil if Erc-Stamp mode is enabled.
erc-stamp-mode-hookHook run after entering or leaving ‘erc-stamp-mode’.
erc-timestamp-formatIf set to a string, messages will be timestamped.
erc-timestamp-format-leftIf set to a string, messages will be timestamped.
erc-timestamp-format-rightIf set to a string, messages will be timestamped.
erc-timestamp-intangibleWhether the timestamps should be intangible, i.e. prevent the point
erc-timestamp-last-insertedLast timestamp inserted into the buffer.
erc-timestamp-last-inserted-leftLast timestamp inserted into the left side of the buffer.
erc-timestamp-last-inserted-rightLast timestamp inserted into the right side of the buffer.
erc-timestamp-last-window-widthThe width of the last window that showed the current buffer.
erc-timestamp-only-if-changed-flagNon-nil means insert timestamp only if its value changed since last insertion.
erc-timestamp-right-columnIf non-nil, the column at which the timestamp is inserted,
erc-timestamp-use-align-toIf non-nil, use the :align-to display property to align the stamp.

Defined functions (14)

erc-add-timestamp()
erc-echo-timestamp(DIR STAMP)
erc-format-timestamp(TIME FORMAT)
erc-hide-timestamps()
erc-insert-aligned(STRING POS)
erc-insert-timestamp-left(STRING)
erc-insert-timestamp-left-and-right(STRING)
erc-insert-timestamp-right(STRING)
erc-show-timestamps()
erc-stamp-disable()
erc-stamp-enable()
erc-stamp-mode(&optional ARG)
erc-timestamp-mode(&optional ARG)
erc-toggle-timestamps()

Defined faces (1)

erc-timestamp-faceERC timestamp face.