Node:Adviced functions, Next:The layout-engine, Previous:tree-buffer, Up:Elisp programming
ECB offers three macros for packages which work during an activated ECB. They allow an easy temporally1 usage of either all original-functions, all adviced functions or only some adviced functions:
ecb-with-original-functions
ecb-with-adviced-functions
ecb-with-some-adviced-functions
For a detailed explanation of each macro read the documentation with
describe-function
!