Variable: erc--mode-line-process-reconnecting
erc--mode-line-process-reconnecting is a variable defined in
erc-backend.el.gz.
Value
(:eval
(erc-with-server-buffer
(and erc--server-reconnect-timer
(format ": reconnecting in %.1fs"
(-
(timer-until erc--server-reconnect-timer
(current-time)))))))
Documentation
Mode-line construct showing seconds until next reconnect attempt.
Move point around to refresh.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defconst erc--mode-line-process-reconnecting
'(:eval (erc-with-server-buffer
(and erc--server-reconnect-timer
(format ": reconnecting in %.1fs"
(- (timer-until erc--server-reconnect-timer
(current-time)))))))
"Mode-line construct showing seconds until next reconnect attempt.
Move point around to refresh.")