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