From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tom Lord Newsgroups: gmane.lisp.guile.bugs Subject: Re: regexp-exec fails for long strings Date: Thu, 25 Apr 2002 21:32:01 -0700 (PDT) Sender: bug-guile-admin@gnu.org Message-ID: <200204260432.VAA10661@morrowfield.home> References: <20020425214713.GA19857@www> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019795412 11243 127.0.0.1 (26 Apr 2002 04:30:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 26 Apr 2002 04:30:12 +0000 (UTC) Cc: ttn@glug.org, bug-guile@gnu.org, guile-user@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 170xN6-0002vD-00 for ; Fri, 26 Apr 2002 06:30:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170xN5-0005WA-00; Fri, 26 Apr 2002 00:30:11 -0400 Original-Received: from 1cust157.tnt13.sfo8.da.uu.net ([63.10.241.157] helo=morrowfield.home) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170xL7-0005OI-00; Fri, 26 Apr 2002 00:28:09 -0400 Original-Received: (from lord@localhost) by morrowfield.home (8.9.1/8.9.1) id VAA10661; Thu, 25 Apr 2002 21:32:01 -0700 (PDT) (envelope-from lord@morrowfield.home) Original-To: rm@fabula.de In-Reply-To: <20020425214713.GA19857@www> (rm@fabula.de) Errors-To: bug-guile-admin@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.bugs:187 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:187 Hmmm, never really used guile's regex heavily - that's where i still use perl. If you want high-power regexps, you should resurrect the Rx interface, grabbing the latest libhackerlab. In fact, rather than resurrecting the old Guile Rx interface, you should grab and adapt the one from systas (not currently in release, but I'll put up a new version soon). I regularly use regexps that are several KB long, constructed by a structured regexp compiler similar to the one in SCSH. It's fast, convenient, and very accurate. -t _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile