]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/gnus-sum.el (gnus-number): Rename from `number'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 7 Oct 2010 18:22:07 +0000 (20:22 +0200)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 7 Oct 2010 18:22:07 +0000 (20:22 +0200)
(gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
(gnus-summary-limit-children): Update uses correspondingly.

lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el

index 2e07fa8798e6c2334da038f37a5ea6aabee35da1..043375136b917f73da98cb60c8ab6a7e30cef7ae 100644 (file)
@@ -1,3 +1,9 @@
+2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-sum.el (gnus-number): Rename from `number'.
+       (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
+       (gnus-summary-limit-children): Update uses correspondingly.
+
 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
index dc6882ac086b3f02c5ac3611fd08437ecd2bec25..caad85815e2a52ca7c82227b0cd3f2051e47076b 100644 (file)
@@ -5682,17 +5682,17 @@ If SELECT-ARTICLES, only select those articles from GROUP."
                            (unseen . unseen))
                          gnus-article-mark-lists))
       (push (cons (cdr elem)
-                 (gnus-byte-compile
+                 (gnus-byte-compile    ;Why bother?
                   `(lambda () (gnus-article-marked-p ',(cdr elem)))))
            gnus-summary-display-cache)))
   (let ((gnus-category-predicate-alist gnus-summary-display-cache)
        (gnus-category-predicate-cache gnus-summary-display-cache))
     (gnus-get-predicate display)))
 
-;; Uses the dynamically bound `number' variable.
-(defvar number)
+;; Uses the dynamically bound `gnus-number' variable.
+(defvar gnus-number)
 (defun gnus-article-marked-p (type &optional article)
-  (let ((article (or article number)))
+  (let ((article (or article gnus-number)))
     (cond
      ((eq type 'tick)
       (memq article gnus-newsgroup-marked))
@@ -8283,9 +8283,9 @@ articles that are younger than AGE days."
   (unless gnus-newsgroup-display
     (error "There is no `display' group parameter"))
   (let (articles)
-    (dolist (number gnus-newsgroup-articles)
+    (dolist (gnus-number gnus-newsgroup-articles)
       (when (funcall gnus-newsgroup-display)
-       (push number articles)))
+       (push gnus-number articles)))
     (gnus-summary-limit articles))
   (gnus-summary-position-point))
 
@@ -8686,7 +8686,7 @@ fetch-old-headers verbiage, and so on."
               (apply '+ (mapcar 'gnus-summary-limit-children
                                 (cdr thread)))
             0))
-         (number (mail-header-number (car thread)))
+           (number (mail-header-number (car thread)))
          score)
       (if (and
           (not (memq number gnus-newsgroup-marked))
@@ -8732,7 +8732,8 @@ fetch-old-headers verbiage, and so on."
              t)
            ;; Do the `display' group parameter.
            (and gnus-newsgroup-display
-                (not (funcall gnus-newsgroup-display)))))
+                 (let ((gnus-number number))
+                   (not (funcall gnus-newsgroup-display))))))
          ;; Nope, invisible article.
          0
        ;; Ok, this article is to be visible, so we add it to the limit