Gnus development mailing list
 help / color / mirror / Atom feed
* Error on Gcc
@ 2010-11-24 22:53 Julien Danjou
  2010-11-24 22:59 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Danjou @ 2010-11-24 22:53 UTC (permalink / raw)
  To: ding

I got this kind of errors several times today:

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()
  run-hooks(message-sent-hook)
  message-send(nil)
  message-send-and-exit(nil)
  call-interactively(message-send-and-exit)
  (let (orgstruct-mode) (call-interactively (or (key-binding "\x03") (quote orgstruct-error))))
  (if (org-context-p (quote headline) (quote item) (and orgstruct-is-++ nil (quote item-body))) (org-run-like-in-org-mode (quote org-ctrl-c-ctrl-c)) (let (orgstruct-mode) (call-interactively (or (key-binding "\x03") (quote orgstruct-error)))))
  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.

-- 
Julien Danjou
// ᐰ <julien@danjou.info>   http://julien.danjou.info



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

* Re: Error on Gcc
  2010-11-24 22:53 Error on Gcc Julien Danjou
@ 2010-11-24 22:59 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-11-24 22:59 UTC (permalink / raw)
  To: ding

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




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

end of thread, other threads:[~2010-11-24 22:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-24 22:53 Error on Gcc Julien Danjou
2010-11-24 22:59 ` Lars Magne Ingebrigtsen

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