ze
Loading...
Searching...
No Matches
Functions | Variables
hooks.c File Reference

Scheme hook invocation implementations. More...

#include <libguile.h>
#include <string.h>
#include "ze.h"
#include "status.h"
#include "fileio.h"
Include dependency graph for hooks.c:

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
 

Detailed Description

Scheme hook invocation implementations.