annotate man/glossary.texi @ 60856:798f3b5ae20f

(General Variables): Put commas inside closequotes.
author Richard M. Stallman <rms@gnu.org>
date Wed, 23 Mar 2005 14:40:01 +0000
parents dab55a6027e5
children bde85f1b5180 29e773288013
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1 @c This is part of the Emacs manual.
39287
3b40423b9355 Update the copyright years.
Eli Zaretskii <eliz@gnu.org>
parents: 38870
diff changeset
2 @c Copyright (C) 1985,86,87,93,94,95,1997,2001 Free Software Foundation, Inc.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
3 @c See file emacs.texi for copying conditions.
Dave Love <fx@gnu.org>
parents:
diff changeset
4 @node Glossary, Key Index, Intro, Top
Dave Love <fx@gnu.org>
parents:
diff changeset
5 @unnumbered Glossary
Dave Love <fx@gnu.org>
parents:
diff changeset
6
Dave Love <fx@gnu.org>
parents:
diff changeset
7 @table @asis
Dave Love <fx@gnu.org>
parents:
diff changeset
8 @item Abbrev
Dave Love <fx@gnu.org>
parents:
diff changeset
9 An abbrev is a text string which expands into a different text string
Dave Love <fx@gnu.org>
parents:
diff changeset
10 when present in the buffer. For example, you might define a few letters
Dave Love <fx@gnu.org>
parents:
diff changeset
11 as an abbrev for a long phrase that you want to insert frequently.
Dave Love <fx@gnu.org>
parents:
diff changeset
12 @xref{Abbrevs}.
Dave Love <fx@gnu.org>
parents:
diff changeset
13
Dave Love <fx@gnu.org>
parents:
diff changeset
14 @item Aborting
Dave Love <fx@gnu.org>
parents:
diff changeset
15 Aborting means getting out of a recursive edit (q.v.@:). The
Dave Love <fx@gnu.org>
parents:
diff changeset
16 commands @kbd{C-]} and @kbd{M-x top-level} are used for this.
Dave Love <fx@gnu.org>
parents:
diff changeset
17 @xref{Quitting}.
Dave Love <fx@gnu.org>
parents:
diff changeset
18
Dave Love <fx@gnu.org>
parents:
diff changeset
19 @item Alt
Dave Love <fx@gnu.org>
parents:
diff changeset
20 Alt is the name of a modifier bit which a keyboard input character may
Dave Love <fx@gnu.org>
parents:
diff changeset
21 have. To make a character Alt, type it while holding down the @key{ALT}
Dave Love <fx@gnu.org>
parents:
diff changeset
22 key. Such characters are given names that start with @kbd{Alt-}
Dave Love <fx@gnu.org>
parents:
diff changeset
23 (usually written @kbd{A-} for short). (Note that many terminals have a
Dave Love <fx@gnu.org>
parents:
diff changeset
24 key labeled @key{ALT} which is really a @key{META} key.) @xref{User
Dave Love <fx@gnu.org>
parents:
diff changeset
25 Input, Alt}.
Dave Love <fx@gnu.org>
parents:
diff changeset
26
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
27 @item Argument
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
28 See `numeric argument.'
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
29
52979
3649390c0f91 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
30 @item @acronym{ASCII} character
3649390c0f91 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
31 An @acronym{ASCII} character is either an @acronym{ASCII} control character or an @acronym{ASCII}
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
32 printing character. @xref{User Input}.
Dave Love <fx@gnu.org>
parents:
diff changeset
33
52979
3649390c0f91 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
34 @item @acronym{ASCII} control character
3649390c0f91 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
35 An @acronym{ASCII} control character is the Control version of an upper-case
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
36 letter, or the Control version of one of the characters @samp{@@[\]^_?}.
Dave Love <fx@gnu.org>
parents:
diff changeset
37
52979
3649390c0f91 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
38 @item @acronym{ASCII} printing character
3649390c0f91 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
39 @acronym{ASCII} printing characters include letters, digits, space, and these
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
40 punctuation characters: @samp{!@@#$%^& *()_-+=|\~` @{@}[]:;"' <>,.?/}.
Dave Love <fx@gnu.org>
parents:
diff changeset
41
Dave Love <fx@gnu.org>
parents:
diff changeset
42 @item Auto Fill Mode
Dave Love <fx@gnu.org>
parents:
diff changeset
43 Auto Fill mode is a minor mode in which text that you insert is
37845
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
44 automatically broken into lines of a given maximum width.
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
45 @xref{Filling}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
46
Dave Love <fx@gnu.org>
parents:
diff changeset
47 @item Auto Saving
Dave Love <fx@gnu.org>
parents:
diff changeset
48 Auto saving is the practice of saving the contents of an Emacs buffer in
Dave Love <fx@gnu.org>
parents:
diff changeset
49 a specially-named file, so that the information will not be lost if the
Dave Love <fx@gnu.org>
parents:
diff changeset
50 buffer is lost due to a system error or user error. @xref{Auto Save}.
Dave Love <fx@gnu.org>
parents:
diff changeset
51
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
52 @item Autoloading
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
53 Emacs automatically loads Lisp libraries when a Lisp program requests a
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
54 function or a variable from those libraries. This is called
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
55 `autoloading'. @xref{Lisp Libraries}.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
56
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
57 @item Backtrace
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
58 A backtrace is a trace of a series of function calls showing how a
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
59 program arrived to a certain point. It is used mainly for finding and
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
60 correcting bugs (q.v.@:). Emacs can display a backtrace when it signals
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
61 an error or when you type @kbd{C-g} (see `quitting'). @xref{Checklist}.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
62
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
63 @item Backup File
Dave Love <fx@gnu.org>
parents:
diff changeset
64 A backup file records the contents that a file had before the current
Dave Love <fx@gnu.org>
parents:
diff changeset
65 editing session. Emacs makes backup files automatically to help you
Dave Love <fx@gnu.org>
parents:
diff changeset
66 track down or cancel changes you later regret making. @xref{Backup}.
Dave Love <fx@gnu.org>
parents:
diff changeset
67
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
68 @item Balancing Parentheses
38209
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
69 Emacs can balance parentheses (or other matching delimiters) either
38745
5464ee1ba8e2 Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 38490
diff changeset
70 manually or automatically. You do manual balancing with the commands
38209
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
71 to move over parenthetical groupings (@pxref{Moving by Parens}).
38745
5464ee1ba8e2 Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 38490
diff changeset
72 Automatic balancing works by blinking or highlighting the delimiter
38209
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
73 that matches the one you just inserted (@pxref{Matching,,Matching
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
74 Parens}).
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
75
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
76 @item Balanced Expressions
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
77 A balanced expression is a syntactically recognizable expression, such
38745
5464ee1ba8e2 Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 38490
diff changeset
78 as a symbol, number, string constant, block, or parenthesized expression
38209
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
79 in C. @xref{Expressions,Balanced Expressions}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
80
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
81 @item Balloon Help
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
82 See `tooltips.'
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
83
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
84 @item Base Buffer
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
85 A base buffer is a buffer whose text is shared by an indirect buffer
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
86 (q.v.@:).
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
87
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
88 @item Bind
Dave Love <fx@gnu.org>
parents:
diff changeset
89 To bind a key sequence means to give it a binding (q.v.@:).
Dave Love <fx@gnu.org>
parents:
diff changeset
90 @xref{Rebinding}.
Dave Love <fx@gnu.org>
parents:
diff changeset
91
Dave Love <fx@gnu.org>
parents:
diff changeset
92 @item Binding
Dave Love <fx@gnu.org>
parents:
diff changeset
93 A key sequence gets its meaning in Emacs by having a binding, which is a
Dave Love <fx@gnu.org>
parents:
diff changeset
94 command (q.v.@:), a Lisp function that is run when the user types that
Dave Love <fx@gnu.org>
parents:
diff changeset
95 sequence. @xref{Commands,Binding}. Customization often involves
Dave Love <fx@gnu.org>
parents:
diff changeset
96 rebinding a character to a different command function. The bindings of
Dave Love <fx@gnu.org>
parents:
diff changeset
97 all key sequences are recorded in the keymaps (q.v.@:). @xref{Keymaps}.
Dave Love <fx@gnu.org>
parents:
diff changeset
98
Dave Love <fx@gnu.org>
parents:
diff changeset
99 @item Blank Lines
Dave Love <fx@gnu.org>
parents:
diff changeset
100 Blank lines are lines that contain only whitespace. Emacs has several
Dave Love <fx@gnu.org>
parents:
diff changeset
101 commands for operating on the blank lines in the buffer.
Dave Love <fx@gnu.org>
parents:
diff changeset
102
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
103 @item Bookmark
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
104 Bookmarks are akin to registers (q.v.@:) in that they record positions
36849
96998dbd0015 (Glossary): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents: 36839
diff changeset
105 in buffers to which you can return later. Unlike registers, bookmarks
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
106 persist between Emacs sessions.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
107
41601
a1e88846ab9a Add Border.
Richard M. Stallman <rms@gnu.org>
parents: 40763
diff changeset
108 @item Border
a1e88846ab9a Add Border.
Richard M. Stallman <rms@gnu.org>
parents: 40763
diff changeset
109 A border is a thin space along the edge of the frame, used just for
a1e88846ab9a Add Border.
Richard M. Stallman <rms@gnu.org>
parents: 40763
diff changeset
110 spacing, not for displaying anything. An Emacs frame has an ordinary
a1e88846ab9a Add Border.
Richard M. Stallman <rms@gnu.org>
parents: 40763
diff changeset
111 external border, outside of everything including the menu bar, plus an
a1e88846ab9a Add Border.
Richard M. Stallman <rms@gnu.org>
parents: 40763
diff changeset
112 internal border that surrounds the text windows and their scroll bars
a1e88846ab9a Add Border.
Richard M. Stallman <rms@gnu.org>
parents: 40763
diff changeset
113 and separates them from the menu bar and tool bar. You can customize
a1e88846ab9a Add Border.
Richard M. Stallman <rms@gnu.org>
parents: 40763
diff changeset
114 both borders with options and resources (@pxref{Borders X}). Borders
a1e88846ab9a Add Border.
Richard M. Stallman <rms@gnu.org>
parents: 40763
diff changeset
115 are not the same as fringes (q.v.@:).
a1e88846ab9a Add Border.
Richard M. Stallman <rms@gnu.org>
parents: 40763
diff changeset
116
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
117 @item Buffer
Dave Love <fx@gnu.org>
parents:
diff changeset
118 The buffer is the basic editing unit; one buffer corresponds to one text
Dave Love <fx@gnu.org>
parents:
diff changeset
119 being edited. You can have several buffers, but at any time you are
36184
100feeadb597 Make quoting more uniform.
Richard M. Stallman <rms@gnu.org>
parents: 36158
diff changeset
120 editing only one, the `current buffer,' though several can be visible
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
121 when you are using multiple windows (q.v.@:). Most buffers are visiting
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
122 (q.v.@:) some file. @xref{Buffers}.
Dave Love <fx@gnu.org>
parents:
diff changeset
123
Dave Love <fx@gnu.org>
parents:
diff changeset
124 @item Buffer Selection History
Dave Love <fx@gnu.org>
parents:
diff changeset
125 Emacs keeps a buffer selection history which records how recently each
Dave Love <fx@gnu.org>
parents:
diff changeset
126 Emacs buffer has been selected. This is used for choosing a buffer to
Dave Love <fx@gnu.org>
parents:
diff changeset
127 select. @xref{Buffers}.
Dave Love <fx@gnu.org>
parents:
diff changeset
128
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
129 @item Bug
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
130 A bug is an incorrect or unreasonable behavior of a program, or
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
131 inaccurate or confusing documentation. Emacs developers treat bug
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
132 reports, both in Emacs code and its documentation, very seriously and
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
133 ask you to report any bugs you find. @xref{Bugs}.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
134
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
135 @item Button Down Event
Dave Love <fx@gnu.org>
parents:
diff changeset
136 A button down event is the kind of input event generated right away when
38461
23f63206a867 Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii <eliz@gnu.org>
parents: 38209
diff changeset
137 you press down on a mouse button. @xref{Mouse Buttons}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
138
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
139 @item By Default
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
140 See `default.'
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
141
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
142 @item Byte Compilation
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
143 See `compilation.'
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
144
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
145 @item @kbd{C-}
Dave Love <fx@gnu.org>
parents:
diff changeset
146 @kbd{C-} in the name of a character is an abbreviation for Control.
Dave Love <fx@gnu.org>
parents:
diff changeset
147 @xref{User Input,C-}.
Dave Love <fx@gnu.org>
parents:
diff changeset
148
Dave Love <fx@gnu.org>
parents:
diff changeset
149 @item @kbd{C-M-}
Dave Love <fx@gnu.org>
parents:
diff changeset
150 @kbd{C-M-} in the name of a character is an abbreviation for
Dave Love <fx@gnu.org>
parents:
diff changeset
151 Control-Meta. @xref{User Input,C-M-}.
Dave Love <fx@gnu.org>
parents:
diff changeset
152
Dave Love <fx@gnu.org>
parents:
diff changeset
153 @item Case Conversion
Dave Love <fx@gnu.org>
parents:
diff changeset
154 Case conversion means changing text from upper case to lower case or
Dave Love <fx@gnu.org>
parents:
diff changeset
155 vice versa. @xref{Case}, for the commands for case conversion.
Dave Love <fx@gnu.org>
parents:
diff changeset
156
Dave Love <fx@gnu.org>
parents:
diff changeset
157 @item Character
Dave Love <fx@gnu.org>
parents:
diff changeset
158 Characters form the contents of an Emacs buffer; see @ref{Text
Dave Love <fx@gnu.org>
parents:
diff changeset
159 Characters}. Also, key sequences (q.v.@:) are usually made up of
Dave Love <fx@gnu.org>
parents:
diff changeset
160 characters (though they may include other input events as well).
Dave Love <fx@gnu.org>
parents:
diff changeset
161 @xref{User Input}.
Dave Love <fx@gnu.org>
parents:
diff changeset
162
Dave Love <fx@gnu.org>
parents:
diff changeset
163 @item Character Set
Dave Love <fx@gnu.org>
parents:
diff changeset
164 Emacs supports a number of character sets, each of which represents a
Dave Love <fx@gnu.org>
parents:
diff changeset
165 particular alphabet or script. @xref{International}.
Dave Love <fx@gnu.org>
parents:
diff changeset
166
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
167 @item Character Terminal
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
168 See `text-only terminal.'
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
169
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
170 @item Click Event
Dave Love <fx@gnu.org>
parents:
diff changeset
171 A click event is the kind of input event generated when you press a
Dave Love <fx@gnu.org>
parents:
diff changeset
172 mouse button and release it without moving the mouse. @xref{Mouse Buttons}.
Dave Love <fx@gnu.org>
parents:
diff changeset
173
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
174 @item Clipboard
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
175 A clipboard is a buffer provided by the window system for transferring
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
176 text between applications. On the X Window system, the clipboard is
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
177 provided in addition to the primary selection (q.v.@:); on MS-Windows,
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
178 the clipboard is used @emph{instead} of the primary selection.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
179 @xref{Clipboard}.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
180
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
181 @item Coding System
Dave Love <fx@gnu.org>
parents:
diff changeset
182 A coding system is an encoding for representing text characters in a
Dave Love <fx@gnu.org>
parents:
diff changeset
183 file or in a stream of information. Emacs has the ability to convert
Dave Love <fx@gnu.org>
parents:
diff changeset
184 text to or from a variety of coding systems when reading or writing it.
Dave Love <fx@gnu.org>
parents:
diff changeset
185 @xref{Coding Systems}.
Dave Love <fx@gnu.org>
parents:
diff changeset
186
Dave Love <fx@gnu.org>
parents:
diff changeset
187 @item Command
Dave Love <fx@gnu.org>
parents:
diff changeset
188 A command is a Lisp function specially defined to be able to serve as a
Dave Love <fx@gnu.org>
parents:
diff changeset
189 key binding in Emacs. When you type a key sequence (q.v.@:), its
Dave Love <fx@gnu.org>
parents:
diff changeset
190 binding (q.v.@:) is looked up in the relevant keymaps (q.v.@:) to find
Dave Love <fx@gnu.org>
parents:
diff changeset
191 the command to run. @xref{Commands}.
Dave Love <fx@gnu.org>
parents:
diff changeset
192
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
193 @item Command History
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
194 See `minibuffer history.'
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
195
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
196 @item Command Name
Dave Love <fx@gnu.org>
parents:
diff changeset
197 A command name is the name of a Lisp symbol which is a command
Dave Love <fx@gnu.org>
parents:
diff changeset
198 (@pxref{Commands}). You can invoke any command by its name using
37845
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
199 @kbd{M-x} (@pxref{M-x,M-x,Running Commands by Name}).
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
200
Dave Love <fx@gnu.org>
parents:
diff changeset
201 @item Comment
Dave Love <fx@gnu.org>
parents:
diff changeset
202 A comment is text in a program which is intended only for humans reading
Dave Love <fx@gnu.org>
parents:
diff changeset
203 the program, and which is marked specially so that it will be ignored
Dave Love <fx@gnu.org>
parents:
diff changeset
204 when the program is loaded or compiled. Emacs offers special commands
Dave Love <fx@gnu.org>
parents:
diff changeset
205 for creating, aligning and killing comments. @xref{Comments}.
Dave Love <fx@gnu.org>
parents:
diff changeset
206
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
207 @item Common Lisp
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
208 Common Lisp is a dialect of Lisp (q.v.@:) much larger and more powerful
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
209 than Emacs Lisp. Emacs provides a subset of Common Lisp in the CL
49592
9cb4cc019296 (Glossary): Correction to Common Lisp cross reference.
Richard M. Stallman <rms@gnu.org>
parents: 48644
diff changeset
210 package. @xref{Top, Common Lisp, Overview, cl, Common Lisp Extensions}.
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
211
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
212 @item Compilation
Dave Love <fx@gnu.org>
parents:
diff changeset
213 Compilation is the process of creating an executable program from source
Dave Love <fx@gnu.org>
parents:
diff changeset
214 code. Emacs has commands for compiling files of Emacs Lisp code
37845
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
215 (@pxref{Byte Compilation,,, elisp, the Emacs Lisp
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
216 Reference Manual}) and programs in C and other languages
Dave Love <fx@gnu.org>
parents:
diff changeset
217 (@pxref{Compilation}).
Dave Love <fx@gnu.org>
parents:
diff changeset
218
Dave Love <fx@gnu.org>
parents:
diff changeset
219 @item Complete Key
Dave Love <fx@gnu.org>
parents:
diff changeset
220 A complete key is a key sequence which fully specifies one action to be
Dave Love <fx@gnu.org>
parents:
diff changeset
221 performed by Emacs. For example, @kbd{X} and @kbd{C-f} and @kbd{C-x m}
Dave Love <fx@gnu.org>
parents:
diff changeset
222 are complete keys. Complete keys derive their meanings from being bound
Dave Love <fx@gnu.org>
parents:
diff changeset
223 (q.v.@:) to commands (q.v.@:). Thus, @kbd{X} is conventionally bound to
Dave Love <fx@gnu.org>
parents:
diff changeset
224 a command to insert @samp{X} in the buffer; @kbd{C-x m} is
Dave Love <fx@gnu.org>
parents:
diff changeset
225 conventionally bound to a command to begin composing a mail message.
Dave Love <fx@gnu.org>
parents:
diff changeset
226 @xref{Keys}.
Dave Love <fx@gnu.org>
parents:
diff changeset
227
Dave Love <fx@gnu.org>
parents:
diff changeset
228 @item Completion
Dave Love <fx@gnu.org>
parents:
diff changeset
229 Completion is what Emacs does when it automatically fills out an
Dave Love <fx@gnu.org>
parents:
diff changeset
230 abbreviation for a name into the entire name. Completion is done for
Dave Love <fx@gnu.org>
parents:
diff changeset
231 minibuffer (q.v.@:) arguments when the set of possible valid inputs
Dave Love <fx@gnu.org>
parents:
diff changeset
232 is known; for example, on command names, buffer names, and
Dave Love <fx@gnu.org>
parents:
diff changeset
233 file names. Completion occurs when @key{TAB}, @key{SPC} or @key{RET}
Dave Love <fx@gnu.org>
parents:
diff changeset
234 is typed. @xref{Completion}.@refill
Dave Love <fx@gnu.org>
parents:
diff changeset
235
Dave Love <fx@gnu.org>
parents:
diff changeset
236 @item Continuation Line
Dave Love <fx@gnu.org>
parents:
diff changeset
237 When a line of text is longer than the width of the window, it
Dave Love <fx@gnu.org>
parents:
diff changeset
238 takes up more than one screen line when displayed. We say that the
Dave Love <fx@gnu.org>
parents:
diff changeset
239 text line is continued, and all screen lines used for it after the
54472
9ef962497917 Improve references.
Juri Linkov <juri@jurta.org>
parents: 52979
diff changeset
240 first are called continuation lines. @xref{Continuation Lines}.
9ef962497917 Improve references.
Juri Linkov <juri@jurta.org>
parents: 52979
diff changeset
241 A related Emacs feature is `filling' (q.v.@:).
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
242
Dave Love <fx@gnu.org>
parents:
diff changeset
243 @item Control Character
Dave Love <fx@gnu.org>
parents:
diff changeset
244 A control character is a character that you type by holding down the
Dave Love <fx@gnu.org>
parents:
diff changeset
245 @key{CTRL} key. Some control characters also have their own keys, so
Dave Love <fx@gnu.org>
parents:
diff changeset
246 that you can type them without using @key{CTRL}. For example,
Dave Love <fx@gnu.org>
parents:
diff changeset
247 @key{RET}, @key{TAB}, @key{ESC} and @key{DEL} are all control
Dave Love <fx@gnu.org>
parents:
diff changeset
248 characters. @xref{User Input}.
Dave Love <fx@gnu.org>
parents:
diff changeset
249
Dave Love <fx@gnu.org>
parents:
diff changeset
250 @item Copyleft
Dave Love <fx@gnu.org>
parents:
diff changeset
251 A copyleft is a notice giving the public legal permission to
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
252 redistribute and modify a program or other work of art, but requiring
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
253 modified versions to carry similar permission. Copyright is normally
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
254 used to keep users divided and helpless; with copyleft we turn that
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
255 around to empower users and encourage them to cooperate.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
256
Dave Love <fx@gnu.org>
parents:
diff changeset
257 The particular form of copyleft used by the GNU project is called the
Dave Love <fx@gnu.org>
parents:
diff changeset
258 GNU General Public License. @xref{Copying}.
Dave Love <fx@gnu.org>
parents:
diff changeset
259
40732
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
260 @item @key{CTRL}
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
261 The @key{CTRL} or ``control'' key is what you hold down
40732
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
262 in order to enter a control character (q.v.).
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
263
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
264 @item Current Buffer
Dave Love <fx@gnu.org>
parents:
diff changeset
265 The current buffer in Emacs is the Emacs buffer on which most editing
Dave Love <fx@gnu.org>
parents:
diff changeset
266 commands operate. You can select any Emacs buffer as the current one.
Dave Love <fx@gnu.org>
parents:
diff changeset
267 @xref{Buffers}.
Dave Love <fx@gnu.org>
parents:
diff changeset
268
Dave Love <fx@gnu.org>
parents:
diff changeset
269 @item Current Line
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
270 The current line is the line that point is on (@pxref{Point}).
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
271
Dave Love <fx@gnu.org>
parents:
diff changeset
272 @item Current Paragraph
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
273 The current paragraph is the paragraph that point is in. If point is
38461
23f63206a867 Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii <eliz@gnu.org>
parents: 38209
diff changeset
274 between two paragraphs, the current paragraph is the one that follows
23f63206a867 Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii <eliz@gnu.org>
parents: 38209
diff changeset
275 point. @xref{Paragraphs}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
276
Dave Love <fx@gnu.org>
parents:
diff changeset
277 @item Current Defun
38461
23f63206a867 Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii <eliz@gnu.org>
parents: 38209
diff changeset
278 The current defun is the defun (q.v.@:) that point is in. If point is
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
279 between defuns, the current defun is the one that follows point.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
280 @xref{Defuns}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
281
Dave Love <fx@gnu.org>
parents:
diff changeset
282 @item Cursor
Dave Love <fx@gnu.org>
parents:
diff changeset
283 The cursor is the rectangle on the screen which indicates the position
Dave Love <fx@gnu.org>
parents:
diff changeset
284 called point (q.v.@:) at which insertion and deletion takes place.
Dave Love <fx@gnu.org>
parents:
diff changeset
285 The cursor is on or under the character that follows point. Often
Dave Love <fx@gnu.org>
parents:
diff changeset
286 people speak of `the cursor' when, strictly speaking, they mean
54472
9ef962497917 Improve references.
Juri Linkov <juri@jurta.org>
parents: 52979
diff changeset
287 `point.' @xref{Point,Cursor}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
288
Dave Love <fx@gnu.org>
parents:
diff changeset
289 @item Customization
Dave Love <fx@gnu.org>
parents:
diff changeset
290 Customization is making minor changes in the way Emacs works. It is
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
291 often done by setting variables (@pxref{Variables}) or faces
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
292 (@pxref{Face Customization}), or by rebinding key sequences
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
293 (@pxref{Keymaps}).
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
294
40015
6f63eabf4e29 (Glossary): Add an index entry leading to "cut and paste".
Eli Zaretskii <eliz@gnu.org>
parents: 39287
diff changeset
295 @cindex cut and paste
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
296 @item Cut and Paste
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
297 See `killing' and `yanking.'
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
298
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
299 @item Default Argument
Dave Love <fx@gnu.org>
parents:
diff changeset
300 The default for an argument is the value that will be assumed if you
Dave Love <fx@gnu.org>
parents:
diff changeset
301 do not specify one. When the minibuffer is used to read an argument,
Dave Love <fx@gnu.org>
parents:
diff changeset
302 the default argument is used if you just type @key{RET}.
Dave Love <fx@gnu.org>
parents:
diff changeset
303 @xref{Minibuffer}.
Dave Love <fx@gnu.org>
parents:
diff changeset
304
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
305 @item Default
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
306 A default is the value that is used for a certain purpose if and when
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
307 you do not specify a value to use.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
308
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
309 @item Default Directory
Dave Love <fx@gnu.org>
parents:
diff changeset
310 When you specify a file name that does not start with @samp{/} or @samp{~},
Dave Love <fx@gnu.org>
parents:
diff changeset
311 it is interpreted relative to the current buffer's default directory.
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
312 (On MS-Windows and MS-DOS, file names which start with a drive letter
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
313 @samp{@var{x}:} are treated as absolute, not relative.)
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
314 @xref{Minibuffer File,Default Directory}.
Dave Love <fx@gnu.org>
parents:
diff changeset
315
Dave Love <fx@gnu.org>
parents:
diff changeset
316 @item Defun
38209
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
317 A defun is a major definition at the top level in a program. The name
38745
5464ee1ba8e2 Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 38490
diff changeset
318 `defun' comes from Lisp, where most such definitions use the construct
38209
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
319 @code{defun}. @xref{Defuns}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
320
Dave Love <fx@gnu.org>
parents:
diff changeset
321 @item @key{DEL}
40732
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
322 @key{DEL} is a character that runs the command to delete one character
40763
f336a6703f79 Explain that DEL deletes backwards.
Richard M. Stallman <rms@gnu.org>
parents: 40732
diff changeset
323 of text before the cursor. It is typically either the @key{DELETE}
f336a6703f79 Explain that DEL deletes backwards.
Richard M. Stallman <rms@gnu.org>
parents: 40732
diff changeset
324 key or the @key{BACKSPACE} key, whichever one is easy to type.
54472
9ef962497917 Improve references.
Juri Linkov <juri@jurta.org>
parents: 52979
diff changeset
325 @xref{Erasing,DEL}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
326
Dave Love <fx@gnu.org>
parents:
diff changeset
327 @item Deletion
Dave Love <fx@gnu.org>
parents:
diff changeset
328 Deletion means erasing text without copying it into the kill ring
Dave Love <fx@gnu.org>
parents:
diff changeset
329 (q.v.@:). The alternative is killing (q.v.@:). @xref{Killing,Deletion}.
Dave Love <fx@gnu.org>
parents:
diff changeset
330
Dave Love <fx@gnu.org>
parents:
diff changeset
331 @item Deletion of Files
Dave Love <fx@gnu.org>
parents:
diff changeset
332 Deleting a file means erasing it from the file system.
37845
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
333 @xref{Misc File Ops,Misc File Ops,Miscellaneous File Operations}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
334
Dave Love <fx@gnu.org>
parents:
diff changeset
335 @item Deletion of Messages
Dave Love <fx@gnu.org>
parents:
diff changeset
336 Deleting a message means flagging it to be eliminated from your mail
Dave Love <fx@gnu.org>
parents:
diff changeset
337 file. Until you expunge (q.v.@:) the Rmail file, you can still undelete
38490
1518ad710658 Fix last changes.
Eli Zaretskii <eliz@gnu.org>
parents: 38461
diff changeset
338 the messages you have deleted. @xref{Rmail Deletion}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
339
Dave Love <fx@gnu.org>
parents:
diff changeset
340 @item Deletion of Windows
Dave Love <fx@gnu.org>
parents:
diff changeset
341 Deleting a window means eliminating it from the screen. Other windows
Dave Love <fx@gnu.org>
parents:
diff changeset
342 expand to use up the space. The deleted window can never come back,
Dave Love <fx@gnu.org>
parents:
diff changeset
343 but no actual text is thereby lost. @xref{Windows}.
Dave Love <fx@gnu.org>
parents:
diff changeset
344
Dave Love <fx@gnu.org>
parents:
diff changeset
345 @item Directory
Dave Love <fx@gnu.org>
parents:
diff changeset
346 File directories are named collections in the file system, within which
Dave Love <fx@gnu.org>
parents:
diff changeset
347 you can place individual files or subdirectories. @xref{Directories}.
Dave Love <fx@gnu.org>
parents:
diff changeset
348
Dave Love <fx@gnu.org>
parents:
diff changeset
349 @item Dired
Dave Love <fx@gnu.org>
parents:
diff changeset
350 Dired is the Emacs facility that displays the contents of a file
Dave Love <fx@gnu.org>
parents:
diff changeset
351 directory and allows you to ``edit the directory,'' performing
Dave Love <fx@gnu.org>
parents:
diff changeset
352 operations on the files in the directory. @xref{Dired}.
Dave Love <fx@gnu.org>
parents:
diff changeset
353
Dave Love <fx@gnu.org>
parents:
diff changeset
354 @item Disabled Command
Dave Love <fx@gnu.org>
parents:
diff changeset
355 A disabled command is one that you may not run without special
Dave Love <fx@gnu.org>
parents:
diff changeset
356 confirmation. The usual reason for disabling a command is that it is
Dave Love <fx@gnu.org>
parents:
diff changeset
357 confusing for beginning users. @xref{Disabling}.
Dave Love <fx@gnu.org>
parents:
diff changeset
358
Dave Love <fx@gnu.org>
parents:
diff changeset
359 @item Down Event
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
360 Short for `button down event' (q.v.@:).
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
361
Dave Love <fx@gnu.org>
parents:
diff changeset
362 @item Drag Event
Dave Love <fx@gnu.org>
parents:
diff changeset
363 A drag event is the kind of input event generated when you press a mouse
Dave Love <fx@gnu.org>
parents:
diff changeset
364 button, move the mouse, and then release the button. @xref{Mouse
Dave Love <fx@gnu.org>
parents:
diff changeset
365 Buttons}.
Dave Love <fx@gnu.org>
parents:
diff changeset
366
Dave Love <fx@gnu.org>
parents:
diff changeset
367 @item Dribble File
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
368 A dribble file is a file into which Emacs writes all the characters that
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
369 the user types on the keyboard. Dribble files are used to make a record
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
370 for debugging Emacs bugs. Emacs does not make a dribble file unless you
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
371 tell it to. @xref{Bugs}.
Dave Love <fx@gnu.org>
parents:
diff changeset
372
Dave Love <fx@gnu.org>
parents:
diff changeset
373 @item Echo Area
Dave Love <fx@gnu.org>
parents:
diff changeset
374 The echo area is the bottom line of the screen, used for echoing the
38870
d44abb4e68b2 Don't use "print" for displaying a message.
Richard M. Stallman <rms@gnu.org>
parents: 38745
diff changeset
375 arguments to commands, for asking questions, and showing brief messages
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
376 (including error messages). The messages are stored in the buffer
Dave Love <fx@gnu.org>
parents:
diff changeset
377 @samp{*Messages*} so you can review them later. @xref{Echo Area}.
Dave Love <fx@gnu.org>
parents:
diff changeset
378
Dave Love <fx@gnu.org>
parents:
diff changeset
379 @item Echoing
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
380 Echoing is acknowledging the receipt of input events by displaying
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
381 them (in the echo area). Emacs never echoes single-character key
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
382 sequences; longer key sequences echo only if you pause while typing
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
383 them.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
384
Dave Love <fx@gnu.org>
parents:
diff changeset
385 @item Electric
Dave Love <fx@gnu.org>
parents:
diff changeset
386 We say that a character is electric if it is normally self-inserting
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
387 (q.v.@:), but the current major mode (q.v.@:) redefines it to do something
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
388 else as well. For example, some programming language major modes define
Dave Love <fx@gnu.org>
parents:
diff changeset
389 particular delimiter characters to reindent the line or insert one or
Dave Love <fx@gnu.org>
parents:
diff changeset
390 more newlines in addition to self-insertion.
Dave Love <fx@gnu.org>
parents:
diff changeset
391
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
392 @item End Of Line
38745
5464ee1ba8e2 Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 38490
diff changeset
393 End of line is a character or a sequence of characters that indicate
5464ee1ba8e2 Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 38490
diff changeset
394 the end of a text line. On GNU and Unix systems, this is a newline
5464ee1ba8e2 Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 38490
diff changeset
395 (q.v.@:), but other systems have other conventions. @xref{Coding
5464ee1ba8e2 Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 38490
diff changeset
396 Systems,end-of-line}. Emacs can recognize several end-of-line
5464ee1ba8e2 Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 38490
diff changeset
397 conventions in files and convert between them.
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
398
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
399 @item Environment Variable
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
400 An environment variable is one of a collection of variables stored by
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
401 the operating system, each one having a name and a value. Emacs can
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
402 access environment variables set by its parent shell, and it can set
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
403 variables in the environment it passes to programs it invokes.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
404 @xref{Environment}.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
405
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
406 @item EOL
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
407 See `end of line.'
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
408
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
409 @item Error
Dave Love <fx@gnu.org>
parents:
diff changeset
410 An error occurs when an Emacs command cannot execute in the current
Dave Love <fx@gnu.org>
parents:
diff changeset
411 circumstances. When an error occurs, execution of the command stops
Dave Love <fx@gnu.org>
parents:
diff changeset
412 (unless the command has been programmed to do otherwise) and Emacs
38870
d44abb4e68b2 Don't use "print" for displaying a message.
Richard M. Stallman <rms@gnu.org>
parents: 38745
diff changeset
413 reports the error by displaying an error message (q.v.@:). Type-ahead
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
414 is discarded. Then Emacs is ready to read another editing command.
Dave Love <fx@gnu.org>
parents:
diff changeset
415
Dave Love <fx@gnu.org>
parents:
diff changeset
416 @item Error Message
Dave Love <fx@gnu.org>
parents:
diff changeset
417 An error message is a single line of output displayed by Emacs when the
Dave Love <fx@gnu.org>
parents:
diff changeset
418 user asks for something impossible to do (such as, killing text
Dave Love <fx@gnu.org>
parents:
diff changeset
419 forward when point is at the end of the buffer). They appear in the
Dave Love <fx@gnu.org>
parents:
diff changeset
420 echo area, accompanied by a beep.
Dave Love <fx@gnu.org>
parents:
diff changeset
421
Dave Love <fx@gnu.org>
parents:
diff changeset
422 @item @key{ESC}
Dave Love <fx@gnu.org>
parents:
diff changeset
423 @key{ESC} is a character used as a prefix for typing Meta characters on
Dave Love <fx@gnu.org>
parents:
diff changeset
424 keyboards lacking a @key{META} key. Unlike the @key{META} key (which,
Dave Love <fx@gnu.org>
parents:
diff changeset
425 like the @key{SHIFT} key, is held down while another character is
Dave Love <fx@gnu.org>
parents:
diff changeset
426 typed), you press the @key{ESC} key as you would press a letter key, and
Dave Love <fx@gnu.org>
parents:
diff changeset
427 it applies to the next character you type.
Dave Love <fx@gnu.org>
parents:
diff changeset
428
38209
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
429 @item Expression
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
430 See `balanced expression.'
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
431
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
432 @item Expunging
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
433 Expunging an Rmail file or Dired buffer or a Gnus newsgroup buffer is an
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
434 operation that truly discards the messages or files you have previously
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
435 flagged for deletion.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
436
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
437 @item Face
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
438 A face is a style of displaying characters. It specifies attributes
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
439 such as font family and size, foreground and background colors,
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
440 underline and strike-through, background stipple, etc. Emacs provides
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
441 features to associate specific faces with portions of buffer text, in
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
442 order to display that text as specified by the face attributes.
59799
61196709b8e6 (Glossary) <Faces>: Add xref.
Richard M. Stallman <rms@gnu.org>
parents: 54472
diff changeset
443 @xref{Faces}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
444
Dave Love <fx@gnu.org>
parents:
diff changeset
445 @item File Locking
37845
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
446 Emacs uses file locking to notice when two different users
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
447 start to edit one file at the same time. @xref{Interlocking}.
Dave Love <fx@gnu.org>
parents:
diff changeset
448
Dave Love <fx@gnu.org>
parents:
diff changeset
449 @item File Name
Dave Love <fx@gnu.org>
parents:
diff changeset
450 A file name is a name that refers to a file. File names may be relative
Dave Love <fx@gnu.org>
parents:
diff changeset
451 or absolute; the meaning of a relative file name depends on the current
Dave Love <fx@gnu.org>
parents:
diff changeset
452 directory, but an absolute file name refers to the same file regardless
Dave Love <fx@gnu.org>
parents:
diff changeset
453 of which directory is current. On GNU and Unix systems, an absolute
Dave Love <fx@gnu.org>
parents:
diff changeset
454 file name starts with a slash (the root directory) or with @samp{~/} or
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
455 @samp{~@var{user}/} (a home directory). On MS-Windows/MS-DOS, and
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
456 absolute file name can also start with a drive letter and a colon
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
457 @samp{@var{d}:}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
458
Dave Love <fx@gnu.org>
parents:
diff changeset
459 Some people use the term ``pathname'' for file names, but we do not;
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
460 we use the word ``path'' only in the term ``search path'' (q.v.@:).
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
461
Dave Love <fx@gnu.org>
parents:
diff changeset
462 @item File-Name Component
Dave Love <fx@gnu.org>
parents:
diff changeset
463 A file-name component names a file directly within a particular
Dave Love <fx@gnu.org>
parents:
diff changeset
464 directory. On GNU and Unix systems, a file name is a sequence of
Dave Love <fx@gnu.org>
parents:
diff changeset
465 file-name components, separated by slashes. For example, @file{foo/bar}
Dave Love <fx@gnu.org>
parents:
diff changeset
466 is a file name containing two components, @samp{foo} and @samp{bar}; it
Dave Love <fx@gnu.org>
parents:
diff changeset
467 refers to the file named @samp{bar} in the directory named @samp{foo} in
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
468 the current directory. MS-DOS/MS-Windows file names can also use
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
469 backslashes to separate components, as in @file{foo\bar}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
470
Dave Love <fx@gnu.org>
parents:
diff changeset
471 @item Fill Prefix
Dave Love <fx@gnu.org>
parents:
diff changeset
472 The fill prefix is a string that should be expected at the beginning
Dave Love <fx@gnu.org>
parents:
diff changeset
473 of each line when filling is done. It is not regarded as part of the
Dave Love <fx@gnu.org>
parents:
diff changeset
474 text to be filled. @xref{Filling}.
Dave Love <fx@gnu.org>
parents:
diff changeset
475
Dave Love <fx@gnu.org>
parents:
diff changeset
476 @item Filling
Dave Love <fx@gnu.org>
parents:
diff changeset
477 Filling text means shifting text between consecutive lines so that all
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
478 the lines are approximately the same length. @xref{Filling}. Some
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
479 other editors call this feature `line wrapping.'
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
480
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
481 @item Font Lock
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
482 Font Lock is a mode that highlights parts of buffer text according to
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
483 its syntax. @xref{Font Lock}.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
484
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
485 @item Fontset
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
486 A fontset is a named collection of fonts. A fontset specification lists
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
487 character sets and which font to use to display each of them. Fontsets
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
488 make it easy to change several fonts at once by specifying the name of a
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
489 fontset, rather than changing each font separately. @xref{Fontsets}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
490
Dave Love <fx@gnu.org>
parents:
diff changeset
491 @item Formatted Text
Dave Love <fx@gnu.org>
parents:
diff changeset
492 Formatted text is text that displays with formatting information while
Dave Love <fx@gnu.org>
parents:
diff changeset
493 you edit. Formatting information includes fonts, colors, and specified
Dave Love <fx@gnu.org>
parents:
diff changeset
494 margins. @xref{Formatted Text}.
Dave Love <fx@gnu.org>
parents:
diff changeset
495
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
496 @item Formfeed Character
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
497 See `page.'
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
498
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
499 @item Frame
Dave Love <fx@gnu.org>
parents:
diff changeset
500 A frame is a rectangular cluster of Emacs windows. Emacs starts out
Dave Love <fx@gnu.org>
parents:
diff changeset
501 with one frame, but you can create more. You can subdivide each frame
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
502 into Emacs windows (q.v.@:). When you are using a window system
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
503 (q.v.@:), all the frames can be visible at the same time.
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
504 @xref{Frames}. Some other editors use the term ``window'' for this,
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
505 but in Emacs a window means something else.
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
506
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
507 @item Fringe
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
508 On a graphical terminal (q.v.@:), there's a narrow portion of the
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
509 frame (q.v.@:) between the text area and the window's border. Emacs
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
510 displays the fringe using a special face (q.v.@:) called
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
511 @code{fringe}. @xref{Faces,fringe}.
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
512
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
513 @item FTP
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
514 FTP is an acronym for File Transfer Protocol. Emacs uses an FTP client
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
515 program to provide access to remote files (q.v.@:).
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
516
Dave Love <fx@gnu.org>
parents:
diff changeset
517 @item Function Key
Dave Love <fx@gnu.org>
parents:
diff changeset
518 A function key is a key on the keyboard that sends input but does not
Dave Love <fx@gnu.org>
parents:
diff changeset
519 correspond to any character. @xref{Function Keys}.
Dave Love <fx@gnu.org>
parents:
diff changeset
520
Dave Love <fx@gnu.org>
parents:
diff changeset
521 @item Global
36184
100feeadb597 Make quoting more uniform.
Richard M. Stallman <rms@gnu.org>
parents: 36158
diff changeset
522 Global means ``independent of the current environment; in effect
100feeadb597 Make quoting more uniform.
Richard M. Stallman <rms@gnu.org>
parents: 36158
diff changeset
523 throughout Emacs.'' It is the opposite of local (q.v.@:). Particular
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
524 examples of the use of `global' appear below.
Dave Love <fx@gnu.org>
parents:
diff changeset
525
Dave Love <fx@gnu.org>
parents:
diff changeset
526 @item Global Abbrev
Dave Love <fx@gnu.org>
parents:
diff changeset
527 A global definition of an abbrev (q.v.@:) is effective in all major
Dave Love <fx@gnu.org>
parents:
diff changeset
528 modes that do not have local (q.v.@:) definitions for the same abbrev.
Dave Love <fx@gnu.org>
parents:
diff changeset
529 @xref{Abbrevs}.
Dave Love <fx@gnu.org>
parents:
diff changeset
530
Dave Love <fx@gnu.org>
parents:
diff changeset
531 @item Global Keymap
Dave Love <fx@gnu.org>
parents:
diff changeset
532 The global keymap (q.v.@:) contains key bindings that are in effect
Dave Love <fx@gnu.org>
parents:
diff changeset
533 except when overridden by local key bindings in a major mode's local
Dave Love <fx@gnu.org>
parents:
diff changeset
534 keymap (q.v.@:). @xref{Keymaps}.
Dave Love <fx@gnu.org>
parents:
diff changeset
535
Dave Love <fx@gnu.org>
parents:
diff changeset
536 @item Global Mark Ring
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
537 The global mark ring records the series of buffers you have recently
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
538 set a mark (q.v.@:) in. In many cases you can use this to backtrack
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
539 through buffers you have been editing in, or in which you have found
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
540 tags (see `tags table'). @xref{Global Mark Ring}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
541
Dave Love <fx@gnu.org>
parents:
diff changeset
542 @item Global Substitution
Dave Love <fx@gnu.org>
parents:
diff changeset
543 Global substitution means replacing each occurrence of one string by
38461
23f63206a867 Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii <eliz@gnu.org>
parents: 38209
diff changeset
544 another string throughout a large amount of text. @xref{Replace}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
545
Dave Love <fx@gnu.org>
parents:
diff changeset
546 @item Global Variable
Dave Love <fx@gnu.org>
parents:
diff changeset
547 The global value of a variable (q.v.@:) takes effect in all buffers
Dave Love <fx@gnu.org>
parents:
diff changeset
548 that do not have their own local (q.v.@:) values for the variable.
Dave Love <fx@gnu.org>
parents:
diff changeset
549 @xref{Variables}.
Dave Love <fx@gnu.org>
parents:
diff changeset
550
Dave Love <fx@gnu.org>
parents:
diff changeset
551 @item Graphic Character
Dave Love <fx@gnu.org>
parents:
diff changeset
552 Graphic characters are those assigned pictorial images rather than
Dave Love <fx@gnu.org>
parents:
diff changeset
553 just names. All the non-Meta (q.v.@:) characters except for the
Dave Love <fx@gnu.org>
parents:
diff changeset
554 Control (q.v.@:) characters are graphic characters. These include
Dave Love <fx@gnu.org>
parents:
diff changeset
555 letters, digits, punctuation, and spaces; they do not include
Dave Love <fx@gnu.org>
parents:
diff changeset
556 @key{RET} or @key{ESC}. In Emacs, typing a graphic character inserts
54472
9ef962497917 Improve references.
Juri Linkov <juri@jurta.org>
parents: 52979
diff changeset
557 that character (in ordinary editing modes). @xref{Inserting Text}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
558
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
559 @item Graphical Terminal
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
560 A graphical terminal is one that can display images and multiple fonts.
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
561 Usually it also has a window system (q.v.@:).
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
562
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
563 @item Highlighting
Dave Love <fx@gnu.org>
parents:
diff changeset
564 Highlighting text means displaying it with a different foreground and/or
Dave Love <fx@gnu.org>
parents:
diff changeset
565 background color to make it stand out from the rest of the text in the
Dave Love <fx@gnu.org>
parents:
diff changeset
566 buffer.
Dave Love <fx@gnu.org>
parents:
diff changeset
567
40589
c44c1b0bdf92 More explanation of "highlighting".
Richard M. Stallman <rms@gnu.org>
parents: 40015
diff changeset
568 Emacs uses highlighting in several ways. When you mark a region with
c44c1b0bdf92 More explanation of "highlighting".
Richard M. Stallman <rms@gnu.org>
parents: 40015
diff changeset
569 the mouse, the region is always highlighted. Optionally Emacs can
40615
fe4539abe84e Fix the previous change.
Pavel Janík <Pavel@Janik.cz>
parents: 40601
diff changeset
570 also highlight the region whenever it is active (@pxref{Transient
fe4539abe84e Fix the previous change.
Pavel Janík <Pavel@Janik.cz>
parents: 40601
diff changeset
571 Mark}). Incremental search also highlights matches (@pxref{Incremental
fe4539abe84e Fix the previous change.
Pavel Janík <Pavel@Janik.cz>
parents: 40601
diff changeset
572 Search}). See also `font lock'.
40589
c44c1b0bdf92 More explanation of "highlighting".
Richard M. Stallman <rms@gnu.org>
parents: 40015
diff changeset
573
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
574 @item Hardcopy
Dave Love <fx@gnu.org>
parents:
diff changeset
575 Hardcopy means printed output. Emacs has commands for making printed
Dave Love <fx@gnu.org>
parents:
diff changeset
576 listings of text in Emacs buffers. @xref{Hardcopy}.
Dave Love <fx@gnu.org>
parents:
diff changeset
577
Dave Love <fx@gnu.org>
parents:
diff changeset
578 @item @key{HELP}
Dave Love <fx@gnu.org>
parents:
diff changeset
579 @key{HELP} is the Emacs name for @kbd{C-h} or @key{F1}. You can type
Dave Love <fx@gnu.org>
parents:
diff changeset
580 @key{HELP} at any time to ask what options you have, or to ask what any
Dave Love <fx@gnu.org>
parents:
diff changeset
581 command does. @xref{Help}.
Dave Love <fx@gnu.org>
parents:
diff changeset
582
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
583 @item Help Echo
38870
d44abb4e68b2 Don't use "print" for displaying a message.
Richard M. Stallman <rms@gnu.org>
parents: 38745
diff changeset
584 Help echo is a short message displayed in the echo area when the mouse
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
585 pointer is located on portions of display that require some
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
586 explanations. Emacs displays help echo for menu items, parts of the
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
587 mode line, tool-bar buttons, etc. On graphics displays, the messages
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
588 can be displayed as tooltips (q.v.@:). @xref{Tooltips}.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
589
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
590 @item Hook
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
591 A hook is a list of functions to be called on specific occasions, such
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
592 as saving a buffer in a file, major mode activation, etc. By
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
593 customizing the various hooks, you can modify Emacs's behavior without
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
594 changing any of its code. @xref{Hooks}.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
595
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
596 @item Hyper
Dave Love <fx@gnu.org>
parents:
diff changeset
597 Hyper is the name of a modifier bit which a keyboard input character may
Dave Love <fx@gnu.org>
parents:
diff changeset
598 have. To make a character Hyper, type it while holding down the
Dave Love <fx@gnu.org>
parents:
diff changeset
599 @key{HYPER} key. Such characters are given names that start with
Dave Love <fx@gnu.org>
parents:
diff changeset
600 @kbd{Hyper-} (usually written @kbd{H-} for short). @xref{User Input,
Dave Love <fx@gnu.org>
parents:
diff changeset
601 Hyper}.
Dave Love <fx@gnu.org>
parents:
diff changeset
602
Dave Love <fx@gnu.org>
parents:
diff changeset
603 @item Inbox
Dave Love <fx@gnu.org>
parents:
diff changeset
604 An inbox is a file in which mail is delivered by the operating system.
Dave Love <fx@gnu.org>
parents:
diff changeset
605 Rmail transfers mail from inboxes to Rmail files (q.v.@:) in which the
Dave Love <fx@gnu.org>
parents:
diff changeset
606 mail is then stored permanently or until explicitly deleted.
Dave Love <fx@gnu.org>
parents:
diff changeset
607 @xref{Rmail Inbox}.
Dave Love <fx@gnu.org>
parents:
diff changeset
608
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
609 @item Incremental Search
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
610 Emacs provides an incremental search facility, whereby Emacs searches
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
611 for the string as you type it. @xref{Incremental Search}.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
612
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
613 @item Indentation
Dave Love <fx@gnu.org>
parents:
diff changeset
614 Indentation means blank space at the beginning of a line. Most
Dave Love <fx@gnu.org>
parents:
diff changeset
615 programming languages have conventions for using indentation to
Dave Love <fx@gnu.org>
parents:
diff changeset
616 illuminate the structure of the program, and Emacs has special
Dave Love <fx@gnu.org>
parents:
diff changeset
617 commands to adjust indentation.
Dave Love <fx@gnu.org>
parents:
diff changeset
618 @xref{Indentation}.
Dave Love <fx@gnu.org>
parents:
diff changeset
619
Dave Love <fx@gnu.org>
parents:
diff changeset
620 @item Indirect Buffer
Dave Love <fx@gnu.org>
parents:
diff changeset
621 An indirect buffer is a buffer that shares the text of another buffer,
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
622 called its base buffer (q.v.@:). @xref{Indirect Buffers}.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
623
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
624 @item Info
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
625 Info is the hypertext format used by the GNU project for writing
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
626 documentation.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
627
Dave Love <fx@gnu.org>
parents:
diff changeset
628 @item Input Event
Dave Love <fx@gnu.org>
parents:
diff changeset
629 An input event represents, within Emacs, one action taken by the user on
Dave Love <fx@gnu.org>
parents:
diff changeset
630 the terminal. Input events include typing characters, typing function
Dave Love <fx@gnu.org>
parents:
diff changeset
631 keys, pressing or releasing mouse buttons, and switching between Emacs
Dave Love <fx@gnu.org>
parents:
diff changeset
632 frames. @xref{User Input}.
Dave Love <fx@gnu.org>
parents:
diff changeset
633
Dave Love <fx@gnu.org>
parents:
diff changeset
634 @item Input Method
52979
3649390c0f91 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
635 An input method is a system for entering non-@acronym{ASCII} text characters by
3649390c0f91 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
636 typing sequences of @acronym{ASCII} characters (q.v.@:). @xref{Input Methods}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
637
Dave Love <fx@gnu.org>
parents:
diff changeset
638 @item Insertion
Dave Love <fx@gnu.org>
parents:
diff changeset
639 Insertion means copying text into the buffer, either from the keyboard
Dave Love <fx@gnu.org>
parents:
diff changeset
640 or from some other place in Emacs.
Dave Love <fx@gnu.org>
parents:
diff changeset
641
Dave Love <fx@gnu.org>
parents:
diff changeset
642 @item Interlocking
Dave Love <fx@gnu.org>
parents:
diff changeset
643 Interlocking is a feature for warning when you start to alter a file
37845
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
644 that someone else is already editing.
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
645 @xref{Interlocking,Interlocking,Simultaneous Editing}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
646
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
647 @item Isearch
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
648 See `incremental search.'
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
649
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
650 @item Justification
38461
23f63206a867 Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii <eliz@gnu.org>
parents: 38209
diff changeset
651 Justification means adding extra spaces within lines of text to make
38490
1518ad710658 Fix last changes.
Eli Zaretskii <eliz@gnu.org>
parents: 38461
diff changeset
652 them extend exactly to a specified width.
54472
9ef962497917 Improve references.
Juri Linkov <juri@jurta.org>
parents: 52979
diff changeset
653 @xref{Format Justification}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
654
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
655 @item Keybinding
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
656 See `binding.'
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
657
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
658 @item Keyboard Macro
Dave Love <fx@gnu.org>
parents:
diff changeset
659 Keyboard macros are a way of defining new Emacs commands from
Dave Love <fx@gnu.org>
parents:
diff changeset
660 sequences of existing ones, with no need to write a Lisp program.
Dave Love <fx@gnu.org>
parents:
diff changeset
661 @xref{Keyboard Macros}.
Dave Love <fx@gnu.org>
parents:
diff changeset
662
37712
76c9920b5791 Add an entry for keyboard shortcuts. Suggested by Kai Grossjohann.
Eli Zaretskii <eliz@gnu.org>
parents: 36849
diff changeset
663 @cindex keyboard shortcuts
76c9920b5791 Add an entry for keyboard shortcuts. Suggested by Kai Grossjohann.
Eli Zaretskii <eliz@gnu.org>
parents: 36849
diff changeset
664 @item Keyboard Shortcut
76c9920b5791 Add an entry for keyboard shortcuts. Suggested by Kai Grossjohann.
Eli Zaretskii <eliz@gnu.org>
parents: 36849
diff changeset
665 A keyboard shortcut is a key sequence (q.v.@:) which invokes a
76c9920b5791 Add an entry for keyboard shortcuts. Suggested by Kai Grossjohann.
Eli Zaretskii <eliz@gnu.org>
parents: 36849
diff changeset
666 command. What other programs call ``assign a keyboard shortcut''
76c9920b5791 Add an entry for keyboard shortcuts. Suggested by Kai Grossjohann.
Eli Zaretskii <eliz@gnu.org>
parents: 36849
diff changeset
667 Emacs calls ``bind a key sequence''. See `binding.'
76c9920b5791 Add an entry for keyboard shortcuts. Suggested by Kai Grossjohann.
Eli Zaretskii <eliz@gnu.org>
parents: 36849
diff changeset
668
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
669 @item Key Sequence
Dave Love <fx@gnu.org>
parents:
diff changeset
670 A key sequence (key, for short) is a sequence of input events (q.v.@:)
Dave Love <fx@gnu.org>
parents:
diff changeset
671 that are meaningful as a single unit. If the key sequence is enough to
Dave Love <fx@gnu.org>
parents:
diff changeset
672 specify one action, it is a complete key (q.v.@:); if it is not enough,
Dave Love <fx@gnu.org>
parents:
diff changeset
673 it is a prefix key (q.v.@:). @xref{Keys}.
Dave Love <fx@gnu.org>
parents:
diff changeset
674
Dave Love <fx@gnu.org>
parents:
diff changeset
675 @item Keymap
Dave Love <fx@gnu.org>
parents:
diff changeset
676 The keymap is the data structure that records the bindings (q.v.@:) of
Dave Love <fx@gnu.org>
parents:
diff changeset
677 key sequences to the commands that they run. For example, the global
Dave Love <fx@gnu.org>
parents:
diff changeset
678 keymap binds the character @kbd{C-n} to the command function
Dave Love <fx@gnu.org>
parents:
diff changeset
679 @code{next-line}. @xref{Keymaps}.
Dave Love <fx@gnu.org>
parents:
diff changeset
680
Dave Love <fx@gnu.org>
parents:
diff changeset
681 @item Keyboard Translation Table
Dave Love <fx@gnu.org>
parents:
diff changeset
682 The keyboard translation table is an array that translates the character
Dave Love <fx@gnu.org>
parents:
diff changeset
683 codes that come from the terminal into the character codes that make up
Dave Love <fx@gnu.org>
parents:
diff changeset
684 key sequences. @xref{Keyboard Translations}.
Dave Love <fx@gnu.org>
parents:
diff changeset
685
Dave Love <fx@gnu.org>
parents:
diff changeset
686 @item Kill Ring
Dave Love <fx@gnu.org>
parents:
diff changeset
687 The kill ring is where all text you have killed recently is saved.
Dave Love <fx@gnu.org>
parents:
diff changeset
688 You can reinsert any of the killed text still in the ring; this is
Dave Love <fx@gnu.org>
parents:
diff changeset
689 called yanking (q.v.@:). @xref{Yanking}.
Dave Love <fx@gnu.org>
parents:
diff changeset
690
Dave Love <fx@gnu.org>
parents:
diff changeset
691 @item Killing
Dave Love <fx@gnu.org>
parents:
diff changeset
692 Killing means erasing text and saving it on the kill ring so it can be
Dave Love <fx@gnu.org>
parents:
diff changeset
693 yanked (q.v.@:) later. Some other systems call this ``cutting.''
38461
23f63206a867 Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii <eliz@gnu.org>
parents: 38209
diff changeset
694 Most Emacs commands that erase text perform killing, as opposed to
23f63206a867 Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii <eliz@gnu.org>
parents: 38209
diff changeset
695 deletion (q.v.@:). @xref{Killing}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
696
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
697 @item Killing a Job
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
698 Killing a job (such as, an invocation of Emacs) means making it cease
Dave Love <fx@gnu.org>
parents:
diff changeset
699 to exist. Any data within it, if not saved in a file, is lost.
Dave Love <fx@gnu.org>
parents:
diff changeset
700 @xref{Exiting}.
Dave Love <fx@gnu.org>
parents:
diff changeset
701
Dave Love <fx@gnu.org>
parents:
diff changeset
702 @item Language Environment
Dave Love <fx@gnu.org>
parents:
diff changeset
703 Your choice of language environment specifies defaults for the input
Dave Love <fx@gnu.org>
parents:
diff changeset
704 method (q.v.@:) and coding system (q.v.@:). @xref{Language
52979
3649390c0f91 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
705 Environments}. These defaults are relevant if you edit non-@acronym{ASCII} text
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
706 (@pxref{International}).
Dave Love <fx@gnu.org>
parents:
diff changeset
707
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
708 @item Line Wrapping
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
709 See `filling.'
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
710
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
711 @item Lisp
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
712 Lisp is a programming language. Most of Emacs is written in a dialect
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
713 of Lisp, called Emacs Lisp, that is extended with special features which
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
714 make it especially suitable for text editing tasks.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
715
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
716 @item List
Dave Love <fx@gnu.org>
parents:
diff changeset
717 A list is, approximately, a text string beginning with an open
Dave Love <fx@gnu.org>
parents:
diff changeset
718 parenthesis and ending with the matching close parenthesis. In C mode
Dave Love <fx@gnu.org>
parents:
diff changeset
719 and other non-Lisp modes, groupings surrounded by other kinds of matched
Dave Love <fx@gnu.org>
parents:
diff changeset
720 delimiters appropriate to the language, such as braces, are also
Dave Love <fx@gnu.org>
parents:
diff changeset
721 considered lists. Emacs has special commands for many operations on
38209
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
722 lists. @xref{Moving by Parens}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
723
Dave Love <fx@gnu.org>
parents:
diff changeset
724 @item Local
36184
100feeadb597 Make quoting more uniform.
Richard M. Stallman <rms@gnu.org>
parents: 36158
diff changeset
725 Local means ``in effect only in a particular context''; the relevant
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
726 kind of context is a particular function execution, a particular
Dave Love <fx@gnu.org>
parents:
diff changeset
727 buffer, or a particular major mode. It is the opposite of `global'
Dave Love <fx@gnu.org>
parents:
diff changeset
728 (q.v.@:). Specific uses of `local' in Emacs terminology appear below.
Dave Love <fx@gnu.org>
parents:
diff changeset
729
Dave Love <fx@gnu.org>
parents:
diff changeset
730 @item Local Abbrev
Dave Love <fx@gnu.org>
parents:
diff changeset
731 A local abbrev definition is effective only if a particular major mode
Dave Love <fx@gnu.org>
parents:
diff changeset
732 is selected. In that major mode, it overrides any global definition
Dave Love <fx@gnu.org>
parents:
diff changeset
733 for the same abbrev. @xref{Abbrevs}.
Dave Love <fx@gnu.org>
parents:
diff changeset
734
Dave Love <fx@gnu.org>
parents:
diff changeset
735 @item Local Keymap
Dave Love <fx@gnu.org>
parents:
diff changeset
736 A local keymap is used in a particular major mode; the key bindings
Dave Love <fx@gnu.org>
parents:
diff changeset
737 (q.v.@:) in the current local keymap override global bindings of the
Dave Love <fx@gnu.org>
parents:
diff changeset
738 same key sequences. @xref{Keymaps}.
Dave Love <fx@gnu.org>
parents:
diff changeset
739
Dave Love <fx@gnu.org>
parents:
diff changeset
740 @item Local Variable
Dave Love <fx@gnu.org>
parents:
diff changeset
741 A local value of a variable (q.v.@:) applies to only one buffer.
Dave Love <fx@gnu.org>
parents:
diff changeset
742 @xref{Locals}.
Dave Love <fx@gnu.org>
parents:
diff changeset
743
Dave Love <fx@gnu.org>
parents:
diff changeset
744 @item @kbd{M-}
Dave Love <fx@gnu.org>
parents:
diff changeset
745 @kbd{M-} in the name of a character is an abbreviation for @key{META},
Dave Love <fx@gnu.org>
parents:
diff changeset
746 one of the modifier keys that can accompany any character.
54472
9ef962497917 Improve references.
Juri Linkov <juri@jurta.org>
parents: 52979
diff changeset
747 @xref{User Input,M-}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
748
Dave Love <fx@gnu.org>
parents:
diff changeset
749 @item @kbd{M-C-}
Dave Love <fx@gnu.org>
parents:
diff changeset
750 @kbd{M-C-} in the name of a character is an abbreviation for
Dave Love <fx@gnu.org>
parents:
diff changeset
751 Control-Meta; it means the same thing as @kbd{C-M-}. If your
Dave Love <fx@gnu.org>
parents:
diff changeset
752 terminal lacks a real @key{META} key, you type a Control-Meta character by
Dave Love <fx@gnu.org>
parents:
diff changeset
753 typing @key{ESC} and then typing the corresponding Control character.
Dave Love <fx@gnu.org>
parents:
diff changeset
754 @xref{User Input,C-M-}.
Dave Love <fx@gnu.org>
parents:
diff changeset
755
Dave Love <fx@gnu.org>
parents:
diff changeset
756 @item @kbd{M-x}
Dave Love <fx@gnu.org>
parents:
diff changeset
757 @kbd{M-x} is the key sequence which is used to call an Emacs command by
Dave Love <fx@gnu.org>
parents:
diff changeset
758 name. This is how you run commands that are not bound to key sequences.
37845
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
759 @xref{M-x,M-x,Running Commands by Name}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
760
Dave Love <fx@gnu.org>
parents:
diff changeset
761 @item Mail
Dave Love <fx@gnu.org>
parents:
diff changeset
762 Mail means messages sent from one user to another through the computer
Dave Love <fx@gnu.org>
parents:
diff changeset
763 system, to be read at the recipient's convenience. Emacs has commands for
Dave Love <fx@gnu.org>
parents:
diff changeset
764 composing and sending mail, and for reading and editing the mail you have
Dave Love <fx@gnu.org>
parents:
diff changeset
765 received. @xref{Sending Mail}. @xref{Rmail}, for how to read mail.
Dave Love <fx@gnu.org>
parents:
diff changeset
766
Dave Love <fx@gnu.org>
parents:
diff changeset
767 @item Mail Composition Method
Dave Love <fx@gnu.org>
parents:
diff changeset
768 A mail composition method is a program runnable within Emacs for editing
Dave Love <fx@gnu.org>
parents:
diff changeset
769 and sending a mail message. Emacs lets you select from several
Dave Love <fx@gnu.org>
parents:
diff changeset
770 alternative mail composition methods. @xref{Mail Methods}.
Dave Love <fx@gnu.org>
parents:
diff changeset
771
Dave Love <fx@gnu.org>
parents:
diff changeset
772 @item Major Mode
Dave Love <fx@gnu.org>
parents:
diff changeset
773 The Emacs major modes are a mutually exclusive set of options, each of
Dave Love <fx@gnu.org>
parents:
diff changeset
774 which configures Emacs for editing a certain sort of text. Ideally,
Dave Love <fx@gnu.org>
parents:
diff changeset
775 each programming language has its own major mode. @xref{Major Modes}.
Dave Love <fx@gnu.org>
parents:
diff changeset
776
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
777 @item Margin
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
778 The space between the usable part of a window (including the
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
779 fringe) and the window edge.
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
780
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
781 @item Mark
Dave Love <fx@gnu.org>
parents:
diff changeset
782 The mark points to a position in the text. It specifies one end of the
Dave Love <fx@gnu.org>
parents:
diff changeset
783 region (q.v.@:), point being the other end. Many commands operate on
Dave Love <fx@gnu.org>
parents:
diff changeset
784 all the text from point to the mark. Each buffer has its own mark.
Dave Love <fx@gnu.org>
parents:
diff changeset
785 @xref{Mark}.
Dave Love <fx@gnu.org>
parents:
diff changeset
786
Dave Love <fx@gnu.org>
parents:
diff changeset
787 @item Mark Ring
Dave Love <fx@gnu.org>
parents:
diff changeset
788 The mark ring is used to hold several recent previous locations of the
Dave Love <fx@gnu.org>
parents:
diff changeset
789 mark, just in case you want to move back to them. Each buffer has its
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
790 own mark ring; in addition, there is a single global mark ring (q.v.@:).
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
791 @xref{Mark Ring}.
Dave Love <fx@gnu.org>
parents:
diff changeset
792
Dave Love <fx@gnu.org>
parents:
diff changeset
793 @item Menu Bar
Dave Love <fx@gnu.org>
parents:
diff changeset
794 The menu bar is the line at the top of an Emacs frame. It contains
33746
e7c4d54b3991 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 25829
diff changeset
795 words you can click on with the mouse to bring up menus, or you can use
e7c4d54b3991 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 25829
diff changeset
796 a keyboard interface to navigate it. @xref{Menu Bars}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
797
Dave Love <fx@gnu.org>
parents:
diff changeset
798 @item Message
36184
100feeadb597 Make quoting more uniform.
Richard M. Stallman <rms@gnu.org>
parents: 36158
diff changeset
799 See `mail.'
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
800
Dave Love <fx@gnu.org>
parents:
diff changeset
801 @item Meta
40732
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
802 Meta is the name of a modifier bit which you can use in a command
40763
f336a6703f79 Explain that DEL deletes backwards.
Richard M. Stallman <rms@gnu.org>
parents: 40732
diff changeset
803 character. To enter a meta character, you hold down the @key{META}
f336a6703f79 Explain that DEL deletes backwards.
Richard M. Stallman <rms@gnu.org>
parents: 40732
diff changeset
804 key while typing the character. We refer to such characters with
f336a6703f79 Explain that DEL deletes backwards.
Richard M. Stallman <rms@gnu.org>
parents: 40732
diff changeset
805 names that start with @kbd{Meta-} (usually written @kbd{M-} for
40732
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
806 short). For example, @kbd{M-<} is typed by holding down @key{META}
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
807 and at the same time typing @kbd{<} (which itself is done, on most
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
808 terminals, by holding down @key{SHIFT} and typing @kbd{,}).
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
809 @xref{User Input,Meta}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
810
40763
f336a6703f79 Explain that DEL deletes backwards.
Richard M. Stallman <rms@gnu.org>
parents: 40732
diff changeset
811 On some terminals, the @key{META} key is actually labeled @key{ALT}
f336a6703f79 Explain that DEL deletes backwards.
Richard M. Stallman <rms@gnu.org>
parents: 40732
diff changeset
812 or @key{EDIT}.
f336a6703f79 Explain that DEL deletes backwards.
Richard M. Stallman <rms@gnu.org>
parents: 40732
diff changeset
813
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
814 @item Meta Character
Dave Love <fx@gnu.org>
parents:
diff changeset
815 A Meta character is one whose character code includes the Meta bit.
Dave Love <fx@gnu.org>
parents:
diff changeset
816
Dave Love <fx@gnu.org>
parents:
diff changeset
817 @item Minibuffer
Dave Love <fx@gnu.org>
parents:
diff changeset
818 The minibuffer is the window that appears when necessary inside the
Dave Love <fx@gnu.org>
parents:
diff changeset
819 echo area (q.v.@:), used for reading arguments to commands.
Dave Love <fx@gnu.org>
parents:
diff changeset
820 @xref{Minibuffer}.
Dave Love <fx@gnu.org>
parents:
diff changeset
821
Dave Love <fx@gnu.org>
parents:
diff changeset
822 @item Minibuffer History
Dave Love <fx@gnu.org>
parents:
diff changeset
823 The minibuffer history records the text you have specified in the past
Dave Love <fx@gnu.org>
parents:
diff changeset
824 for minibuffer arguments, so you can conveniently use the same text
Dave Love <fx@gnu.org>
parents:
diff changeset
825 again. @xref{Minibuffer History}.
Dave Love <fx@gnu.org>
parents:
diff changeset
826
Dave Love <fx@gnu.org>
parents:
diff changeset
827 @item Minor Mode
Dave Love <fx@gnu.org>
parents:
diff changeset
828 A minor mode is an optional feature of Emacs which can be switched on
Dave Love <fx@gnu.org>
parents:
diff changeset
829 or off independently of all other features. Each minor mode has a
Dave Love <fx@gnu.org>
parents:
diff changeset
830 command to turn it on or off. @xref{Minor Modes}.
Dave Love <fx@gnu.org>
parents:
diff changeset
831
Dave Love <fx@gnu.org>
parents:
diff changeset
832 @item Minor Mode Keymap
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
833 A minor mode keymap is a keymap that belongs to a minor mode and is
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
834 active when that mode is enabled. Minor mode keymaps take precedence
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
835 over the buffer's local keymap, just as the local keymap takes
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
836 precedence over the global keymap. @xref{Keymaps}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
837
Dave Love <fx@gnu.org>
parents:
diff changeset
838 @item Mode Line
Dave Love <fx@gnu.org>
parents:
diff changeset
839 The mode line is the line at the bottom of each window (q.v.@:), giving
Dave Love <fx@gnu.org>
parents:
diff changeset
840 status information on the buffer displayed in that window. @xref{Mode
Dave Love <fx@gnu.org>
parents:
diff changeset
841 Line}.
Dave Love <fx@gnu.org>
parents:
diff changeset
842
Dave Love <fx@gnu.org>
parents:
diff changeset
843 @item Modified Buffer
Dave Love <fx@gnu.org>
parents:
diff changeset
844 A buffer (q.v.@:) is modified if its text has been changed since the
Dave Love <fx@gnu.org>
parents:
diff changeset
845 last time the buffer was saved (or since when it was created, if it
Dave Love <fx@gnu.org>
parents:
diff changeset
846 has never been saved). @xref{Saving}.
Dave Love <fx@gnu.org>
parents:
diff changeset
847
Dave Love <fx@gnu.org>
parents:
diff changeset
848 @item Moving Text
Dave Love <fx@gnu.org>
parents:
diff changeset
849 Moving text means erasing it from one place and inserting it in
Dave Love <fx@gnu.org>
parents:
diff changeset
850 another. The usual way to move text by killing (q.v.@:) and then
Dave Love <fx@gnu.org>
parents:
diff changeset
851 yanking (q.v.@:). @xref{Killing}.
Dave Love <fx@gnu.org>
parents:
diff changeset
852
Dave Love <fx@gnu.org>
parents:
diff changeset
853 @item MULE
52979
3649390c0f91 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
854 MULE refers to the Emacs features for editing multilingual non-@acronym{ASCII} text
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
855 using multibyte characters (q.v.@:). @xref{International}.
Dave Love <fx@gnu.org>
parents:
diff changeset
856
Dave Love <fx@gnu.org>
parents:
diff changeset
857 @item Multibyte Character
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
858 A multibyte character is a character that takes up several bytes in a
52979
3649390c0f91 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
859 buffer. Emacs uses multibyte characters to represent non-@acronym{ASCII} text,
3649390c0f91 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
860 since the number of non-@acronym{ASCII} characters is much more than 256.
37845
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
861 @xref{International Chars, International Characters}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
862
Dave Love <fx@gnu.org>
parents:
diff changeset
863 @item Named Mark
Dave Love <fx@gnu.org>
parents:
diff changeset
864 A named mark is a register (q.v.@:) in its role of recording a
Dave Love <fx@gnu.org>
parents:
diff changeset
865 location in text so that you can move point to that location.
Dave Love <fx@gnu.org>
parents:
diff changeset
866 @xref{Registers}.
Dave Love <fx@gnu.org>
parents:
diff changeset
867
Dave Love <fx@gnu.org>
parents:
diff changeset
868 @item Narrowing
Dave Love <fx@gnu.org>
parents:
diff changeset
869 Narrowing means creating a restriction (q.v.@:) that limits editing in
Dave Love <fx@gnu.org>
parents:
diff changeset
870 the current buffer to only a part of the text in the buffer. Text
Dave Love <fx@gnu.org>
parents:
diff changeset
871 outside that part is inaccessible to the user until the boundaries are
Dave Love <fx@gnu.org>
parents:
diff changeset
872 widened again, but it is still there, and saving the file saves it
Dave Love <fx@gnu.org>
parents:
diff changeset
873 all. @xref{Narrowing}.
Dave Love <fx@gnu.org>
parents:
diff changeset
874
Dave Love <fx@gnu.org>
parents:
diff changeset
875 @item Newline
Dave Love <fx@gnu.org>
parents:
diff changeset
876 Control-J characters in the buffer terminate lines of text and are
Dave Love <fx@gnu.org>
parents:
diff changeset
877 therefore also called newlines. @xref{Text Characters,Newline}.
Dave Love <fx@gnu.org>
parents:
diff changeset
878
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
879 @cindex nil
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
880 @cindex t
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
881 @item @code{nil}
36849
96998dbd0015 (Glossary): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents: 36839
diff changeset
882 @code{nil} is a value usually interpreted as a logical ``false.'' Its
96998dbd0015 (Glossary): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents: 36839
diff changeset
883 opposite is @code{t}, interpreted as ``true.''
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
884
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
885 @item Numeric Argument
Dave Love <fx@gnu.org>
parents:
diff changeset
886 A numeric argument is a number, specified before a command, to change
Dave Love <fx@gnu.org>
parents:
diff changeset
887 the effect of the command. Often the numeric argument serves as a
Dave Love <fx@gnu.org>
parents:
diff changeset
888 repeat count. @xref{Arguments}.
Dave Love <fx@gnu.org>
parents:
diff changeset
889
Dave Love <fx@gnu.org>
parents:
diff changeset
890 @item Overwrite Mode
Dave Love <fx@gnu.org>
parents:
diff changeset
891 Overwrite mode is a minor mode. When it is enabled, ordinary text
Dave Love <fx@gnu.org>
parents:
diff changeset
892 characters replace the existing text after point rather than pushing
Dave Love <fx@gnu.org>
parents:
diff changeset
893 it to the right. @xref{Minor Modes}.
Dave Love <fx@gnu.org>
parents:
diff changeset
894
Dave Love <fx@gnu.org>
parents:
diff changeset
895 @item Page
52979
3649390c0f91 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
896 A page is a unit of text, delimited by formfeed characters (@acronym{ASCII}
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
897 control-L, code 014) coming at the beginning of a line. Some Emacs
Dave Love <fx@gnu.org>
parents:
diff changeset
898 commands are provided for moving over and operating on pages.
Dave Love <fx@gnu.org>
parents:
diff changeset
899 @xref{Pages}.
Dave Love <fx@gnu.org>
parents:
diff changeset
900
Dave Love <fx@gnu.org>
parents:
diff changeset
901 @item Paragraph
36158
e30a5b375c97 Add Tool Bar. Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 33746
diff changeset
902 Paragraphs are the medium-size unit of human-language text. There are
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
903 special Emacs commands for moving over and operating on paragraphs.
Dave Love <fx@gnu.org>
parents:
diff changeset
904 @xref{Paragraphs}.
Dave Love <fx@gnu.org>
parents:
diff changeset
905
Dave Love <fx@gnu.org>
parents:
diff changeset
906 @item Parsing
Dave Love <fx@gnu.org>
parents:
diff changeset
907 We say that certain Emacs commands parse words or expressions in the
Dave Love <fx@gnu.org>
parents:
diff changeset
908 text being edited. Really, all they know how to do is find the other
Dave Love <fx@gnu.org>
parents:
diff changeset
909 end of a word or expression. @xref{Syntax}.
Dave Love <fx@gnu.org>
parents:
diff changeset
910
Dave Love <fx@gnu.org>
parents:
diff changeset
911 @item Point
Dave Love <fx@gnu.org>
parents:
diff changeset
912 Point is the place in the buffer at which insertion and deletion
Dave Love <fx@gnu.org>
parents:
diff changeset
913 occur. Point is considered to be between two characters, not at one
Dave Love <fx@gnu.org>
parents:
diff changeset
914 character. The terminal's cursor (q.v.@:) indicates the location of
54472
9ef962497917 Improve references.
Juri Linkov <juri@jurta.org>
parents: 52979
diff changeset
915 point. @xref{Point}.
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49592
diff changeset
916
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
917 @item Prefix Argument
36184
100feeadb597 Make quoting more uniform.
Richard M. Stallman <rms@gnu.org>
parents: 36158
diff changeset
918 See `numeric argument.'
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
919
Dave Love <fx@gnu.org>
parents:
diff changeset
920 @item Prefix Key
Dave Love <fx@gnu.org>
parents:
diff changeset
921 A prefix key is a key sequence (q.v.@:) whose sole function is to
Dave Love <fx@gnu.org>
parents:
diff changeset
922 introduce a set of longer key sequences. @kbd{C-x} is an example of
Dave Love <fx@gnu.org>
parents:
diff changeset
923 prefix key; any two-character sequence starting with @kbd{C-x} is
Dave Love <fx@gnu.org>
parents:
diff changeset
924 therefore a legitimate key sequence. @xref{Keys}.
Dave Love <fx@gnu.org>
parents:
diff changeset
925
Dave Love <fx@gnu.org>
parents:
diff changeset
926 @item Primary Rmail File
Dave Love <fx@gnu.org>
parents:
diff changeset
927 Your primary Rmail file is the file named @samp{RMAIL} in your home
Dave Love <fx@gnu.org>
parents:
diff changeset
928 directory. That's where Rmail stores your incoming mail, unless you
Dave Love <fx@gnu.org>
parents:
diff changeset
929 specify a different file name. @xref{Rmail}.
Dave Love <fx@gnu.org>
parents:
diff changeset
930
Dave Love <fx@gnu.org>
parents:
diff changeset
931 @item Primary Selection
Dave Love <fx@gnu.org>
parents:
diff changeset
932 The primary selection is one particular X selection (q.v.@:); it is the
Dave Love <fx@gnu.org>
parents:
diff changeset
933 selection that most X applications use for transferring text to and from
Dave Love <fx@gnu.org>
parents:
diff changeset
934 other applications.
Dave Love <fx@gnu.org>
parents:
diff changeset
935
Dave Love <fx@gnu.org>
parents:
diff changeset
936 The Emacs kill commands set the primary selection and the yank command
Dave Love <fx@gnu.org>
parents:
diff changeset
937 uses the primary selection when appropriate. @xref{Killing}.
Dave Love <fx@gnu.org>
parents:
diff changeset
938
Dave Love <fx@gnu.org>
parents:
diff changeset
939 @item Prompt
38870
d44abb4e68b2 Don't use "print" for displaying a message.
Richard M. Stallman <rms@gnu.org>
parents: 38745
diff changeset
940 A prompt is text used to ask the user for input. Displaying a prompt
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
941 is called prompting. Emacs prompts always appear in the echo area
Dave Love <fx@gnu.org>
parents:
diff changeset
942 (q.v.@:). One kind of prompting happens when the minibuffer is used to
Dave Love <fx@gnu.org>
parents:
diff changeset
943 read an argument (@pxref{Minibuffer}); the echoing which happens when
Dave Love <fx@gnu.org>
parents:
diff changeset
944 you pause in the middle of typing a multi-character key sequence is also
Dave Love <fx@gnu.org>
parents:
diff changeset
945 a kind of prompting (@pxref{Echo Area}).
Dave Love <fx@gnu.org>
parents:
diff changeset
946
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
947 @item Query-Replace
36849
96998dbd0015 (Glossary): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents: 36839
diff changeset
948 Query-replace is an interactive string replacement feature provided by
96998dbd0015 (Glossary): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents: 36839
diff changeset
949 Emacs. @xref{Query Replace}.
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
950
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
951 @item Quitting
Dave Love <fx@gnu.org>
parents:
diff changeset
952 Quitting means canceling a partially typed command or a running
Dave Love <fx@gnu.org>
parents:
diff changeset
953 command, using @kbd{C-g} (or @kbd{C-@key{BREAK}} on MS-DOS). @xref{Quitting}.
Dave Love <fx@gnu.org>
parents:
diff changeset
954
Dave Love <fx@gnu.org>
parents:
diff changeset
955 @item Quoting
Dave Love <fx@gnu.org>
parents:
diff changeset
956 Quoting means depriving a character of its usual special significance.
Dave Love <fx@gnu.org>
parents:
diff changeset
957 The most common kind of quoting in Emacs is with @kbd{C-q}. What
Dave Love <fx@gnu.org>
parents:
diff changeset
958 constitutes special significance depends on the context and on
Dave Love <fx@gnu.org>
parents:
diff changeset
959 convention. For example, an ``ordinary'' character as an Emacs command
Dave Love <fx@gnu.org>
parents:
diff changeset
960 inserts itself; so in this context, a special character is any character
Dave Love <fx@gnu.org>
parents:
diff changeset
961 that does not normally insert itself (such as @key{DEL}, for example),
Dave Love <fx@gnu.org>
parents:
diff changeset
962 and quoting it makes it insert itself as if it were not special. Not
54472
9ef962497917 Improve references.
Juri Linkov <juri@jurta.org>
parents: 52979
diff changeset
963 all contexts allow quoting. @xref{Inserting Text,Quoting}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
964
Dave Love <fx@gnu.org>
parents:
diff changeset
965 @item Quoting File Names
Dave Love <fx@gnu.org>
parents:
diff changeset
966 Quoting a file name turns off the special significance of constructs
Dave Love <fx@gnu.org>
parents:
diff changeset
967 such as @samp{$}, @samp{~} and @samp{:}. @xref{Quoted File Names}.
Dave Love <fx@gnu.org>
parents:
diff changeset
968
Dave Love <fx@gnu.org>
parents:
diff changeset
969 @item Read-Only Buffer
Dave Love <fx@gnu.org>
parents:
diff changeset
970 A read-only buffer is one whose text you are not allowed to change.
Dave Love <fx@gnu.org>
parents:
diff changeset
971 Normally Emacs makes buffers read-only when they contain text which
Dave Love <fx@gnu.org>
parents:
diff changeset
972 has a special significance to Emacs; for example, Dired buffers.
Dave Love <fx@gnu.org>
parents:
diff changeset
973 Visiting a file that is write-protected also makes a read-only buffer.
Dave Love <fx@gnu.org>
parents:
diff changeset
974 @xref{Buffers}.
Dave Love <fx@gnu.org>
parents:
diff changeset
975
Dave Love <fx@gnu.org>
parents:
diff changeset
976 @item Rectangle
Dave Love <fx@gnu.org>
parents:
diff changeset
977 A rectangle consists of the text in a given range of columns on a given
Dave Love <fx@gnu.org>
parents:
diff changeset
978 range of lines. Normally you specify a rectangle by putting point at
38461
23f63206a867 Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii <eliz@gnu.org>
parents: 38209
diff changeset
979 one corner and putting the mark at the diagonally opposite corner.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
980 @xref{Rectangles}.
Dave Love <fx@gnu.org>
parents:
diff changeset
981
Dave Love <fx@gnu.org>
parents:
diff changeset
982 @item Recursive Editing Level
Dave Love <fx@gnu.org>
parents:
diff changeset
983 A recursive editing level is a state in which part of the execution of
Dave Love <fx@gnu.org>
parents:
diff changeset
984 a command involves asking the user to edit some text. This text may
Dave Love <fx@gnu.org>
parents:
diff changeset
985 or may not be the same as the text to which the command was applied.
Dave Love <fx@gnu.org>
parents:
diff changeset
986 The mode line indicates recursive editing levels with square brackets
Dave Love <fx@gnu.org>
parents:
diff changeset
987 (@samp{[} and @samp{]}). @xref{Recursive Edit}.
Dave Love <fx@gnu.org>
parents:
diff changeset
988
Dave Love <fx@gnu.org>
parents:
diff changeset
989 @item Redisplay
Dave Love <fx@gnu.org>
parents:
diff changeset
990 Redisplay is the process of correcting the image on the screen to
Dave Love <fx@gnu.org>
parents:
diff changeset
991 correspond to changes that have been made in the text being edited.
Dave Love <fx@gnu.org>
parents:
diff changeset
992 @xref{Screen,Redisplay}.
Dave Love <fx@gnu.org>
parents:
diff changeset
993
Dave Love <fx@gnu.org>
parents:
diff changeset
994 @item Regexp
36184
100feeadb597 Make quoting more uniform.
Richard M. Stallman <rms@gnu.org>
parents: 36158
diff changeset
995 See `regular expression.'
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
996
Dave Love <fx@gnu.org>
parents:
diff changeset
997 @item Region
Dave Love <fx@gnu.org>
parents:
diff changeset
998 The region is the text between point (q.v.@:) and the mark (q.v.@:).
Dave Love <fx@gnu.org>
parents:
diff changeset
999 Many commands operate on the text of the region. @xref{Mark,Region}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1000
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
1001 @item Register
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1002 Registers are named slots in which text or buffer positions or
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1003 rectangles can be saved for later use. @xref{Registers}. A related
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1004 Emacs feature is `bookmarks' (q.v.@:).
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1005
Dave Love <fx@gnu.org>
parents:
diff changeset
1006 @item Regular Expression
Dave Love <fx@gnu.org>
parents:
diff changeset
1007 A regular expression is a pattern that can match various text strings;
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1008 for example, @samp{a[0-9]+} matches @samp{a} followed by one or more
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1009 digits. @xref{Regexps}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1010
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1011 @item Remote File
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1012 A remote file is a file that is stored on a system other than your own.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1013 Emacs can access files on other computers provided that they are
38461
23f63206a867 Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii <eliz@gnu.org>
parents: 38209
diff changeset
1014 connected to the same network as your machine, and (obviously) that
23f63206a867 Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii <eliz@gnu.org>
parents: 38209
diff changeset
1015 you have a supported method to gain access to those files.
23f63206a867 Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii <eliz@gnu.org>
parents: 38209
diff changeset
1016 @xref{Remote Files}.
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1017
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1018 @item Repeat Count
36184
100feeadb597 Make quoting more uniform.
Richard M. Stallman <rms@gnu.org>
parents: 36158
diff changeset
1019 See `numeric argument.'
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1020
Dave Love <fx@gnu.org>
parents:
diff changeset
1021 @item Replacement
36184
100feeadb597 Make quoting more uniform.
Richard M. Stallman <rms@gnu.org>
parents: 36158
diff changeset
1022 See `global substitution.'
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1023
Dave Love <fx@gnu.org>
parents:
diff changeset
1024 @item Restriction
Dave Love <fx@gnu.org>
parents:
diff changeset
1025 A buffer's restriction is the amount of text, at the beginning or the
Dave Love <fx@gnu.org>
parents:
diff changeset
1026 end of the buffer, that is temporarily inaccessible. Giving a buffer a
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1027 nonzero amount of restriction is called narrowing (q.v.@:); removing
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1028 a restriction is called widening (q.v.@:). @xref{Narrowing}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1029
Dave Love <fx@gnu.org>
parents:
diff changeset
1030 @item @key{RET}
Dave Love <fx@gnu.org>
parents:
diff changeset
1031 @key{RET} is a character that in Emacs runs the command to insert a
Dave Love <fx@gnu.org>
parents:
diff changeset
1032 newline into the text. It is also used to terminate most arguments
Dave Love <fx@gnu.org>
parents:
diff changeset
1033 read in the minibuffer (q.v.@:). @xref{User Input,Return}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1034
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1035 @item Reverting
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1036 Reverting means returning to the original state. Emacs lets you
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1037 revert a buffer by re-reading its file from disk. @xref{Reverting}.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1038
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1039 @item Rmail File
Dave Love <fx@gnu.org>
parents:
diff changeset
1040 An Rmail file is a file containing text in a special format used by
Dave Love <fx@gnu.org>
parents:
diff changeset
1041 Rmail for storing mail. @xref{Rmail}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1042
Dave Love <fx@gnu.org>
parents:
diff changeset
1043 @item Saving
Dave Love <fx@gnu.org>
parents:
diff changeset
1044 Saving a buffer means copying its text into the file that was visited
Dave Love <fx@gnu.org>
parents:
diff changeset
1045 (q.v.@:) in that buffer. This is the way text in files actually gets
Dave Love <fx@gnu.org>
parents:
diff changeset
1046 changed by your Emacs editing. @xref{Saving}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1047
Dave Love <fx@gnu.org>
parents:
diff changeset
1048 @item Scroll Bar
Dave Love <fx@gnu.org>
parents:
diff changeset
1049 A scroll bar is a tall thin hollow box that appears at the side of a
Dave Love <fx@gnu.org>
parents:
diff changeset
1050 window. You can use mouse commands in the scroll bar to scroll the
33746
e7c4d54b3991 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 25829
diff changeset
1051 window. The scroll bar feature is supported only under windowing
e7c4d54b3991 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 25829
diff changeset
1052 systems. @xref{Scroll Bars}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1053
Dave Love <fx@gnu.org>
parents:
diff changeset
1054 @item Scrolling
Dave Love <fx@gnu.org>
parents:
diff changeset
1055 Scrolling means shifting the text in the Emacs window so as to see a
54472
9ef962497917 Improve references.
Juri Linkov <juri@jurta.org>
parents: 52979
diff changeset
1056 different part of the buffer. @xref{Scrolling}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1057
Dave Love <fx@gnu.org>
parents:
diff changeset
1058 @item Searching
Dave Love <fx@gnu.org>
parents:
diff changeset
1059 Searching means moving point to the next occurrence of a specified
Dave Love <fx@gnu.org>
parents:
diff changeset
1060 string or the next match for a specified regular expression.
Dave Love <fx@gnu.org>
parents:
diff changeset
1061 @xref{Search}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1062
Dave Love <fx@gnu.org>
parents:
diff changeset
1063 @item Search Path
Dave Love <fx@gnu.org>
parents:
diff changeset
1064 A search path is a list of directory names, to be used for searching for
Dave Love <fx@gnu.org>
parents:
diff changeset
1065 files for certain purposes. For example, the variable @code{load-path}
Dave Love <fx@gnu.org>
parents:
diff changeset
1066 holds a search path for finding Lisp library files. @xref{Lisp Libraries}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1067
Dave Love <fx@gnu.org>
parents:
diff changeset
1068 @item Secondary Selection
Dave Love <fx@gnu.org>
parents:
diff changeset
1069 The secondary selection is one particular X selection; some X
Dave Love <fx@gnu.org>
parents:
diff changeset
1070 applications can use it for transferring text to and from other
Dave Love <fx@gnu.org>
parents:
diff changeset
1071 applications. Emacs has special mouse commands for transferring text
Dave Love <fx@gnu.org>
parents:
diff changeset
1072 using the secondary selection. @xref{Secondary Selection}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1073
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
1074 @item Selected Frame
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
1075 The selected frame is the one your input currently operates on.
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
1076 @xref{Frames}.
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
1077
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
1078 @item Selected Window
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
1079 The selected frame is the one your input currently operates on.
60471
dab55a6027e5 (Glossary): Correct typo.
Luc Teirlinck <teirllm@auburn.edu>
parents: 60428
diff changeset
1080 @xref{Basic Window}.
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
1081
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
1082 @item Selecting a Buffer
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1083 Selecting a buffer means making it the current (q.v.@:) buffer.
54472
9ef962497917 Improve references.
Juri Linkov <juri@jurta.org>
parents: 52979
diff changeset
1084 @xref{Select Buffer}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1085
Dave Love <fx@gnu.org>
parents:
diff changeset
1086 @item Selection
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1087 Windowing systems allow an application program to specify
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1088 selections whose values are text. A program can also read the
Dave Love <fx@gnu.org>
parents:
diff changeset
1089 selections that other programs have set up. This is the principal way
Dave Love <fx@gnu.org>
parents:
diff changeset
1090 of transferring text between window applications. Emacs has commands to
Dave Love <fx@gnu.org>
parents:
diff changeset
1091 work with the primary (q.v.@:) selection and the secondary (q.v.@:)
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1092 selection, and also with the clipboard (q.v.@:).
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1093
Dave Love <fx@gnu.org>
parents:
diff changeset
1094 @item Self-Documentation
Dave Love <fx@gnu.org>
parents:
diff changeset
1095 Self-documentation is the feature of Emacs which can tell you what any
Dave Love <fx@gnu.org>
parents:
diff changeset
1096 command does, or give you a list of all commands related to a topic
Dave Love <fx@gnu.org>
parents:
diff changeset
1097 you specify. You ask for self-documentation with the help character,
Dave Love <fx@gnu.org>
parents:
diff changeset
1098 @kbd{C-h}. @xref{Help}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1099
Dave Love <fx@gnu.org>
parents:
diff changeset
1100 @item Self-Inserting Character
Dave Love <fx@gnu.org>
parents:
diff changeset
1101 A character is self-inserting if typing that character inserts that
Dave Love <fx@gnu.org>
parents:
diff changeset
1102 character in the buffer. Ordinary printing and whitespace characters
Dave Love <fx@gnu.org>
parents:
diff changeset
1103 are self-inserting in Emacs, except in certain special major modes.
Dave Love <fx@gnu.org>
parents:
diff changeset
1104
Dave Love <fx@gnu.org>
parents:
diff changeset
1105 @item Sentences
Dave Love <fx@gnu.org>
parents:
diff changeset
1106 Emacs has commands for moving by or killing by sentences.
Dave Love <fx@gnu.org>
parents:
diff changeset
1107 @xref{Sentences}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1108
Dave Love <fx@gnu.org>
parents:
diff changeset
1109 @item Sexp
38209
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
1110 A sexp (short for ``s-expression'') is the basic syntactic unit of
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
1111 Lisp in its textual form: either a list, or Lisp atom. Sexps are also
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
1112 the balanced expressions (q.v.@:) of the Lisp language; this is why
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
1113 the commands for editing balanced expressions have `sexp' in their
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
1114 name. @xref{Expressions,Sexps}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1115
Dave Love <fx@gnu.org>
parents:
diff changeset
1116 @item Simultaneous Editing
Dave Love <fx@gnu.org>
parents:
diff changeset
1117 Simultaneous editing means two users modifying the same file at once.
38461
23f63206a867 Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii <eliz@gnu.org>
parents: 38209
diff changeset
1118 Simultaneous editing, if not detected, can cause one user to lose his
38745
5464ee1ba8e2 Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 38490
diff changeset
1119 or her work. Emacs detects all cases of simultaneous editing, and
5464ee1ba8e2 Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 38490
diff changeset
1120 warns one of the users to investigate.
37845
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
1121 @xref{Interlocking,Interlocking,Simultaneous Editing}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1122
40732
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
1123 @item @key{SPC}
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
1124 @key{SPC} is the space character, which you enter by pressing the
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
1125 space bar.
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
1126
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1127 @item Speedbar
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
1128 The speedbar is a special tall frame that provides fast access to Emacs
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1129 buffers, functions within those buffers, Info nodes, and other
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1130 interesting parts of text within Emacs. @xref{Speedbar}.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1131
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1132 @item Spell Checking
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1133 Spell checking means checking correctness of the written form of each
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1134 one of the words in a text. Emacs uses the Ispell spelling-checker
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1135 program to check the spelling of parts of a buffer via a convenient user
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1136 interface. @xref{Spelling}.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1137
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1138 @item String
Dave Love <fx@gnu.org>
parents:
diff changeset
1139 A string is a kind of Lisp data object which contains a sequence of
Dave Love <fx@gnu.org>
parents:
diff changeset
1140 characters. Many Emacs variables are intended to have strings as
Dave Love <fx@gnu.org>
parents:
diff changeset
1141 values. The Lisp syntax for a string consists of the characters in the
Dave Love <fx@gnu.org>
parents:
diff changeset
1142 string with a @samp{"} before and another @samp{"} after. A @samp{"}
Dave Love <fx@gnu.org>
parents:
diff changeset
1143 that is part of the string must be written as @samp{\"} and a @samp{\}
Dave Love <fx@gnu.org>
parents:
diff changeset
1144 that is part of the string must be written as @samp{\\}. All other
Dave Love <fx@gnu.org>
parents:
diff changeset
1145 characters, including newline, can be included just by writing them
Dave Love <fx@gnu.org>
parents:
diff changeset
1146 inside the string; however, backslash sequences as in C, such as
Dave Love <fx@gnu.org>
parents:
diff changeset
1147 @samp{\n} for newline or @samp{\241} using an octal character code, are
Dave Love <fx@gnu.org>
parents:
diff changeset
1148 allowed as well.
Dave Love <fx@gnu.org>
parents:
diff changeset
1149
Dave Love <fx@gnu.org>
parents:
diff changeset
1150 @item String Substitution
Dave Love <fx@gnu.org>
parents:
diff changeset
1151 See `global substitution'.
Dave Love <fx@gnu.org>
parents:
diff changeset
1152
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1153 @item Syntax Highlighting
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1154 See `font lock.'
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1155
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1156 @item Syntax Table
Dave Love <fx@gnu.org>
parents:
diff changeset
1157 The syntax table tells Emacs which characters are part of a word,
Dave Love <fx@gnu.org>
parents:
diff changeset
1158 which characters balance each other like parentheses, etc.
Dave Love <fx@gnu.org>
parents:
diff changeset
1159 @xref{Syntax}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1160
Dave Love <fx@gnu.org>
parents:
diff changeset
1161 @item Super
Dave Love <fx@gnu.org>
parents:
diff changeset
1162 Super is the name of a modifier bit which a keyboard input character may
Dave Love <fx@gnu.org>
parents:
diff changeset
1163 have. To make a character Super, type it while holding down the
Dave Love <fx@gnu.org>
parents:
diff changeset
1164 @key{SUPER} key. Such characters are given names that start with
Dave Love <fx@gnu.org>
parents:
diff changeset
1165 @kbd{Super-} (usually written @kbd{s-} for short). @xref{User Input,
Dave Love <fx@gnu.org>
parents:
diff changeset
1166 Super}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1167
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1168 @item Suspending
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1169 Suspending Emacs means stopping it temporarily and returning control
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1170 to its parent process, which is usually a shell. Unlike killing a job
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1171 (q.v.@:), you can later resume the suspended Emacs job without losing
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1172 your buffers, unsaved edits, undo history, etc. @xref{Exiting}.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1173
40732
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
1174 @item @key{TAB}
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
1175 @key{TAB} is the tab character. In Emacs it is typically used for
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
1176 indentation or completion.
74a8e2849d25 Add SPC, TAB, CTRL. Update DEL and Meta.
Richard M. Stallman <rms@gnu.org>
parents: 40615
diff changeset
1177
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1178 @item Tags Table
Dave Love <fx@gnu.org>
parents:
diff changeset
1179 A tags table is a file that serves as an index to the function
Dave Love <fx@gnu.org>
parents:
diff changeset
1180 definitions in one or more other files. @xref{Tags}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1181
Dave Love <fx@gnu.org>
parents:
diff changeset
1182 @item Termscript File
Dave Love <fx@gnu.org>
parents:
diff changeset
1183 A termscript file contains a record of all characters sent by Emacs to
Dave Love <fx@gnu.org>
parents:
diff changeset
1184 the terminal. It is used for tracking down bugs in Emacs redisplay.
Dave Love <fx@gnu.org>
parents:
diff changeset
1185 Emacs does not make a termscript file unless you tell it to.
Dave Love <fx@gnu.org>
parents:
diff changeset
1186 @xref{Bugs}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1187
Dave Love <fx@gnu.org>
parents:
diff changeset
1188 @item Text
38461
23f63206a867 Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii <eliz@gnu.org>
parents: 38209
diff changeset
1189 `Text' has two meanings (@pxref{Text}):
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1190
Dave Love <fx@gnu.org>
parents:
diff changeset
1191 @itemize @bullet
Dave Love <fx@gnu.org>
parents:
diff changeset
1192 @item
Dave Love <fx@gnu.org>
parents:
diff changeset
1193 Data consisting of a sequence of characters, as opposed to binary
37845
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
1194 numbers, executable programs, and the like. The basic contents of an
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
1195 Emacs buffer (aside from the text properties, q.v.@:) are always text
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
1196 in this sense.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1197 @item
Dave Love <fx@gnu.org>
parents:
diff changeset
1198 Data consisting of written human language, as opposed to programs,
Dave Love <fx@gnu.org>
parents:
diff changeset
1199 or following the stylistic conventions of human language.
Dave Love <fx@gnu.org>
parents:
diff changeset
1200 @end itemize
Dave Love <fx@gnu.org>
parents:
diff changeset
1201
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1202 @item Text-only Terminal
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1203 A text-only terminal is a display that is limited to displaying text in
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1204 character units. Such a terminal cannot control individual pixels it
36849
96998dbd0015 (Glossary): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents: 36839
diff changeset
1205 displays. Emacs supports a subset of display features on text-only
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1206 terminals.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1207
37845
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
1208 @item Text Properties
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
1209 Text properties are annotations recorded for particular characters in
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
1210 the buffer. Images in the buffer are recorded as text properties;
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
1211 they also specify formatting information. @xref{Editing Format Info}.
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
1212
36158
e30a5b375c97 Add Tool Bar. Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 33746
diff changeset
1213 @item Tool Bar
e30a5b375c97 Add Tool Bar. Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 33746
diff changeset
1214 The tool bar is a line (sometimes multiple lines) of icons at the top
e30a5b375c97 Add Tool Bar. Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 33746
diff changeset
1215 of an Emacs frame. Clicking on one of these icons executes a command.
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1216 You can think of this as a graphical relative of the menu bar (q.v.@:).
36210
6041f567600f Fix xref to Tool Bars.
Richard M. Stallman <rms@gnu.org>
parents: 36184
diff changeset
1217 @xref{Tool Bars}.
36158
e30a5b375c97 Add Tool Bar. Minor cleanups.
Richard M. Stallman <rms@gnu.org>
parents: 33746
diff changeset
1218
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1219 @item Tooltips
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1220 Tooltips are small windows displaying a help echo (q.v.@:) text that
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1221 explains parts of the display, lists useful options available via mouse
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1222 clicks, etc. @xref{Tooltips}.
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1223
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1224 @item Top Level
Dave Love <fx@gnu.org>
parents:
diff changeset
1225 Top level is the normal state of Emacs, in which you are editing the
Dave Love <fx@gnu.org>
parents:
diff changeset
1226 text of the file you have visited. You are at top level whenever you
Dave Love <fx@gnu.org>
parents:
diff changeset
1227 are not in a recursive editing level (q.v.@:) or the minibuffer
Dave Love <fx@gnu.org>
parents:
diff changeset
1228 (q.v.@:), and not in the middle of a command. You can get back to top
Dave Love <fx@gnu.org>
parents:
diff changeset
1229 level by aborting (q.v.@:) and quitting (q.v.@:). @xref{Quitting}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1230
Dave Love <fx@gnu.org>
parents:
diff changeset
1231 @item Transposition
Dave Love <fx@gnu.org>
parents:
diff changeset
1232 Transposing two units of text means putting each one into the place
Dave Love <fx@gnu.org>
parents:
diff changeset
1233 formerly occupied by the other. There are Emacs commands to transpose
38209
4ad633feb6bf Add Balanced Expressions.
Richard M. Stallman <rms@gnu.org>
parents: 37845
diff changeset
1234 two adjacent characters, words, balanced expressions (q.v.@:) or lines
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1235 (@pxref{Transpose}).
Dave Love <fx@gnu.org>
parents:
diff changeset
1236
Dave Love <fx@gnu.org>
parents:
diff changeset
1237 @item Truncation
Dave Love <fx@gnu.org>
parents:
diff changeset
1238 Truncating text lines in the display means leaving out any text on a
Dave Love <fx@gnu.org>
parents:
diff changeset
1239 line that does not fit within the right margin of the window
36184
100feeadb597 Make quoting more uniform.
Richard M. Stallman <rms@gnu.org>
parents: 36158
diff changeset
1240 displaying it. See also `continuation line.'
54472
9ef962497917 Improve references.
Juri Linkov <juri@jurta.org>
parents: 52979
diff changeset
1241 @xref{Continuation Lines,Truncation}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1242
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1243 @item TTY
36849
96998dbd0015 (Glossary): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents: 36839
diff changeset
1244 See `text-only terminal.'
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1245
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1246 @item Undoing
Dave Love <fx@gnu.org>
parents:
diff changeset
1247 Undoing means making your previous editing go in reverse, bringing
Dave Love <fx@gnu.org>
parents:
diff changeset
1248 back the text that existed earlier in the editing session.
Dave Love <fx@gnu.org>
parents:
diff changeset
1249 @xref{Undo}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1250
Dave Love <fx@gnu.org>
parents:
diff changeset
1251 @item User Option
59799
61196709b8e6 (Glossary) <Faces>: Add xref.
Richard M. Stallman <rms@gnu.org>
parents: 54472
diff changeset
1252 A user option is a face (q.v.@:) or a variable (q.v.@:) that exists so
61196709b8e6 (Glossary) <Faces>: Add xref.
Richard M. Stallman <rms@gnu.org>
parents: 54472
diff changeset
1253 that you can customize Emacs by setting it to a new value.
61196709b8e6 (Glossary) <Faces>: Add xref.
Richard M. Stallman <rms@gnu.org>
parents: 54472
diff changeset
1254 @xref{Easy Customization}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1255
Dave Love <fx@gnu.org>
parents:
diff changeset
1256 @item Variable
Dave Love <fx@gnu.org>
parents:
diff changeset
1257 A variable is an object in Lisp that can store an arbitrary value.
Dave Love <fx@gnu.org>
parents:
diff changeset
1258 Emacs uses some variables for internal purposes, and has others (known
Dave Love <fx@gnu.org>
parents:
diff changeset
1259 as `user options' (q.v.@:)) just so that you can set their values to
Dave Love <fx@gnu.org>
parents:
diff changeset
1260 control the behavior of Emacs. The variables used in Emacs that you
Dave Love <fx@gnu.org>
parents:
diff changeset
1261 are likely to be interested in are listed in the Variables Index in
37845
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
1262 this manual (@pxref{Variable Index}). @xref{Variables}, for
ece336c2aab9 Add Text Properties item.
Richard M. Stallman <rms@gnu.org>
parents: 37712
diff changeset
1263 information on variables.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1264
Dave Love <fx@gnu.org>
parents:
diff changeset
1265 @item Version Control
Dave Love <fx@gnu.org>
parents:
diff changeset
1266 Version control systems keep track of multiple versions of a source file.
Dave Love <fx@gnu.org>
parents:
diff changeset
1267 They provide a more powerful alternative to keeping backup files (q.v.@:).
Dave Love <fx@gnu.org>
parents:
diff changeset
1268 @xref{Version Control}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1269
Dave Love <fx@gnu.org>
parents:
diff changeset
1270 @item Visiting
Dave Love <fx@gnu.org>
parents:
diff changeset
1271 Visiting a file means loading its contents into a buffer (q.v.@:)
Dave Love <fx@gnu.org>
parents:
diff changeset
1272 where they can be edited. @xref{Visiting}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1273
Dave Love <fx@gnu.org>
parents:
diff changeset
1274 @item Whitespace
Dave Love <fx@gnu.org>
parents:
diff changeset
1275 Whitespace is any run of consecutive formatting characters (space,
Dave Love <fx@gnu.org>
parents:
diff changeset
1276 tab, newline, and backspace).
Dave Love <fx@gnu.org>
parents:
diff changeset
1277
Dave Love <fx@gnu.org>
parents:
diff changeset
1278 @item Widening
Dave Love <fx@gnu.org>
parents:
diff changeset
1279 Widening is removing any restriction (q.v.@:) on the current buffer;
Dave Love <fx@gnu.org>
parents:
diff changeset
1280 it is the opposite of narrowing (q.v.@:). @xref{Narrowing}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1281
Dave Love <fx@gnu.org>
parents:
diff changeset
1282 @item Window
Dave Love <fx@gnu.org>
parents:
diff changeset
1283 Emacs divides a frame (q.v.@:) into one or more windows, each of which
Dave Love <fx@gnu.org>
parents:
diff changeset
1284 can display the contents of one buffer (q.v.@:) at any time.
Dave Love <fx@gnu.org>
parents:
diff changeset
1285 @xref{Screen}, for basic information on how Emacs uses the screen.
36839
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1286 @xref{Windows}, for commands to control the use of windows. Some
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1287 other editors use the term ``window'' for what we call a `frame'
3919e7300eea (Glossary): Updated for Emacs 21, with comments from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 36210
diff changeset
1288 (q.v.@:) in Emacs.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1289
60428
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
1290 @item Window System
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
1291 A window system is a graphical terminal (q.v.@:) that can display multiple
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
1292 windows for different programs at the same time.
2e103c7354f7 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman <rms@gnu.org>
parents: 59799
diff changeset
1293
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1294 @item Word Abbrev
36184
100feeadb597 Make quoting more uniform.
Richard M. Stallman <rms@gnu.org>
parents: 36158
diff changeset
1295 See `abbrev.'
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1296
Dave Love <fx@gnu.org>
parents:
diff changeset
1297 @item Word Search
Dave Love <fx@gnu.org>
parents:
diff changeset
1298 Word search is searching for a sequence of words, considering the
Dave Love <fx@gnu.org>
parents:
diff changeset
1299 punctuation between them as insignificant. @xref{Word Search}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1300
Dave Love <fx@gnu.org>
parents:
diff changeset
1301 @item WYSIWYG
36184
100feeadb597 Make quoting more uniform.
Richard M. Stallman <rms@gnu.org>
parents: 36158
diff changeset
1302 WYSIWYG stands for ``What you see is what you get.'' Emacs generally
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1303 provides WYSIWYG editing for files of characters; in Enriched mode
Dave Love <fx@gnu.org>
parents:
diff changeset
1304 (@pxref{Formatted Text}), it provides WYSIWYG editing for files that
Dave Love <fx@gnu.org>
parents:
diff changeset
1305 include text formatting information.
Dave Love <fx@gnu.org>
parents:
diff changeset
1306
Dave Love <fx@gnu.org>
parents:
diff changeset
1307 @item Yanking
Dave Love <fx@gnu.org>
parents:
diff changeset
1308 Yanking means reinserting text previously killed. It can be used to
Dave Love <fx@gnu.org>
parents:
diff changeset
1309 undo a mistaken kill, or for copying or moving text. Some other
Dave Love <fx@gnu.org>
parents:
diff changeset
1310 systems call this ``pasting.'' @xref{Yanking}.
Dave Love <fx@gnu.org>
parents:
diff changeset
1311 @end table
Dave Love <fx@gnu.org>
parents:
diff changeset
1312
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
1313 @ignore
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
1314 arch-tag: 0dd53ce1-5f09-4ac2-b13b-cf22b0f28d23
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
1315 @end ignore