From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [rudy@gnu.org: Re: [Savannah-hackers] [teirllm@dms.auburn.edu: Re: emacs/src/regex.c]] Date: Mon, 29 Dec 2003 06:54:03 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20031225145032.GA15377@fencepost> <3405-Thu25Dec2003222145+0200-eliz@elta.co.il> <20031225213656.GB17775@fencepost> <20031227081754.GA8102@fencepost> <20031228062839.GA15414@fencepost> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1072699290 31851 80.91.224.253 (29 Dec 2003 12:01:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2003 12:01:30 +0000 (UTC) Cc: eliz@elta.co.il, sds@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Dec 29 13:01:26 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aaw5O-0004RG-00 for ; Mon, 29 Dec 2003 13:01:26 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aaw5O-0005AF-01 for ; Mon, 29 Dec 2003 13:01:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aax08-0003rA-TF for emacs-devel@quimby.gnus.org; Mon, 29 Dec 2003 08:00:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aawzf-0003pS-1H for emacs-devel@gnu.org; Mon, 29 Dec 2003 07:59:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aawz8-0003Qc-D7 for emacs-devel@gnu.org; Mon, 29 Dec 2003 07:59:34 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aawz8-0003QX-5C for emacs-devel@gnu.org; Mon, 29 Dec 2003 07:59:02 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AavyF-0002mp-0P; Mon, 29 Dec 2003 06:54:03 -0500 Original-To: Miles Bader In-reply-to: <20031228062839.GA15414@fencepost> (message from Miles Bader on Sun, 28 Dec 2003 01:28:39 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18899 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18899 AFAIK, the new regular-expression implementation in glibc actually _has_ that interface, but it works in a completely stupid (and essentially useless) way, Is there any chance we could fix it to work well, so that Emacs could use that version?