Hi Julien, On Tue, 12 Jun 2018 21:36:14 +0200 Julien Lepiller wrote: > I tried something like this: > > (match sxlm > ((list (component-set (components x) ...)) x)) > > And I got an exception like component-set: unbound variable. On the > REPL, the command works perfectly. Yeah, weird sometimes. I've had similar problems in the past. Now I tried (match sxml (('*TOP* ('component-set ('components x ...))) x)) and it seems to work.