From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Israelsson Tampe Newsgroups: gmane.lisp.guile.devel Subject: Re: match-abs Date: Thu, 2 Sep 2010 20:53:53 +0200 Message-ID: <201009022053.53206.stefan.tampe@spray.se> References: <201008292356.42854.stefan.tampe@spray.se> <201009010930.02942.stefan.tampe@spray.se> <87occg9lvk.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1283453653 8627 80.91.229.12 (2 Sep 2010 18:54:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 2 Sep 2010 18:54:13 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Sep 02 20:54:11 2010 Return-path: Envelope-to: guile-devel@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 1OrEvK-0001qg-M0 for guile-devel@m.gmane.org; Thu, 02 Sep 2010 20:54:10 +0200 Original-Received: from localhost ([127.0.0.1]:40207 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrEvK-0007uY-15 for guile-devel@m.gmane.org; Thu, 02 Sep 2010 14:54:10 -0400 Original-Received: from [140.186.70.92] (port=34135 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrEv7-0007rl-Mb for guile-devel@gnu.org; Thu, 02 Sep 2010 14:53:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrEv6-0005mC-Ka for guile-devel@gnu.org; Thu, 02 Sep 2010 14:53:57 -0400 Original-Received: from spsmtp02oc.mail2world.com ([74.202.142.198]:3913) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrEv6-0005m4-EW for guile-devel@gnu.org; Thu, 02 Sep 2010 14:53:56 -0400 Original-Received: from mail pickup service by spsmtp02oc.mail2world.com with Microsoft SMTPSVC; Thu, 2 Sep 2010 11:53:55 -0700 auth-sender: stefan.tampe@spray.se Original-Received: from 82.182.254.46 unverified ([82.182.254.46]) by spsmtp02oc.mail2world.com with Mail2World SMTP Server; Thu, 02 Sep 2010 11:53:53 -0700 User-Agent: KMail/1.13.5 (Linux/2.6.34-12-desktop; KDE/4.4.4; x86_64; ; ) In-Reply-To: <87occg9lvk.fsf@gnu.org> X-OriginalArrivalTime: 02 Sep 2010 18:53:55.0058 (UTC) FILETIME=[3146FD20:01CB4AD0] X-detected-operating-system: by eggs.gnu.org: Windows 2000 SP4, XP SP1+ X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10841 Archived-At: On Thursday, September 02, 2010 05:59:59 pm Ludovic Court=C3=A8s wrote: > Hmm. So IIUC, the sub-pattern =E2=80=98(<> .r1)=E2=80=99 matches = anything that > is a match according to custom matcher =E2=80=98=E2=80=99, and binds t= he sub-match > =E2=80=98r1=E2=80=99 of =E2=80=98=E2=80=99 to =E2=80=98.r1=E2=80=99= , right? Hmm maybe need to clarify .r1 is just a variable name is a function. So (<> match-fkn pattern) is the ideom here! /Stefan