From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24512 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: X-Sent Date: 27 Jul 1999 03:50:58 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87n1wilv25.fsf@pc-hrvoje.srce.hr> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162067 9153 80.91.224.250 (21 Oct 2002 01:01:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:01:07 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA14545 for ; Mon, 26 Jul 1999 21:52:32 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.3/8.9.3) with ESMTP id UAB21234; Mon, 26 Jul 1999 20:51:46 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 26 Jul 1999 20:52:23 -0500 (CDT) 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 UAA16101 for ; Mon, 26 Jul 1999 20:52:13 -0500 (CDT) Original-Received: from pc-hrvoje.srce.hr (mail@pc-hrvoje.srce.hr [161.53.2.132]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA14513 for ; Mon, 26 Jul 1999 21:51:06 -0400 (EDT) Original-Received: from hniksic by pc-hrvoje.srce.hr with local (Exim 3.02 #1 (Debian)) id 118wOS-00012J-00 for ; Tue, 27 Jul 1999 03:51:00 +0200 Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > Shaun Lipscombe writes: > > > > What I don't understand though, is why have 3 different values t 'head > > and 'last. I understand that 'head works on the headers, so what use > > would t, and 'last have? > > Because Lars wants uniform specifications over all gnus-treat-* > variables. The worst thing is that the docstrings are highly misleading. All of them say "Valid values are nil, t, `head', `last', an integer or a predicate." Although those values may be technically "valid", in the case gnus-treat-date-lapsed, only nil and `head' are really meaningful. The docstring should be helpful about what is really going on rather than confuse matters for the user. The manual is apparently even worse -- it just lists the variables and explains what the "predicate" stuff does.