>>>>> "Tim" == Tim Van Holder <[EMAIL PROTECTED]> writes:
Tim> However, Emacs Lisp also has 'defadvice' which allows you to
Tim> attach arbitrary code to an existing function in different
Tim> ways. I must admit that whole advice thing strikes me as a little
Tim> insane; it's probably quite powerful though.
Advice is very, very useful in some situations. I've used it with Tcl
programs I've written to good effect.
However, overuse of advice makes for unreadable and unmaintainable
code. It should definitely only be used in a small number of
situations.
I'd guess it would make sense to have some advice-like capability in
autoconf. I've certainly wanted it more than once.
Tom