From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31102 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-list-identfiers not working? Date: 19 May 2000 18:31:43 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <5bd7micgts.fsf@heart.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 1035167549 12117 80.91.224.250 (21 Oct 2002 02:32:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:32:29 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id 947E8D051E for ; Fri, 19 May 2000 18:33:46 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id RAB29616; Fri, 19 May 2000 17:32:15 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 19 May 2000 17:31:32 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id RAA09207 for ; Fri, 19 May 2000 17:31:23 -0500 (CDT) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by mailhost.sclp.com (Postfix) with ESMTP id 392A0D051E for ; Fri, 19 May 2000 18:31:45 -0400 (EDT) Original-Received: from heart.cs.rochester.edu (heart.cs.rochester.edu [192.5.53.109]) by cayuga.cs.rochester.edu (8.9.3/Q) with ESMTP id SAA29745 for ; Fri, 19 May 2000 18:31:44 -0400 (EDT) Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.1b+Sun/Q++) id SAA06626; Fri, 19 May 2000 18:31:43 -0400 (EDT) Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Raymond Scholz's message of "19 May 2000 23:39:43 +0200" Original-Lines: 16 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31102 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31102 >>>>> "Raymond" == Raymond Scholz writes: Raymond> Hi! Raymond> Anyone else experiencing a problem with gnus-list-identfiers? My Raymond> definition has been Raymond> (setq gnus-list-identifiers "\\(^heimat123: \\|^ +\\)") Raymond> for months and worked as expected. Now is doesn't mangle the subject Raymond> anymore. I can't say with which CVS version this started. It is a list. Try: (setq gnus-list-identifiers '("heimat123:" " +")) Shenghuo