>That won't work in Rel 7 -- a hash table is now used once the editor >is built. It seems (zwei:defindentation ... ) is the official way in Rel 7 to obtain the behaviour I described for OFFSET-LISTs. Does defindentation or another official def also support user indentation functions? like, say, (zwei:defindentation (my-def #'indent-my-def)) or (zwei:defindentation (my-def indent-my-def))) - hws