|
ze
|
Scheme hook invocation implementations. More...

Functions | |
| void | preDirOpenHook (void) |
Invoke the Scheme preDirOpenHook with the directory path. | |
| void | postDirOpenHook (int num_files) |
Invoke the Scheme postDirOpenHook with the file count. | |
| void | preFileOpenHook (void) |
Invoke the Scheme preFileOpenHook with the filename. | |
| void | postFileOpenHook (void) |
Invoke the Scheme postFileOpenHook with current buffer contents. | |
| void | editorPreSaveHook (void) |
Invoke the Scheme preSaveHook with current buffer contents. | |
| void | editorPostSaveHook (void) |
Invoke the Scheme postSaveHook with current buffer contents. | |
Variables | |
| struct editorConfig | E |
Scheme hook invocation implementations.