From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81304 Path: news.gmane.org!not-for-mail From: Michael Cook Newsgroups: gmane.emacs.gnus.general Subject: Re: nndraft:drafts broken? Date: Fri, 10 Feb 2012 13:04:18 -0500 Message-ID: <8762fe7efx.fsf@waxrat.com> References: <87r4y3lcvb.fsf@waxrat.com> <87fwejs6r7.fsf@gnus.org> <877gzvf36t.fsf@waxrat.com> <87ty2yn1ug.fsf@gnus.org> <8739aig0u6.fsf@waxrat.com> <87pqdmn1lv.fsf@gnus.org> <87y5saelvc.fsf@waxrat.com> <87fwein037.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328897111 8794 80.91.229.3 (10 Feb 2012 18:05:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Feb 2012 18:05:11 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M29584@lists.math.uh.edu Fri Feb 10 19:05:10 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RvuqL-0007tZ-UV for ding-account@gmane.org; Fri, 10 Feb 2012 19:05:10 +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 1Rvupq-0001nq-Rw; Fri, 10 Feb 2012 12:04:38 -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 1Rvupp-0001nk-Fz for ding@lists.math.uh.edu; Fri, 10 Feb 2012 12:04:37 -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 1Rvupk-0007rZ-Qs for ding@lists.math.uh.edu; Fri, 10 Feb 2012 12:04:37 -0600 Original-Received: from gs90.inmotionhosting.com ([66.117.14.157]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Rvupj-0000pP-6t; Fri, 10 Feb 2012 19:04:31 +0100 Original-Received: from c-24-91-16-60.hsd1.ma.comcast.net ([24.91.16.60]:49717 helo=marcy) by gs90.inmotionhosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1RvupZ-00025T-QV; Fri, 10 Feb 2012 10:04:22 -0800 Original-Received: from localhost ([::1] helo=marcy) by marcy with esmtp (Exim 4.72) (envelope-from ) id 1RvupX-0000Di-Gs; Fri, 10 Feb 2012 13:04:19 -0500 In-Reply-To: <87fwein037.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 10 Feb 2012 17:07:40 +0100") User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/23.1 (gnu/linux) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gs90.inmotionhosting.com X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - waxrat.com X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81304 Archived-At: Lars Ingebrigtsen writes: > Michael Cook writes: > >> I'll try single stepping into gnus-topic-select-group. (But it's >> been about a decade since the last time I tried single stepping >> throught the gnus code... :-)) > > Try stepping through `nndraft-retrieve-headers' instead... In the process of trying to debug this problem, it went away. :-/ As an experiment, I used `B c' to copy a couple messages into nndraft:drafts. The first message didn't make a difference (except that my nndraft-retrieve-headers breakpoint was hit; until I copied the first message, that breakpoint wasn't being hit). Then I copied the second message and the problem went away entirely. Hmm. Michael