new bindable readline command `execute-named-command', bound to M-x in emacs mode

This commit is contained in:
Chet Ramey
2023-11-06 09:44:01 -05:00
parent b30389070a
commit 511fef0f5c
10 changed files with 497 additions and 7 deletions
+7
View File
@@ -1912,6 +1912,13 @@ editing mode.
@end ifclear
@item execute-named-command (M-x)
Read a bindable readline command name from the input and execute the
function to which it's bound, as if the key sequence to which it was
bound appeared in the input.
If this function is supplied with a numeric argument, it passes that
argument to the function it executes.
@end ftable
@node Readline vi Mode
+3 -3
View File
@@ -5,7 +5,7 @@ Copyright (C) 1988-2023 Free Software Foundation, Inc.
@set EDITION 8.3
@set VERSION 8.3
@set UPDATED 4 October 2023
@set UPDATED-MONTH October 2023
@set UPDATED 3 November 2023
@set UPDATED-MONTH November 2023
@set LASTCHANGE Wed Oct 4 10:57:26 EDT 2023
@set LASTCHANGE Fri Nov 3 12:04:26 EDT 2023