From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44778 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: fancy split regexp? Date: Wed, 08 May 2002 15:39:35 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: owner-ding@hpc.uh.edu Message-ID: References: <87znzaiigr.fsf@alum.wpi.edu> <878z6u1lw9.fsf@alum.wpi.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1020886605 1186 127.0.0.1 (8 May 2002 19:36:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 8 May 2002 19:36:45 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 175XEz-0000J0-00 for ; Wed, 08 May 2002 21:36:45 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 175XEL-00075H-00; Wed, 08 May 2002 14:36:05 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 08 May 2002 14:36:21 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA14473 for ; Wed, 8 May 2002 14:36:10 -0500 (CDT) Original-Received: (qmail 18568 invoked by alias); 8 May 2002 19:35:49 -0000 Original-Received: (qmail 18563 invoked from network); 8 May 2002 19:35:49 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (qmailr@129.22.96.25) by gnus.org with SMTP; 8 May 2002 19:35:49 -0000 Original-Received: (qmail 26907 invoked by uid 500); 8 May 2002 19:39:58 -0000 Original-To: ding@gnus.org In-Reply-To: <878z6u1lw9.fsf@alum.wpi.edu> (Josh Huber's message of "Wed, 08 May 2002 15:26:30 -0400") Mail-Copies-To: nobody Mail-Followup-To: ding@gnus.org Original-Lines: 12 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44778 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44778 Josh Huber wrote: > I'm trying to fiddle with re-search-backward, but I can't seem to > get it to go past the word boundry (-) in developers-reference. I > always get reference out. Try this: ("Resent-To" "\\`\\(.*[^!#-'*+/-9=?A-Z^-~-]\\)?\\([!#-'*+/-9=?A-Z^-~-]*\\)@packages\\.qa\\.debian\\.org" "mail.debian.pts.\\2") paul