From: Slawek Zak <zaks@prioris.im.pw.edu.pl>
Subject: Re: nnir problem
Date: 13 Nov 1999 18:11:56 +0100 [thread overview]
Message-ID: <87vh76gvtv.fsf@localhost.localnet> (raw)
In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "13 Nov 1999 16:55:46 +0100"
Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:
> Your settings look okay. I have now put a new version on the server
> which does not fix the bug, but it tries to check for the error
> condition. What do you see? What's in the server buffer? Is the
> backtrace similar?
Nothing changed but I went further with debugging and found that
gnus-find-method-for-group called with argument "nnml:mail.misc"
returns (nnspool "") which is my gnus-select-method but which is not
proper for this group, strange ... things go west down the road, since
mail.misc is an nnml group :(
The backtrace:
Return value: (nnspool "")
gnus-find-method-for-group("nnml:mail.misc")
* gnus-retrieve-headers((2869) "nnml:mail.misc" nil)
* (setq foo (gnus-retrieve-headers (list artno) artfullgroup nil))
)
* (let ((G99700 ...)) (cond (... ... ... ...) (... ... ... ...) (t ...)))
)
* (case (setq foo (gnus-retrieve-headers ... artfullgroup nil)) (nov (goto-char ...) (setq novitem ...) (unless novitem ... ...)) (headers (goto-char ...) (setq novitem ...) (unless novitem ... ...)) (t (nnheader-report "Don't support header type %s." foo)))
)
* (while (not (null artlist)) (setq art (car artlist)) (or (numberp art) (nnheader-report "nnir-retrieve-headers doesn't grok message ids: %s" art)) (setq artitem (nnir-artlist-article nnir-artlist art)) (setq artrsv (nnir-artitem-rsv artitem)) (setq artgroup (nnir-artitem-group artitem)) (setq artno (nnir-artitem-number artitem)) (setq artfullgroup (nnir-group-full-name artgroup)) (set-buffer nntp-server-buffer) (case (setq foo ...) (nov ... ... ...) (headers ... ... ...) (t ...)) (mail-header-set-number novitem idx) (mail-header-set-from novitem (mail-header-from novitem)) (mail-header-set-subject novitem (format "[%d: %s/%d] %s" artrsv artgroup artno ...)) (push novitem novdata) (setq artlist (cdr artlist)) (setq idx (1+ idx)))
)
--
Suavek Zak / PGP: finger://zaks@prioris.mini.pw.edu.pl
next prev parent reply other threads:[~1999-11-13 17:11 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-08-03 0:33 Istvan Marko
1999-08-03 7:50 ` Kai Großjohann
1999-11-16 1:43 ` Istvan Marko
1999-11-13 11:01 ` Slawek Zak
1999-11-13 11:49 ` Kai Großjohann
1999-11-13 13:54 ` Bud Rogers
1999-11-13 15:29 ` Slawek Zak
1999-11-13 15:55 ` Kai Großjohann
1999-11-13 17:11 ` Slawek Zak [this message]
1999-11-13 22:21 ` Kai Großjohann
1999-11-13 16:01 ` Harry Putnam
1999-11-13 16:31 ` Harry Putnam
1999-11-13 17:06 ` Slawek Zak
1999-11-14 20:57 ` Rick Payne
1999-11-15 18:34 ` Slawek Zak
1999-11-16 1:56 ` Laura Conrad
1999-11-17 23:58 ` Andrew Hilborne
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=87vh76gvtv.fsf@localhost.localnet \
--to=zaks@prioris.im.pw.edu.pl \
/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).