From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: Re: How to grok a complicated regex? Date: Sat, 14 Mar 2015 21:31:16 -0700 (PDT) Message-ID: References: <87twxo1pnr.fsf@debian.uxu> <87egosa3od.fsf@wmi.amu.edu.pl> <87zj7g3091.fsf@gmx.us> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1426394123 22079 80.91.229.3 (15 Mar 2015 04:35:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Mar 2015 04:35:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 15 05:35:23 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YX0Gl-0003g9-92 for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Mar 2015 05:35:19 +0100 Original-Received: from localhost ([::1]:42471 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YX0Gk-0007Fd-6A for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Mar 2015 00:35:18 -0400 X-Received: by 10.66.148.40 with SMTP id tp8mr40147471pab.35.1426393877229; Sat, 14 Mar 2015 21:31:17 -0700 (PDT) X-Received: by 10.50.119.131 with SMTP id ku3mr1295655igb.2.1426393877172; Sat, 14 Mar 2015 21:31:17 -0700 (PDT) Original-Path: usenet.stanford.edu!hl2no12257105igb.0!news-out.google.com!db6ni50316igc.0!nntp.google.com!hl2no12257096igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=117.195.42.164; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 117.195.42.164 User-Agent: G2/1.0 Injection-Date: Sun, 15 Mar 2015 04:31:17 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:210890 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103169 Archived-At: On Saturday, March 14, 2015 at 6:48:41 PM UTC+5:30, Stefan Monnier wrote: > > Here's another project (for your students): adding lookaround to Emacs > > regexp /and/ have it merged. It would be *insanely(!)* at times. > > A better project: replace the regexp engine with one that does not > backtrack all the time. > > > Stefan http://www.colm.net/open-source/ragel/ already exists It would be neat if it were part of emacs' core