Stefan Monnier writes: > These kinds of callback codes are often described as "CPS-style code", > and in some cases a couple of macros can go a long way to hiding this > machinery and give the illusion of "plain old sequential code", reducing > the nesting madness. I guess generator.el can also help. Nico