From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27616 Path: main.gmane.org!not-for-mail From: Toby Speight Newsgroups: gmane.emacs.gnus.general Subject: Re: pgnus 0.99 losing all ticked articles Date: 03 Dec 1999 11:10:34 +0000 Organization: Citrix Systems (Cambridge) 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=us-ascii X-Trace: main.gmane.org 1035164609 25439 80.91.224.250 (21 Oct 2002 01:43:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:43:29 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA15546 for ; Fri, 3 Dec 1999 06:11:14 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAB08879; Fri, 3 Dec 1999 05:11:07 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 03 Dec 1999 05:11:09 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id FAA21340 for ; Fri, 3 Dec 1999 05:10:58 -0600 (CST) Original-Received: from gatekeeper.ctxuk.citrix.com (root@gatekeeper.ctxuk.citrix.com [195.153.38.114]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA15536 for ; Fri, 3 Dec 1999 06:10:32 -0500 (EST) Original-Received: from sh.ctxuk.citrix.com (sh.ctxuk.citrix.com [10.30.224.4]) by gatekeeper.ctxuk.citrix.com (8.8.7/BSCF-1.7) with ESMTP id LAA10663 for ; Fri, 3 Dec 1999 11:10:30 GMT Original-Received: from hwav01.ctxuk.citrix.com (hwav01.ctxuk.citrix.com [10.30.224.26]) by sh.ctxuk.citrix.com (8.8.7/BSCF-1.7) with SMTP id LAA07752 for ; Fri, 3 Dec 1999 11:10:30 GMT Original-Received: from 10.30.224.23 by hwav01.ctxuk.citrix.com (InterScan E-Mail VirusWall NT); Fri, 03 Dec 1999 11:10:29 -0000 (GMT Standard Time) Original-Received: from lanber.cam.citrix.com (LANBER [10.70.1.235]) by hwmail01.ctxuk.citrix.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id XXNM1XQ5; Fri, 3 Dec 1999 11:10:29 -0000 Original-To: The Gnus Mailing List Original-Lines: 15 In-Reply-To: Jason L Tibbitts III's message of "02 Dec 1999 17:48:13 -0600" X-Author-Info: Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27616 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27616 Jason> Jason L. Tibbitts, III 0> In article , Jason wrote: Jason> Every so often, not repeatable but _always_ after just ticking Jason> one additional article, Gnus will lose track of all ticked Jason> articles excepting the most recent one. This tends to get me Jason> into big trouble when I lose track of something I really needed Jason> to do. When I had this problem, it was because I was moving point from the summary buffer in one of my hooks (gnus-summary-exit-hook). Adding a save-excursion around my code solved the problem. Probably not the problem as yours, but worth a check anyway.