From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43032 Path: main.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: Like (display . all) but hide expirable messages Date: Sun, 10 Feb 2002 23:29:45 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <87y9i0y72e.fsf@uwo.ca> References: <87n15953w6.fsf@TK212017118241.teleweb.at> <87k7zwlhqy.fsf@uwo.ca> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178189 15396 80.91.224.250 (21 Oct 2002 05:29:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:29:49 +0000 (UTC) Return-Path: Original-Received: (qmail 6185 invoked from network); 11 Feb 2002 04:32:30 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 11 Feb 2002 04:32:30 -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 16a86T-0007ZP-00; Sun, 10 Feb 2002 22:30:09 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 10 Feb 2002 22:30:07 -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 WAA26738 for ; Sun, 10 Feb 2002 22:29:55 -0600 (CST) Original-Received: (qmail 6143 invoked by alias); 11 Feb 2002 04:29:52 -0000 Original-Received: (qmail 6138 invoked from network); 11 Feb 2002 04:29:51 -0000 Original-Received: from pony.its.uwo.ca (129.100.2.63) by gnus.org with SMTP; 11 Feb 2002 04:29:51 -0000 Original-Received: from femail.its.uwo.ca (hurdle.its.uwo.ca [129.100.2.108]) by pony.its.uwo.ca (8.12.1/8.12.0) with ESMTP id g1B4Tm3W012927 for ; Sun, 10 Feb 2002 23:29:50 -0500 (EST) Original-Received: from localhost (ren.math.uwo.ca [129.100.75.76]) by femail.its.uwo.ca (8.12.1/8.12.0) with ESMTP id g1B4TkCl018945 for ; Sun, 10 Feb 2002 23:29:46 -0500 (EST) Original-Received: from jdc by localhost with local (Exim 3.33 #1 (Debian)) id 16a865-0006Dm-00; Sun, 10 Feb 2002 23:29:45 -0500 Original-To: ding@gnus.org Mail-Copies-To: nobody In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 23 Aug 2001 20:00:25 +0200") Original-Lines: 33 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43032 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43032 Lars Magne Ingebrigtsen writes: > Dan Christensen writes: > >> 7. I can't get (display . [and (not expire) (not read)]) or >> (display . [and (not expire) unread]) to work for me. With >> the former I get prompted to input a Lisp Expression when I >> enter a group. > > So much ditto that I don't know how to express it. > >> With the latter I get the following error when >> entering a group: >> >> Debugger entered--Lisp error: (void-function unread) >> unread() > > I've now made that invalid and removed it from the documentation. This still doesn't work for me, with a cvs from an hour ago. (not read) checks that the article doesn't appear in gnus-newsgroup-reads, but this variable seems to keep track of the articles read in the *current* session, so I think it is always nil when the summary is being generated. What I want is to check that the article is in gnus-newsgroup-unreads. So I think read should be made invalid, and unread should be made valid, since it is what one is actually interested in. Dan -- Dan Christensen jdc+news@uwo.ca