| About 154 results (0.17 seconds) |
![]() Custom Search |
7 May 2013 ... A keyboard macro is simply a recording of a sequence of key sequences. ... Did you note that a “keyboard” macro can record nearly any user ... www.emacswiki.org/emacs/KeyboardMacros |
15 Feb 2008 ... Another example of ;; usage could be to have it act as a simple document reader; just ;; record a keyboard macro to step one line down, and ... www.emacswiki.org/emacs/keyboard-macro-timer.el |
31 Mar 2013 ... When I need to make the same kind of change to a number of similar entities, I use a keyboard macro. For instance, I once used an Emacs ... www.emacswiki.org/emacs/KeyboardMacrosTricks |
12 Jul 2011 ... Each keyboard macro has an associated counter which is automatically incremented on every repetition of the keyboard macro. Normally, the ... www.emacswiki.org/emacs/EmacsKeyboardMacroCounter |
5 Sep 2008 ... (defun ted-macro-dwim (arg) "DWIM keyboard macro recording and executing." ( interactive "P") (if defining-kbd-macro (if arg (end-kbd-macro ... www.emacswiki.org/emacs/MacroKey |
31 Mar 2013 ... When doing a complex keyboard macro I sometimes lose track of where the point and mark is, or maybe I need to keep track of more locations. www.emacswiki.org/emacs/EmacsNiftyTricks |
24 Nov 2009... again by jump-to-register." (interactive "cPut last keyboard-macro in register: \ nP") (set-register register (cons 'macro last-kbd-macro))) (defun ... www.emacswiki.org/emacs/better-registers.el |
10 Jul 2012... Gets the current keyboard macro, and turns it into a sdwim action ... Sets the named keyboard macro as a sdwim action to be executed. ;; ;; ... www.emacswiki.org/emacs/save-and-dwim.el |
26 Feb 2013 ... And when you execute a keyboard macro using 'C-x M-e' ... However, when you execute a command, abbrev, or keyboard macro in other ways ... www.emacswiki.org/emacs/Icicles_-_History_Enhancements |
13 Mar 2012 ... The obvious solution does not work, because a string as a function definition will call the corresponding keyboard macro! (define-key ring-map ... www.emacswiki.org/emacs/PrefixKey |
| |