File: edmacro.el.html

Defined variables (8)

edmacro--command-line-regexpA regexp identifying the line containing the command name.
edmacro--counter-line-regexpA regexp identifying the line containing the counter value.
edmacro--format-line-regexpA regexp identifying the line containing the counter format.
edmacro--key-line-regexpA regexp identifying the line containing the bound key sequence.
edmacro--macro-lines-regexpA regexp identifying the lines that precede the macro’s contents.
edmacro--skip-line-regexpA regexp identifying lines that should be ignored.
edmacro-eight-bitsNon-nil if ‘edit-kbd-macro’ should leave 8-bit characters intact.
edmacro-reverse-macro-linesIf non-nil, ‘edit-kbd-macro’ shows most recent line of key sequences first.

Defined functions (12)

edit-kbd-macro(KEYS &optional PREFIX FINISH-HOOK STORE-HOOK)
edit-last-kbd-macro(&optional PREFIX)
edit-named-kbd-macro(&optional PREFIX)
edmacro-fix-menu-commands(MACRO &optional NOERROR)
edmacro-format-keys(MACRO &optional VERBOSE)
edmacro-insert-key(KEY)
edmacro-mode()
edmacro-parse-keys(STRING &optional NEED-VECTOR)
edmacro-sanitize-for-string(SEQ)
edmacro-set-macro-to-region-lines(BEG END)
format-kbd-macro(&optional MACRO VERBOSE)
read-kbd-macro(START &optional END)

Defined faces (1)

edmacro-labelFace used for labels in ‘edit-kbd-macro’.