Revert `C-u g' to its old meaning.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 4 Dec 2010 22:34:11 +0000 (23:34 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 4 Dec 2010 22:34:11 +0000 (23:34 +0100)
lisp/ChangeLog
lisp/gnus-sum.el
texi/ChangeLog
texi/gnus.texi

index 51b6dc0..c33ecbc 100644 (file)
@@ -1,5 +1,8 @@
 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
+       C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
+
        * shr.el (shr-urlify): Show the URL before the title to avoid
        misleading URLs.
 
index ba124d5..82c2e97 100644 (file)
@@ -9475,6 +9475,9 @@ C-u g', show the raw article."
    ((or (equal arg '(16))
        (eq arg t))
     ;; C-u C-u g
+    (let ((gnus-inhibit-article-treatments t))
+      (gnus-summary-select-article nil 'force)))
+   (t
     ;; We have to require this here to make sure that the following
     ;; dynamic binding isn't shadowed by autoloading.
     (require 'gnus-async)
@@ -9492,9 +9495,6 @@ C-u g', show the raw article."
          ;; Set it to nil for safety reason.
          (setq gnus-article-mime-handle-alist nil)
          (setq gnus-article-mime-handles nil)))
-      (gnus-summary-select-article nil 'force)))
-   (t
-    (let ((gnus-inhibit-article-treatments t))
       (gnus-summary-select-article nil 'force))))
   (gnus-summary-goto-subject gnus-current-article)
   (gnus-summary-position-point))
index da12df8..0082db6 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
+       g'.
+
 2010-12-02  Julien Danjou  <julien@danjou.info>
 
        * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
index a8c7042..d81b9ba 100644 (file)
@@ -6152,10 +6152,10 @@ Scroll the current article one line backward
 @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.  If given a prefix twice (i.e., @kbd{C-u
-C-u g'}), show a completely ``raw'' article, just the way it came from
-the server.
+given a prefix, show a completely ``raw'' article, just the way it
+came from the server.  If given a prefix twice (i.e., @kbd{C-u C-u
+g'}), fetch the current article, but don't run any of the article
+treatment functions.
 
 @cindex charset, view article with different charset
 If given a numerical prefix, you can do semi-manual charset stuff.