Comment on Exploring EmacsComments−webreac13yC-h k C-h k gives me: C-h k runs the command describe-key, which is an interactive compiled Lisp function.It is bound to C-h k, <f1> k, <help> k, <menu-bar> <help-menu> <describe> <describe-key-1>.I have no link to the source file. I am running version 23.1.1−__david__13yWhere did you get your binary? Many linux packages have the .el source files as a separate package and only put the compiled .elc files in the main package.−drothlis13yYou don’t have the elisp sources installed. If you're on a unixy system, use your system’s package manager to install the "emacs-el" package.−webreac13yemacs23-el. Thank you very much
Comments
C-h k C-h k gives me: C-h k runs the command describe-key, which is an interactive compiled Lisp function.
It is bound to C-h k, <f1> k, <help> k, <menu-bar> <help-menu> <describe> <describe-key-1>.
I have no link to the source file. I am running version 23.1.1
Where did you get your binary? Many linux packages have the .el source files as a separate package and only put the compiled .elc files in the main package.
You don’t have the elisp sources installed. If you're on a unixy system, use your system’s package manager to install the "emacs-el" package.
emacs23-el. Thank you very much