Skip to content

Instantly share code, notes, and snippets.

@failable
Last active September 15, 2022 09:12
Show Gist options
  • Save failable/dfd1c8c3624ee066a987348e561e3ed1 to your computer and use it in GitHub Desktop.
Save failable/dfd1c8c3624ee066a987348e561e3ed1 to your computer and use it in GitHub Desktop.
Question answers
* Seleted "super" in ~kitty-configure--Command-key~
** Step 6
Got a message in echo area: ~s-x~ is undefined.
** Step 7
Got a message in echo area: ~s-x~ is undefined.
** Step 8
Got a message in echo area: ~C-s-%~ is undefined.
* Seleted "alt" in ~kitty-configure--Command-key~
** Step 6
Saw output in ~*Help*~ buffer:
#+begin_verse
M-x runs the command execute-extended-command (found in global-map),
which is an interactive byte-compiled Lisp function in ‘simple.el’.
It is bound to <execute>, <menu>, M-x.
(execute-extended-command PREFIXARG &optional COMMAND-NAME TYPED)
Read a command name, then read the arguments and call the command.
To pass a prefix argument to the command you are
invoking, give a prefix argument to ‘execute-extended-command’.
This function is for interactive use only;
in Lisp code use ‘command-execute’ instead.
Probably introduced at or before Emacs version 28.1.
[back]
#+end_verse
** Step 7
Saw prompt ~M-x~ in minibuffer.
** Step 8
Saw prompt ~Query replace regexp~ in minibuffer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment