• Earl Hyatt's avatar
    Add command 'list-keyboard-macros' that works like 'list-buffers'. · 7add4733
    Earl Hyatt authored
    The command 'list-keyboard-macros' allows editing and re-arranging
    macros using 'tabulated-list-mode'.  Existing keyboard macros can be
    duplicated or deleted.  Macro counters and counter formats can take new
    values read from the minibuffer.  Macro keys can be edited using
    'edit-kbd-macro'.
    
    * doc/emacs/kmacro.texi (Kmacro Menu): Document the new command
    and the menu's commands.
    * etc/NEWS (Kmacro Menu Mode): Mention the new mode and command.
    * lisp/kmacro.el (kmacro-menu-mark, kmacro-menu-marked)
    (kmacro-menu-flagged): Add faces for marks and flags.
    * lisp/kmacro.el (kmacro-menu-mode-map, kmacro-menu-mode): Add mode
    and map.
    * lisp/kmacro.el (list-keyboard-macros, kmacro-menu): Add command.
    * lisp/kmacro.el (kmacro-menu--deletion-flags, kmacro-menu--marks)
    (kmacro-menu--id-kmacro, kmacro-menu--id-position, kmacro-menu--kmacros)
    (kmacro-menu--refresh, kmacro-menu--map-ids, kmacro-menu--replace-all)
    (kmacro-menu--replace-at, kmacro-menu--query-revert, kmacro-menu--assert-row)
    (kmacro-menu--propertize-keys, kmacro-menu--do-region)
    (kmacro-menu--marks-exist-p): Add utility functions of mode
    and commands.
    * lisp/kmacro.el (kmacro-menu-mark, kmacro-menu-flag-for-deletion)
    (kmacro-menu-unmark, kmacro-menu-unmark-backward)
    (kmacro-menu-unmark-all): Add commands for marks and flags.
    * lisp/kmacro.el (kmacro-menu-do-flagged-delete, kmacro-menu-do-copy)
    (kmacro-menu-do-delete): Add commands that modify the ring.
    * lisp/kmacro.el (kmacro-menu-edit-position, kmacro-menu-transpose)
    (kmacro-menu-edit-format, kmacro-menu-edit-counter)
    (kmacro-menu-edit-keys, kmacro-menu-edit-column): Add commands that
    modify a keyboard macro.
    7add4733