japanoise / emsys

ersatz-emacs text editor
MIT License
3 stars 2 forks source link

Keyboard macros for commands that take input from editorprompt #12

Closed japanoise closed 2 years ago

japanoise commented 2 years ago

I'm not sure how important this is, but:

  1. C-x (
  2. Enter some lower-case text
  3. C-@
  4. C-a
  5. M-|
  6. tr [a-z] [A-Z]
  7. C-x )
  8. C-n
  9. C-x e

Expected

Text entered is uppercased just as with macro recording

Actual

Macro execution pauses for M-| input

Thoughts

Could record all keybindings and playback even when within editorprompt. Little tweaking, but not impossible.