Mercurial > emacs
comparison lisp/ChangeLog @ 47309:ecc0e6fd8056
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 08 Sep 2002 20:37:44 +0000 |
parents | 859b95c98a17 |
children | 10192cdcf7f0 |
comparison
equal
deleted
inserted
replaced
47308:6cbb017aefea | 47309:ecc0e6fd8056 |
---|---|
1 2002-09-08 Kim F. Storm <storm@cua.dk> | 1 2002-09-08 Kim F. Storm <storm@cua.dk> |
2 | |
3 * kmacro.el (kmacro-end-and-call-macro): New command to end and | |
4 call keyboard macro in one step. Bind it to C-x e by default. | |
5 (kmacro-call-macro): Use format-kbd-macro. | |
6 (kmacro-step-edit-macro): New command to interactively step edit | |
7 and execute last keyboard macro. | |
8 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro. | |
9 (kmacro-step-edit-mini-window-height): New custom var. | |
10 (kmacro-step-edit-map): New keymap (parent is query-replace-map). | |
11 (kmacro-step-edit-prefix-commands): New var. | |
12 (kmacro-step-edit-prompt, kmacro-step-edit-query) | |
13 (kmacro-step-edit-insert, kmacro-step-edit-pre-command) | |
14 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command): | |
15 New aux functions for step editing keyboard macros. | |
2 | 16 |
3 * subr.el (read-quoted-char): Apply listify-key-sequence to vector | 17 * subr.el (read-quoted-char): Apply listify-key-sequence to vector |
4 returned by this-single-command-raw-keys before appending it to | 18 returned by this-single-command-raw-keys before appending it to |
5 unread-command-event. | 19 unread-command-event. |
6 | 20 |