Searched refs:kmacro (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/
H A Dkmacro.el0 ;;; kmacro.el --- enhanced keyboard macros
28 ;; The kmacro package provides the user interface to emacs' basic
29 ;; keyboard macro functionality. With kmacro, two function keys are
69 ;; `kmacro-counter' is inserted using the `kmacro-counter-format', and
70 ;; `kmacro-counter' is incremented by 1 (or the numeric prefix value
73 ;; The initial value of `kmacro-counter' is 0, or the numeric prefix
77 ;; value of `kmacro-counter' is inserted and incremented, making it
118 (defgroup kmacro nil function
123 :link '(emacs-commentary-link :tag "Commentary" "kmacro
[all...]
H A Dedmacro.el78 (require 'kmacro)
109 kmacro)
113 ((or (memq cmd '(call-last-kbd-macro kmacro-call-macro
114 kmacro-end-or-call-macro kmacro-end-and-call-macro))
139 (when (setq kmacro (kmacro-extract-lambda mac))
140 (setq mac (car kmacro)
141 mac-counter (nth 1 kmacro)
142 mac-format (nth 2 kmacro)))
[all...]
H A Dmacros.el73 (get elt 'kmacro))))
/macosx-10.10/emacs-93/emacs/man/
H A DMakefile.in119 ${srcdir}/kmacro.texi \
H A Dmakefile.w32-in120 $(srcdir)/kmacro.texi \

Completed in 121 milliseconds