On Tue, Mar 10, 2009 at 7:53 AM, Eric Abrahamsen girzel@gmail.com wrote:
Most often, I'm redefining an existing handler (to expand or correct it) and would rather overwrite that handler with its new version, rather than adding a new entry. I'm finding it awkward to modify my macro so that it checks for an existing handler with that function name and overwrites it – more importantly I'm not certain this is the best way to do it.
DEFINE-EASY-HANDLER should overwrite existing handlers of the same name (or if they have the same - EQUAL - URI part). If it doesn't do that, it's a bug.
Edi.