Timeline for how to define keyboard macro from text
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 13, 2022 at 19:30 | comment | added | GOPS | Yes that correct, I will be calling it from a shell buffer, so it will dump all the commands in to the shell I just need to press enter to execute all in one shoot. I can paste from documentation, but calling an emacs function is much faster and easy. | |
| Sep 13, 2022 at 1:09 | comment | added | NickD | So you just want the text of the commands in your buffer? Same as if you paste them in from the documentation? BTW, what's wrong with pasting from documentation? Do the commands ever change? What happens if they do? Are you trying to execute these commands? How does inserting them in a buffer help you execute them? | |
| S Sep 12, 2022 at 22:28 | review | First answers | |||
| Sep 13, 2022 at 3:50 | |||||
| S Sep 12, 2022 at 22:28 | history | edited | GOPS | CC BY-SA 4.0 | added 77 characters in body |
| Sep 12, 2022 at 21:30 | comment | added | GOPS | yes, that was just a example, in my case it should be (insert "command1 command2 command3 command4 ") | |
| Sep 12, 2022 at 16:23 | comment | added | NickD | This just inserts the string "hello World" into whatever buffer is current when you evaluate the function. What does it have to do with your question? | |
| S Sep 12, 2022 at 14:59 | review | First answers | |||
| Sep 12, 2022 at 18:35 | |||||
| S Sep 12, 2022 at 14:59 | history | answered | GOPS | CC BY-SA 4.0 |