Hi Baptiste and Christian, Christian Egli <christian.e...@sbs.ch> writes:
> This looks a bit fishy. Shouldn't this be > > ((start) (format " start %s\n" start)) I guess this should be (start (format " start %s\n" start)) Otherwise (start) will bite as not being a function. >> + ((and end) (format " start %s\n" end)))) > Ditto -- Bastien