From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ilya Zakharevich Newsgroups: gmane.emacs.help Subject: Re: will we ever have zero width assertions in regexps? Date: Thu, 27 Jan 2011 06:34:54 +0000 (UTC) Organization: U.C. Berkeley Math. Department. Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1296110473 8469 80.91.229.12 (27 Jan 2011 06:41:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Jan 2011 06:41:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 27 07:41:06 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PiLXP-0005IQ-S2 for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jan 2011 07:41:00 +0100 Original-Received: from localhost ([127.0.0.1]:46358 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiLXP-0004An-1a for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jan 2011 01:40:59 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Injection-Date: Thu, 27 Jan 2011 06:34:54 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="LlLjF8LevGdIZWbTvv+SXA"; logging-data="9315"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+DFbxdHpKAatwyadIs9Sjh" User-Agent: slrn/0.9.8.1pl1 (Linux) Cancel-Lock: sha1:nxhjY+SByQiP0Uw0MiF9y8vBIRE= Original-Xref: usenet.stanford.edu gnu.emacs.help:184623 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78779 Archived-At: On 2011-01-27, Stefan Monnier wrote: > similar to Lua's Lpeg. I myself would also be more interested in > replacing the backtracking matcher with a non-backtracking one (for the > cases where backtracking is not required by backrefs). What for? [After my final round of backtracking-optimizations for Perl REx engine, I do not recollect people (loudly) wanting anything like this for Perl anymore...] Ilya