From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David De La Harpe Golden Newsgroups: gmane.emacs.devel Subject: Re: Patch for lookaround assertion in regexp Date: Tue, 24 Jan 2012 23:27:01 +0000 Message-ID: <4F1F3E45.80606@harpegolden.net> References: <009001ccd9c0$9bde09f0$d39a1dd0$@cfraizer.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1327447636 19107 80.91.229.12 (24 Jan 2012 23:27:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 Jan 2012 23:27:16 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 25 00:27:12 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rppld-0007Vr-UI for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2012 00:27:10 +0100 Original-Received: from localhost ([::1]:55225 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rppld-0005wY-FM for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2012 18:27:09 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:36226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rppla-0005wI-Tf for emacs-devel@gnu.org; Tue, 24 Jan 2012 18:27:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpplZ-000645-NR for emacs-devel@gnu.org; Tue, 24 Jan 2012 18:27:06 -0500 Original-Received: from harpegolden.net ([65.99.215.13]:49381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpplZ-000641-JY for emacs-devel@gnu.org; Tue, 24 Jan 2012 18:27:05 -0500 Original-Received: from [87.198.47.37] (87-198-47-37.ptr.magnet.ie [87.198.47.37]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA rev 3" (verified OK)) by harpegolden.net (Postfix) with ESMTPSA id 47DC8683D8 for ; Tue, 24 Jan 2012 23:27:03 +0000 (GMT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20120104 Icedove/8.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 65.99.215.13 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147895 Archived-At: On 24/01/12 08:41, Nikolai Weibull wrote: > As an alternative to PCRE, which, as has already been pointed out, > doesn=E2=80=99t match any of these requirements, how about RE2? > > http://code.google.com/p/re2/ > > It=E2=80=99s written in C++, which is a minus, but it should be simple = enough > to extend it with \c and \s. > If we're mentioning engines, CL-PPCRE by Dr. Edi Weitz is _in_ (common)=20 lisp and generally nice (also 2-clause BSD-style licensed):=20 http://weitz.de/cl-ppcre/