| About 1,460 results (0.24 seconds) |
![]() Custom Search |
May 7, 2013 ... Here's how to execute the macro 37 times (you use 'C-u' to provide the 37): ... What's important here is to stop defining the macro at a similar ... www.emacswiki.org/emacs/KeyboardMacros |
Jan 19, 2012 ... Assuming we want to create skeletons for some LaTeX stuff: (define-skeleton latex-insert-emph "Insert \\emph{}" nil "\\emph{" _ "}") ... www.emacswiki.org/emacs/MacroBasics |
Mar 31, 2013 ... Emacs macro are a powerful one-shot text-processing tool. It can do a lot of file- munging that you would do otherwise with a throw-away Perl ... www.emacswiki.org/emacs/KeyboardMacrosTricks |
Jul 30, 2012 ... macro-utils.el · Download ;;; macro-utils.el --- Utilities for writing macros. ;; Copyright (C) 2005 Lars Brinkhoff. ;; This file is in the public domain. www.emacswiki.org/emacs/macro-utils.el |
Feb 15, 2008 ... It is easy enough to execute the macro with some ;; specially bound key, but why not letting Emacs do it for me ;; instead? That's why I made this ... www.emacswiki.org/emacs/keyboard-macro-timer.el |
Jul 12, 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 |
Oct 6, 2010 ... Clojure ships with a macro that threads the first expression through the rest. It's called the threading operator and sometimes thrush operator. www.emacswiki.org/emacs/ThreadMacroFromClojure |
Aug 30, 2012 ... Once-only is typically used when defining a macro which takes expressions as arguments, and those expressions should only be evaluated ... www.emacswiki.org/emacs/MacroUtilities |
Feb 20, 2009 ... To start recording a macro use standard Emacs command: C-x (; To end recording a macro use standard Emacs command: C-x ) . At this stage ... www.emacswiki.org/emacs/TinyMacro |
Sep 5, 2008 ... Here's a DedicatedKeys approach to keyboard macros. Bind some key to ted- macro-dwim; this is the key that you use to start recording, to stop ... www.emacswiki.org/emacs/MacroKey |
| |