Go to the first, previous, next, last section, table of contents.

Moving Among Articles

The commands described here are for moving the point on headers, and then automatically selecting articles.

n
Read the next article, skipping marked articles (gnus-Subject-next-unread-article).
p
Read the previous article, skipping marked articles (gnus-Subject-prev-unread-article).
N
Read the next article (gnus-Subject-next-article).
P
Read the previous article (gnus-Subject-prev-article).
M-C-n
Read the next article with the same subject as the current article (gnus-Subject-next-same-subject).
M-C-p
Read the previous article with the same subject as the current article (gnus-Subject-prev-same-subject).
M-x gnus-Subject-next-unread-same-subject
Read the next article with the same subject as the current article, skipping marked articles.
M-x gnus-Subject-prev-unread-same-subject
Read the previous article with the same subject as the current article, skipping marked articles.
.
Read the first unread article (gnus-Subject-first-unread-article).
l
Read the article selected last (gnus-Subject-goto-last-article).
J number RET
Read the article specified by the article number (gnus-Subject-goto-article).

If the variable gnus-auto-select-same is non-nil, the commands n and p (gnus-Subject-next-unread-article and gnus-Subject-prev-unread-article) move the point to unread articles with the same subject as the current article like the commands M-x gnus-Subject-next-unread-same-subject and M-x gnus-Subject-prev-unread-same-subject, respectively. If you are used to running `rn -S', set the variable to non-nil.

If the variable gnus-auto-extend-newsgroup is non-nil, the commands N and P (gnus-Subject-next-article and gnus-Subject-prev-article) extend visible articles to forward and backward if possible.

The variable gnus-auto-select-next defines the behavior of GNUS when there is no unread article in the current newsgroup and a command selecting the next unread article is executed. If the variable is non-nil, the next newsgroup containing unread articles is selected automatically.

See section Common Variables, for more information on customization.


Go to the first, previous, next, last section, table of contents.