Variable: erc-timestamp-use-align-to
erc-timestamp-use-align-to is a customizable variable defined in
erc-stamp.el.gz.
Value
nil
Documentation
If non-nil, use the :align-to display property to align the stamp.
This gives better results when variable-width characters (like Asian language characters and math symbols) precede a timestamp.
A side effect of enabling this is that there will only be one space before a right timestamp in any saved logs.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defcustom erc-timestamp-use-align-to (eq window-system 'x)
"If non-nil, use the :align-to display property to align the stamp.
This gives better results when variable-width characters (like
Asian language characters and math symbols) precede a timestamp.
A side effect of enabling this is that there will only be one
space before a right timestamp in any saved logs."
:type 'boolean)