Gnus development mailing list
 help / color / mirror / Atom feed
* nnml-request-list
@ 2011-11-08 11:40 Lynbech Christian
  2012-01-03 22:43 ` nnml-request-list Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Lynbech Christian @ 2011-11-08 11:40 UTC (permalink / raw)
  To: ding

I have run into a problem which I think relates to the function
`nnml-request-list'. When I try to read my mail, emacs bails out
somewhere near the end with a wrong number of arguments error. As far as
I have been able to trace it, it seems to relate to the aforementioned
function.

The strange thing is that it has only happened now. I run emacs and gnus
successfully on several platforms and have done so for years. Currently,
I am in the process of upgrading to emacs24 also at home and presumably
I have some other combinations of groups there that exposes the
problem. I have tried upgrading to the latest and greatest gnus from git
but without any improvements.

From grep'ing a little in the code, I see that `nnml-request-list' is
defined to take a single argument, and indeed help reports:

        nnml-request-list is a compiled Lisp function in `nnml.el'.

        (nnml-request-list &optional SERVER)

however in nndir.el, I see this:

        (nnoo-map-functions nndir
          (nnml-retrieve-headers 0 nndir-current-group 0 0)
          (nnml-request-article 0 nndir-current-group 0 0)
          (nnmh-request-group nndir-current-group 0 0)
          (nnml-close-group nndir-current-group 0)
          (nnml-request-list (nnoo-current-server 'nndir) nndir-directory)
          (nnml-request-newsgroups (nnoo-current-server 'nndir) nndir-directory))

which suspiciously looks as if it calls `nnml-request-list' with two
arguments.

Am I missing something obvious here?


------------------------+-----------------------------------------------------
Christian Lynbech       | christian #\@ defun #\. dk
------------------------+-----------------------------------------------------
Hit the philistines three times over the head with the Elisp reference manual.
                                        - petonic@hal.com (Michael A. Petonic)



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

* Re: nnml-request-list
  2011-11-08 11:40 nnml-request-list Lynbech Christian
@ 2012-01-03 22:43 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2012-01-03 22:43 UTC (permalink / raw)
  To: Lynbech Christian; +Cc: ding

Lynbech Christian <christian.lynbech@tieto.com> writes:

> I have run into a problem which I think relates to the function
> `nnml-request-list'. When I try to read my mail, emacs bails out
> somewhere near the end with a wrong number of arguments error. As far as
> I have been able to trace it, it seems to relate to the aforementioned
> function.

`(setq debug-on-error t)', repeat the bug and post the resulting
backtrace.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



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

end of thread, other threads:[~2012-01-03 22:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-08 11:40 nnml-request-list Lynbech Christian
2012-01-03 22:43 ` nnml-request-list 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).