Variable: gnus-paging-select-next
gnus-paging-select-next is a customizable variable defined in
gnus-sum.el.gz.
Value
t
Documentation
Control whether to select the next/prev article when paging.
If non-nil, select the next article when reaching the end of the article (or the previous article when paging backwards).
If nil, don't do anything at the end/start of the articles.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-paging-select-next t
"Control whether to select the next/prev article when paging.
If non-nil, select the next article when reaching the end of the
article (or the previous article when paging backwards).
If nil, don't do anything at the end/start of the articles."
:version "28.1"
:group 'gnus-summary-maneuvering
:type 'boolean)