Zach Beane wrote:
Why not make a dispatcher that does exactly what you want, and put it first in *dispatch-table*? Then you can have all kinds of non-default behavior, with no modifications to hunchentbnl. :)
Another option would be to make your dispatchers closures and store your data that way. You can still use the standard dispatch table, and there is no restriction on the format or structure of the additional data either.
phil