On Tuesday 25 May 2010 07:41:57 pm Ludovic Courtès wrote: > Hello, > > This patch lacks match.upstream.scm and is not in unidiff format, which > makes it hard for me to read. > > Can you generate the patch, e.g., with git, using “git diff master” or > some such? > > Thanks, > Ludo’. Yes I've never done this before :-). Anyway git diff --cached gives the attached patch file. Also I made the code less hacky by using define-syntax in stead of a defmacro and macroexpand for the defin-syntax sugar (oh hacker). It was a litle more work then I expected. /Stefan