| ★ wanayoo — archive 1999 http://nodevice.com/sections/ManIndex/man0309.html | Nouvelle recherche | Portail wanayoo |
| Previous Next Man Index | Sections: 0 1 2 3 4 5 6 7 8 N |
Emacs has an extensive interactive help facility, but the facility assumes that you know how to manipulate Emacs windows and buffers. CTRL-h (backspace or CTRL-h) enters the Help facility. Help Tutorial (CTRL-h t) requests an interactive tutorial which can teach beginners the fundamentals of Emacs in a few minutes. Help Apropos (CTRL-h a) helps you find a command given its functionality, Help Character (CTRL-h c) describes a given character's effect, and Help Function (CTRL-h f) describes a given Lisp function specified by name.
Emacs's Undo can undo several steps of modification to your buffers, so it is easy to recover from editing mistakes.
GNU Emacs's many special packages handle mail reading (RMail) and sending (Mail), outline editing (Outline), compiling (Compile), running subshells within Emacs windows (Shell), running a Lisp read-eval-print loop (Lisp-Interaction-Mode), and automated psychotherapy (Doctor).
There is an extensive reference manual, but users of other Emacses should have little trouble adapting even without a copy. Users new to Emacs will be able to use basic features fairly rapidly by studying the tutorial and using the self-documentation features.
The following options are of general interest:
file
\+ number
-q
-u user
-t file
The following options are lisp-oriented (these options are processed in the order encountered):
-f function
-l file
The following options are useful when running Emacs as a batch editor:
-batch
-kill
| Previous Next Man Index | Sections: 0 1 2 3 4 5 6 7 8 N |