comparison man/emacs.texi @ 90054:f2ebccfa87d4

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-709 Update from CVS: src/indent.c (Fvertical_motion): Fix last change. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-710 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-715 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-74 Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 08 Dec 2004 05:02:30 +0000
parents 3219f94257bc c8e9116cff8b
children f6b4d0ebf147
comparison
equal deleted inserted replaced
90053:fff5f1a61d92 90054:f2ebccfa87d4
146 * Commands:: Named functions run by key sequences to do editing. 146 * Commands:: Named functions run by key sequences to do editing.
147 * Text Characters:: Character set for text (the contents of buffers 147 * Text Characters:: Character set for text (the contents of buffers
148 and strings). 148 and strings).
149 * Entering Emacs:: Starting Emacs from the shell. 149 * Entering Emacs:: Starting Emacs from the shell.
150 * Exiting:: Stopping or killing Emacs. 150 * Exiting:: Stopping or killing Emacs.
151 * Command Arguments:: Hairy startup options. 151 * Emacs Invocation:: Hairy startup options.
152 152
153 Fundamental Editing Commands 153 Fundamental Editing Commands
154 * Basic:: The most basic editing commands. 154 * Basic:: The most basic editing commands.
155 * Minibuffer:: Entering arguments that are prompted for. 155 * Minibuffer:: Entering arguments that are prompted for.
156 * M-x:: Invoking commands by their names. 156 * M-x:: Invoking commands by their names.
727 727
728 Customization 728 Customization
729 729
730 * Minor Modes:: Each minor mode is one feature you can turn on 730 * Minor Modes:: Each minor mode is one feature you can turn on
731 independently of any others. 731 independently of any others.
732 * Easy Customization::
733 Convenient way to browse and change user options.
732 * Variables:: Many Emacs commands examine Emacs variables 734 * Variables:: Many Emacs commands examine Emacs variables
733 to decide what to do; by setting variables, 735 to decide what to do; by setting variables,
734 you can control their functioning. 736 you can control their functioning.
735 * Key Bindings:: The keymaps say what command each key runs. 737 * Key Bindings:: The keymaps say what command each key runs.
736 By changing them, you can "redefine keys". 738 By changing them, you can "redefine keys".
744 @file{.emacs} file. 746 @file{.emacs} file.
745 747
746 Variables 748 Variables
747 749
748 * Examining:: Examining or setting one variable's value. 750 * Examining:: Examining or setting one variable's value.
749 * Easy Customization::
750 Convenient and easy customization of variables.
751 * Hooks:: Hook variables let you specify programs for parts 751 * Hooks:: Hook variables let you specify programs for parts
752 of Emacs to run on particular occasions. 752 of Emacs to run on particular occasions.
753 * Locals:: Per-buffer values of variables. 753 * Locals:: Per-buffer values of variables.
754 * File Variables:: How files can specify variable values. 754 * File Variables:: How files can specify variable values.
755 755