Gnus development mailing list
 help / color / mirror / Atom feed
* nnshimbun broken with gnus-git
@ 2010-09-19 19:53 David Engster
  2010-09-19 19:58 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: David Engster @ 2010-09-19 19:53 UTC (permalink / raw)
  To: ding

Updating to gnus-git from a pretty old checkout (before Lars' spree)
broke my nnshimbun groups:

Debugger entered--Lisp error: (wrong-number-of-arguments (lambda (group &optional server dont-check) (setq group (nnshimbun-decode-group-name group)) (if (not (nnshimbun-possibly-change-group group server)) (nnheader-report (quote nnshimbun) "Invalid group") (let (beg end lines) (with-current-buffer (nnshimbun-open-nov group) (when (and (nnshimbun-group-ephemeral-p group) (zerop (buffer-size))) (nnshimbun-generate-nov-database group)) (goto-char (point-min)) (setq beg (ignore-errors (read (current-buffer)))) (goto-char (point-max)) (forward-line -1) (setq end (ignore-errors (read (current-buffer))) lines (count-lines (point-min) (point-max)))) (nnheader-report (quote nnshimbun) "Selected group %s" group) (nnheader-insert "211 %d %d %d %s
" lines (or beg 0) (or end 0) group)))) 4)
  nnshimbun-request-group("news" "heise" nil ("nnshimbun+heise:news" 5 ((1 . 4654)) ((seen ... ...)) (nnshimbun "heise")))
  funcall(nnshimbun-request-group "news" "heise" nil ("nnshimbun+heise:news" 5 ((1 . 4654)) ((seen ... ...)) (nnshimbun "heise")))
  (let ((gnus-command-method ...)) (when (stringp gnus-command-method) (setq gnus-command-method ...)) (funcall (inline ...) (gnus-group-real-name group) (nth 1 gnus-command-method) dont-check info))
  gnus-request-group("nnshimbun+heise:news" nil (nnshimbun "heise") ("nnshimbun+heise:news" 5 ((1 . 4654)) ((seen ... ...)) (nnshimbun "heise")))

[... snipped ...]


Hmm. The gnus docs say:

`(nnchoke-request-group GROUP &optional SERVER FAST)'

However, nnimap-request-group also has the fourth argument INFO. I'm
puzzled.

-David



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

* Re: nnshimbun broken with gnus-git
  2010-09-19 19:53 nnshimbun broken with gnus-git David Engster
@ 2010-09-19 19:58 ` Lars Magne Ingebrigtsen
  2010-09-20  1:14   ` [emacs-w3m:11357] " Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-19 19:58 UTC (permalink / raw)
  To: ding

David Engster <deng@randomsample.de> writes:

> Hmm. The gnus docs say:
>
> `(nnchoke-request-group GROUP &optional SERVER FAST)'
>
> However, nnimap-request-group also has the fourth argument INFO. I'm
> puzzled.

I've now updated the documentation.  Git Gnus now requires four
parameters to that function.

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




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

* [emacs-w3m:11357] Re: nnshimbun broken with gnus-git
  2010-09-19 19:58 ` Lars Magne Ingebrigtsen
@ 2010-09-20  1:14   ` Katsumi Yamaoka
  0 siblings, 0 replies; 3+ messages in thread
From: Katsumi Yamaoka @ 2010-09-20  1:14 UTC (permalink / raw)
  To: ding; +Cc: emacs-w3m

Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:
> David Engster <deng@randomsample.de> writes:

>> Hmm. The gnus docs say:
>>
>> `(nnchoke-request-group GROUP &optional SERVER FAST)'
>>
>> However, nnimap-request-group also has the fourth argument INFO. I'm
>> puzzled.

> I've now updated the documentation.  Git Gnus now requires four
> parameters to that function.

I've added `info' argument to nnshimbun-request-group.  Thanks.



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

end of thread, other threads:[~2010-09-20  1:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-19 19:53 nnshimbun broken with gnus-git David Engster
2010-09-19 19:58 ` Lars Magne Ingebrigtsen
2010-09-20  1:14   ` [emacs-w3m:11357] " Katsumi Yamaoka

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