From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25116 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Using gnus-list-identifiers Date: 16 Sep 1999 10:09:11 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: 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 1035162562 12385 80.91.224.250 (21 Oct 2002 01:09:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:09:22 +0000 (UTC) Cc: ding@gnus.org 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 EAA21789 for ; Thu, 16 Sep 1999 04:09:59 -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 DAB24730; Thu, 16 Sep 1999 03:09:52 -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 03:10:21 -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 DAA28351 for ; Thu, 16 Sep 1999 03:10:11 -0500 (CDT) Original-Received: from badis.pdc.kth.se (jas@badis.pdc.kth.se [130.237.221.45]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id EAA21776 for ; Thu, 16 Sep 1999 04:09:30 -0400 (EDT) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id KAA07358; Thu, 16 Sep 1999 10:09:13 +0200 Original-To: "Rene H. Larsen" In-Reply-To: "Rene H. Larsen"'s message of "16 Sep 1999 01:58:06 +0200" Original-Lines: 15 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25116 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25116 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 (setq gnus-list-identifiers '("\\[zebra [0-9]+\\]" "\\[gtk-list\\]" "LAM:" "linux-ipsec:" "DENTS:" "\\[linux-security\\]" "FVWM:")) I think the removal of list identifiers are done before summary local variables are bound.