From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54725 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with respooling Date: Fri, 07 Nov 2003 15:07:53 -0500 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: ding-owner@lists.math.uh.edu Message-ID: <4nbrrox7qe.fsf@koz.bwh.harvard.edu> References: <4nbrroyq9r.fsf@koz.bwh.harvard.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1068235797 10769 80.91.224.253 (7 Nov 2003 20:09:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Nov 2003 20:09:57 +0000 (UTC) Original-X-From: ding-owner+M3266@lists.math.uh.edu Fri Nov 07 21:09:55 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AICvb-0002M2-00 for ; Fri, 07 Nov 2003 21:09:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AICvA-000189-00; Fri, 07 Nov 2003 14:09:28 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AICv2-000181-00 for ding@lists.math.uh.edu; Fri, 07 Nov 2003 14:09:20 -0600 Original-Received: from clifford.bwh.harvard.edu (clifford.bwh.harvard.edu [134.174.9.41]) by justine.libertine.org (Postfix) with ESMTP id 7EE153A005A for ; Fri, 7 Nov 2003 14:09:19 -0600 (CST) Original-Received: from koz.bwh.harvard.edu (koz [134.174.9.110]) by clifford.bwh.harvard.edu (8.10.2+Sun/8.11.0) with ESMTP id hA7K8k705062 for ; Fri, 7 Nov 2003 15:08:46 -0500 (EST) Original-Received: (from tzz@localhost) by koz.bwh.harvard.edu (8.11.6+Sun/8.11.0) id hA7K7rF20177; Fri, 7 Nov 2003 15:07:53 -0500 (EST) Original-To: Ding Mailing List X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Followup-To: Ding Mailing List In-Reply-To: <4nbrroyq9r.fsf@koz.bwh.harvard.edu> (Ted Zlatanov's message of "Fri, 07 Nov 2003 13:42:08 -0500") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (usg-unix-v) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54725 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54725 (I forgot to cc the ding list - here goes) On Fri, 07 Nov 2003, bouvin@daimi.au.dk wrote: > Hi I have encountered a problem with the latest cvs version - when > I try to B r an article, I get the following: > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > string-match("^[^:]+:" nil) > gnus-group-real-prefix(nil) > gnus-group-prefixed-p(nil) > gnus-group-guess-full-name-from-command-method(nil) [...] The above is fixed in CVS. I still get an error, however, with `B r': Debugger entered--Lisp error: (error "Internal error, tag 2828 status BAD code nil text Missing required argument to APPEND") signal(error ("Internal error, tag 2828 status BAD code nil text Missing required argument to APPEND")) error("Internal error, tag %s status %s code %s text %s" 2828 BAD nil "Missing required argument to APPEND") imap-parse-response() imap-arrival-filter(# "2828 BAD Missing required argument to APPEND \n") accept-process-output(# 0 100) imap-wait-for-tag(2828 nil) imap-send-command-wait(("APPEND \"" nil "\" " #)) imap-message-append(nil # nil nil " *nnimap* mail.lifelogs.com") nnimap-request-accept-article(nil "mail.lifelogs.com" t) gnus-request-accept-article(nil (nnimap "mail.lifelogs.com") t t) gnus-summary-move-article(nil nil (nnimap "mail.lifelogs.com") copy) gnus-summary-copy-article(nil nil (nnimap "mail.lifelogs.com")) gnus-summary-respool-article(nil (nnimap "mail.lifelogs.com")) call-interactively(gnus-summary-respool-article) I'm not really sure why this is happening, as I don't understand gnus-summary-respool-article well. It seems to pass a nil group to nnimap, but where does it get that nil group value? If gnus-registry-split-fancy-with-parent (which Niels and I are using) is giving a nil, it should be passed over - a nil should never be taken as the respool destination group, I would think. If anyone has more clues, I would appreciate the help. Ted