From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25121 Path: main.gmane.org!not-for-mail From: "Rene H. Larsen" Newsgroups: gmane.emacs.gnus.general Subject: Re: Using gnus-list-identifiers Date: 16 Sep 1999 13:23:14 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87so4fksm5.fsf@post1.tele.dk> References: <87n1und8xd.fsf@post1.tele.dk> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162566 12404 80.91.224.250 (21 Oct 2002 01:09:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:09:26 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA23341 for ; Thu, 16 Sep 1999 07:35:57 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id GAB25705; Thu, 16 Sep 1999 06:35:51 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 16 Sep 1999 06:36:18 -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 GAA01367 for ; Thu, 16 Sep 1999 06:36:02 -0500 (CDT) Original-Received: from mail-in1.inet.tele.dk (mail-in1.inet.tele.dk [194.182.148.158]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id HAA23331 for ; Thu, 16 Sep 1999 07:35:21 -0400 (EDT) Original-Received: (qmail 1448 invoked from network); 16 Sep 1999 11:35:19 -0000 Original-Received: from ip215.ronnxr1.ras.tele.dk (HELO izzlazz.ournet.dk) (195.249.54.215) by mail-in1.inet.tele.dk with SMTP; 16 Sep 1999 11:35:19 -0000 Original-Received: from renehl.ournet.dk [192.168.0.1] (mail) by izzlazz.ournet.dk with esmtp (Exim 2.11 #1 (Debian)) id 11RZdC-0003qH-00; Thu, 16 Sep 1999 13:23:14 +0200 Original-Received: from renehl by renehl.ournet.dk with local (Exim 3.03 #1 (Debian)) id 11RZdC-0001Kb-00; Thu, 16 Sep 1999 13:23:14 +0200 Original-To: ding@gnus.org In-Reply-To: Simon Josefsson's message of "16 Sep 1999 10:09:11 +0200" Original-Lines: 24 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25121 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25121 Simon Josefsson writes: > Rene H. Larsen writes: > > > This makes list identifier hiding *a lot* less useful than it could > > be. I don't like having some catch-all regexp applied to the subject > > of all the articles that I read. Instead, I'd like to be able to > > specify exactly the right regexp on just the groups that need it. > > What about using list of regexp's? I use Yes, I'll probably end up doing just that. I was just hoping that there was a way to set it on a per-group basis, to minimize the risk of hiding something that shouldn't be hidden. > I think the removal of list identifiers are done before summary local > variables are bound. That sounds reasonable. I had more-or-less come to the same conclusion myself. -- #!/usr/bin/perl -w for(0..12){$b[$_]="|".($_==6?"-":" ")x78}for(0..78){substr($b[- (sin($_*3.1415/22)-1)*6.499],$_,1)="*"}print join "\n",@b,"";