From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56158 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: FIXED: Problem quitting a group (current CVS) Date: Thu, 22 Jan 2004 07:30:42 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074774689 17389 80.91.224.253 (22 Jan 2004 12:31:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2004 12:31:29 +0000 (UTC) Original-X-From: ding-owner+M4698@lists.math.uh.edu Thu Jan 22 13:31:21 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AjdzV-0006PC-00 for ; Thu, 22 Jan 2004 13:31:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Ajdz1-0001l9-00; Thu, 22 Jan 2004 06:30:51 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Ajdyw-0001l4-00 for ding@lists.math.uh.edu; Thu, 22 Jan 2004 06:30:46 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id C27773A0033 for ; Thu, 22 Jan 2004 06:30:45 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1Ajdyt-0000gk-00 for ; Thu, 22 Jan 2004 13:30:43 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 35 Original-NNTP-Posting-Host: rrcs-midsouth-24-172-86-250.biz.rr.com Original-X-Trace: quimby.gnus.org 1074774642 2422 24.172.86.250 (22 Jan 2004 12:30:42 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 22 Jan 2004 12:30:42 +0000 (UTC) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:J3pQB1G2eGdxiK875g751exn62U= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56158 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56158 Adrian Lanz writes: > The same here. > > In the messsage buffer I see: > > Exiting summary buffer and applying spam rules > Registering 0 articles with classification spam, check spam-use-bogofilter > Registering 0 articles with classification spam, check spam-use-blacklist > (No changes need to be saved) [2 times] > Marking spam as expired without moving it > Moving ham messages from spam group > Entering debugger... > > ... and then the debugger information: > > Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) > gnus-compress-sequence((nil) t) > gnus-update-marks() > gnus-summary-update-info() > gnus-summary-expire-articles() > run-hooks(gnus-summary-prepare-exit-hook) > apply(run-hooks gnus-summary-prepare-exit-hook) > gnus-run-hooks(gnus-summary-prepare-exit-hook) > gnus-summary-exit() > call-interactively(gnus-summary-exit) > > > Thanks, Adrian Sorry about that. I was certain that I tested the boundary conditions but still missed one. Checkout the lastest gnus-sum.el to get the patch. Kevin