From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53281 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: nnmail-split-fancy usability problem Date: Sun, 29 Jun 2003 15:37:44 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: <87llvlj97b.fsf@deneb.enyo.de> References: <87u1a9jf7q.fsf@deneb.enyo.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1056893856 5540 80.91.224.249 (29 Jun 2003 13:37:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 29 Jun 2003 13:37:36 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M1825@lists.math.uh.edu Sun Jun 29 15:37:33 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19WcN3-0001R5-00 for ; Sun, 29 Jun 2003 15:37:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19WcNM-0002y3-00; Sun, 29 Jun 2003 08:37:52 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19WcNI-0002xy-00 for ding@lists.math.uh.edu; Sun, 29 Jun 2003 08:37:48 -0500 Original-Received: (qmail 67217 invoked by alias); 29 Jun 2003 13:37:48 -0000 Original-Received: (qmail 67212 invoked from network); 29 Jun 2003 13:37:48 -0000 Original-Received: from gw.enyo.de (HELO mail.enyo.de) (212.9.189.178) by sclp3.sclp.com with SMTP; 29 Jun 2003 13:37:48 -0000 Original-Received: from [212.9.189.171] (helo=deneb.enyo.de) by mail.enyo.de with esmtp (Exim 4.20) id 19WcNE-0000aV-MR; Sun, 29 Jun 2003 15:37:44 +0200 Original-Received: from fw by deneb.enyo.de with local (Exim 4.20) id 19WcNE-0000LC-K3; Sun, 29 Jun 2003 15:37:44 +0200 Original-To: Michael Cook Mail-Followup-To: Michael Cook , ding@gnus.org In-Reply-To: (Michael Cook's message of "Sun, 29 Jun 2003 09:33:00 -0400") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53281 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53281 Michael Cook writes: >> The following patch changes the implicit ".*" to ".*?". Okay to >> apply? > > i think that's an xemacs feature that emacs doesn't have yet. It's also available in GNU Emacs 21. | ** Regular expressions now support intervals \{n,m\} as well as | Perl's shy-groups \(?:...\) and non-greedy *? +? and ?? operators.