changeset 47309:ecc0e6fd8056

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 08 Sep 2002 20:37:44 +0000
parents 6cbb017aefea
children 5a8754f590f4
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Sep 08 20:29:05 2002 +0000
+++ b/lisp/ChangeLog	Sun Sep 08 20:37:44 2002 +0000
@@ -1,5 +1,19 @@
 2002-09-08  Kim F. Storm  <storm@cua.dk>
 
+	* kmacro.el (kmacro-end-and-call-macro): New command to end and
+	call keyboard macro in one step. Bind it to C-x e by default.
+	(kmacro-call-macro): Use format-kbd-macro.
+	(kmacro-step-edit-macro): New command to interactively step edit
+	and execute last keyboard macro.
+	(kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
+	(kmacro-step-edit-mini-window-height): New custom var.
+	(kmacro-step-edit-map): New keymap (parent is query-replace-map).
+	(kmacro-step-edit-prefix-commands): New var.
+	(kmacro-step-edit-prompt, kmacro-step-edit-query)
+	(kmacro-step-edit-insert, kmacro-step-edit-pre-command)
+	(kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
+	New aux functions for step editing keyboard macros.
+
 	* subr.el (read-quoted-char): Apply listify-key-sequence to vector
 	returned by this-single-command-raw-keys before appending it to
 	unread-command-event.
--- a/src/ChangeLog	Sun Sep 08 20:29:05 2002 +0000
+++ b/src/ChangeLog	Sun Sep 08 20:37:44 2002 +0000
@@ -1,3 +1,10 @@
+2002-09-08  Kim F. Storm  <storm@cua.dk>
+
+	* macros.c (executing_macro_index): Change type to EMACS_INT.
+	(syms_of_macros): DEFVAR_INT it  (needed by kmacro).
+
+	* macros.h (executing_macro_index): Change type to EMACS_INT.
+	
 2002-09-06  Richard M. Stallman  <rms@gnu.org>
 
 	* casetab.c (set_case_table): Make canon table point to eqv table.