Variable: gnus-auto-center-summary
gnus-auto-center-summary is a customizable variable defined in
gnus-sum.el.gz.
Value
2
Documentation
If non-nil, always center the current summary buffer.
In particular, if vertical do only vertical recentering. If non-nil
and non-vertical, do both horizontal and vertical recentering.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-auto-center-summary
(max (or (bound-and-true-p scroll-margin) 0) 2)
"If non-nil, always center the current summary buffer.
In particular, if `vertical' do only vertical recentering. If non-nil
and non-`vertical', do both horizontal and vertical recentering."
:group 'gnus-summary-maneuvering
:type '(choice (const :tag "none" nil)
(const vertical)
(integer :tag "height")
(sexp :menu-tag "both" t)))