Package | Description |
---|---|
gnu.jemacs.buffer |
Provides various building blocks for building an Emacs-like text editor.
|
Modifier and Type | Field and Description |
---|---|
EKeymap[] |
Buffer.activeKeymaps |
static EKeymap[] |
EKeymap.empty |
static EKeymap |
EKeymap.globalKeymap
The Emacs global map.
|
static EKeymap |
EKeymap.metaKeymap
The Emacs global escape (meta) map.
|
static EKeymap |
ProcessMode.modeMap |
Modifier and Type | Method and Description |
---|---|
EKeymap |
EKeymap.definePrefix(int key)
Get or create keymap associate with a prefix key in a given keymap.
|
EKeymap |
Buffer.getLocalKeymap() |
EKeymap |
EKeymap.getParent() |
EKeymap[] |
EKeymap.getParents() |
Modifier and Type | Method and Description |
---|---|
void |
Buffer.setLocalKeymap(EKeymap map) |
void |
EKeymap.setParent(EKeymap parent) |
void |
EKeymap.setParents(EKeymap[] parents) |