[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.3.1 Choosing Commands | Commands for choosing articles. | |
3.3.2 Choosing Variables | Variables that influence these commands. |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
None of the following movement commands understand the numeric prefix, and they all select and display an article.
If you want to fetch new articles or redisplay the group, see Exiting the Summary Buffer.
Select the current article, or, if that one’s read already, the next
unread article (gnus-summary-next-page
).
If you have an article window open already and you press SPACE again, the article will be scrolled. This lets you conveniently SPACE through an entire newsgroup. See section Scrolling the Article.
Go to next unread article (gnus-summary-next-unread-article
).
Go to previous unread article (gnus-summary-prev-unread-article
).
Go to the next article (gnus-summary-next-article
).
Go to the previous article (gnus-summary-prev-article
).
Go to the next article with the same subject
(gnus-summary-next-same-subject
).
Go to the previous article with the same subject
(gnus-summary-prev-same-subject
).
Go to the first unread article
(gnus-summary-first-unread-article
).
Go to the unread article with the highest score
(gnus-summary-best-unread-article
). If given a prefix argument,
go to the first unread article that has a score over the default score.
Go to the previous article read (gnus-summary-goto-last-article
).
Pop an article off the summary history and go to this article
(gnus-summary-pop-article
). This command differs from the
command above in that you can pop as many previous articles off the
history as you like, while l toggles the two last read articles.
For a somewhat related issue (if you use these commands a lot),
see section Article Backlog.
Ask for an article number or Message-ID
, and then go to that
article (gnus-summary-goto-article
).
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Some variables relevant for moving and selecting articles:
gnus-auto-extend-newsgroup
All the movement commands will try to go to the previous (or next)
article, even if that article isn’t displayed in the Summary buffer if
this variable is non-nil
. Gnus will then fetch the article from
the server and display it in the article buffer.
gnus-select-article-hook
This hook is called whenever an article is selected. The default is
nil
. If you would like each article to be saved in the Agent as
you read it, putting gnus-agent-fetch-selected-article
on this
hook will do so.
gnus-mark-article-hook
This hook is called whenever an article is selected. It is intended to
be used for marking articles as read. The default value is
gnus-summary-mark-read-and-unread-as-read
, and will change the
mark of almost any article you read to gnus-read-mark
. The only
articles not affected by this function are ticked, dormant, and
expirable articles. If you’d instead like to just have unread articles
marked as read, you can use gnus-summary-mark-unread-as-read
instead. It will leave marks like gnus-low-score-mark
,
gnus-del-mark
(and so on) alone.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated on January 25, 2015 using texi2html 1.82.