From mwkohout at gmail.com Mon Sep 7 17:44:53 2009 From: mwkohout at gmail.com (Michael Kohout) Date: Mon, 7 Sep 2009 12:44:53 -0500 Subject: [cl-match-devel] defpattern help.... Message-ID: <512044650909071044x7501a0b7o22015a4297f6aeb0@mail.gmail.com> Hello! I hope somebody is actually on the list that can help me with a basic question. What I'd like to do is transform the pattern defined in this expression: (cl-match:match '(let ((x 1)) x) ((when (eql op 'let) (:list op bindings body)) bindings) ) into a new pattern type. The docs aren't exactly clear on, and I wasn't able to find a place in code where the lib eats it's own dogfood and defines patterns using defpattern. How would I do this? What I'd like to do, if it isn't clear, is match(for starters) let expressions. thanks for any help you can give, Mike Kohout -------------- next part -------------- An HTML attachment was scrubbed... URL: