From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 22723 invoked from network); 23 Mar 2022 14:51:54 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 23 Mar 2022 14:51:54 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nX2L2-0063xV-9E for ml@inbox.vuxu.org; Wed, 23 Mar 2022 09:51:52 -0500 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94.2) (envelope-from ) id 1nX2L1-006Dk4-PS for ml@inbox.vuxu.org; Wed, 23 Mar 2022 09:51:51 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.94.2) (envelope-from ) id 1nX2L0-006Djx-Nn for ding@lists.math.uh.edu; Wed, 23 Mar 2022 09:51:50 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nX2Kx-00BG1G-1u for ding@lists.math.uh.edu; Wed, 23 Mar 2022 09:51:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=tMidyMT3l80mdkSLwkSkXR8V7Wne9PmAO4A5tewRjI8=; b=gJ3kgORmjdVvuso8SUUNjkwha0 WPr5wQUgPiZL2w7C/lItWcn0gy+dmv9ZvEPpmlslvKEoBA9B4ub/Ee6T5XgQ2gO1f2A3i9S/iU7pk 3lVkBItbfOvFAwGhkX80gmaWgXhwRIOKRtL5gRVtJvC3pqHUeO72Ek4O4b+9TiYtndoA=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nX2Kp-00052q-1a for ding@gnus.org; Wed, 23 Mar 2022 15:51:42 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1nX2Kn-0001Sw-5B for ding@gnus.org; Wed, 23 Mar 2022 15:51:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Andrew Cohen Subject: Re: virtual nnvirtual Date: Wed, 23 Mar 2022 22:51:25 +0800 Message-ID: <87ee2shgcy.fsf@ust.hk> References: <87v8w51oq7.fsf@ust.hk> <87mthguba3.fsf@ucl.ac.uk> <87mthghlu9.fsf@ust.hk> <87a6dgst4w.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:DgrlkrjPVxB4tNTQasBJY+H92DM= List-ID: Precedence: bulk >>>>> "ESF" == Eric S Fraga writes: [...] ESF> For A T, >> This should work (provided searching is configured for the >> constituent groups). ESF> it doesn't work but I don't think it's the searching element, ESF> or maybe it is. I get an error with the following [elided] ESF> backtrace: No, probably not the searching element. [...] ESF> gnus-summary-limit((143 154 165 174 176 189 192 190 191 193 231 ESF> 232 233 253 255 250 259 262 245 241 240 218 227 205 213 204 248 ESF> 197 185 178 221 224 177 168 169 163 194 196 198 199 201 202 143 ESF> 154 165 174 176 189 192 190 ...)) This is definitely not right. This should be a unique list of article numbers and I can see repeats. Also it should be sorted. And I think I see the problem---I'm trying to not store the artlist, which can be very long, and just regenerate it when needed. But the thread retrieval /adds/ the new articles to the artlist, and this causes things to get messed up when it tries to generate the new list. I can fix this, but I need to think about the best way. Thanks for testing! Best, Andy -- Andrew Cohen