Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f1f83e21
Commit
f1f83e21
authored
Sep 08, 2002
by
Kim F. Storm
Browse files
Keyboard macro improvements.
parent
d656c20b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
etc/NEWS
etc/NEWS
+6
-2
No files found.
etc/NEWS
View file @
f1f83e21
...
...
@@ -943,14 +943,18 @@ for more commands.
The normal macro bindings C-x (, C-x ), and C-x e now interfaces to
the keyboard macro ring.
The C-x e command now terminates the current macro
rather than
signalling an error
if used while defining a macro.
The C-x e command now
automatically
terminates the current macro
before calling it,
if used while defining a macro.
In addition, when ending or calling a macro with C-x e, the macro can
be repeated immediately by typing just the `e'. You can customize
this behaviour via the variable kmacro-call-repeat-key and
kmacro-call-repeat-with-arg.
Keyboard macros can now be debugged and edited interactively.
C-x C-k SPC will step through the last keyboard macro one key sequence
at a time, prompting for the actions to take.
+++
*** Calc is now part of the Emacs distribution.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment