]> code.delx.au - gnu-emacs/blob - man/emacs.texi
move @contents to the front
[gnu-emacs] / man / emacs.texi
1 \input texinfo
2
3 @setfilename ../info/emacs
4 @settitle GNU Emacs Manual
5
6 @c The edition number appears in several places in this file
7 @set EDITION Fourteenth
8 @set EMACSVER 22.0.50
9
10 @copying
11 This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},
12 updated for Emacs version @value{EMACSVER}.
13
14 Copyright @copyright{} 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997,
15 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
16 Foundation, Inc.
17
18 @quotation
19 Permission is granted to copy, distribute and/or modify this document
20 under the terms of the GNU Free Documentation License, Version 1.2 or
21 any later version published by the Free Software Foundation; with the
22 Invariant Sections being ``The GNU Manifesto'', ``Distribution'' and
23 ``GNU GENERAL PUBLIC LICENSE'', with the Front-Cover texts being ``A GNU
24 Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the
25 license is included in the section entitled ``GNU Free Documentation
26 License.''
27
28 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
29 this GNU Manual, like GNU software. Copies published by the Free
30 Software Foundation raise funds for GNU development.''
31 @end quotation
32 @end copying
33
34 @dircategory Emacs
35 @direntry
36 * Emacs: (emacs). The extensible self-documenting text editor.
37 @end direntry
38
39 @c in general, keep the following line commented out, unless doing a
40 @c copy of this manual that will be published. the manual should go
41 @c onto the distribution in the full, 8.5 x 11" size.
42
43 @smallbook
44
45 @setchapternewpage odd
46 @defcodeindex op
47 @synindex pg cp
48
49 @iftex
50 @kbdinputstyle code
51
52 @shorttitlepage GNU Emacs Manual
53 @end iftex
54
55 @titlepage
56 @sp 6
57 @center @titlefont{GNU Emacs Manual}
58 @sp 4
59 @center @value{EDITION} Edition, Updated for Emacs Version @value{EMACSVER}.
60 @sp 5
61 @center Richard Stallman
62 @page
63 @vskip 0pt plus 1filll
64 @insertcopying
65
66 @sp 2
67 ISBN 1-882114-06-X @*
68 Published by the Free Software Foundation @*
69 51 Franklin Street, Fifth Floor @*
70 Boston, MA 02110-1301 USA
71
72 @sp 2
73 Cover art by Etienne Suvasa.
74
75 @end titlepage
76
77
78 @summarycontents
79 @contents
80
81
82 @ifnottex
83 @node Top, Distrib, (dir), (dir)
84 @top The Emacs Editor
85
86 Emacs is the extensible, customizable, self-documenting real-time
87 display editor. This Info file describes how to edit with Emacs and
88 some of how to customize it; it corresponds to GNU Emacs version
89 @value{EMACSVER}.
90
91 @ifinfo
92 If you never before used the Info documentation system, type @kbd{h},
93 and Emacs will take you to a programmed instruction sequence for the
94 Info commands.
95 @end ifinfo
96
97 For information on extending Emacs, see @ref{Top, Emacs Lisp,, elisp, The
98 Emacs Lisp Reference Manual}.
99 @end ifnottex
100
101 @ignore
102 These subcategories have been deleted for simplicity
103 and to avoid conflicts.
104 Completion
105 Backup Files
106 Auto-Saving: Protection Against Disasters
107 Snapshots
108 Text Mode
109 Outline Mode
110 @TeX{} Mode
111 Formatted Text
112 Shell Command History
113
114 The ones for Dired and Rmail have had the items turned into :: items
115 to avoid conflicts.
116 Also Running Shell Commands from Emacs
117 and Sending Mail and Registers and Minibuffer.
118 @end ignore
119
120 @menu
121 * Distrib:: How to get the latest Emacs distribution.
122 * Copying:: The GNU General Public License gives you permission
123 to redistribute GNU Emacs on certain terms;
124 it also explains that there is no warranty.
125 * GNU Free Documentation License:: The license for this documentation.
126 * Intro:: An introduction to Emacs concepts.
127 * Glossary:: The glossary.
128 * Antinews:: Information about Emacs version 21.
129 * Mac OS:: Using Emacs in the Mac.
130 * MS-DOS:: Using Emacs on MS-DOS and Microsoft Windows.
131 * Manifesto:: What's GNU? Gnu's Not Unix!
132 * Acknowledgments:: Major contributors to GNU Emacs.
133
134 Indexes (nodes containing large menus)
135 * Key Index:: An item for each standard Emacs key sequence.
136 * Option Index:: An item for every command-line option.
137 * Command Index:: An item for each command name.
138 * Variable Index:: An item for each documented variable.
139 * Concept Index:: An item for each concept.
140
141 Important General Concepts
142 * Screen:: How to interpret what you see on the screen.
143 * User Input:: Kinds of input events (characters, buttons,
144 function keys).
145 * Keys:: Key sequences: what you type to request one
146 editing action.
147 * Commands:: Named functions run by key sequences to do editing.
148 * Text Characters:: Character set for text (the contents of buffers
149 and strings).
150 * Entering Emacs:: Starting Emacs from the shell.
151 * Exiting:: Stopping or killing Emacs.
152 * Emacs Invocation:: Hairy startup options.
153
154 Fundamental Editing Commands
155 * Basic:: The most basic editing commands.
156 * Minibuffer:: Entering arguments that are prompted for.
157 * M-x:: Invoking commands by their names.
158 * Help:: Commands for asking Emacs about its commands.
159
160 Important Text-Changing Commands
161 * Mark:: The mark: how to delimit a ``region'' of text.
162 * Killing:: Killing (cutting) text.
163 * Yanking:: Recovering killed text. Moving text. (Pasting.)
164 * Accumulating Text:: Other ways of copying text.
165 * Rectangles:: Operating on the text inside a rectangle on the screen.
166 * Registers:: Saving a text string or a location in the buffer.
167 * Display:: Controlling what text is displayed.
168 * Search:: Finding or replacing occurrences of a string.
169 * Fixit:: Commands especially useful for fixing typos.
170 * Keyboard Macros:: A keyboard macro records a sequence of
171 keystrokes to be replayed with a single command.
172
173 Major Structures of Emacs
174 * Files:: All about handling files.
175 * Buffers:: Multiple buffers; editing several files at once.
176 * Windows:: Viewing two pieces of text at once.
177 * Frames:: Running the same Emacs session in multiple X windows.
178 * International:: Using non-@acronym{ASCII} character sets (the MULE features).
179
180 Advanced Features
181 * Major Modes:: Text mode vs. Lisp mode vs. C mode ...
182 * Indentation:: Editing the white space at the beginnings of lines.
183 * Text:: Commands and modes for editing English.
184 * Programs:: Commands and modes for editing programs.
185 * Building:: Compiling, running and debugging programs.
186 * Maintaining:: Features for maintaining large programs.
187 * Abbrevs:: How to define text abbreviations to reduce
188 the number of characters you must type.
189 * Sending Mail:: Sending mail in Emacs.
190 * Rmail:: Reading mail in Emacs.
191 * Dired:: You can ``edit'' a directory to manage files in it.
192 * Calendar/Diary:: The calendar and diary facilities.
193 * Gnus:: How to read netnews with Emacs.
194 * Shell:: Executing shell commands from Emacs.
195 * Emacs Server:: Using Emacs as an editing server for @code{mail}, etc.
196 * Printing:: Printing hardcopies of buffers or regions.
197 * Sorting:: Sorting lines, paragraphs or pages within Emacs.
198 * Narrowing:: Restricting display and editing to a portion
199 of the buffer.
200 * Two-Column:: Splitting apart columns to edit them
201 in side-by-side windows.
202 * Editing Binary Files::Using Hexl mode to edit binary files.
203 * Saving Emacs Sessions:: Saving Emacs state from one session to the next.
204 * Recursive Edit:: A command can allow you to do editing
205 "within the command". This is called a
206 "recursive editing level".
207 * Emulation:: Emulating some other editors with Emacs.
208 * Hyperlinking:: Following links in buffers.
209 * Thumbnails:: Browsing images using thumbnails.
210 * Dissociated Press:: Dissociating text for fun.
211 * Amusements:: Various games and hacks.
212 * Customization:: Modifying the behavior of Emacs.
213 * X Resources:: X resources for customizing Emacs.
214
215 Recovery from Problems
216 * Quitting:: Quitting and aborting.
217 * Lossage:: What to do if Emacs is hung or malfunctioning.
218 * Bugs:: How and when to report a bug.
219 * Contributing:: How to contribute improvements to Emacs.
220 * Service:: How to get help for your own Emacs needs.
221
222 Detailed Node Listing
223 ---------------------
224
225 Here are some other nodes which are really inferiors of the ones
226 already listed, mentioned here so you can get to them in one step:
227
228 The Organization of the Screen
229
230 * Point:: The place in the text where editing commands operate.
231 * Echo Area:: Short messages appear at the bottom of the screen.
232 * Mode Line:: Interpreting the mode line.
233 * Menu Bar:: How to use the menu bar.
234
235 Basic Editing Commands
236
237 * Inserting Text:: Inserting text by simply typing it.
238 * Moving Point:: How to move the cursor to the place where you want to
239 change something.
240 * Erasing:: Deleting and killing text.
241 * Basic Undo:: Undoing recent changes in the text.
242 * Basic Files:: Visiting, creating, and saving files.
243 * Basic Help:: Asking what a character does.
244 * Blank Lines:: Commands to make or delete blank lines.
245 * Continuation Lines:: Lines too wide for the screen.
246 * Position Info:: What page, line, row, or column is point on?
247 * Arguments:: Numeric arguments for repeating a command.
248 * Repeating:: A short-cut for repeating the previous command.
249
250 The Minibuffer
251
252 * Minibuffer File:: Entering file names with the minibuffer.
253 * Minibuffer Edit:: How to edit in the minibuffer.
254 * Completion:: An abbreviation facility for minibuffer input.
255 * Minibuffer History:: Reusing recent minibuffer arguments.
256 * Repetition:: Re-executing commands that used the minibuffer.
257
258 Help
259
260 * Help Summary:: Brief list of all Help commands.
261 * Key Help:: Asking what a key does in Emacs.
262 * Name Help:: Asking about a command, variable or function name.
263 * Apropos:: Asking what pertains to a given topic.
264 * Library Keywords:: Finding Lisp libraries by keywords (topics).
265 * Language Help:: Help relating to international language support.
266 * Help Mode:: Special features of Help mode and Help buffers.
267 * Misc Help:: Other help commands.
268 * Help Files:: Commands to display pre-written help files.
269 * Help Echo:: Help on active text and tooltips (`balloon help')
270
271 The Mark and the Region
272
273 * Setting Mark:: Commands to set the mark.
274 * Transient Mark:: How to make Emacs highlight the region--
275 when there is one.
276 * Momentary Mark:: Enabling Transient Mark mode momentarily.
277 * Using Region:: Summary of ways to operate on contents of the region.
278 * Marking Objects:: Commands to put region around textual units.
279 * Mark Ring:: Previous mark positions saved so you can go back there.
280 * Global Mark Ring:: Previous mark positions in various buffers.
281
282 Killing and Moving Text
283
284 * Deletion:: Commands for deleting small amounts of text and
285 blank areas.
286 * Killing by Lines:: How to kill entire lines of text at one time.
287 * Other Kill Commands:: Commands to kill large regions of text and
288 syntactic units such as words and sentences.
289 * Graphical Kill:: The kill ring on graphical terminals:
290 yanking between applications.
291 * CUA Bindings:: Using @kbd{C-x}, @kbd{C-c}, @kbd{C-v} for copy
292 and paste, with enhanced rectangle support.
293
294 Yanking
295
296 * Kill Ring:: Where killed text is stored. Basic yanking.
297 * Appending Kills:: Several kills in a row all yank together.
298 * Earlier Kills:: Yanking something killed some time ago.
299
300 Registers
301
302 * RegPos:: Saving positions in registers.
303 * RegText:: Saving text in registers.
304 * RegRect:: Saving rectangles in registers.
305 * RegConfig:: Saving window configurations in registers.
306 * RegNumbers:: Numbers in registers.
307 * RegFiles:: File names in registers.
308 * Bookmarks:: Bookmarks are like registers, but persistent.
309
310 Controlling the Display
311
312 * Scrolling:: Moving text up and down in a window.
313 * Horizontal Scrolling:: Moving text left and right in a window.
314 * Follow Mode:: Follow mode lets two windows scroll as one.
315 * Faces:: How to change the display style using faces.
316 * Standard Faces:: Emacs' predefined faces.
317 * Font Lock:: Minor mode for syntactic highlighting using faces.
318 * Highlight Interactively:: Tell Emacs what text to highlight.
319 * Fringes:: Enabling or disabling window fringes.
320 * Useless Whitespace:: Showing possibly-spurious trailing whitespace.
321 * Selective Display:: Hiding lines with lots of indentation.
322 * Optional Mode Line:: Optional mode line display features.
323 * Text Display:: How text characters are normally displayed.
324 * Cursor Display:: Features for displaying the cursor.
325 * Display Custom:: Information on variables for customizing display.
326
327 Searching and Replacement
328
329 * Incremental Search:: Search happens as you type the string.
330 * Nonincremental Search:: Specify entire string and then search.
331 * Word Search:: Search for sequence of words.
332 * Regexp Search:: Search for match for a regexp.
333 * Regexps:: Syntax of regular expressions.
334 * Search Case:: To ignore case while searching, or not.
335 * Replace:: Search, and replace some or all matches.
336 * Other Repeating Search:: Operating on all matches for some regexp.
337
338 Replacement Commands
339
340 * Unconditional Replace:: Replacing all matches for a string.
341 * Regexp Replace:: Replacing all matches for a regexp.
342 * Replacement and Case:: How replacements preserve case of letters.
343 * Query Replace:: How to use querying.
344
345 Commands for Fixing Typos
346
347 * Undo:: Full details of Emacs undo commands.
348 * Kill Errors:: Commands to kill a batch of recently entered text.
349 * Transpose:: Exchanging two characters, words, lines, lists...
350 * Fixing Case:: Correcting case of last word entered.
351 * Spelling:: Apply spelling checker to a word or a whole buffer.
352
353 Keyboard Macros
354
355 * Basic Keyboard Macro:: Defining and running keyboard macros.
356 * Keyboard Macro Ring:: Where previous keyboard macros are saved.
357 * Keyboard Macro Counter:: Inserting incrementing numbers in macros.
358 * Keyboard Macro Query:: Making keyboard macros do different things each time.
359 * Save Keyboard Macro:: Giving keyboard macros names; saving them in files.
360 * Edit Keyboard Macro:: Editing keyboard macros.
361 * Keyboard Macro Step-Edit:: Interactively executing and editing a keyboard
362 macro.
363
364 File Handling
365
366 * File Names:: How to type and edit file-name arguments.
367 * Visiting:: Visiting a file prepares Emacs to edit the file.
368 * Saving:: Saving makes your changes permanent.
369 * Reverting:: Reverting cancels all the changes not saved.
370 * Auto Save:: Auto Save periodically protects against loss of data.
371 * File Aliases:: Handling multiple names for one file.
372 * Version Control:: Version control systems (RCS, CVS and SCCS).
373 * Directories:: Creating, deleting, and listing file directories.
374 * Comparing Files:: Finding where two files differ.
375 * Misc File Ops:: Other things you can do on files.
376 * Compressed Files:: Accessing compressed files.
377 * File Archives:: Operating on tar, zip, jar etc. archive files.
378 * Remote Files:: Accessing files on other sites.
379 * Quoted File Names:: Quoting special characters in file names.
380 * File Name Cache:: Completion against a list of files you often use.
381 * File Conveniences:: Convenience Features for Finding Files.
382 * Filesets:: Handling sets of files.
383
384 Saving Files
385
386 * Save Commands:: Commands for saving files.
387 * Backup:: How Emacs saves the old version of your file.
388 * Customize Save:: Customizing the saving of files.
389 * Interlocking:: How Emacs protects against simultaneous editing
390 of one file by two users.
391 * File Shadowing:: Copying files to "shadows" automatically.
392 * Time Stamps:: Emacs can update time stamps on saved files.
393
394 Version Control
395
396 * Introduction to VC:: How version control works in general.
397 * VC Mode Line:: How the mode line shows version control status.
398 * Basic VC Editing:: How to edit a file under version control.
399 * Old Versions:: Examining and comparing old versions.
400 * Secondary VC Commands:: The commands used a little less frequently.
401 * Branches:: Multiple lines of development.
402 * Remote Repositories:: Efficient access to remote CVS servers.
403 * Snapshots:: Sets of file versions treated as a unit.
404 * Miscellaneous VC:: Various other commands and features of VC.
405 * Customizing VC:: Variables that change VC's behavior.
406
407 Using Multiple Buffers
408
409 * Select Buffer:: Creating a new buffer or reselecting an old one.
410 * List Buffers:: Getting a list of buffers that exist.
411 * Misc Buffer:: Renaming; changing read-onliness; copying text.
412 * Kill Buffer:: Killing buffers you no longer need.
413 * Several Buffers:: How to go through the list of all buffers
414 and operate variously on several of them.
415 * Indirect Buffers:: An indirect buffer shares the text of another buffer.
416 * Buffer Convenience:: Convenience and customization features for
417 buffer handling.
418
419 Multiple Windows
420
421 * Basic Window:: Introduction to Emacs windows.
422 * Split Window:: New windows are made by splitting existing windows.
423 * Other Window:: Moving to another window or doing something to it.
424 * Pop Up Window:: Finding a file or buffer in another window.
425 * Force Same Window:: Forcing certain buffers to appear in the selected
426 window rather than in another window.
427 * Change Window:: Deleting windows and changing their sizes.
428 * Window Convenience:: Convenience functions for window handling.
429
430 Frames and X Windows
431
432 * Mouse Commands:: Moving, cutting, and pasting, with the mouse.
433 * Secondary Selection:: Cutting without altering point and mark.
434 * Clipboard:: Using the clipboard for selections.
435 * Mouse References:: Using the mouse to select an item from a list.
436 * Menu Mouse Clicks:: Mouse clicks that bring up menus.
437 * Mode Line Mouse:: Mouse clicks on the mode line.
438 * Creating Frames:: Creating additional Emacs frames with various contents.
439 * Frame Commands:: Iconifying, deleting, and switching frames.
440 * Speedbar:: How to make and use a speedbar frame.
441 * Multiple Displays:: How one Emacs job can talk to several displays.
442 * Special Buffer Frames:: You can make certain buffers have their own frames.
443 * Frame Parameters:: Changing the colors and other modes of frames.
444 * Scroll Bars:: How to enable and disable scroll bars; how to use them.
445 * Wheeled Mice:: Using mouse wheels for scrolling.
446 * Drag and Drop:: Using drag and drop to open files and insert text.
447 * Menu Bars:: Enabling and disabling the menu bar.
448 * Tool Bars:: Enabling and disabling the tool bar.
449 * Dialog Boxes:: Controlling use of dialog boxes.
450 * Tooltips:: Showing "tooltips", AKA "balloon help" for active text.
451 * Mouse Avoidance:: Moving the mouse pointer out of the way.
452 * Non-Window Terminals:: Multiple frames on terminals that show only one.
453 * XTerm Mouse:: Using the mouse in an XTerm terminal emulator.
454
455 International Character Set Support
456
457 * International Chars:: Basic concepts of multibyte characters.
458 * Enabling Multibyte:: Controlling whether to use multibyte characters.
459 * Language Environments:: Setting things up for the language you use.
460 * Input Methods:: Entering text characters not on your keyboard.
461 * Select Input Method:: Specifying your choice of input methods.
462 * Multibyte Conversion:: How single-byte characters convert to multibyte.
463 * Coding Systems:: Character set conversion when you read and
464 write files, and so on.
465 * Recognize Coding:: How Emacs figures out which conversion to use.
466 * Text Coding:: Choosing conversion to use for file text.
467 * Communication Coding:: Coding systems for interprocess communication.
468 * File Name Coding:: Coding systems for file @emph{names}.
469 * Terminal Coding:: Specifying coding systems for converting
470 terminal input and output.
471 * Fontsets:: Fontsets are collections of fonts
472 that cover the whole spectrum of characters.
473 * Defining Fontsets:: Defining a new fontset.
474 * Undisplayable Characters::When characters don't display.
475 * Unibyte Mode:: You can pick one European character set
476 to use without multibyte characters.
477 * Charsets:: How Emacs groups its internal character codes.
478
479 Major Modes
480
481 * Choosing Modes:: How major modes are specified or chosen.
482
483 Indentation
484
485 * Indentation Commands:: Various commands and techniques for indentation.
486 * Tab Stops:: You can set arbitrary "tab stops" and then
487 indent to the next tab stop when you want to.
488 * Just Spaces:: You can request indentation using just spaces.
489
490 Commands for Human Languages
491
492 * Words:: Moving over and killing words.
493 * Sentences:: Moving over and killing sentences.
494 * Paragraphs:: Moving over paragraphs.
495 * Pages:: Moving over pages.
496 * Filling:: Filling or justifying text.
497 * Case:: Changing the case of text.
498 * Text Mode:: The major modes for editing text files.
499 * Outline Mode:: Editing outlines.
500 * TeX Mode:: Editing input to the formatter TeX.
501 * HTML Mode:: Editing HTML, SGML, and XML files.
502 * Nroff Mode:: Editing input to the formatter nroff.
503 * Formatted Text:: Editing formatted text directly in WYSIWYG fashion.
504 * Text Based Tables:: Editing text-based tables in WYSIWYG fashion.
505
506 Filling Text
507
508 * Auto Fill:: Auto Fill mode breaks long lines automatically.
509 * Refill:: Keeping paragraphs filled.
510 * Fill Commands:: Commands to refill paragraphs and center lines.
511 * Fill Prefix:: Filling paragraphs that are indented
512 or in a comment, etc.
513 * Adaptive Fill:: How Emacs can determine the fill prefix automatically.
514 * Longlines:: Editing text with very long lines.
515
516 Editing Programs
517
518 * Program Modes:: Major modes for editing programs.
519 * Defuns:: Commands to operate on major top-level parts
520 of a program.
521 * Program Indent:: Adjusting indentation to show the nesting.
522 * Parentheses:: Commands that operate on parentheses.
523 * Comments:: Inserting, killing, and aligning comments.
524 * Documentation:: Getting documentation of functions you plan to call.
525 * Hideshow:: Displaying blocks selectively.
526 * Symbol Completion:: Completion on symbol names of your program or language.
527 * Glasses:: Making identifiersLikeThis more readable.
528 * Misc for Programs:: Other Emacs features useful for editing programs.
529 * C Modes:: Special commands of C, C++, Objective-C,
530 Java, and Pike modes.
531 * Asm Mode:: Asm mode and its special features.
532
533 Top-Level Definitions, or Defuns
534
535 * Left Margin Paren:: An open-paren or similar opening delimiter
536 starts a defun if it is at the left margin.
537 * Moving by Defuns:: Commands to move over or mark a major definition.
538 * Imenu:: Making buffer indexes as menus.
539 * Which Function:: Which Function mode shows which function you are in.
540
541 Indentation for Programs
542
543 * Basic Indent:: Indenting a single line.
544 * Multi-line Indent:: Commands to reindent many lines at once.
545 * Lisp Indent:: Specifying how each Lisp function should be indented.
546 * C Indent:: Extra features for indenting C and related modes.
547 * Custom C Indent:: Controlling indentation style for C and related modes.
548
549 Commands for Editing with Parentheses
550
551 * Expressions:: Expressions with balanced parentheses.
552 * Moving by Parens:: Commands for moving up, down and across
553 in the structure of parentheses.
554 * Matching:: Insertion of a close-delimiter flashes matching open.
555
556 Manipulating Comments
557
558 * Comment Commands:: Inserting, killing, and indenting comments.
559 * Multi-Line Comments:: Commands for adding and editing multi-line comments.
560 * Options for Comments::Customizing the comment features.
561
562 Documentation Lookup
563
564 * Info Lookup:: Looking up library functions and commands
565 in Info files.
566 * Man Page:: Looking up man pages of library functions and commands.
567 * Lisp Doc:: Looking up Emacs Lisp functions, etc.
568
569 C and Related Modes
570
571 * Motion in C:: Commands to move by C statements, etc.
572 * Electric C:: Colon and other chars can automatically reindent.
573 * Hungry Delete:: A more powerful DEL command.
574 * Other C Commands:: Filling comments, viewing expansion of macros,
575 and other neat features.
576
577 Compiling and Testing Programs
578
579 * Compilation:: Compiling programs in languages other
580 than Lisp (C, Pascal, etc.).
581 * Compilation Mode:: The mode for visiting compiler errors.
582 * Compilation Shell:: Customizing your shell properly
583 for use in the compilation buffer.
584 * Grep Searching:: Searching with grep.
585 * Flymake:: Finding syntax errors on the fly.
586 * Debuggers:: Running symbolic debuggers for non-Lisp programs.
587 * Executing Lisp:: Various modes for editing Lisp programs,
588 with different facilities for running
589 the Lisp programs.
590 * Lisp Libraries:: Creating Lisp programs to run in Emacs.
591 * Lisp Eval:: Executing a single Lisp expression in Emacs.
592 * Lisp Interaction:: Executing Lisp in an Emacs buffer.
593 * External Lisp:: Communicating through Emacs with a separate Lisp.
594
595 Running Debuggers Under Emacs
596
597 * Starting GUD:: How to start a debugger subprocess.
598 * Debugger Operation:: Connection between the debugger and source buffers.
599 * Commands of GUD:: Key bindings for common commands.
600 * GUD Customization:: Defining your own commands for GUD.
601 * GDB Graphical Interface:: An enhanced mode that uses GDB features to
602 implement a graphical debugging environment through
603 Emacs.
604
605 Maintaining Large Programs
606
607 * Change Log:: Maintaining a change history for your program.
608 * Format of ChangeLog:: What the change log file looks like.
609 * Tags:: Go direct to any function in your program in one
610 command. Tags remembers which file it is in.
611
612 Tags Tables
613
614 * Tag Syntax:: Tag syntax for various types of code and text files.
615 * Create Tags Table:: Creating a tags table with @code{etags}.
616 * Etags Regexps:: Create arbitrary tags using regular expressions.
617 * Select Tags Table:: How to visit a tags table.
618 * Find Tag:: Commands to find the definition of a specific tag.
619 * Tags Search:: Using a tags table for searching and replacing.
620 * List Tags:: Listing and finding tags defined in a file.
621
622 Abbrevs
623
624 * Abbrev Concepts:: Fundamentals of defined abbrevs.
625 * Defining Abbrevs:: Defining an abbrev, so it will expand when typed.
626 * Expanding Abbrevs:: Controlling expansion: prefixes, canceling expansion.
627 * Editing Abbrevs:: Viewing or editing the entire list of defined abbrevs.
628 * Saving Abbrevs:: Saving the entire list of abbrevs for another session.
629 * Dynamic Abbrevs:: Abbreviations for words already in the buffer.
630 * Dabbrev Customization:: What is a word, for dynamic abbrevs. Case handling.
631
632 Sending Mail
633
634 * Mail Format:: Format of the mail being composed.
635 * Mail Headers:: Details of permitted mail header fields.
636 * Mail Aliases:: Abbreviating and grouping mail addresses.
637 * Mail Mode:: Special commands for editing mail being composed.
638 * Mail Amusements:: Distract the NSA's attention; add a fortune to a msg.
639 * Mail Methods:: Using alternative mail-composition methods.
640
641 Reading Mail with Rmail
642
643 * Rmail Basics:: Basic concepts of Rmail, and simple use.
644 * Rmail Scrolling:: Scrolling through a message.
645 * Rmail Motion:: Moving to another message.
646 * Rmail Deletion:: Deleting and expunging messages.
647 * Rmail Inbox:: How mail gets into the Rmail file.
648 * Rmail Files:: Using multiple Rmail files.
649 * Rmail Output:: Copying message out to files.
650 * Rmail Labels:: Classifying messages by labeling them.
651 * Rmail Attributes:: Certain standard labels, called attributes.
652 * Rmail Reply:: Sending replies to messages you are viewing.
653 * Rmail Summary:: Summaries show brief info on many messages.
654 * Rmail Sorting:: Sorting messages in Rmail.
655 * Rmail Display:: How Rmail displays a message; customization.
656 * Rmail Coding:: How Rmail handles decoding character sets.
657 * Rmail Editing:: Editing message text and headers in Rmail.
658 * Rmail Digest:: Extracting the messages from a digest message.
659 * Out of Rmail:: Converting an Rmail file to mailbox format.
660 * Rmail Rot13:: Reading messages encoded in the rot13 code.
661 * Movemail:: More details of fetching new mail.
662 * Remote Mailboxes:: Retrieving Mail from Remote Mailboxes.
663 * Other Mailbox Formats:: Retrieving Mail from Local Mailboxes in
664 Various Formats
665
666 Dired, the Directory Editor
667
668 * Dired Enter:: How to invoke Dired.
669 * Dired Navigation:: How to move in the Dired buffer.
670 * Dired Deletion:: Deleting files with Dired.
671 * Flagging Many Files:: Flagging files based on their names.
672 * Dired Visiting:: Other file operations through Dired.
673 * Marks vs Flags:: Flagging for deletion vs marking.
674 * Operating on Files:: How to copy, rename, print, compress, etc.
675 either one file or several files.
676 * Shell Commands in Dired:: Running a shell command on the marked files.
677 * Transforming File Names:: Using patterns to rename multiple files.
678 * Comparison in Dired:: Running `diff' by way of Dired.
679 * Subdirectories in Dired:: Adding subdirectories to the Dired buffer.
680 * Subdirectory Motion:: Moving across subdirectories, and up and down.
681 * Hiding Subdirectories:: Making subdirectories visible or invisible.
682 * Dired Updating:: Discarding lines for files of no interest.
683 * Dired and Find:: Using `find' to choose the files for Dired.
684 * Wdired:: Operating on files by editing the Dired buffer.
685 * Misc Dired Features:: Various other features.
686
687 The Calendar and the Diary
688
689 * Calendar Motion:: Moving through the calendar; selecting a date.
690 * Scroll Calendar:: Bringing earlier or later months onto the screen.
691 * Counting Days:: How many days are there between two dates?
692 * General Calendar:: Exiting or recomputing the calendar.
693 * LaTeX Calendar:: Print a calendar using LaTeX.
694 * Holidays:: Displaying dates of holidays.
695 * Sunrise/Sunset:: Displaying local times of sunrise and sunset.
696 * Lunar Phases:: Displaying phases of the moon.
697 * Other Calendars:: Converting dates to other calendar systems.
698 * Diary:: Displaying events from your diary.
699 * Appointments:: Reminders when it's time to do something.
700 * Importing Diary:: Converting diary events to/from other formats.
701 * Daylight Savings:: How to specify when daylight savings time is active.
702 * Time Intervals:: Keeping track of time intervals.
703
704 Movement in the Calendar
705
706 * Calendar Unit Motion:: Moving by days, weeks, months, and years.
707 * Move to Beginning or End:: Moving to start/end of weeks, months, and years.
708 * Specified Dates:: Moving to the current date or another
709 specific date.
710
711 Conversion To and From Other Calendars
712
713 * Calendar Systems:: The calendars Emacs understands
714 (aside from Gregorian).
715 * To Other Calendar:: Converting the selected date to various calendars.
716 * From Other Calendar:: Moving to a date specified in another calendar.
717 * Mayan Calendar:: Moving to a date specified in a Mayan calendar.
718
719 The Diary
720
721 * Displaying the Diary:: Viewing diary entries and associated calendar dates.
722 * Format of Diary File:: Entering events in your diary.
723 * Date Formats:: Various ways you can specify dates.
724 * Adding to Diary:: Commands to create diary entries.
725 * Special Diary Entries:: Anniversaries, blocks of dates, cyclic entries, etc.
726
727 Gnus
728
729 * Buffers of Gnus:: The group, summary, and article buffers.
730 * Gnus Startup:: What you should know about starting Gnus.
731 * Summary of Gnus:: A short description of the basic Gnus commands.
732
733 Running Shell Commands from Emacs
734
735 * Single Shell:: How to run one shell command and return.
736 * Interactive Shell:: Permanent shell taking input via Emacs.
737 * Shell Mode:: Special Emacs commands used with permanent shell.
738 * Shell Prompts:: Two ways to recognize shell prompts.
739 * Shell History:: Repeating previous commands in a shell buffer.
740 * Directory Tracking:: Keeping track when the subshell changes directory.
741 * Shell Options:: Options for customizing Shell mode.
742 * Terminal emulator:: An Emacs window as a terminal emulator.
743 * Term Mode:: Special Emacs commands used in Term mode.
744 * Paging in Term:: Paging in the terminal emulator.
745 * Remote Host:: Connecting to another computer.
746
747 Using Emacs as a Server
748
749 * Invoking emacsclient:: Emacs client startup options.
750
751 Hyperlinking and Navigation Features
752
753 * Browse-URL:: Following URLs.
754 * Goto-address:: Activating URLs.
755 * FFAP:: Finding files etc. at point.
756
757 Customization
758
759 * Minor Modes:: Each minor mode is one feature you can turn on
760 independently of any others.
761 * Easy Customization:: Convenient way to browse and change user options.
762 * Variables:: Many Emacs commands examine Emacs variables
763 to decide what to do; by setting variables,
764 you can control their functioning.
765 * Key Bindings:: The keymaps say what command each key runs.
766 By changing them, you can "redefine keys".
767 * Syntax:: The syntax table controls how words and
768 expressions are parsed.
769 * Init File:: How to write common customizations in the
770 @file{.emacs} file.
771
772 Variables
773
774 * Examining:: Examining or setting one variable's value.
775 * Hooks:: Hook variables let you specify programs for parts
776 of Emacs to run on particular occasions.
777 * Locals:: Per-buffer values of variables.
778 * File Variables:: How files can specify variable values.
779
780 Customizing Key Bindings
781
782 * Keymaps:: Generalities. The global keymap.
783 * Prefix Keymaps:: Keymaps for prefix keys.
784 * Local Keymaps:: Major and minor modes have their own keymaps.
785 * Minibuffer Maps:: The minibuffer uses its own local keymaps.
786 * Rebinding:: How to redefine one key's meaning conveniently.
787 * Init Rebinding:: Rebinding keys with your init file, @file{.emacs}.
788 * Function Keys:: Rebinding terminal function keys.
789 * Named ASCII Chars:: Distinguishing @key{TAB} from @kbd{C-i}, and so on.
790 * Non-ASCII Rebinding:: Rebinding non-@acronym{ASCII} characters such as Latin-1.
791 * Mouse Buttons:: Rebinding mouse buttons in Emacs.
792 * Disabling:: Disabling a command means confirmation is required
793 before it can be executed. This is done to protect
794 beginners from surprises.
795
796 The Init File, @file{~/.emacs}
797
798 * Init Syntax:: Syntax of constants in Emacs Lisp.
799 * Init Examples:: How to do some things with an init file.
800 * Terminal Init:: Each terminal type can have an init file.
801 * Find Init:: How Emacs finds the init file.
802
803 Dealing with Emacs Trouble
804
805 * DEL Does Not Delete:: What to do if @key{DEL} doesn't delete.
806 * Stuck Recursive:: `[...]' in mode line around the parentheses.
807 * Screen Garbled:: Garbage on the screen.
808 * Text Garbled:: Garbage in the text.
809 * Memory Full:: How to cope when you run out of memory.
810 * After a Crash:: Recovering editing in an Emacs session that crashed.
811 * Emergency Escape:: Emergency escape---
812 What to do if Emacs stops responding.
813 * Total Frustration:: When you are at your wits' end.
814
815 Reporting Bugs
816
817 * Bug Criteria:: Have you really found a bug?
818 * Understanding Bug Reporting:: How to report a bug effectively.
819 * Checklist:: Steps to follow for a good bug report.
820 * Sending Patches:: How to send a patch for GNU Emacs.
821
822 Command Line Arguments for Emacs Invocation
823
824 * Action Arguments:: Arguments to visit files, load libraries,
825 and call functions.
826 * Initial Options:: Arguments that take effect while starting Emacs.
827 * Command Example:: Examples of using command line arguments.
828 * Resume Arguments:: Specifying arguments when you resume a running Emacs.
829 * Environment:: Environment variables that Emacs uses.
830 * Display X:: Changing the default display and using remote login.
831 * Font X:: Choosing a font for text, under X.
832 * Colors:: Choosing display colors.
833 * Window Size X:: Start-up window size, under X.
834 * Borders X:: Internal and external borders, under X.
835 * Title X:: Specifying the initial frame's title.
836 * Icons X:: Choosing what sort of icon to use, under X.
837 * Misc X:: Other display options.
838
839 Environment Variables
840
841 * General Variables:: Environment variables that all versions of Emacs use.
842 * Misc Variables:: Certain system specific variables.
843 * MS-Windows Registry:: An alternative to the environment on MS-Windows.
844
845 X Options and Resources
846
847 * Resources:: Using X resources with Emacs (in general).
848 * Table of Resources:: Table of specific X resources that affect Emacs.
849 * Face Resources:: X resources for customizing faces.
850 * Lucid Resources:: X resources for Lucid menus.
851 * LessTif Resources:: X resources for LessTif and Motif menus.
852 * GTK resources:: Resources for GTK widgets.
853
854 Emacs and Mac OS
855
856 * Mac Input:: Keyboard and mouse input on Mac.
857 * Mac International:: International character sets on Mac.
858 * Mac Environment Variables:: Setting environment variables for Emacs.
859 * Mac Directories:: Volumes and directories on Mac.
860 * Mac Font Specs:: Specifying fonts on Mac.
861 * Mac Functions:: Mac-specific Lisp functions.
862
863 MS-DOS and Windows 95/98/NT
864
865 * MS-DOS Keyboard:: Keyboard usage on MS-DOS.
866 * MS-DOS Mouse:: Mouse usage on MS-DOS.
867 * MS-DOS Display:: Fonts, frames and display size on MS-DOS.
868 * MS-DOS File Names:: File-name conventions on MS-DOS.
869 * Text and Binary:: Text files on MS-DOS use CRLF to separate lines.
870 * MS-DOS Printing:: How to specify the printer on MS-DOS.
871 * MS-DOS and MULE:: Support for internationalization on MS-DOS.
872 * MS-DOS Processes:: Running subprocesses on MS-DOS.
873 * Windows Processes:: Running subprocesses on Windows.
874 * Windows System Menu:: Controlling what the ALT key does.
875 @end menu
876
877 @iftex
878 @unnumbered Preface
879
880 This manual documents the use and simple customization of the Emacs
881 editor. The reader is not expected to be a programmer; simple
882 customizations do not require programming skill. The user who is not
883 interested in customizing can ignore the scattered customization hints.
884
885 This is primarily a reference manual, but can also be used as a
886 primer. For complete beginners, it is a good idea to start with the
887 on-line, learn-by-doing tutorial, before reading the manual. To run the
888 tutorial, start Emacs and type @kbd{C-h t}. This way you can learn
889 Emacs by using Emacs on a specially designed file which describes
890 commands, tells you when to try them, and then explains the results you
891 see.
892
893 On first reading, just skim chapters 1 and 2, which describe the
894 notational conventions of the manual and the general appearance of the
895 Emacs display screen. Note which questions are answered in these
896 chapters, so you can refer back later. After reading chapter 4, you
897 should practice the commands there. The next few chapters describe
898 fundamental techniques and concepts that are used constantly. You need
899 to understand them thoroughly, experimenting with them if necessary.
900
901 Chapters 14 through 19 describe intermediate-level features that are
902 useful for all kinds of editing. Chapter 20 and following chapters
903 describe features that you may or may not want to use; read those
904 chapters when you need them.
905
906 Read the Trouble chapter if Emacs does not seem to be working
907 properly. It explains how to cope with some common problems
908 (@pxref{Lossage}), as well as when and how to report Emacs bugs
909 (@pxref{Bugs}).
910
911 To find the documentation on a particular command, look in the index.
912 Keys (character commands) and command names have separate indexes. There
913 is also a glossary, with a cross reference for each term.
914
915 This manual is available as a printed book and also as an Info file.
916 The Info file is for on-line perusal with the Info program, which will
917 be the principal way of viewing documentation on-line in the GNU system.
918 Both the Info file and the Info program itself are distributed along
919 with GNU Emacs. The Info file and the printed book contain
920 substantially the same text and are generated from the same source
921 files, which are also distributed along with GNU Emacs.
922
923 GNU Emacs is a member of the Emacs editor family. There are many
924 Emacs editors, all sharing common principles of organization. For
925 information on the underlying philosophy of Emacs and the lessons
926 learned from its development, see @cite{Emacs, the Extensible,
927 Customizable Self-Documenting Display Editor}, available from
928 @url{ftp://publications.ai.mit.edu/ai-publications/pdf/AIM-519A.pdf}.
929
930 This edition of the manual is intended for use with GNU Emacs
931 installed on GNU and Unix systems. GNU Emacs can also be used on VMS,
932 MS-DOS (also called MS-DOG), Microsoft Windows, and Macintosh systems.
933 Those systems use different file name syntax; in addition, VMS and
934 MS-DOS do not support all GNU Emacs features. @xref{MS-DOS}, for
935 information about using Emacs on MS-DOS and Windows. @xref{Mac OS},
936 for information about using Emacs on Macintosh. We don't try to
937 describe VMS usage in this manual.
938 @end iftex
939
940 @node Distrib, Intro, Top, Top
941 @unnumbered Distribution
942
943 GNU Emacs is @dfn{free software}; this means that everyone is free to
944 use it and free to redistribute it on certain conditions. GNU Emacs
945 is not in the public domain; it is copyrighted and there are
946 restrictions on its distribution, but these restrictions are designed
947 to permit everything that a good cooperating citizen would want to do.
948 What is not allowed is to try to prevent others from further sharing
949 any version of GNU Emacs that they might get from you. The precise
950 conditions are found in the GNU General Public License that comes with
951 Emacs and also appears in this manual@footnote{This manual is itself
952 covered by the GNU Free Documentation License. This license is
953 similar in spirit to the General Public License, but is more suitable
954 for documentation. @xref{GNU Free Documentation License}.}.
955 @xref{Copying}.
956
957 One way to get a copy of GNU Emacs is from someone else who has it.
958 You need not ask for our permission to do so, or tell any one else;
959 just copy it. If you have access to the Internet, you can get the
960 latest distribution version of GNU Emacs by anonymous FTP; see
961 @url{http://www.gnu.org/software/emacs} on our website for more
962 information.
963
964 You may also receive GNU Emacs when you buy a computer. Computer
965 manufacturers are free to distribute copies on the same terms that apply to
966 everyone else. These terms require them to give you the full sources,
967 including whatever changes they may have made, and to permit you to
968 redistribute the GNU Emacs received from them under the usual terms of the
969 General Public License. In other words, the program must be free for you
970 when you get it, not just free for the manufacturer.
971
972 You can also order copies of GNU Emacs from the Free Software
973 Foundation. This is a convenient and reliable way to get a copy; it is
974 also a good way to help fund our work. We also sell hardcopy versions
975 of this manual and @cite{An Introduction to Programming in Emacs Lisp},
976 by Robert J. Chassell. You can find an order form on our web site at
977 @url{http://www.gnu.org/order/order.html}. For further information,
978 write to
979
980 @display
981 Free Software Foundation
982 51 Franklin Street, Fifth Floor
983 Boston, MA 02110-1301
984 USA
985 @end display
986
987 The income from distribution fees goes to support the foundation's
988 purpose: the development of new free software, and improvements to our
989 existing programs including GNU Emacs.
990
991 If you find GNU Emacs useful, please @strong{send a donation} to the
992 Free Software Foundation to support our work. Donations to the Free
993 Software Foundation are tax deductible in the US. If you use GNU Emacs
994 at your workplace, please suggest that the company make a donation. If
995 company policy is unsympathetic to the idea of donating to charity, you
996 might instead suggest ordering a CD-ROM from the Foundation
997 occasionally, or subscribing to periodic updates.
998
999 @iftex
1000 @node Acknowledgments, Intro, Distrib, Top
1001 @unnumberedsec Acknowledgments
1002
1003 Contributors to GNU Emacs include Per Abrahamsen, Tomas Abrahamsson,
1004 Jay K.@: Adams, Joe Arceneaux, Miles Bader, David Bakhash, Eli
1005 Barzilay, Steven L.@: Baur, Boaz Ben-Zvi, Ray Blaak, Jim Blandy, Per
1006 Bothner, Terrence Brannon, Frank Bresz, Peter Breton, Emmanuel Briot,
1007 Kevin Broadey, Vincent Broman, David M.@: Brown, Georges Brun-Cottan,
1008 W@l{}odek Bzyl, Bill Carpenter, Per Cederqvist, Hans Chalupsky, Chris
1009 Chase, Bob Chassell, Andrew Choi, James Clark, Mike Clarkson, Glynn
1010 Clements, Andrew Csillag, Doug Cutting, Michael DeCorte, Gary Delp,
1011 Matthieu Devin, Eri Ding, Jan Dj@"{a}rv, Carsten Dominik, Scott
1012 Draves, Benjamin Drieu, Viktor Dukhovni, John Eaton, Rolf Ebert,
1013 Stephen Eglen, Torbj@"orn Einarsson, Tsugutomo Enami, Hans Henrik
1014 Eriksen, Michael Ernst, Ata Etemadi, Frederick Farnbach, Oscar
1015 Figueiredo, Fred Fish, Karl Fogel, Gary Foster, Noah Friedman,
1016 Hallvard Furuseth, Keith Gabryelski, Kevin Gallagher, Kevin Gallo,
1017 Juan Le@'{o}n Lahoz Garc@'{i}a, Howard Gayle, Stephen Gildea, Julien
1018 Gilles, David Gillespie, Bob Glickstein, Boris Goldowsky, Michelangelo
1019 Grigni, Odd Gripenstam, Kai Gro@ss{}johann, Michael Gschwind, Henry
1020 Guillaume, Doug Gwyn, Ken'ichi Handa, Chris Hanson, K. Shane Hartman,
1021 John Heidemann, Jon K.@: Hellan, Markus Heritsch, Karl Heuer, Manabu
1022 Higashida, Anders Holst, Kurt Hornik, Tom Houlder, Denis Howe, Lars
1023 Ingebrigtsen, Andrew Innes, Seiichiro Inoue, Ulf Jasper, Michael
1024 K. Johnson, Kyle Jones, Terry Jones, Simon Josefsson, Tomoji Kagatani,
1025 Brewster Kahle, David Kaufman, Henry Kautz, Taichi Kawabata, Howard
1026 Kaye, Michael Kifer, Richard King, Peter Kleiweg, Larry K.@: Kolodney,
1027 Pavel Kobiakov, Larry K.@: Kolodney, David M.@: Koppelman, Koseki
1028 Yoshinori, Robert Krawitz, Sebastian Kremer, Ryszard Kubiak, Geoff
1029 Kuenning, David K@aa{}gedal, Daniel LaLiberte, Aaron Larson, James
1030 R.@: Larus, Vinicius Jose Latorre, Frederic Lepied, Peter Liljenberg,
1031 Lars Lindberg, Chris Lindblad, Anders Lindgren, Thomas Link, Dave
1032 Love, Eric Ludlam, Alan Mackenzie, Christopher J.@: Madsen,
1033 Neil M.@: Mager, Ken Manheimer, Bill Mann, Brian Marick, Simon
1034 Marshall, Bengt Martensson, Charlie Martin, Thomas May, Roland McGrath,
1035 Will Mengarini, David Megginson, Wayne Mesard, Brad Miller, Richard
1036 Mlynarik, Gerd Moellmann, Stefan Monnier, Morioka Tomohiko, Keith
1037 Moore, Sen Nagata, Erik Naggum, Thomas Neumann, Thien-Thi Nguyen, Mike
1038 Newton, Jurgen Nickelsen, Dan Nicolaescu, Jeff Norden, Andrew Norman,
1039 Alexandre Oliva, Bob Olson, Takaaki Ota, Pieter E.@: J.@: Pareit,
1040 David Pearson, Jeff Peck, Damon Anton Permezel, Tom Perrine, William
1041 M.@: Perry, Per Persson, Jens Petersen, Daniel Pfeiffer, Richard
1042 L.@: Pieri, Fred Pierresteguy, Christian Plaunt, David Ponce, Francesco
1043 A. Potorti, Michael D. Prange, Mukesh Prasad, Marko Rahamaa, Ashwin
1044 Ram, Eric S. Raymond, Paul Reilly, Edward M. Reingold, Alex Rezinsky,
1045 Rob Riepel, Nick Roberts, Roland B.@: Roberts, John Robinson, Danny
1046 Roozendaal, William Rosenblatt, Guillermo J.@: Rozas, Ivar Rummelhoff,
1047 Jason Rumney, Wolfgang Rupprecht, Kevin Ryde, James B. Salem, Masahiko
1048 Sato, Holger Schauer, William Schelter, Ralph Schleicher, Gregor
1049 Schmid, Michael Schmidt, Ronald S. Schnell, Philippe Schnoebelen, Jan
1050 Schormann, Alex Schroeder, Stephen Schoef, Randal Schwartz, Oliver
1051 Seidel, Manuel Serrano, Hovav Shacham, Stanislav Shalunov, Mark
1052 Shapiro, Richard Sharman, Olin Shivers, Espen Skoglund, Rick Sladkey,
1053 Lynn Slater, Chris Smith, David Smith, Paul D.@: Smith, Andre Spiegel,
1054 Michael Staats, William Sommerfeld, Michael Staats, Sam Steingold, Ake
1055 Stenhoff, Peter Stephenson, Ken Stevens, Jonathan Stigelman, Martin
1056 Stjernholm, Kim F.@: Storm, Steve Strassman, Olaf Sylvester, Naoto
1057 Takahashi, Jean-Philippe Theberge, Jens T.@: Berger Thielemann,
1058 Spencer Thomas, Jim Thompson, Tom Tromey, Daiki Ueno, Masanobu Umeda,
1059 Rajesh Vaidheeswarran, Neil W.@: Van Dyke, Didier Verna, Ulrik Vieth,
1060 Geoffrey Voelker, Johan Vromans, Inge Wallin, Colin Walters, Barry
1061 Warsaw, Morten Welinder, Joseph Brian Wells, Rodney Whitby, John
1062 Wiegley, Ed Wilkinson, Mike Williams, Bill Wohler, Steven A. Wood,
1063 Dale R.@: Worley, Francis J.@: Wright, Felix S. T. Wu, Tom Wurgler,
1064 Masatake Yamato, Jonathan Yavner, Ilya Zakharevich, Milan Zamazal,
1065 Victor Zandy, Eli Zaretskii, Jamie Zawinski, Shenghuo Zhu, Ian
1066 T.@: Zimmermann, Reto Zimmermann, Neal Ziring, and Detlev Zundel.
1067 @end iftex
1068
1069 @node Intro, Glossary, Distrib, Top
1070 @unnumbered Introduction
1071
1072 You are reading about GNU Emacs, the GNU incarnation of the advanced,
1073 self-documenting, customizable, extensible real-time display editor Emacs.
1074 (The `G' in `GNU' is not silent.)
1075
1076 We say that Emacs is a @dfn{display} editor because normally the text
1077 being edited is visible on the screen and is updated automatically as you
1078 type your commands. @xref{Screen,Display}.
1079
1080 We call it a @dfn{real-time} editor because the display is updated very
1081 frequently, usually after each character or pair of characters you
1082 type. This minimizes the amount of information you must keep in your
1083 head as you edit. @xref{Basic,Real-time,Basic Editing}.
1084
1085 We call Emacs advanced because it provides facilities that go beyond
1086 simple insertion and deletion: controlling subprocesses; automatic
1087 indentation of programs; viewing two or more files at once; editing
1088 formatted text; and dealing in terms of characters, words, lines,
1089 sentences, paragraphs, and pages, as well as expressions and comments in
1090 several different programming languages.
1091
1092 @dfn{Self-documenting} means that at any time you can type a special
1093 character, @kbd{Control-h}, to find out what your options are. You can
1094 also use it to find out what any command does, or to find all the commands
1095 that pertain to a topic. @xref{Help}.
1096
1097 @dfn{Customizable} means that you can change the definitions of Emacs
1098 commands in little ways. For example, if you use a programming language in
1099 which comments start with @samp{<**} and end with @samp{**>}, you can tell
1100 the Emacs comment manipulation commands to use those strings
1101 (@pxref{Comments}). Another sort of customization is rearrangement of the
1102 command set. For example, if you prefer the four basic cursor motion
1103 commands (up, down, left and right) on keys in a diamond pattern on the
1104 keyboard, you can rebind the keys that way. @xref{Customization}.
1105
1106 @dfn{Extensible} means that you can go beyond simple customization and
1107 write entirely new commands, programs in the Lisp language to be run by
1108 Emacs's own Lisp interpreter. Emacs is an ``on-line extensible''
1109 system, which means that it is divided into many functions that call
1110 each other, any of which can be redefined in the middle of an editing
1111 session. Almost any part of Emacs can be replaced without making a
1112 separate copy of all of Emacs. Most of the editing commands of Emacs
1113 are written in Lisp; the few exceptions could have been written
1114 in Lisp but are written in C for efficiency. Although only a programmer
1115 can write an extension, anybody can use it afterward. @xref{Top,
1116 Emacs Lisp Intro, Preface, eintr, An Introduction to Programming in
1117 Emacs Lisp}, if you want to learn Emacs Lisp programming.
1118
1119 When running on a graphical display, Emacs provides its own menus
1120 and convenient handling of mouse buttons. But Emacs provides many of
1121 the benefits of a graphical display even on a text-only terminal. For
1122 instance, it can highlight parts of a file, display and edit several
1123 files at once, move text between files, and edit files while running
1124 shell commands.
1125
1126 @include screen.texi
1127 @include commands.texi
1128 @include entering.texi
1129 @include basic.texi
1130 @include mini.texi
1131 @include m-x.texi
1132 @include help.texi
1133 @include mark.texi
1134 @include killing.texi
1135 @include regs.texi
1136 @include display.texi
1137 @include search.texi
1138 @include fixit.texi
1139 @include kmacro.texi
1140 @include files.texi
1141 @include buffers.texi
1142 @include windows.texi
1143 @include frames.texi
1144 @include mule.texi
1145 @include major.texi
1146 @include indent.texi
1147 @include text.texi
1148 @include programs.texi
1149 @include building.texi
1150 @include maintaining.texi
1151 @include abbrevs.texi
1152 @include sending.texi
1153 @include rmail.texi
1154 @include dired.texi
1155 @include calendar.texi
1156 @include misc.texi
1157 @include custom.texi
1158 @include trouble.texi
1159
1160 @node Copying, GNU Free Documentation License, Service, Top
1161 @appendix GNU GENERAL PUBLIC LICENSE
1162 @center Version 2, June 1991
1163
1164 @display
1165 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
1166 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
1167
1168 Everyone is permitted to copy and distribute verbatim copies
1169 of this license document, but changing it is not allowed.
1170 @end display
1171
1172 @unnumberedsec Preamble
1173
1174 The licenses for most software are designed to take away your
1175 freedom to share and change it. By contrast, the GNU General Public
1176 License is intended to guarantee your freedom to share and change free
1177 software---to make sure the software is free for all its users. This
1178 General Public License applies to most of the Free Software
1179 Foundation's software and to any other program whose authors commit to
1180 using it. (Some other Free Software Foundation software is covered by
1181 the GNU Library General Public License instead.) You can apply it to
1182 your programs, too.
1183
1184 When we speak of free software, we are referring to freedom, not
1185 price. Our General Public Licenses are designed to make sure that you
1186 have the freedom to distribute copies of free software (and charge for
1187 this service if you wish), that you receive source code or can get it
1188 if you want it, that you can change the software or use pieces of it
1189 in new free programs; and that you know you can do these things.
1190
1191 To protect your rights, we need to make restrictions that forbid
1192 anyone to deny you these rights or to ask you to surrender the rights.
1193 These restrictions translate to certain responsibilities for you if you
1194 distribute copies of the software, or if you modify it.
1195
1196 For example, if you distribute copies of such a program, whether
1197 gratis or for a fee, you must give the recipients all the rights that
1198 you have. You must make sure that they, too, receive or can get the
1199 source code. And you must show them these terms so they know their
1200 rights.
1201
1202 We protect your rights with two steps: (1) copyright the software, and
1203 (2) offer you this license which gives you legal permission to copy,
1204 distribute and/or modify the software.
1205
1206 Also, for each author's protection and ours, we want to make certain
1207 that everyone understands that there is no warranty for this free
1208 software. If the software is modified by someone else and passed on, we
1209 want its recipients to know that what they have is not the original, so
1210 that any problems introduced by others will not reflect on the original
1211 authors' reputations.
1212
1213 Finally, any free program is threatened constantly by software
1214 patents. We wish to avoid the danger that redistributors of a free
1215 program will individually obtain patent licenses, in effect making the
1216 program proprietary. To prevent this, we have made it clear that any
1217 patent must be licensed for everyone's free use or not licensed at all.
1218
1219 The precise terms and conditions for copying, distribution and
1220 modification follow.
1221
1222 @iftex
1223 @unnumberedsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1224 @end iftex
1225 @ifinfo
1226 @center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1227 @end ifinfo
1228
1229 @enumerate 0
1230 @item
1231 This License applies to any program or other work which contains
1232 a notice placed by the copyright holder saying it may be distributed
1233 under the terms of this General Public License. The ``Program,'' below,
1234 refers to any such program or work, and a ``work based on the Program''
1235 means either the Program or any derivative work under copyright law:
1236 that is to say, a work containing the Program or a portion of it,
1237 either verbatim or with modifications and/or translated into another
1238 language. (Hereinafter, translation is included without limitation in
1239 the term ``modification.'') Each licensee is addressed as ``you.''
1240
1241 Activities other than copying, distribution and modification are not
1242 covered by this License; they are outside its scope. The act of
1243 running the Program is not restricted, and the output from the Program
1244 is covered only if its contents constitute a work based on the
1245 Program (independent of having been made by running the Program).
1246 Whether that is true depends on what the Program does.
1247
1248 @item
1249 You may copy and distribute verbatim copies of the Program's
1250 source code as you receive it, in any medium, provided that you
1251 conspicuously and appropriately publish on each copy an appropriate
1252 copyright notice and disclaimer of warranty; keep intact all the
1253 notices that refer to this License and to the absence of any warranty;
1254 and give any other recipients of the Program a copy of this License
1255 along with the Program.
1256
1257 You may charge a fee for the physical act of transferring a copy, and
1258 you may at your option offer warranty protection in exchange for a fee.
1259
1260 @item
1261 You may modify your copy or copies of the Program or any portion
1262 of it, thus forming a work based on the Program, and copy and
1263 distribute such modifications or work under the terms of Section 1
1264 above, provided that you also meet all of these conditions:
1265
1266 @enumerate a
1267 @item
1268 You must cause the modified files to carry prominent notices
1269 stating that you changed the files and the date of any change.
1270
1271 @item
1272 You must cause any work that you distribute or publish, that in
1273 whole or in part contains or is derived from the Program or any
1274 part thereof, to be licensed as a whole at no charge to all third
1275 parties under the terms of this License.
1276
1277 @item
1278 If the modified program normally reads commands interactively
1279 when run, you must cause it, when started running for such
1280 interactive use in the most ordinary way, to print or display an
1281 announcement including an appropriate copyright notice and a
1282 notice that there is no warranty (or else, saying that you provide
1283 a warranty) and that users may redistribute the program under
1284 these conditions, and telling the user how to view a copy of this
1285 License. (Exception: if the Program itself is interactive but
1286 does not normally print such an announcement, your work based on
1287 the Program is not required to print an announcement.)
1288 @end enumerate
1289
1290 These requirements apply to the modified work as a whole. If
1291 identifiable sections of that work are not derived from the Program,
1292 and can be reasonably considered independent and separate works in
1293 themselves, then this License, and its terms, do not apply to those
1294 sections when you distribute them as separate works. But when you
1295 distribute the same sections as part of a whole which is a work based
1296 on the Program, the distribution of the whole must be on the terms of
1297 this License, whose permissions for other licensees extend to the
1298 entire whole, and thus to each and every part regardless of who wrote it.
1299
1300 Thus, it is not the intent of this section to claim rights or contest
1301 your rights to work written entirely by you; rather, the intent is to
1302 exercise the right to control the distribution of derivative or
1303 collective works based on the Program.
1304
1305 In addition, mere aggregation of another work not based on the Program
1306 with the Program (or with a work based on the Program) on a volume of
1307 a storage or distribution medium does not bring the other work under
1308 the scope of this License.
1309
1310 @item
1311 You may copy and distribute the Program (or a work based on it,
1312 under Section 2) in object code or executable form under the terms of
1313 Sections 1 and 2 above provided that you also do one of the following:
1314
1315 @enumerate a
1316 @item
1317 Accompany it with the complete corresponding machine-readable
1318 source code, which must be distributed under the terms of Sections
1319 1 and 2 above on a medium customarily used for software interchange; or,
1320
1321 @item
1322 Accompany it with a written offer, valid for at least three
1323 years, to give any third party, for a charge no more than your
1324 cost of physically performing source distribution, a complete
1325 machine-readable copy of the corresponding source code, to be
1326 distributed under the terms of Sections 1 and 2 above on a medium
1327 customarily used for software interchange; or,
1328
1329 @item
1330 Accompany it with the information you received as to the offer
1331 to distribute corresponding source code. (This alternative is
1332 allowed only for noncommercial distribution and only if you
1333 received the program in object code or executable form with such
1334 an offer, in accord with Subsection b above.)
1335 @end enumerate
1336
1337 The source code for a work means the preferred form of the work for
1338 making modifications to it. For an executable work, complete source
1339 code means all the source code for all modules it contains, plus any
1340 associated interface definition files, plus the scripts used to
1341 control compilation and installation of the executable. However, as a
1342 special exception, the source code distributed need not include
1343 anything that is normally distributed (in either source or binary
1344 form) with the major components (compiler, kernel, and so on) of the
1345 operating system on which the executable runs, unless that component
1346 itself accompanies the executable.
1347
1348 If distribution of executable or object code is made by offering
1349 access to copy from a designated place, then offering equivalent
1350 access to copy the source code from the same place counts as
1351 distribution of the source code, even though third parties are not
1352 compelled to copy the source along with the object code.
1353
1354 @item
1355 You may not copy, modify, sublicense, or distribute the Program
1356 except as expressly provided under this License. Any attempt
1357 otherwise to copy, modify, sublicense or distribute the Program is
1358 void, and will automatically terminate your rights under this License.
1359 However, parties who have received copies, or rights, from you under
1360 this License will not have their licenses terminated so long as such
1361 parties remain in full compliance.
1362
1363 @item
1364 You are not required to accept this License, since you have not
1365 signed it. However, nothing else grants you permission to modify or
1366 distribute the Program or its derivative works. These actions are
1367 prohibited by law if you do not accept this License. Therefore, by
1368 modifying or distributing the Program (or any work based on the
1369 Program), you indicate your acceptance of this License to do so, and
1370 all its terms and conditions for copying, distributing or modifying
1371 the Program or works based on it.
1372
1373 @item
1374 Each time you redistribute the Program (or any work based on the
1375 Program), the recipient automatically receives a license from the
1376 original licensor to copy, distribute or modify the Program subject to
1377 these terms and conditions. You may not impose any further
1378 restrictions on the recipients' exercise of the rights granted herein.
1379 You are not responsible for enforcing compliance by third parties to
1380 this License.
1381
1382 @item
1383 If, as a consequence of a court judgment or allegation of patent
1384 infringement or for any other reason (not limited to patent issues),
1385 conditions are imposed on you (whether by court order, agreement or
1386 otherwise) that contradict the conditions of this License, they do not
1387 excuse you from the conditions of this License. If you cannot
1388 distribute so as to satisfy simultaneously your obligations under this
1389 License and any other pertinent obligations, then as a consequence you
1390 may not distribute the Program at all. For example, if a patent
1391 license would not permit royalty-free redistribution of the Program by
1392 all those who receive copies directly or indirectly through you, then
1393 the only way you could satisfy both it and this License would be to
1394 refrain entirely from distribution of the Program.
1395
1396 If any portion of this section is held invalid or unenforceable under
1397 any particular circumstance, the balance of the section is intended to
1398 apply and the section as a whole is intended to apply in other
1399 circumstances.
1400
1401 It is not the purpose of this section to induce you to infringe any
1402 patents or other property right claims or to contest validity of any
1403 such claims; this section has the sole purpose of protecting the
1404 integrity of the free software distribution system, which is
1405 implemented by public license practices. Many people have made
1406 generous contributions to the wide range of software distributed
1407 through that system in reliance on consistent application of that
1408 system; it is up to the author/donor to decide if he or she is willing
1409 to distribute software through any other system and a licensee cannot
1410 impose that choice.
1411
1412 This section is intended to make thoroughly clear what is believed to
1413 be a consequence of the rest of this License.
1414
1415 @item
1416 If the distribution and/or use of the Program is restricted in
1417 certain countries either by patents or by copyrighted interfaces, the
1418 original copyright holder who places the Program under this License
1419 may add an explicit geographical distribution limitation excluding
1420 those countries, so that distribution is permitted only in or among
1421 countries not thus excluded. In such case, this License incorporates
1422 the limitation as if written in the body of this License.
1423
1424 @item
1425 The Free Software Foundation may publish revised and/or new versions
1426 of the General Public License from time to time. Such new versions will
1427 be similar in spirit to the present version, but may differ in detail to
1428 address new problems or concerns.
1429
1430 Each version is given a distinguishing version number. If the Program
1431 specifies a version number of this License which applies to it and ``any
1432 later version,'' you have the option of following the terms and conditions
1433 either of that version or of any later version published by the Free
1434 Software Foundation. If the Program does not specify a version number of
1435 this License, you may choose any version ever published by the Free Software
1436 Foundation.
1437
1438 @item
1439 If you wish to incorporate parts of the Program into other free
1440 programs whose distribution conditions are different, write to the author
1441 to ask for permission. For software which is copyrighted by the Free
1442 Software Foundation, write to the Free Software Foundation; we sometimes
1443 make exceptions for this. Our decision will be guided by the two goals
1444 of preserving the free status of all derivatives of our free software and
1445 of promoting the sharing and reuse of software generally.
1446
1447 @iftex
1448 @heading NO WARRANTY
1449 @end iftex
1450 @ifinfo
1451 @center NO WARRANTY
1452 @end ifinfo
1453
1454 @item
1455 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
1456 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW@. EXCEPT WHEN
1457 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
1458 PROVIDE THE PROGRAM ``AS IS'' WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
1459 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1460 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE@. THE ENTIRE RISK AS
1461 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU@. SHOULD THE
1462 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
1463 REPAIR OR CORRECTION.
1464
1465 @item
1466 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1467 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
1468 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
1469 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
1470 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
1471 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
1472 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
1473 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
1474 POSSIBILITY OF SUCH DAMAGES.
1475 @end enumerate
1476
1477 @iftex
1478 @heading END OF TERMS AND CONDITIONS
1479 @end iftex
1480 @ifinfo
1481 @center END OF TERMS AND CONDITIONS
1482 @end ifinfo
1483
1484 @page
1485 @unnumberedsec How to Apply These Terms to Your New Programs
1486
1487 If you develop a new program, and you want it to be of the greatest
1488 possible use to the public, the best way to achieve this is to make it
1489 free software which everyone can redistribute and change under these terms.
1490
1491 To do so, attach the following notices to the program. It is safest
1492 to attach them to the start of each source file to most effectively
1493 convey the exclusion of warranty; and each file should have at least
1494 the ``copyright'' line and a pointer to where the full notice is found.
1495
1496 @smallexample
1497 @var{one line to give the program's name and an idea of what it does.}
1498 Copyright (C) 19@var{yy} @var{name of author}
1499
1500 This program is free software; you can redistribute it and/or
1501 modify it under the terms of the GNU General Public License
1502 as published by the Free Software Foundation; either version 2
1503 of the License, or (at your option) any later version.
1504
1505 This program is distributed in the hope that it will be useful,
1506 but WITHOUT ANY WARRANTY; without even the implied warranty of
1507 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@. See the
1508 GNU General Public License for more details.
1509
1510 You should have received a copy of the GNU General Public License along
1511 with this program; if not, write to the Free Software Foundation, Inc.,
1512 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1513 @end smallexample
1514
1515 Also add information on how to contact you by electronic and paper mail.
1516
1517 If the program is interactive, make it output a short notice like this
1518 when it starts in an interactive mode:
1519
1520 @smallexample
1521 Gnomovision version 69, Copyright (C) 20@var{yy} @var{name of author}
1522 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
1523 type `show w'. This is free software, and you are welcome
1524 to redistribute it under certain conditions; type `show c'
1525 for details.
1526 @end smallexample
1527
1528 The hypothetical commands @samp{show w} and @samp{show c} should show
1529 the appropriate parts of the General Public License. Of course, the
1530 commands you use may be called something other than @samp{show w} and
1531 @samp{show c}; they could even be mouse-clicks or menu items---whatever
1532 suits your program.
1533
1534 You should also get your employer (if you work as a programmer) or your
1535 school, if any, to sign a ``copyright disclaimer'' for the program, if
1536 necessary. Here is a sample; alter the names:
1537
1538 @smallexample
1539 @group
1540 Yoyodyne, Inc., hereby disclaims all copyright
1541 interest in the program `Gnomovision'
1542 (which makes passes at compilers) written
1543 by James Hacker.
1544
1545 @var{signature of Ty Coon}, 1 April 1989
1546 Ty Coon, President of Vice
1547 @end group
1548 @end smallexample
1549
1550 This General Public License does not permit incorporating your program into
1551 proprietary programs. If your program is a subroutine library, you may
1552 consider it more useful to permit linking proprietary applications with the
1553 library. If this is what you want to do, use the GNU Library General
1554 Public License instead of this License.
1555
1556 @include doclicense.texi
1557 @include cmdargs.texi
1558 @include xresources.texi
1559
1560 @include anti.texi
1561 @include macos.texi
1562 @include msdog.texi
1563 @include gnu.texi
1564 @include glossary.texi
1565 @ifnottex
1566 @include ack.texi
1567 @end ifnottex
1568
1569 @c The Option Index is produced only in the on-line version,
1570 @c because the index entries related to command-line options
1571 @c tend to point to the same pages and all begin with a dash.
1572 @c This, and the need to keep the node links consistent, are
1573 @c the reasons for the funky @iftex/@ifnottex dance below.
1574 @c The Option Index is _not_ before Key Index, because that
1575 @c would require changes in the glossary.texi's @node line.
1576 @c It is not after Concept Index for similar reasons.
1577
1578 @iftex
1579 @node Key Index, Command Index, Glossary, Top
1580 @unnumbered Key (Character) Index
1581 @printindex ky
1582 @end iftex
1583
1584 @ifnottex
1585 @node Key Index, Option Index, Glossary, Top
1586 @unnumbered Key (Character) Index
1587 @printindex ky
1588
1589 @node Option Index, Command Index, Key Index, Top
1590 @unnumbered Command-Line Options Index
1591 @printindex op
1592
1593 @node Command Index, Variable Index, Option Index, Top
1594 @unnumbered Command and Function Index
1595 @printindex fn
1596 @end ifnottex
1597
1598 @iftex
1599 @node Command Index, Variable Index, Key Index, Top
1600 @unnumbered Command and Function Index
1601 @printindex fn
1602 @end iftex
1603
1604 @node Variable Index, Concept Index, Command Index, Top
1605 @unnumbered Variable Index
1606 @printindex vr
1607
1608 @node Concept Index, Acknowledgments, Variable Index, Top
1609 @unnumbered Concept Index
1610 @printindex cp
1611
1612 @bye
1613
1614 @ignore
1615 arch-tag: ed48740a-410b-46ea-9387-c9a9252a3392
1616 @end ignore