From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64859 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: New nnimap error with Gcc Date: Mon, 02 Jul 2007 16:08:15 +0200 Message-ID: <87lkdy525s.fsf@mocca.josefsson.org> References: <83fy49tkep.fsf@torus.sehlabs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183385355 12576 80.91.229.12 (2 Jul 2007 14:09:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Jul 2007 14:09:15 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M13370@lists.math.uh.edu Mon Jul 02 16:09:14 2007 connect(): Connection refused 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.50) id 1I5MaV-00027r-IM for ding-account@gmane.org; Mon, 02 Jul 2007 16:09:11 +0200 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 1I5MZo-0005FA-2G; Mon, 02 Jul 2007 09:08:28 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1I5MZl-0005Ew-Bw for ding@lists.math.uh.edu; Mon, 02 Jul 2007 09:08:25 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1I5MZk-0001ZB-8s for ding@lists.math.uh.edu; Mon, 02 Jul 2007 09:08:25 -0500 Original-Received: from vinyl.extundo.com ([83.241.192.59]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1I5MZh-0005iV-00 for ; Mon, 02 Jul 2007 16:08:21 +0200 Original-Received: from mocca.josefsson.org (yxa.extundo.com [83.241.177.38]) (authenticated bits=0) by vinyl.extundo.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l62E8Gwb025966 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 2 Jul 2007 16:08:20 +0200 OpenPGP: id=B565716F; url=http://josefsson.org/key.txt Mail-Copies-To: nobody X-Hashcash: 1:22:070702:ding@gnus.org::aG+uzQo2aEnvPVY/:IrSI In-Reply-To: <83fy49tkep.fsf@torus.sehlabs.com> (Steven E. Harris's message of "Sat, 30 Jun 2007 10:35:42 -0700") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.0.95 (gnu/linux) X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64859 Archived-At: "Steven E. Harris" writes: > I'm running a Gnus built fresh from CVS on the Cygwin XEmacs 21.4.20 > build. When I send a mail message and attempt to Gcc my "sent mail" > folder on an IMAP server, the outgoing message gets sent, the copy gets > stored in my IMAP folder, but Gnus then reports the following error and > leaves the message composition window open: > > > Debugger entered--Lisp error: (error "format specifier %d doesn't match argument type") > format("%d" nil) > #(nil) > mapconcat(# (nil) ",") > imap-range-to-message-set((nil)) > nnimap-request-set-mark("INBOX.sent-mail" (((nil) del (read))) "panix") > gnus-request-set-mark("nnimap+panix:INBOX.sent-mail" (((nil) del (read)))) > gnus-agent-synchronize-group-flags("nnimap+panix:INBOX.sent-mail" (((nil) del (read))) (nnimap "panix" (nnimap-address "mail.panix.com") (nnimap-stream starttls) (nnimap-need-unselect-to-notice-new-mail t) (nnimap-list-pattern ("INBOX" "INBOX.*")))) > gnus-agent-regenerate-group("nnimap+panix:INBOX.sent-mail" (nil)) > gnus-request-accept-article("nnimap+panix:INBOX.sent-mail" "nnimap:panix" t t) > gnus-inews-do-gcc() > gnus-agent-possibly-do-gcc() > run-hooks(gnus-agent-possibly-do-gcc) > message-send(nil) > message-send-and-exit(nil) > call-interactively(message-send-and-exit) For some reason, Gnus thinks the article number is nil instead of some integer. I don't know why that happens. Edebuging some of the functions named above might help.