Gnus development mailing list
 help / color / mirror / Atom feed
From: Lynbech Christian <christian.lynbech@tieto.com>
To: <ding@gnus.org>
Subject: nnml-request-list
Date: Tue, 8 Nov 2011 12:40:22 +0100	[thread overview]
Message-ID: <ytqp4nyeetax.fsf@ul000407.eu.tieto.com> (raw)

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)



             reply	other threads:[~2011-11-08 11:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-08 11:40 Lynbech Christian [this message]
2012-01-03 22:43 ` nnml-request-list Lars Magne Ingebrigtsen

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=ytqp4nyeetax.fsf@ul000407.eu.tieto.com \
    --to=christian.lynbech@tieto.com \
    --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).