* gnus.texi (Paging the Article): Addition.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 1 Dec 1999 23:25:29 +0000 (23:25 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 1 Dec 1999 23:25:29 +0000 (23:25 +0000)
texi/ChangeLog
texi/gnus.texi

index 85cdecd..c16ba18 100644 (file)
@@ -1,3 +1,7 @@
+1999-12-02 00:00:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Paging the Article): Addition.
+
 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
 
        * gnus.texi (Mail Source Specifiers): Mention maildir in the
index 0c461ae..5f6e74d 100644 (file)
@@ -3910,11 +3910,24 @@ Scroll the current article one line backward
 @kindex A g (Summary)
 @kindex g (Summary)
 @findex gnus-summary-show-article
+@vindex gnus-summary-show-article-charset-alist
 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
 given a prefix, fetch the current article, but don't run any of the
 article treatment functions.  This will give you a ``raw'' article, just
 the way it came from the server.
 
+If given a numerical prefix, you can do semi-manual charset stuff.
+@kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were
+encoded in the @code{cn-gb-2312} charset.  If you have
+
+@lisp
+(setq gnus-summary-show-article-charset-alist 
+      '((1 . cn-gb-2312) 
+        (2 . big5)))
+@end lisp
+
+then you can say @kbd{C-u 1 g} to get the same effect.
+
 @item A <
 @itemx <
 @kindex < (Summary)