Next: Scheme scripts, Previous: Defining new functions, Up: Using mixguile [Contents][Index]
Hooks are functions called before or after a given event occurs. In
mixguile
, you can define command and break hooks, which are
associated, respectively, with command execution and program
interruption events. The following sections give you a tutorial on using
hook functions within mixguile
.
• Command hooks | ||
• Break hooks |