From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68100 Path: news.gmane.org!not-for-mail From: Dave Goldberg Newsgroups: gmane.emacs.gnus.general Subject: Re: Problems with new imap-fetch-safe in XEmacs 21.4.21 Date: Wed, 07 Jan 2009 10:15:33 -0500 Message-ID: <848wpnywoa.fsf@incoming.verizon.net> References: <84k598fki0.fsf@incoming.verizon.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1231341485 19265 80.91.229.12 (7 Jan 2009 15:18:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Jan 2009 15:18:05 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16545@lists.math.uh.edu Wed Jan 07 16:19:16 2009 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 1LKaBQ-0001Hk-R9 for ding-account@gmane.org; Wed, 07 Jan 2009 16:19:01 +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 1LKa9Q-0001O9-3Q; Wed, 07 Jan 2009 09:16:56 -0600 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 1LKa9O-0001Nr-QK for ding@lists.math.uh.edu; Wed, 07 Jan 2009 09:16:54 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LKa9M-0000P1-1f for ding@lists.math.uh.edu; Wed, 07 Jan 2009 09:16:54 -0600 Original-Received: from vms173003pub.verizon.net ([206.46.173.3]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LKa9c-0000Iz-00 for ; Wed, 07 Jan 2009 16:17:08 +0100 Original-Received: from dsg-laptop.verizon.net ([173.48.211.130]) by vms173003.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0KD3004CSX1M2RS5@vms173003.mailsrvcs.net> for ding@gnus.org; Wed, 07 Jan 2009 09:15:26 -0600 (CST) X-Face: W!bie|rYVd43O:2CkHTb*~s5}Yzx30X<@6Tq_bnP56Hp!xX4sVl4tgYRirjRcke\wfY!JJ9 i?]VIUJicJzq2\!3%7$5R%wi!R[.]Va97q In-reply-to: (Katsumi Yamaoka's message of "Wed, 07 Jan 2009 18:03:24 +0900") User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.4.21 (linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68100 Archived-At: >>>>> On Wed, 07 Jan 2009 18:03:24 +0900, Katsumi Yamaoka #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( said: >>>>> Dave Goldberg wrote: >> I get the following on GCC to an Exchange 2007 mailbox now. The GCC >> actually does succeed but the error is annoying nonetheless. Lisp backtrace: >> Debugger entered--Lisp error: (wrong-type-argument numberp "*:*") >> signal(wrong-type-argument (numberp "*:*")) >> byte-code("..." [receive props uids buffer imap-enable-exchange-bug-workaround data string-match "The specified message set is invalid" make-local-variable t imap-fetch signal nouidfetch] 5) >> imap-fetch-safe(("*" "*:*") "UID") >> imap-message-appenduid-1("Sent Items") > [...] > The first argument passed to `imap-fetch-safe' seems to have to > be a cons, not a list. If that is a list, it is passed to > `number-to-string' by way of `imap-list-to-message-set' and > causes the `wrong-type-argument' error. This is no more than a > guess since I don't use IMAP, but here is a patch: [...] The patch solved the problem for me. Thanks! -- Dave Goldberg david.goldberg6@verizon.net