Gnus development mailing list
 help / color / mirror / Atom feed
* latest cvs gnus - error in gnus-adjust-marked-articles()
@ 2004-01-23  0:23 Danny Siu
  2004-01-23  2:26 ` Kevin Greiner
  0 siblings, 1 reply; 3+ messages in thread
From: Danny Siu @ 2004-01-23  0:23 UTC (permalink / raw)



When entering some of my imap groups with the latest cvs gnus, I got the
following error.  It didn't happen with yesterday's cvs gnus.  I diff'ed
today and yesterday's gnus-sum.el and found gnus-adjust-marked-articles() was
updated.


Debugger entered--Lisp error: (wrong-type-argument listp 10)
  gnus-adjust-marked-articles(("nnimap+mcmug:News/IBMNews" 6 ((1 . 92)) ((dormant 8 . 10) (seen ... ... ...)) "nnimap:mcmug" ((uidvalidity . "976250531") (gnus-group-date-last-entered 16391 14725 226000))))
  gnus-select-newsgroup("nnimap+mcmug:News/IBMNews" nil nil)
  gnus-summary-read-group-1("nnimap+mcmug:News/IBMNews" nil nil nil nil nil)
  gnus-summary-read-group("nnimap+mcmug:News/IBMNews" nil nil nil nil nil nil)
  gnus-group-read-group(nil nil nil)
  gnus-topic-read-group(nil)
* call-interactively(gnus-topic-read-group)


The error happens in the while line:

;; Simultaneously uncompress and clip to active range
        (setq p-articles marks
              articles (cdr p-articles))
        (while (setq article (car articles))
          (when (cond ((consp article)
                       (setq bgn (max (car article) min)

The related locals are:

articles's value is 10

p-articles's value is (8 . 10)

marks's value is (dormant 8 . 10)

info's value is shown below.
Value:
("nnimap+mcmug:News/IBMNews" 6
 ((1 . 92))
 ((dormant 8 . 10)
  (seen
   (8 . 10)
   (48 . 63)
   (74 . 97)))
 "nnimap:mcmug"
 ((uidvalidity . "976250531")
  (gnus-group-date-last-entered 16391 14725 226000)))

-- 
Danny Dick-Fung Siu              mailto:dsiu@adobe.com
Advanced Technology Group @ Adobe Systems Incorporated






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-01-23  2:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-23  0:23 latest cvs gnus - error in gnus-adjust-marked-articles() Danny Siu
2004-01-23  2:26 ` Kevin Greiner
2004-01-23  2:49   ` Danny Siu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).