From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] add regexp-split Date: Fri, 30 Dec 2011 23:12:34 +0800 Message-ID: References: <8762gyjjp2.fsf@neil-laptop.ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec54ee65e9832f804b550a958 X-Trace: dough.gmane.org 1325257965 17463 80.91.229.12 (30 Dec 2011 15:12:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Dec 2011 15:12:45 +0000 (UTC) Cc: guile-devel To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Dec 30 16:12:41 2011 Return-path: Envelope-to: guile-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 1Rge8N-00078P-GF for guile-devel@m.gmane.org; Fri, 30 Dec 2011 16:12:39 +0100 Original-Received: from localhost ([::1]:43006 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rge8M-0006Vh-KR for guile-devel@m.gmane.org; Fri, 30 Dec 2011 10:12:38 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:59458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rge8J-0006Vc-VI for guile-devel@gnu.org; Fri, 30 Dec 2011 10:12:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rge8I-00042D-Pg for guile-devel@gnu.org; Fri, 30 Dec 2011 10:12:35 -0500 Original-Received: from mail-vx0-f169.google.com ([209.85.220.169]:63908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rge8I-000429-M0 for guile-devel@gnu.org; Fri, 30 Dec 2011 10:12:34 -0500 Original-Received: by vcge1 with SMTP id e1so11967943vcg.0 for ; Fri, 30 Dec 2011 07:12:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ikDYms0bjF1GKE3mPFQWzNzmVsLEkqguRGjBV63AaVM=; b=I8jbT7lqCDVrTSD9REiy9SCvgaKcPP0e5eCqcuXtgFFRLWu73mYXbb2UL6rnxIFJ4M 2O9pw+zPH5589HJQAse+NJ05PeKL+G3ZpEDYbjnPcFSIVJJkyKJMchudGNxNRuLMq/1C 2k37rEi7PeUzn88GAg8hGE5DYN3ei8R9tzbkk= Original-Received: by 10.220.147.134 with SMTP id l6mr8583244vcv.49.1325257954177; Fri, 30 Dec 2011 07:12:34 -0800 (PST) Original-Received: by 10.52.183.194 with HTTP; Fri, 30 Dec 2011 07:12:34 -0800 (PST) In-Reply-To: <8762gyjjp2.fsf@neil-laptop.ossau.uklinux.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.220.169 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:13209 Archived-At: --bcaec54ee65e9832f804b550a958 Content-Type: text/plain; charset=UTF-8 Well, I see. So the previous discussion didn't make this proc put into Guile? Now that so many people interested in this topic. On Fri, Dec 30, 2011 at 9:03 PM, Neil Jerram wrote: > Nala Ginrut writes: > > > hi guilers! > > It seems like there's no "regexp-split" procedure in Guile. > > What we have is "string-split" which accepted Char only. > > So I wrote one for myself. > > We've had this topic before, and it only needs a search for > "regex-split guile" to find it: > http://old.nabble.com/regex-split-for-Guile-td31093245.html. > > Neil > --bcaec54ee65e9832f804b550a958 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Well, I see.
So the previous=C2=A0discussion didn't make this proc = put into Guile?
Now that so many people interested in this topic.= =C2=A0

On Fri, Dec 30, 2011 at 9:0= 3 PM, Neil Jerram <neil@ossau.homelinux.net> wrote:
Nala Ginrut <nalaginrut@gmail.com> writes:

> hi guilers!
> It seems like there's no "regexp-split" procedure in Gui= le.
> What we have is "string-split" which accepted Char only.
> So I wrote one for myself.

We've had this topic before, and it only needs a search for
"regex-split guile" to find it:
http://old.nabble.com/regex-split-for-Guile-td31093245.html<= /a>.

=C2=A0 =C2=A0 =C2=A0 Neil

--bcaec54ee65e9832f804b550a958--