changeset 47389:a7b36abfcc69

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 10 Sep 2002 22:19:39 +0000
parents 56bcf85aafae
children ff0e463ca59f
files lisp/ChangeLog lisp/kmacro.el
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Sep 10 22:08:45 2002 +0000
+++ b/lisp/ChangeLog	Tue Sep 10 22:19:39 2002 +0000
@@ -1,3 +1,12 @@
+2002-09-11  Kim F. Storm  <storm@cua.dk>
+
+	* kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
+	(kmacro-step-edit-map): Bind "A" to `append-end'.
+	(kmacro-step-edit-prompt): Fix prompt.
+	(kmacro-step-edit-query): Handle `append-end' response.
+	(kmacro-step-edit-pre-command): Activate `append-end' at end of
+	macro when required.
+
 2002-09-10  Dave Love  <fx@gnu.org>
 
 	* international/utf-8.el (ucs-mule-to-mule-unicode): Define
--- a/lisp/kmacro.el	Tue Sep 10 22:08:45 2002 +0000
+++ b/lisp/kmacro.el	Tue Sep 10 22:19:39 2002 +0000
@@ -818,7 +818,8 @@
 			  (if kmacro-step-edit-help "\
  Step: y/SPC: execute next,  d/n/DEL: skip next,  f: skip but keep
        TAB: execute while same,  ?: toggle help
- Edit: i: insert,  a: append,  r: replace, I/A/R: one sequence
+ Edit: i: insert,  r: replace,  a: append,  A: append at end,
+       I/R: insert/replace with one sequence,
  End:  !/c: execute rest,  C-k: skip rest and save,  q/C-g: quit
 ----------------------------------------------------------------
 " "")