[ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
Here is a summary of the Emacs interactive help commands. (The character that follows C-h is the “help option.”) Voir la section Help Files, for other help commands that display fixed files of information.
Display a list of commands whose names match topics
(apropos-command
; voir la section Apropos).
Display all active key bindings; minor mode bindings first, then those of
the major mode, then global bindings (describe-bindings
).
Given a key sequence key, show the name of the command that it runs
(describe-key-briefly
). Here c stands for “character.” For
more extensive information on key, use C-h k.
Display the commands and variables whose documentation matches topics
(apropos-documentation
).
Display the *Messages*
buffer (view-echo-area-messages
).
Display documentation on the Lisp function named function
(describe-function
). Since commands are Lisp functions, this works
for commands too.
Display the ‘HELLO’ file, which shows examples of various character sets.
Run Info, the GNU documentation browser (info
). The complete Emacs
manual is available on-line in Info.
Display the name and documentation of the command that key runs
(describe-key
).
Display a description of the last 100 characters you typed
(view-lossage
).
Display documentation of the current major mode (describe-mode
).
Find packages by topic keyword (finder-by-keyword
).
Display the current contents of the syntax table, with an explanation of
what they mean (describe-syntax
). Voir la section The Syntax Table.
Enter the Emacs interactive tutorial (help-with-tutorial
).
Display the documentation of the Lisp variable var
(describe-variable
).
Show which keys run the command named command (where-is
).
Describe the coding system coding (describe-coding-system
).
Describe the coding systems currently in use.
Describe the input method method (describe-input-method
).
Display information on the character sets, coding systems, and input methods
used in language environment language-env
(describe-language-environment
).
Enter Info and goes to the node that documents the Emacs function
function (Info-goto-emacs-command-node
).
Enter Info and goes to the node that documents the key sequence key
(Info-goto-emacs-key-command-node
).
Display the Info documentation on symbol symbol according to the
programming language you are editing (info-lookup-symbol
).
Display the help message for a special text area, if point is in one
(display-local-help
). (These include, for example, links in
‘*Help*’ buffers.)
[ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
Ce document a été généré par Eric Reinbold le 23 Février 2009 en utilisant texi2html 1.78.