I am new to EMACS. I want to know the command bound with C-x f
, so I type C-h k
. But it won't work ,and shows me C-h k is undefined
.
And my EMACS version is 26.0.90.
I am new to EMACS. I want to know the command bound with C-x f
, so I type C-h k
. But it won't work ,and shows me C-h k is undefined
.
And my EMACS version is 26.0.90.
"Answer" because I don't have 50 rep to ask in "comment".
Welcome to Emacs!
Thank you for your version info. There are other questions which are valuable to the effort to help you. For example:
One option you have would be to jump into the emacs chat room at https://chat.stackexchange.com/rooms/17392/scratch
EDIT: You may have a problem with C-h being a delete - see https://www.emacswiki.org/emacs/BackspaceKey
To route around, the important help commands are:
C-h k -> M-x describe-key
C-h f -> M-x describe-function
C-h v -> M-x describe-variable
C-h a -> M-x apropos-command
C-h i -> M-x info
As shown in the following figure: enter image description here
You can see a key sequence C-h k
Otherwise, Look at what you are。