OK, another possible thing for 1.0: I've never really been happy with the name _q_getname(), but I only recently figured out what it *should* be: _q_lookup(). The easiest way to make the change, of course, is to globally s/_q_getname/_q_lookup/ in the Quixote code, which would require everyone to do the same in their existing Quixote apps. If the refactoring that Andrew discussed means that everyone's going to have to do some tinkering to get their apps to work with 1.0, then one more change is not a big deal. But preserving backwards compatibility with _q_getname() should not be *too* hard, if people want it. (Assuming this is worth doing at all!) Opinions? Greg