From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16135 Path: main.gmane.org!not-for-mail From: Jean-Yves Perrier Newsgroups: gmane.emacs.gnus.general Subject: Small bug in topic mode Date: 20 Aug 1998 09:26:01 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by SEMI 1.8.4 - "Takaoka") Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035155055 26018 80.91.224.250 (20 Oct 2002 23:04:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:04:15 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id AAA01516 for ; Thu, 20 Aug 1998 00:28:11 -0700 Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id DAA08830 for ; Thu, 20 Aug 1998 03:29:44 -0400 Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id CAK01515; Thu, 20 Aug 1998 02:29:39 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 20 Aug 1998 02:27:28 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id CAA01502 for ; Thu, 20 Aug 1998 02:27:20 -0500 (CDT) Original-Received: from nagpcy.nagra-kudelski.ch (nagpcy.nagra-kudelski.ch [193.246.109.164]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id DAA19107 for ; Thu, 20 Aug 1998 03:27:11 -0400 (EDT) Original-Received: from [10.0.50.51] by nagpcy.nagra-kudelski.ch (NTMail 3.02.13) with ESMTP id za037075 for ; Thu, 20 Aug 1998 09:27:02 +0200 Original-To: ding@gnus.org X-Emacs: Emacs 20.2 (with raw setting) Original-Lines: 21 X-Mailer: Gnus v5.6.38/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16135 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16135 I found the following problem under 5.6.38 (it was already appearing before) I am in Topic Mode, with everything read. I enter a group (mail or news) with C-u SPC and unmark one message (M-u) I go back to the Group buffer by hitting 'q' I get: [ Gnus -- 0 ] <- This should be [ Gnus -- 1 ] [ Emacs -- 1 ] 1: mygroup If now I read the now unread message and come back, I get: [ Gnus -- -1 ] <- This had worked correctly (from the erroneous [ Emacs -- 0 ] situation) 0: mygroup Best Regards, -- Jean-Yves Perrier