From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Perry E. Metzger" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 938d252 4/4: Make regex matching reentrant; update syntax during match Date: Tue, 19 Jun 2018 21:17:12 -0400 Message-ID: <20180619211712.217802e9@jabberwock.cb.piermont.com> References: <20180616204650.8423.73499@vcs0.savannah.gnu.org> <20180616204653.86AFC203CB@vcs0.savannah.gnu.org> <04e89d2beffedcc102b811863910c1ec.squirrel@dancol.org> <20180618115941.4f22a9d3@jabberwock.cb.piermont.com> <20180618213051.5126b6b3@jabberwock.cb.piermont.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1529457392 15007 195.159.176.226 (20 Jun 2018 01:16:32 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 20 Jun 2018 01:16:32 +0000 (UTC) Cc: dancol@dancol.org, monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 20 03:16:27 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fVRjW-0003oK-Ns for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2018 03:16:26 +0200 Original-Received: from localhost ([::1]:45597 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVRld-0000z2-Ib for ged-emacs-devel@m.gmane.org; Tue, 19 Jun 2018 21:18:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVRkh-0000xa-VM for emacs-devel@gnu.org; Tue, 19 Jun 2018 21:17:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVRkg-0003r2-Jd for emacs-devel@gnu.org; Tue, 19 Jun 2018 21:17:39 -0400 Original-Received: from hacklheber.piermont.com ([2001:470:30:84:e276:63ff:fe62:3400]:57066) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fVRkg-0003lc-FG; Tue, 19 Jun 2018 21:17:38 -0400 Original-Received: from snark.cb.piermont.com (localhost [127.0.0.1]) by hacklheber.piermont.com (Postfix) with ESMTP id 6B7241AE; Tue, 19 Jun 2018 21:17:36 -0400 (EDT) Original-Received: from jabberwock.cb.piermont.com (jabberwock.cb.piermont.com [10.160.2.107]) by snark.cb.piermont.com (Postfix) with ESMTP id 4E49C2DEC84; Tue, 19 Jun 2018 21:17:36 -0400 (EDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:470:30:84:e276:63ff:fe62:3400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:226544 Archived-At: On Tue, 19 Jun 2018 18:54:37 -0400 Richard Stallman wrote: > [[[ To any NSA and FBI agents reading my email: please > consider ]]] [[[ whether defending the US Constitution against > all enemies, ]]] [[[ foreign or domestic, requires you to > follow Snowden's example. ]]] > > > It's a fairly nice regular expression engine, with excellent > > performance and the unique feature of doing approximate > > matching. > > Sounds interesting. I am sure we can modify the code to suit our > needs, if we want to do that. What is its licensing? Two-clause BSD. https://github.com/laurikari/tre/blob/master/LICENSE -- Perry E. Metzger perry@piermont.com