I have execute-extended-command bound to alt+a. So when in minibuffer, when i press it, the read-only prompt saying “M-x” is irrelevant for me. I want to change it to something else like “execute command:”. How can i do that?
I have execute-extended-command bound to alt+a. So when in minibuffer, when i press it,
Share
This prompt is hard-coded. You would need to either redefine
read-extended-command, or advisecompleting-read(but that seems a fairly tenuous approach).See M-x
find-functionRETread-extended-commandRETThere are comments in the code referring to this very issue:
Honestly, given the lack of a clean solution, I wouldn’t bother trying to do this.