Variable: erc-keep-place-indicator-follow
erc-keep-place-indicator-follow is a customizable variable defined in
erc-goodies.el.gz.
Value
nil
Documentation
Whether to sync visual kept place to window's top when reading.
For use with erc-keep-place-indicator-mode(var)/erc-keep-place-indicator-mode(fun). When enabled, the
indicator updates when the last window displaying the same buffer
switches away, but only if the indicator resides earlier in the
buffer than the window's start.
This variable was added, or its default value changed, in ERC version
5.6.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-goodies.el.gz
(defcustom erc-keep-place-indicator-follow nil
"Whether to sync visual kept place to window's top when reading.
For use with `erc-keep-place-indicator-mode'. When enabled, the
indicator updates when the last window displaying the same buffer
switches away, but only if the indicator resides earlier in the
buffer than the window's start."
:group 'erc
:package-version '(ERC . "5.6")
:type 'boolean)