From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14616 invoked from network); 9 Mar 2003 02:33:58 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by 172.16.49.205 with SMTP; 9 Mar 2003 02:33:58 -0000 Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18rqdI-0007L7-06 for listarch-gnats-devel@sources.redhat.com; Sat, 08 Mar 2003 21:33:48 -0500 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18rqd0-00074M-00 for help-gnats@gnu.org; Sat, 08 Mar 2003 21:33:30 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18rqca-00063i-00 for help-gnats@gnu.org; Sat, 08 Mar 2003 21:33:04 -0500 Received: from ppp133.adsl88.pacific.net.au ([202.7.88.133] helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18rqcJ-0005wk-00 for help-gnats@gnu.org; Sat, 08 Mar 2003 21:32:47 -0500 Received: (from andrewg@localhost) by localhost.localdomain (8.11.2/8.11.2) id h291Y8l06853; Sun, 9 Mar 2003 12:34:08 +1100 Date: Sun, 09 Mar 2003 02:33:00 -0000 Message-Id: <200303090134.h291Y8l06853@localhost.localdomain> From: "Andrew J. Gray" To: Lars.Henriksen@netman.dk In-reply-to: <20030303194618.GB202487@teapot.netman.dk> (message from Lars Henriksen on Mon, 3 Mar 2003 20:46:18 +0100) References: <20021102213505.GB646077@cluster1.netman.dk> <20021104191125.GA1148639@cluster2.netman.dk> <20021201221905.GA1331680@cluster2.netman.dk> <200303021053.h22Arrn11407@localhost.localdomain> <20030303194618.GB202487@teapot.netman.dk> cc: hatzis@juniper.net cc: help-gnats@gnu.org cc: yngve.svendsen@sun.com cc: pdm@zamazal.org Subject: Re: Subject header matching--once again X-BeenThere: help-gnats@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: General discussion about GNU GNATS List-Help: List-Post: List-Subscribe: , List-Archive: Sender: help-gnats-bounces+listarch-gnats-devel=sources.redhat.com@gnu.org Errors-To: help-gnats-bounces+listarch-gnats-devel=sources.redhat.com@gnu.org X-SW-Source: 2003-q1/txt/msg00090.txt.bz2 > > I think the closest equivalent that works in a list is the alnum > > character class. Using this the regular expression would become: > > > > \\<(PR[ \t#/]?|([-[:alnum:]_+.]+)/)([0-9]+) > > > > Do you think this is a satisfactory replacement for \w? > > Absolutely. I have made a rudimentary test that worked OK. Good. I have committed your patch with the change to use [:alnum:]. > The documentation should then have > > \<(PR[ \t#/]?|[-[:alnum:]+.]+/)[0-9]+ > > in file p-usage.texi. I think that the text-capturing parentheses should > be left out for clarity. Agreed. I have committed this change to p-usage.texi. > Are you aware that Yngve has committed the documentation changes from > my patch already? Yes, thanks for the reminder. -- Andrew J. Gray _______________________________________________ Help-gnats mailing list Help-gnats@gnu.org http://mail.gnu.org/mailman/listinfo/help-gnats