From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42953 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem (bug) with display parameter. Date: Wed, 06 Feb 2002 16:26:44 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <2n8za68for.fsf@zsh.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178123 14942 80.91.224.250 (21 Oct 2002 05:28:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:28:43 +0000 (UTC) Return-Path: Original-Received: (qmail 2965 invoked from network); 6 Feb 2002 21:29:40 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 6 Feb 2002 21:29:40 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16YZd6-0003K5-00; Wed, 06 Feb 2002 15:29:24 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 06 Feb 2002 15:28:55 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id PAA02421 for ; Wed, 6 Feb 2002 15:27:29 -0600 (CST) Original-Received: (qmail 2915 invoked by alias); 6 Feb 2002 21:27:26 -0000 Original-Received: (qmail 2910 invoked from network); 6 Feb 2002 21:27:26 -0000 Original-Received: from zsh.cs.rochester.edu (HELO zsh.2y.net) (192.5.53.126) by gnus.org with SMTP; 6 Feb 2002 21:27:26 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.6/8.11.2) id g16LQi806524; Wed, 6 Feb 2002 16:26:44 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C (Matthieu Moy's message of "Wed, 06 Feb 2002 18:41:41 +0100") Original-Lines: 29 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42953 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42953 Matthieu Moy writes: [...] > So, I have this as a group parameter : > > ((display . > [not expire]) > ^^^^^^^^^^^^ > (visible . t) > (gnus-thread-hide-subtree nil) > (gnus-thread-sort-functions 'gnus-thread-sort-by-number)) > > But when I enter the group, I see only unread articles, as the default > behaviour. Fixed. > Then, I type /-o. It has already been reported, but I don't get all > unread articles. Some only. I think I've fixed it recently. > I begin to think something is wrong, so, I type /-E, to see. Gnus > tells me "no expunged articles hidden". `/ E' is for expunged articles, not expirable articles. ShengHuo