Gnus development mailing list
 help / color / mirror / Atom feed
* Problem with marking articles
@ 2001-08-04 15:55 Nevin Kapur
  2001-08-04 19:31 ` Simon Josefsson
  0 siblings, 1 reply; 3+ messages in thread
From: Nevin Kapur @ 2001-08-04 15:55 UTC (permalink / raw)


Latest Oort:

The first time I try to tick an article using u:

Signaling: (wrong-type-argument listp 9991)
  car(9991)
  (< (car cache-active) (car active))
  (if (< (car cache-active) (car active)) (setcar active (car cache-active)))
  (when (< (car cache-active) (car active)) (setcar active (car cache-active)))
  (progn (when (< ... ...) (setcar active ...)) (when (> ... ...) (setcdr active ...)))
  (if cache-active (progn (when ... ...) (when ... ...)))
  (when cache-active (when (< ... ...) (setcar active ...)) (when (> ... ...) (setcdr active ...)))
  (let ((cache-active ...)) (when cache-active (when ... ...) (when ... ...)))
  (if gnus-cache-active-hashtb (let (...) (when cache-active ... ...)))
  (when gnus-cache-active-hashtb (let (...) (when cache-active ... ...)))
  gnus-cache-possibly-alter-active("nnml:ding" 9991)
  gnus-cache-possibly-enter-article("nnml:ding" 9991 t nil nil)
  gnus-summary-mark-article(nil ?! nil)
  gnus-summary-mark-forward(1 ?!)
  gnus-summary-tick-article-forward(1)
  call-interactively(gnus-summary-tick-article-forward)

This seems to be the direct consequence of

2001-08-03  Simon Josefsson  <jas@extundo.com>

        * gnus-cache.el (gnus-cache-possibly-enter-article): The article
        that is entered does not necessarily have the highest article
        number in the group, so use `gnus-cache-possibly-alter-active'
        instead of `gnus-cache-update-active'.


Also I am not seeing the '*' mark when I use 'u' the second time, even
though I have gnus-use-cache set to t.

-- 
Nevin


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

* Re: Problem with marking articles
  2001-08-04 15:55 Problem with marking articles Nevin Kapur
@ 2001-08-04 19:31 ` Simon Josefsson
  2001-08-04 21:06   ` Nevin Kapur
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Josefsson @ 2001-08-04 19:31 UTC (permalink / raw)
  Cc: ding

Nevin Kapur <nevin@jhu.edu> writes:

> The first time I try to tick an article using u:
> 
> Signaling: (wrong-type-argument listp 9991)

Should be fixed now.



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

* Re: Problem with marking articles
  2001-08-04 19:31 ` Simon Josefsson
@ 2001-08-04 21:06   ` Nevin Kapur
  0 siblings, 0 replies; 3+ messages in thread
From: Nevin Kapur @ 2001-08-04 21:06 UTC (permalink / raw)


Simon Josefsson <jas@extundo.com> writes:

> Nevin Kapur <nevin@jhu.edu> writes:
> 
>> The first time I try to tick an article using u:
>> 
>> Signaling: (wrong-type-argument listp 9991)
> 
> Should be fixed now.

It is. Thanks.

-- 
Nevin


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

end of thread, other threads:[~2001-08-04 21:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-04 15:55 Problem with marking articles Nevin Kapur
2001-08-04 19:31 ` Simon Josefsson
2001-08-04 21:06   ` Nevin Kapur

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).