From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80551 Path: news.gmane.org!not-for-mail From: Lynbech Christian Newsgroups: gmane.emacs.gnus.general Subject: nnml-request-list Date: Tue, 8 Nov 2011 12:40:22 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1320752494 10835 80.91.229.12 (8 Nov 2011 11:41:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Nov 2011 11:41:34 +0000 (UTC) To: Original-X-From: ding-owner+M28834@lists.math.uh.edu Tue Nov 08 12:41:30 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RNk3W-0005bS-0c for ding-account@gmane.org; Tue, 08 Nov 2011 12:41:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RNk2i-0001kr-2T; Tue, 08 Nov 2011 05:40:40 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RNk2g-0001kf-IK for ding@lists.math.uh.edu; Tue, 08 Nov 2011 05:40:38 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RNk2e-00041q-Fp for ding@lists.math.uh.edu; Tue, 08 Nov 2011 05:40:37 -0600 Original-Received: from ebb05.tieto.com ([131.207.168.36]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RNk2Y-0000E5-9D for ding@gnus.org; Tue, 08 Nov 2011 12:40:30 +0100 X-AuditID: 83cfa824-b7cebae0000004d2-a7-4eb915281e81 Original-Received: from FIVLA-EXHUB02.eu.tieto.com ( [131.207.136.42]) by ebb05.tieto.com (SMTP Mailer) with SMTP id DD.95.01234.82519BE4; Tue, 8 Nov 2011 13:40:24 +0200 (EET) Original-Received: from ul000407.eu.tieto.com (10.48.99.23) by inbound.tieto.com (131.207.136.49) with Microsoft SMTP Server id 8.3.159.2; Tue, 8 Nov 2011 13:40:24 +0200 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.3.50 (gnu/linux) X-Brightmail-Tracker: AAAAAA== X-Spam-Score: -4.7 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80551 Archived-At: 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)