From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33283 Path: main.gmane.org!not-for-mail From: Jas Newsgroups: gmane.emacs.gnus.general Subject: Re: moving problem Date: 09 Nov 2000 11:12:41 -0500 Organization: MAYA Design Group Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035169420 24341 80.91.224.250 (21 Oct 2002 03:03:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:03:40 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id CB10BD049A for ; Thu, 9 Nov 2000 11:31:31 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB13433; Thu, 9 Nov 2000 10:30:53 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 09 Nov 2000 10:30:10 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA08686 for ; Thu, 9 Nov 2000 10:29:58 -0600 (CST) Original-Received: from pigeon.maya.com (po.maya.com [192.70.254.2]) by mailhost.sclp.com (Postfix) with ESMTP id DDB29D049A for ; Thu, 9 Nov 2000 11:30:23 -0500 (EST) Original-Received: from SNIPE.maya.com (snipe.maya.com [192.70.254.125]) by pigeon.maya.com (Postfix) with SMTP id 11E303EDA; Thu, 9 Nov 2000 11:14:31 -0500 (EST) Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) X-Face: ._HOR,#9~<*ir.> Original-Lines: 43 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.2 (Notus) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33283 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33283 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > > When I move a message from an IMAP folder (B m), leave the group > > (q), and then re-enter the group in a way that would try to "fetch" > > that message (for example if it were within the last 10 messages: > > C-u 10 SPC) > > > > I get the infamous "Wrong type argument: number-char-or-marker-p, > > Re:" error. > > Whee. This sounds as if nnimap didn't clear the server buffer. When > you set debug-on-error to t, then look at the " *nnimap foo*" buffer > (note the leading space!), do you see anything suspicious? Also (setq > imap-debug "*imap-debug*") and (setq nnimap-debug "*nnimap-debug*"), > then have a look at those two buffers. Nope, nothing in the connection buffer... Weird -- first error doesn't correctly enter the debugger... But on the second try th traceback looks like this (the moved message in question was probably 10423): Signaling: (wrong-type-argument number-char-or-marker-p Re:) gnus-sorted-complement((10421 10422 Re: MB ANN: Announcing Multimedia) (10414 10415 10416 10417 10418 10419 10420 10421 10422 10423)) gnus-select-newsgroup("INBOX" 10 nil) gnus-summary-read-group-1("INBOX" 10 nil nil nil nil) gnus-summary-read-group("INBOX" 10 nil nil nil nil nil) gnus-group-read-group(10 nil nil) gnus-topic-read-group(10) call-interactively(gnus-topic-read-group) and something seems to be wrong with the debug tracing (current CVS).... ...arghpssfft... I don't have time to track down the meta-problems at the moment -- more later unless you can replicate the problem and want to take a shot... (The problem doesn't happen *all* the time on moves and deletes ... I haven't quite narrowed it down to when...) -- -Jas