Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
To: ding@gnus.org
Subject: Re: Error on Gcc
Date: Wed, 24 Nov 2010 23:59:49 +0100	[thread overview]
Message-ID: <m3ipzm72fu.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <87pqtu1ghc.fsf@keller.adm.naquadah.org>

Julien Danjou <julien@danjou.info> writes:

> Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
>   gnus-add-to-range(((1 . 13631) 13633) (nil))
>   gnus-compute-read-articles("sent" (nil))
>   gnus-group-make-articles-read("sent" (nil))
>   gnus-group-mark-article-read("sent" nil)
>   gnus-inews-do-gcc()

(defun gnus-group-mark-article-read (group article)

So ARTICLE is nil?  Which means that `group-art' isn't a (group
. article) pair?


[...]

>   orgstruct-hijacker-command-21(1)
>   call-interactively(orgstruct-hijacker-command-21)
>   orgtbl-ctrl-c-ctrl-c(nil)
>   call-interactively(orgtbl-ctrl-c-ctrl-c nil nil)
>
> I don't know why. :( The message is in the good gcc folder but not
> marked as read, obviously, after that error.

Could org be doing anything odd here?  Try edebugging through
`gnus-inews-do-gcc' ... no, wait.  group-art is the return value from
`nnimap-request-accept-article'.  Which means that

(nnimap-find-article-by-message-id group message-id)

returns nil.

Could you try edebugging that function and see what's going on?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




      reply	other threads:[~2010-11-24 22:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-24 22:53 Julien Danjou
2010-11-24 22:59 ` Lars Magne Ingebrigtsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3ipzm72fu.fsf@quimbies.gnus.org \
    --to=larsi@gnus.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).