2003-02-12 Michael Shields <shields@msrl.com>
authorKai Grossjohann <kgrossjo@eu.uu.net>
Wed, 12 Feb 2003 15:06:54 +0000 (15:06 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Wed, 12 Feb 2003 15:06:54 +0000 (15:06 +0000)
* gnus.texi (Paging the Article): Document
gnus-article-boring-faces.
(Choosing Commands): Explain that SPACE in the summary buffer
is used for both selecting and scrolling.

* gnus.texi (Article Keymap): Say that SPACE and DEL in the
summary buffer are the same as switching to the article buffer
and using SPACE and DEL; since now that is the case.

texi/ChangeLog
texi/gnus.texi

index 139725f..7cd6df6 100644 (file)
@@ -1,3 +1,14 @@
+2003-02-12  Michael Shields  <shields@msrl.com>
+
+       * gnus.texi (Paging the Article): Document
+       gnus-article-boring-faces.
+       (Choosing Commands): Explain that SPACE in the summary buffer
+       is used for both selecting and scrolling.
+
+       * gnus.texi (Article Keymap): Say that SPACE and DEL in the
+       summary buffer are the same as switching to the article buffer
+       and using SPACE and DEL; since now that is the case.
+
 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (Topic Commands): Addition.
index a1e1179..0160d11 100644 (file)
@@ -4909,6 +4909,10 @@ If you want to fetch new articles or redisplay the group, see
 Select the current article, or, if that one's read already, the next
 unread article (@code{gnus-summary-next-page}).
 
+If you have an article window open already and you press @kbd{SPACE}
+again, the article will be scrolled.  This lets you conveniently
+@kbd{SPACE} through an entire newsgroup.  @pxref{Paging the Article}.
+
 @item G n
 @itemx n
 @kindex n (Summary)
@@ -5048,6 +5052,14 @@ Pressing @kbd{SPACE} will scroll the current article forward one page,
 or, if you have come to the end of the current article, will choose the
 next article (@code{gnus-summary-next-page}).
 
+@vindex gnus-article-boring-faces
+If the rest of the article consists only of citations and signature,
+then it will be skipped; the next article will be shown instead.  You
+can customize what is considered uninteresting with
+@code{gnus-article-boring-faces}, or set it to @code{nil} to disable
+this feature.  You can manually view the article's pages, no matter how
+boring, using @kbd{C-v} in the article buffer.
+
 @item DEL
 @kindex DEL (Summary)
 @findex gnus-summary-prev-page
@@ -10850,11 +10862,13 @@ A few additional keystrokes are available:
 @kindex SPACE (Article)
 @findex gnus-article-next-page
 Scroll forwards one page (@code{gnus-article-next-page}).
+This is exactly the same as @kbd{h SPACE h}.
 
 @item DEL
 @kindex DEL (Article)
 @findex gnus-article-prev-page
 Scroll backwards one page (@code{gnus-article-prev-page}).
+This is exactly the same as @kbd{h DEL h}.
 
 @item C-c ^
 @kindex C-c ^ (Article)