]> code.delx.au - gnu-emacs/blob - doc/emacs/emacs.texi
Merge changes from emacs-24; up to 2012-04-26T02:03:19Z!ueno@unixuser.org
[gnu-emacs] / doc / emacs / emacs.texi
1 \input texinfo @c -*- coding: iso-latin-1 -*-
2
3 @setfilename ../../info/emacs
4 @settitle GNU Emacs Manual
5
6 @c The edition number appears in more than one place in this file
7 @c I don't really know what it means...
8 @c For example, it has said "Sixteenth" since sometime in the Emacs 22
9 @c series, all through 23, and into 24. So it is not very useful IMO,
10 @c and offers nothing that EMACSVER does not. I guess it relates
11 @c mainly to the published book sold by the FSF. Hence no longer
12 @c bother including it except iftex. Really, I think it should not be
13 @c here at all (since anyone can make a pdf version), but should just
14 @c be something added by the FSF during the publishing process.
15 @c Also, the lispref uses a float (3.0), whereas this uses an ordinal,
16 @c so the format is not even consistent.
17 @set EDITION Seventeenth
18 @include emacsver.texi
19
20 @copying
21 @iftex
22 This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@*
23 @end iftex
24 @ifnottex
25 This is the @cite{GNU Emacs Manual},
26 @end ifnottex
27 updated for Emacs version @value{EMACSVER}.
28
29 Copyright @copyright{} 1985-1987, 1993-2012 Free Software Foundation, Inc.
30
31 @quotation
32 Permission is granted to copy, distribute and/or modify this document
33 under the terms of the GNU Free Documentation License, Version 1.3 or
34 any later version published by the Free Software Foundation; with the
35 Invariant Sections being ``The GNU Manifesto,'' ``Distribution'' and
36 ``GNU GENERAL PUBLIC LICENSE,'' with the Front-Cover texts being ``A GNU
37 Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the
38 license is included in the section entitled ``GNU Free Documentation
39 License.''
40
41 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
42 modify this GNU manual. Buying copies from the FSF supports it in
43 developing GNU and promoting software freedom.''
44 @end quotation
45 @end copying
46
47 @documentencoding ISO-8859-1
48
49 @dircategory Emacs
50 @direntry
51 * Emacs: (emacs). The extensible self-documenting text editor.
52 @end direntry
53
54 @c in general, keep the following line commented out, unless doing a
55 @c copy of this manual that will be published. The manual should go
56 @c onto the distribution in the full, 8.5 x 11" size.
57 @c @set smallbook
58
59 @ifset smallbook
60 @smallbook
61 @end ifset
62
63 @c per rms and peterb, use 10pt fonts for the main text, mostly to
64 @c save on paper cost.
65 @c Do this inside @tex for now, so current makeinfo does not complain.
66 @tex
67 @ifset smallbook
68 @fonttextsize 10
69 @end ifset
70 \global\hbadness=6666 % don't worry about not-too-underfull boxes
71 @end tex
72
73 @defcodeindex op
74 @synindex pg cp
75
76 @iftex
77 @kbdinputstyle code
78
79 @shorttitlepage GNU Emacs Manual
80 @end iftex
81
82 @titlepage
83 @sp 6
84 @center @titlefont{GNU Emacs Manual}
85 @sp 4
86 @center @value{EDITION} Edition, Updated for Emacs Version @value{EMACSVER}.
87 @sp 5
88 @center Richard Stallman et al.
89 @page
90 @vskip 0pt plus 1filll
91 @insertcopying
92
93 @sp 2
94 Published by the Free Software Foundation @*
95 51 Franklin Street, Fifth Floor @*
96 Boston, MA 02110-1301 USA @*
97 ISBN 978-0-9831592-2-3
98
99 @sp 2
100 Cover art by Etienne Suvasa; cover design by Matt Lee.
101
102 @end titlepage
103
104
105 @summarycontents
106 @contents
107
108
109 @ifnottex
110 @node Top
111 @top The Emacs Editor
112
113 Emacs is the extensible, customizable, self-documenting real-time
114 display editor. This Info file describes how to edit with Emacs and
115 some of the ways to customize it; it corresponds to GNU Emacs version
116 @value{EMACSVER}.
117
118 @ifinfo
119 If you are reading this in Emacs, type @kbd{h} to read a basic
120 introduction to the Info documentation system.
121 @end ifinfo
122
123 For information on extending Emacs, see @ref{Top, Emacs Lisp,, elisp, The
124 Emacs Lisp Reference Manual}.
125
126 @insertcopying
127 @end ifnottex
128
129 @c Note that the TeX version generates its own TOC, so the ifnottex's
130 @c here are not really necessary.
131 @menu
132 * Distrib:: How to get the latest Emacs distribution.
133 * Intro:: An introduction to Emacs concepts.
134 @c Note that in the printed manual, the glossary and indices come last.
135 * Glossary:: Terms used in this manual.
136
137 Indexes (each index contains a large menu)
138 * Key Index:: An item for each standard Emacs key sequence.
139 * Option Index:: An item for every command-line option.
140 * Command Index:: An item for each command name.
141 * Variable Index:: An item for each documented variable.
142 * Concept Index:: An item for each concept.
143
144 * Acknowledgments:: Major contributors to GNU Emacs.
145
146 Important General Concepts
147 * Screen:: How to interpret what you see on the screen.
148 * User Input:: Kinds of input events (characters, buttons,
149 function keys).
150 * Keys:: Key sequences: what you type to request one
151 editing action.
152 * Commands:: Named functions run by key sequences to do editing.
153 * Entering Emacs:: Starting Emacs from the shell.
154 * Exiting:: Stopping or killing Emacs.
155
156 Fundamental Editing Commands
157 * Basic:: The most basic editing commands.
158 * Minibuffer:: Entering arguments that are prompted for.
159 * M-x:: Invoking commands by their names.
160 * Help:: Commands for asking Emacs about its commands.
161
162 Important Text-Changing Commands
163 * Mark:: The mark: how to delimit a "region" of text.
164 * Killing:: Killing (cutting) and yanking (copying) text.
165 * Registers:: Saving a text string or a location in the buffer.
166 * Display:: Controlling what text is displayed.
167 * Search:: Finding or replacing occurrences of a string.
168 * Fixit:: Commands especially useful for fixing typos.
169 * Keyboard Macros:: Recording a sequence of keystrokes to be replayed.
170
171 Major Structures of Emacs
172 * Files:: All about handling files.
173 * Buffers:: Multiple buffers; editing several files at once.
174 * Windows:: Viewing multiple pieces of text in one frame.
175 * Frames:: Using multiple "windows" on your display.
176 * International:: Using non-@acronym{ASCII} character sets.
177
178 Advanced Features
179 * Modes:: Major and minor modes alter Emacs's basic behavior.
180 * Indentation:: Editing the white space at the beginnings of lines.
181 * Text:: Commands and modes for editing human languages.
182 * Programs:: Commands and modes for editing programs.
183 * Building:: Compiling, running and debugging programs.
184 * Maintaining:: Features for maintaining large programs.
185 * Abbrevs:: Defining text abbreviations to reduce typing.
186 * Dired:: Directory and file manager.
187 * Calendar/Diary:: Calendar and diary facilities.
188 * Sending Mail:: Sending mail in Emacs.
189 * Rmail:: Reading mail in Emacs.
190 * Gnus:: A flexible mail and news reader.
191 * Document View:: Viewing PDF, PS and DVI files.
192 * Shell:: Executing shell commands from Emacs.
193 * Emacs Server:: Using Emacs as an editing server.
194 * Printing:: Printing hardcopies of buffers or regions.
195 * Sorting:: Sorting lines, paragraphs or pages within Emacs.
196 @ifnottex
197 * Picture Mode:: Editing pictures made up of text characters.
198 @end ifnottex
199 * Editing Binary Files:: Editing binary files with Hexl mode.
200 * Saving Emacs Sessions:: Saving Emacs state from one session to the next.
201 * Recursive Edit:: Performing edits while "within another command".
202 * Emulation:: Emulating some other editors with Emacs.
203 * Hyperlinking:: Following links in buffers.
204 * Amusements:: Various games and hacks.
205 * Packages:: Installing additional features.
206 * Customization:: Modifying the behavior of Emacs.
207
208 Recovery from Problems
209 * Quitting:: Quitting and aborting.
210 * Lossage:: What to do if Emacs is hung or malfunctioning.
211 * Bugs:: How and when to report a bug.
212 * Contributing:: How to contribute improvements to Emacs.
213 * Service:: How to get help for your own Emacs needs.
214
215 Appendices
216 * Copying:: The GNU General Public License gives you permission
217 to redistribute GNU Emacs on certain terms;
218 it also explains that there is no warranty.
219 * GNU Free Documentation License:: The license for this documentation.
220 * Emacs Invocation:: Hairy startup options.
221 * X Resources:: X resources for customizing Emacs.
222 * Antinews:: Information about Emacs version 23.
223 * Mac OS / GNUstep:: Using Emacs under Mac OS and GNUstep.
224 * Microsoft Windows:: Using Emacs on Microsoft Windows and MS-DOS.
225 * Manifesto:: What's GNU? Gnu's Not Unix!
226
227 @c Do NOT modify the following 3 lines! They must have this form to
228 @c be correctly identified by `texinfo-multiple-files-update'. In
229 @c particular, the detailed menu header line MUST be identical to the
230 @c value of `texinfo-master-menu-header'. See texnfo-upd.el.
231
232 @detailmenu
233 --- The Detailed Node Listing ---
234 ---------------------------------
235
236 Here are some other nodes which are really subnodes of the ones
237 already listed, mentioned here so you can get to them in one step:
238
239 The Organization of the Screen
240
241 * Point:: The place in the text where editing commands operate.
242 * Echo Area:: Short messages appear at the bottom of the screen.
243 * Mode Line:: Interpreting the mode line.
244 * Menu Bar:: How to use the menu bar.
245
246 Basic Editing Commands
247
248 * Inserting Text:: Inserting text by simply typing it.
249 * Moving Point:: Moving the cursor to the place where you want to
250 change something.
251 * Erasing:: Deleting and killing text.
252 * Basic Undo:: Undoing recent changes in the text.
253 * Basic Files:: Visiting, creating, and saving files.
254 * Basic Help:: Asking what a character does.
255 * Blank Lines:: Making and deleting blank lines.
256 * Continuation Lines:: How Emacs displays lines too wide for the screen.
257 * Position Info:: What line, row, or column is point on?
258 * Arguments:: Numeric arguments for repeating a command N times.
259 * Repeating:: Repeating the previous command quickly.
260
261 The Minibuffer
262
263 * Minibuffer File:: Entering file names with the minibuffer.
264 * Minibuffer Edit:: How to edit in the minibuffer.
265 * Completion:: An abbreviation facility for minibuffer input.
266 * Minibuffer History:: Reusing recent minibuffer arguments.
267 * Repetition:: Re-executing commands that used the minibuffer.
268 * Passwords:: Entering passwords in the echo area.
269
270 Completion
271
272 * Completion Example:: Examples of using completion.
273 * Completion Commands:: A list of completion commands.
274 * Completion Exit:: Completion and minibuffer text submission.
275 * Completion Styles:: How completion matches are chosen.
276 * Completion Options:: Options for completion.
277
278 Help
279
280 * Help Summary:: Brief list of all Help commands.
281 * Key Help:: Asking what a key does in Emacs.
282 * Name Help:: Asking about a command, variable or function name.
283 * Apropos:: Asking what pertains to a given topic.
284 * Help Mode:: Special features of Help mode and Help buffers.
285 * Package Keywords:: Finding Lisp libraries by keywords (topics).
286 * Language Help:: Help relating to international language support.
287 * Misc Help:: Other help commands.
288 * Help Files:: Commands to display auxiliary help files.
289 * Help Echo:: Help on active text and tooltips ("balloon help").
290
291 The Mark and the Region
292
293 * Setting Mark:: Commands to set the mark.
294 * Marking Objects:: Commands to put region around textual units.
295 * Using Region:: Summary of ways to operate on contents of the region.
296 * Mark Ring:: Previous mark positions saved so you can go back there.
297 * Global Mark Ring:: Previous mark positions in various buffers.
298 * Shift Selection:: Using shifted cursor motion keys.
299 * Disabled Transient Mark:: Leaving regions unhighlighted by default.
300
301 Killing and Moving Text
302
303 * Deletion and Killing:: Commands that remove text.
304 * Yanking:: Commands that insert text.
305 * Cut and Paste:: Clipboard and selections on graphical displays.
306 * Accumulating Text:: Other methods to add text to the buffer.
307 * Rectangles:: Operating on text in rectangular areas.
308 * CUA Bindings:: Using @kbd{C-x}/@kbd{C-c}/@kbd{C-v} to kill and yank.
309
310 Deletion and Killing
311
312 * Deletion:: Commands for deleting small amounts of text and
313 blank areas.
314 * Killing by Lines:: How to kill entire lines of text at one time.
315 * Other Kill Commands:: Commands to kill large regions of text and
316 syntactic units such as words and sentences.
317 * Kill Options:: Options that affect killing.
318
319 Yanking
320
321 * Kill Ring:: Where killed text is stored.
322 * Earlier Kills:: Yanking something killed some time ago.
323 * Appending Kills:: Several kills in a row all yank together.
324
325 "Cut and Paste" Operations on Graphical Displays
326
327 * Clipboard:: How Emacs uses the system clipboard.
328 * Primary Selection:: The temporarily selected text selection.
329 * Secondary Selection:: Cutting without altering point and mark.
330
331 Registers
332
333 * Position Registers:: Saving positions in registers.
334 * Text Registers:: Saving text in registers.
335 * Rectangle Registers:: Saving rectangles in registers.
336 * Configuration Registers:: Saving window configurations in registers.
337 * Number Registers:: Numbers in registers.
338 * File Registers:: File names in registers.
339 * Bookmarks:: Bookmarks are like registers, but persistent.
340
341 Controlling the Display
342
343 * Scrolling:: Commands to move text up and down in a window.
344 * Recentering:: A scroll command that centers the current line.
345 * Auto Scrolling:: Redisplay scrolls text automatically when needed.
346 * Horizontal Scrolling:: Moving text left and right in a window.
347 * Narrowing:: Restricting display and editing to a portion
348 of the buffer.
349 * View Mode:: Viewing read-only buffers.
350 * Follow Mode:: Follow mode lets two windows scroll as one.
351 * Faces:: How to change the display style using faces.
352 * Colors:: Specifying colors for faces.
353 * Standard Faces:: The main predefined faces.
354 * Text Scale:: Increasing or decreasing text size in a buffer.
355 * Font Lock:: Minor mode for syntactic highlighting using faces.
356 * Highlight Interactively:: Tell Emacs what text to highlight.
357 * Fringes:: Enabling or disabling window fringes.
358 * Displaying Boundaries:: Displaying top and bottom of the buffer.
359 * Useless Whitespace:: Showing possibly spurious trailing whitespace.
360 * Selective Display:: Hiding lines with lots of indentation.
361 * Optional Mode Line:: Optional mode line display features.
362 * Text Display:: How text characters are normally displayed.
363 * Cursor Display:: Features for displaying the cursor.
364 * Line Truncation:: Truncating lines to fit the screen width instead
365 of continuing them to multiple screen lines.
366 * Visual Line Mode:: Word wrap and screen line-based editing.
367 * Display Custom:: Information on variables for customizing display.
368
369 Searching and Replacement
370
371 * Incremental Search:: Search happens as you type the string.
372 * Nonincremental Search:: Specify entire string and then search.
373 * Word Search:: Search for sequence of words.
374 * Regexp Search:: Search for match for a regexp.
375 * Regexps:: Syntax of regular expressions.
376 * Regexp Backslash:: Regular expression constructs starting with `\'.
377 * Regexp Example:: A complex regular expression explained.
378 * Search Case:: To ignore case while searching, or not.
379 * Replace:: Search, and replace some or all matches.
380 * Other Repeating Search:: Operating on all matches for some regexp.
381
382 Incremental Search
383
384 * Basic Isearch:: Basic incremental search commands.
385 * Repeat Isearch:: Searching for the same string again.
386 * Error in Isearch:: When your string is not found.
387 * Special Isearch:: Special input in incremental search.
388 * Isearch Yank:: Commands that grab text into the search string
389 or else edit the search string.
390 * Isearch Scroll:: Scrolling during an incremental search.
391 * Isearch Minibuffer:: Incremental search of the minibuffer history.
392
393 Replacement Commands
394
395 * Unconditional Replace:: Replacing all matches for a string.
396 * Regexp Replace:: Replacing all matches for a regexp.
397 * Replacement and Case:: How replacements preserve case of letters.
398 * Query Replace:: How to use querying.
399
400 Commands for Fixing Typos
401
402 * Undo:: The Undo commands.
403 * Transpose:: Exchanging two characters, words, lines, lists...
404 * Fixing Case:: Correcting case of last word entered.
405 * Spelling:: Apply spelling checker to a word, or a whole file.
406
407 Keyboard Macros
408
409 * Basic Keyboard Macro:: Defining and running keyboard macros.
410 * Keyboard Macro Ring:: Where previous keyboard macros are saved.
411 * Keyboard Macro Counter:: Inserting incrementing numbers in macros.
412 * Keyboard Macro Query:: Making keyboard macros do different things each
413 time.
414 * Save Keyboard Macro:: Giving keyboard macros names; saving them in
415 files.
416 * Edit Keyboard Macro:: Editing keyboard macros.
417 * Keyboard Macro Step-Edit:: Interactively executing and editing a keyboard
418 macro.
419
420 File Handling
421
422 * File Names:: How to type and edit file-name arguments.
423 * Visiting:: Visiting a file prepares Emacs to edit the file.
424 * Saving:: Saving makes your changes permanent.
425 * Reverting:: Reverting cancels all the changes not saved.
426 @ifnottex
427 * Autorevert:: Auto Reverting non-file buffers.
428 @end ifnottex
429 * Auto Save:: Auto Save periodically protects against loss of data.
430 * File Aliases:: Handling multiple names for one file.
431 * Directories:: Creating, deleting, and listing file directories.
432 * Comparing Files:: Finding where two files differ.
433 * Diff Mode:: Mode for editing file differences.
434 * Misc File Ops:: Other things you can do on files.
435 * Compressed Files:: Accessing compressed files.
436 * File Archives:: Operating on tar, zip, jar etc. archive files.
437 * Remote Files:: Accessing files on other machines.
438 * Quoted File Names:: Quoting special characters in file names.
439 * File Name Cache:: Completion against a list of files you often use.
440 * File Conveniences:: Convenience Features for Finding Files.
441 * Filesets:: Handling sets of files.
442
443 Saving Files
444
445 * Save Commands:: Commands for saving files.
446 * Backup:: How Emacs saves the old version of your file.
447 * Customize Save:: Customizing the saving of files.
448 * Interlocking:: How Emacs protects against simultaneous editing
449 of one file by two users.
450 * File Shadowing:: Copying files to "shadows" automatically.
451 * Time Stamps:: Emacs can update time stamps on saved files.
452
453 Backup Files
454
455 * Backup Names:: How backup files are named.
456 * Backup Deletion:: Emacs deletes excess numbered backups.
457 * Backup Copying:: Backups can be made by copying or renaming.
458
459 @ifnottex
460 Auto Reverting Non-File Buffers
461
462 * Auto Reverting the Buffer Menu:: Auto Revert of the Buffer Menu.
463 * Auto Reverting Dired:: Auto Revert of Dired buffers.
464 * Supporting additional buffers:: How to add more Auto Revert support.
465 @end ifnottex
466
467 Auto-Saving: Protection Against Disasters
468
469 * Auto Save Files:: The file where auto-saved changes are
470 actually made until you save the file.
471 * Auto Save Control:: Controlling when and how often to auto-save.
472 * Recover:: Recovering text from auto-save files.
473
474 Using Multiple Buffers
475
476 * Select Buffer:: Creating a new buffer or reselecting an old one.
477 * List Buffers:: Getting a list of buffers that exist.
478 * Misc Buffer:: Renaming; changing read-onlyness; copying text.
479 * Kill Buffer:: Killing buffers you no longer need.
480 * Several Buffers:: How to go through the list of all buffers
481 and operate variously on several of them.
482 * Indirect Buffers:: An indirect buffer shares the text of another buffer.
483 * Buffer Convenience:: Convenience and customization features for
484 buffer handling.
485
486 Convenience Features and Customization of Buffer Handling
487
488 * Uniquify:: Making buffer names unique with directory parts.
489 * Iswitchb:: Switching between buffers with substrings.
490 * Buffer Menus:: Configurable buffer menu.
491
492 Multiple Windows
493
494 * Basic Window:: Introduction to Emacs windows.
495 * Split Window:: New windows are made by splitting existing windows.
496 * Other Window:: Moving to another window or doing something to it.
497 * Pop Up Window:: Finding a file or buffer in another window.
498 * Change Window:: Deleting windows and changing their sizes.
499 * Displaying Buffers:: How Emacs picks a window for displaying a buffer.
500 * Window Convenience:: Convenience functions for window handling.
501
502 Displaying a Buffer in a Window
503
504 * Window Choice:: How @code{display-buffer} works.
505
506 Frames and Graphical Displays
507
508 * Mouse Commands:: Moving, cutting, and pasting, with the mouse.
509 * Word and Line Mouse:: Mouse commands for selecting whole words or lines.
510 * Mouse References:: Using the mouse to select an item from a list.
511 * Menu Mouse Clicks:: Mouse clicks that bring up menus.
512 * Mode Line Mouse:: Mouse clicks on the mode line.
513 * Creating Frames:: Creating additional Emacs frames with various contents.
514 * Frame Commands:: Iconifying, deleting, and switching frames.
515 * Fonts:: Changing the frame font.
516 * Speedbar:: How to make and use a speedbar frame.
517 * Multiple Displays:: How one Emacs instance can talk to several displays.
518 * Frame Parameters:: Changing the colors and other modes of frames.
519 * Scroll Bars:: How to enable and disable scroll bars; how to use them.
520 * Drag and Drop:: Using drag and drop to open files and insert text.
521 * Menu Bars:: Enabling and disabling the menu bar.
522 * Tool Bars:: Enabling and disabling the tool bar.
523 * Dialog Boxes:: Controlling use of dialog boxes.
524 * Tooltips:: Displaying information at the current mouse position.
525 * Mouse Avoidance:: Preventing the mouse pointer from obscuring text.
526 * Non-Window Terminals:: Multiple frames on terminals that show only one.
527 * Text-Only Mouse:: Using the mouse in text terminals.
528
529 International Character Set Support
530
531 * International Chars:: Basic concepts of multibyte characters.
532 * Disabling Multibyte:: Controlling whether to use multibyte characters.
533 * Language Environments:: Setting things up for the language you use.
534 * Input Methods:: Entering text characters not on your keyboard.
535 * Select Input Method:: Specifying your choice of input methods.
536 * Coding Systems:: Character set conversion when you read and
537 write files, and so on.
538 * Recognize Coding:: How Emacs figures out which conversion to use.
539 * Specify Coding:: Specifying a file's coding system explicitly.
540 * Output Coding:: Choosing coding systems for output.
541 * Text Coding:: Choosing conversion to use for file text.
542 * Communication Coding:: Coding systems for interprocess communication.
543 * File Name Coding:: Coding systems for file @emph{names}.
544 * Terminal Coding:: Specifying coding systems for converting
545 terminal input and output.
546 * Fontsets:: Fontsets are collections of fonts
547 that cover the whole spectrum of characters.
548 * Defining Fontsets:: Defining a new fontset.
549 * Modifying Fontsets:: Modifying an existing fontset.
550 * Undisplayable Characters::When characters don't display.
551 * Unibyte Mode:: You can pick one European character set
552 to use without multibyte characters.
553 * Charsets:: How Emacs groups its internal character codes.
554 * Bidirectional Editing:: Support for right-to-left scripts.
555
556 Major and Minor Modes
557
558 * Major Modes:: Text mode vs. Lisp mode vs. C mode...
559 * Minor Modes:: Each minor mode is a feature you can turn on
560 independently of any others.
561 * Choosing Modes:: How modes are chosen when visiting files.
562
563 Indentation
564
565 * Indentation Commands:: More commands for performing indentation.
566 * Tab Stops:: Stop points for indentation in Text modes.
567 * Just Spaces:: Using only space characters for indentation.
568 * Indent Convenience:: Optional indentation features.
569
570 Commands for Human Languages
571
572 * Words:: Moving over and killing words.
573 * Sentences:: Moving over and killing sentences.
574 * Paragraphs:: Moving over paragraphs.
575 * Pages:: Moving over pages.
576 * Filling:: Filling or justifying text.
577 * Case:: Changing the case of text.
578 * Text Mode:: The major modes for editing text files.
579 * Outline Mode:: Editing outlines.
580 * Org Mode:: The Emacs organizer.
581 * TeX Mode:: Editing TeX and LaTeX files.
582 * HTML Mode:: Editing HTML and SGML files.
583 * Nroff Mode:: Editing input to the nroff formatter.
584 * Enriched Text:: Editing text "enriched" with fonts, colors, etc.
585 * Text Based Tables:: Commands for editing text-based tables.
586 * Two-Column:: Splitting text columns into separate windows.
587
588 Filling Text
589
590 * Auto Fill:: Auto Fill mode breaks long lines automatically.
591 * Fill Commands:: Commands to refill paragraphs and center lines.
592 * Fill Prefix:: Filling paragraphs that are indented
593 or in a comment, etc.
594 * Adaptive Fill:: How Emacs can determine the fill prefix automatically.
595
596 Outline Mode
597
598 * Outline Format:: What the text of an outline looks like.
599 * Outline Motion:: Special commands for moving through outlines.
600 * Outline Visibility:: Commands to control what is visible.
601 * Outline Views:: Outlines and multiple views.
602 * Foldout:: Folding means zooming in on outlines.
603
604 Org Mode
605
606 * Org Organizer:: Managing TODO lists and agendas.
607 * Org Authoring:: Exporting Org buffers to various formats.
608
609 @TeX{} Mode
610
611 * TeX Editing:: Special commands for editing in TeX mode.
612 * LaTeX Editing:: Additional commands for LaTeX input files.
613 * TeX Print:: Commands for printing part of a file with TeX.
614 * TeX Misc:: Customization of TeX mode, and related features.
615
616 Enriched Text
617
618 * Enriched Mode:: Entering and exiting Enriched mode.
619 * Hard and Soft Newlines:: There are two different kinds of newlines.
620 * Editing Format Info:: How to edit text properties.
621 * Enriched Faces:: Bold, italic, underline, etc.
622 * Enriched Indentation:: Changing the left and right margins.
623 * Enriched Justification:: Centering, setting text flush with the
624 left or right margin, etc.
625 * Enriched Properties:: The "special" text properties submenu.
626
627 @c The automatic texinfo menu update inserts some duplicate items here
628 @c (faces, colors, indentation, justification, properties), because
629 @c they are listed in two menus. But we already have them above, no
630 @c need to list them twice.
631
632 Editing Text-based Tables
633
634 * Table Definition:: What is a text based table.
635 * Table Creation:: How to create a table.
636 * Table Recognition:: How to activate and deactivate tables.
637 * Cell Commands:: Cell-oriented commands in a table.
638 * Cell Justification:: Justifying cell contents.
639 * Table Rows and Columns:: Inserting and deleting rows and columns.
640 * Table Conversion:: Converting between plain text and tables.
641 * Table Misc:: Table miscellany.
642
643 Editing Programs
644
645 * Program Modes:: Major modes for editing programs.
646 * Defuns:: Commands to operate on major top-level parts
647 of a program.
648 * Program Indent:: Adjusting indentation to show the nesting.
649 * Parentheses:: Commands that operate on parentheses.
650 * Comments:: Inserting, killing, and aligning comments.
651 * Documentation:: Getting documentation of functions you plan to call.
652 * Hideshow:: Displaying blocks selectively.
653 * Symbol Completion:: Completion on symbol names of your program or language.
654 * Glasses:: Making identifiersLikeThis more readable.
655 * Semantic:: Suite of editing tools based on source code parsing.
656 * Misc for Programs:: Other Emacs features useful for editing programs.
657 * C Modes:: Special commands of C, C++, Objective-C,
658 Java, IDL, Pike and AWK modes.
659 * Asm Mode:: Asm mode and its special features.
660 @ifnottex
661 * Fortran:: Fortran mode and its special features.
662 @end ifnottex
663
664 Top-Level Definitions, or Defuns
665
666 * Left Margin Paren:: An open-paren or similar opening delimiter
667 starts a defun if it is at the left margin.
668 * Moving by Defuns:: Commands to move over or mark a major definition.
669 * Imenu:: Making buffer indexes as menus.
670 * Which Function:: Which Function mode shows which function you are in.
671
672 Indentation for Programs
673
674 * Basic Indent:: Indenting a single line.
675 * Multi-line Indent:: Commands to reindent many lines at once.
676 * Lisp Indent:: Specifying how each Lisp function should be indented.
677 * C Indent:: Extra features for indenting C and related modes.
678 * Custom C Indent:: Controlling indentation style for C and related modes.
679
680 Commands for Editing with Parentheses
681
682 * Expressions:: Expressions with balanced parentheses.
683 * Moving by Parens:: Commands for moving up, down and across
684 in the structure of parentheses.
685 * Matching:: Insertion of a close-delimiter flashes matching open.
686
687 Manipulating Comments
688
689 * Comment Commands:: Inserting, killing, and aligning comments.
690 * Multi-Line Comments:: Commands for adding and editing multi-line comments.
691 * Options for Comments::Customizing the comment features.
692
693 Documentation Lookup
694
695 * Info Lookup:: Looking up library functions and commands in Info files.
696 * Man Page:: Looking up man pages of library functions and commands.
697 * Lisp Doc:: Looking up Emacs Lisp functions, etc.
698
699 C and Related Modes
700
701 * Motion in C:: Commands to move by C statements, etc.
702 * Electric C:: Colon and other chars can automatically reindent.
703 * Hungry Delete:: A more powerful DEL command.
704 * Other C Commands:: Filling comments, viewing expansion of macros,
705 and other neat features.
706
707 @ifnottex
708 Fortran Mode
709
710 * Fortran Motion:: Moving point by statements or subprograms.
711 * Fortran Indent:: Indentation commands for Fortran.
712 * Fortran Comments:: Inserting and aligning comments.
713 * Fortran Autofill:: Auto fill support for Fortran.
714 * Fortran Columns:: Measuring columns for valid Fortran.
715 * Fortran Abbrev:: Built-in abbrevs for Fortran keywords.
716
717 Fortran Indentation
718
719 * ForIndent Commands:: Commands for indenting and filling Fortran.
720 * ForIndent Cont:: How continuation lines indent.
721 * ForIndent Num:: How line numbers auto-indent.
722 * ForIndent Conv:: Conventions you must obey to avoid trouble.
723 * ForIndent Vars:: Variables controlling Fortran indent style.
724 @end ifnottex
725
726 Compiling and Testing Programs
727
728 * Compilation:: Compiling programs in languages other
729 than Lisp (C, Pascal, etc.).
730 * Compilation Mode:: The mode for visiting compiler errors.
731 * Compilation Shell:: Customizing your shell properly
732 for use in the compilation buffer.
733 * Grep Searching:: Searching with grep.
734 * Flymake:: Finding syntax errors on the fly.
735 * Debuggers:: Running symbolic debuggers for non-Lisp programs.
736 * Executing Lisp:: Various modes for editing Lisp programs,
737 with different facilities for running
738 the Lisp programs.
739 * Lisp Libraries:: How Lisp programs are loaded into Emacs.
740 * Lisp Eval:: Executing a single Lisp expression in Emacs.
741 * Lisp Interaction:: Executing Lisp in an Emacs buffer.
742 * External Lisp:: Communicating through Emacs with a separate Lisp.
743
744 Running Debuggers Under Emacs
745
746 * Starting GUD:: How to start a debugger subprocess.
747 * Debugger Operation:: Connection between the debugger and source buffers.
748 * Commands of GUD:: Key bindings for common commands.
749 * GUD Customization:: Defining your own commands for GUD.
750 * GDB Graphical Interface:: An enhanced mode that uses GDB features to
751 implement a graphical debugging environment.
752
753 GDB Graphical Interface
754
755 * GDB User Interface Layout:: Control the number of displayed buffers.
756 * Source Buffers:: Use the mouse in the fringe/margin to
757 control your program.
758 * Breakpoints Buffer:: A breakpoint control panel.
759 * Threads Buffer:: Displays your threads.
760 * Stack Buffer:: Select a frame from the call stack.
761 * Other GDB Buffers:: Other buffers for controlling the GDB state.
762 * Watch Expressions:: Monitor variable values in the speedbar.
763 * Multithreaded Debugging:: Debugging programs with several threads.
764
765 Maintaining Large Programs
766
767 * Version Control:: Using version control systems.
768 * Change Log:: Maintaining a change history for your program.
769 * Tags:: Go directly to any function in your program in one
770 command. Tags remembers which file it is in.
771 * EDE:: An integrated development environment for Emacs.
772 @ifnottex
773 * Emerge:: A convenient way of merging two versions of a program.
774 @end ifnottex
775
776 Version Control
777
778 * Introduction to VC:: How version control works in general.
779 * VC Mode Line:: How the mode line shows version control status.
780 * Basic VC Editing:: How to edit a file under version control.
781 * Log Buffer:: Features available in log entry buffers.
782 * Registering:: Putting a file under version control.
783 * Old Revisions:: Examining and comparing old versions.
784 * VC Change Log:: Viewing the VC Change Log.
785 * VC Undo:: Canceling changes before or after committing.
786 * VC Directory Mode:: Listing files managed by version control.
787 * Branches:: Multiple lines of development.
788 @ifnottex
789 * Miscellaneous VC:: Various other commands and features of VC.
790 * Customizing VC:: Variables that change VC's behavior.
791 @end ifnottex
792
793 Introduction to Version Control
794
795 * Why Version Control?:: Understanding the problems it addresses.
796 * Version Control Systems:: Supported version control back-end systems.
797 * VCS Concepts:: Words and concepts related to version control.
798 * VCS Merging:: How file conflicts are handled.
799 * VCS Changesets:: How changes are grouped.
800 * VCS Repositories:: Where version control repositories are stored.
801 * Types of Log File:: The VCS log in contrast to the ChangeLog.
802
803 Basic Editing under Version Control
804
805 * VC With A Merging VCS:: Without locking: default mode for CVS.
806 * VC With A Locking VCS:: RCS in its default mode, SCCS, and optionally CVS.
807 * Advanced C-x v v:: Advanced features available with a prefix argument.
808
809 VC Directory Mode
810
811 * VC Directory Buffer:: What the buffer looks like and means.
812 * VC Directory Commands:: Commands to use in a VC directory buffer.
813
814 Version Control Branches
815
816 * Switching Branches:: How to get to another existing branch.
817 * VC Pull:: Updating the contents of a branch.
818 * Merging:: Transferring changes between branches.
819 * Creating Branches:: How to start a new branch.
820
821 @ifnottex
822 Miscellaneous Commands and Features of VC
823
824 * Change Logs and VC:: Generating a change log file from log entries.
825 * VC Delete/Rename:: Deleting and renaming version-controlled files.
826 * Revision Tags:: Symbolic names for revisions.
827 * Version Headers:: Inserting version control headers into working files.
828
829 Customizing VC
830
831 * General VC Options:: Options that apply to multiple back ends.
832 * RCS and SCCS:: Options for RCS and SCCS.
833 * CVS Options:: Options for CVS.
834 @end ifnottex
835
836 Change Logs
837
838 * Change Log Commands:: Commands for editing change log files.
839 * Format of ChangeLog:: What the change log file looks like.
840
841 Tags Tables
842
843 * Tag Syntax:: Tag syntax for various types of code and text files.
844 * Create Tags Table:: Creating a tags table with @command{etags}.
845 * Etags Regexps:: Create arbitrary tags using regular expressions.
846 * Select Tags Table:: How to visit a tags table.
847 * Find Tag:: Commands to find the definition of a specific tag.
848 * Tags Search:: Using a tags table for searching and replacing.
849 * List Tags:: Using tags for completion, and listing them.
850
851 @ifnottex
852 Merging Files with Emerge
853
854 * Overview of Emerge:: How to start Emerge. Basic concepts.
855 * Submodes of Emerge:: Fast mode vs. Edit mode.
856 Skip Prefers mode and Auto Advance mode.
857 * State of Difference:: You do the merge by specifying state A or B
858 for each difference.
859 * Merge Commands:: Commands for selecting a difference,
860 changing states of differences, etc.
861 * Exiting Emerge:: What to do when you've finished the merge.
862 * Combining in Emerge:: How to keep both alternatives for a difference.
863 * Fine Points of Emerge:: Miscellaneous issues.
864 @end ifnottex
865
866 Abbrevs
867
868 * Abbrev Concepts:: Fundamentals of defined abbrevs.
869 * Defining Abbrevs:: Defining an abbrev, so it will expand when typed.
870 * Expanding Abbrevs:: Controlling expansion: prefixes, canceling expansion.
871 * Editing Abbrevs:: Viewing or editing the entire list of defined abbrevs.
872 * Saving Abbrevs:: Saving the entire list of abbrevs for another session.
873 * Dynamic Abbrevs:: Abbreviations for words already in the buffer.
874 * Dabbrev Customization:: What is a word, for dynamic abbrevs. Case handling.
875
876 @ifnottex
877 Editing Pictures
878
879 * Basic Picture:: Basic concepts and simple commands of Picture Mode.
880 * Insert in Picture:: Controlling direction of cursor motion
881 after "self-inserting" characters.
882 * Tabs in Picture:: Various features for tab stops and indentation.
883 * Rectangles in Picture:: Clearing and superimposing rectangles.
884 @end ifnottex
885
886 Dired, the Directory Editor
887
888 * Dired Enter:: How to invoke Dired.
889 * Dired Navigation:: Special motion commands in the Dired buffer.
890 * Dired Deletion:: Deleting files with Dired.
891 * Flagging Many Files:: Flagging files based on their names.
892 * Dired Visiting:: Other file operations through Dired.
893 * Marks vs Flags:: Flagging for deletion vs marking.
894 * Operating on Files:: How to copy, rename, print, compress, etc.
895 either one file or several files.
896 * Shell Commands in Dired:: Running a shell command on the marked files.
897 * Transforming File Names:: Using patterns to rename multiple files.
898 * Comparison in Dired:: Running @code{diff} by way of Dired.
899 * Subdirectories in Dired:: Adding subdirectories to the Dired buffer.
900 @ifnottex
901 * Subdir Switches:: Subdirectory switches in Dired.
902 @end ifnottex
903 * Subdirectory Motion:: Moving across subdirectories, and up and down.
904 * Hiding Subdirectories:: Making subdirectories visible or invisible.
905 * Dired Updating:: Discarding lines for files of no interest.
906 * Dired and Find:: Using @code{find} to choose the files for Dired.
907 * Wdired:: Operating on files by editing the Dired buffer.
908 * Image-Dired:: Viewing image thumbnails in Dired.
909 * Misc Dired Features:: Various other features.
910
911 The Calendar and the Diary
912
913 * Calendar Motion:: Moving through the calendar; selecting a date.
914 * Scroll Calendar:: Bringing earlier or later months onto the screen.
915 * Counting Days:: How many days are there between two dates?
916 * General Calendar:: Exiting or recomputing the calendar.
917 * Writing Calendar Files:: Writing calendars to files of various formats.
918 * Holidays:: Displaying dates of holidays.
919 * Sunrise/Sunset:: Displaying local times of sunrise and sunset.
920 * Lunar Phases:: Displaying phases of the moon.
921 * Other Calendars:: Converting dates to other calendar systems.
922 * Diary:: Displaying events from your diary.
923 * Appointments:: Reminders when it's time to do something.
924 * Importing Diary:: Converting diary events to/from other formats.
925 * Daylight Saving:: How to specify when daylight saving time is active.
926 * Time Intervals:: Keeping track of time intervals.
927 @ifnottex
928 * Advanced Calendar/Diary Usage:: Advanced Calendar/Diary customization.
929 @end ifnottex
930
931 Movement in the Calendar
932
933 * Calendar Unit Motion:: Moving by days, weeks, months, and years.
934 * Move to Beginning or End:: Moving to start/end of weeks, months, and years.
935 * Specified Dates:: Moving to the current date or another
936 specific date.
937
938 Conversion To and From Other Calendars
939
940 * Calendar Systems:: The calendars Emacs understands
941 (aside from Gregorian).
942 * To Other Calendar:: Converting the selected date to various calendars.
943 * From Other Calendar:: Moving to a date specified in another calendar.
944 * Mayan Calendar:: Moving to a date specified in a Mayan calendar.
945
946 The Diary
947
948 * Displaying the Diary:: Viewing diary entries and associated calendar dates.
949 * Format of Diary File:: Entering events in your diary.
950 * Date Formats:: Various ways you can specify dates.
951 * Adding to Diary:: Commands to create diary entries.
952 * Special Diary Entries:: Anniversaries, blocks of dates, cyclic entries, etc.
953
954 @ifnottex
955 Customizing the Calendar and Diary
956
957 * Calendar Customizing:: Calendar layout and hooks.
958 * Holiday Customizing:: Defining your own holidays.
959 * Date Display Format:: Changing the format.
960 * Time Display Format:: Changing the format.
961 * Diary Customizing:: Defaults you can set.
962 * Non-Gregorian Diary:: Diary entries based on other calendars.
963 * Diary Display:: A choice of ways to display the diary.
964 * Fancy Diary Display:: Sorting diary entries, using included diary files.
965 * Sexp Diary Entries:: More flexible diary entries.
966 @end ifnottex
967
968 Sending Mail
969
970 * Mail Format:: Format of a mail message.
971 * Mail Headers:: Details of some standard mail header fields.
972 * Mail Aliases:: Abbreviating and grouping mail addresses.
973 * Mail Commands:: Special commands for editing mail being composed.
974 * Mail Signature:: Adding a signature to every message.
975 * Mail Amusements:: Distracting the NSA; adding fortune messages.
976 * Mail Methods:: Using alternative mail-composition methods.
977
978 Mail Commands
979
980 * Mail Sending:: Commands to send the message.
981 * Header Editing:: Commands to move to header fields and edit them.
982 * Citing Mail:: Quoting a message you are replying to.
983 * Mail Misc:: Attachments, spell checking, etc.
984
985 Reading Mail with Rmail
986
987 * Rmail Basics:: Basic concepts of Rmail, and simple use.
988 * Rmail Scrolling:: Scrolling through a message.
989 * Rmail Motion:: Moving to another message.
990 * Rmail Deletion:: Deleting and expunging messages.
991 * Rmail Inbox:: How mail gets into the Rmail file.
992 * Rmail Files:: Using multiple Rmail files.
993 * Rmail Output:: Copying message out to files.
994 * Rmail Labels:: Classifying messages by labeling them.
995 * Rmail Attributes:: Certain standard labels, called attributes.
996 * Rmail Reply:: Sending replies to messages you are viewing.
997 * Rmail Summary:: Summaries show brief info on many messages.
998 * Rmail Sorting:: Sorting messages in Rmail.
999 * Rmail Display:: How Rmail displays a message; customization.
1000 * Rmail Coding:: How Rmail handles decoding character sets.
1001 * Rmail Editing:: Editing message text and headers in Rmail.
1002 * Rmail Digest:: Extracting the messages from a digest message.
1003 * Rmail Rot13:: Reading messages encoded in the rot13 code.
1004 * Movemail:: More details of fetching new mail.
1005 * Remote Mailboxes:: Retrieving mail from remote mailboxes.
1006 * Other Mailbox Formats:: Retrieving mail from local mailboxes in
1007 various formats.
1008
1009 Rmail Summaries
1010
1011 * Rmail Make Summary:: Making various sorts of summaries.
1012 * Rmail Summary Edit:: Manipulating messages from the summary.
1013
1014 Gnus
1015
1016 * Buffers of Gnus:: The group, summary, and article buffers.
1017 * Gnus Startup:: What you should know about starting Gnus.
1018 * Gnus Group Buffer:: A short description of Gnus group commands.
1019 * Gnus Summary Buffer:: A short description of Gnus summary commands.
1020
1021 Document Viewing
1022
1023 * DocView Navigation:: Navigating DocView buffers.
1024 * DocView Searching:: Searching inside documents.
1025 * DocView Slicing:: Specifying which part of a page is displayed.
1026 * DocView Conversion:: Influencing and triggering conversion.
1027
1028 Running Shell Commands from Emacs
1029
1030 * Single Shell:: How to run one shell command and return.
1031 * Interactive Shell:: Permanent shell taking input via Emacs.
1032 * Shell Mode:: Special Emacs commands used with permanent shell.
1033 * Shell Prompts:: Two ways to recognize shell prompts.
1034 * Shell History:: Repeating previous commands in a shell buffer.
1035 * Directory Tracking:: Keeping track when the subshell changes directory.
1036 * Shell Options:: Options for customizing Shell mode.
1037 * Terminal emulator:: An Emacs window as a terminal emulator.
1038 * Term Mode:: Special Emacs commands used in Term mode.
1039 * Remote Host:: Connecting to another computer.
1040 * Serial Terminal:: Connecting to a serial port.
1041
1042 Shell Command History
1043
1044 * Shell Ring:: Fetching commands from the history list.
1045 * Shell History Copying::Moving to a command and then copying it.
1046 * History References:: Expanding @samp{!}-style history references.
1047
1048 Using Emacs as a Server
1049
1050 * Invoking emacsclient:: Connecting to the Emacs server.
1051 * emacsclient Options:: Emacs client startup options.
1052
1053 Printing Hard Copies
1054
1055 * PostScript:: Printing buffers or regions as PostScript.
1056 * PostScript Variables:: Customizing the PostScript printing commands.
1057 * Printing Package:: An optional advanced printing interface.
1058
1059 Hyperlinking and Navigation Features
1060
1061 * Browse-URL:: Following URLs.
1062 * Goto Address mode:: Activating URLs.
1063 * FFAP:: Finding files etc. at point.
1064
1065 Emacs Lisp Packages
1066
1067 * Package Menu:: Buffer for viewing and managing packages.
1068 * Package Installation:: Options for package installation.
1069 * Package Files:: Where packages are installed.
1070
1071 Customization
1072
1073 * Easy Customization:: Convenient way to browse and change settings.
1074 * Variables:: Many Emacs commands examine Emacs variables
1075 to decide what to do; by setting variables,
1076 you can control their functioning.
1077 * Key Bindings:: The keymaps say what command each key runs.
1078 By changing them, you can "redefine" keys.
1079 * Init File:: How to write common customizations in the
1080 initialization file.
1081
1082 Easy Customization Interface
1083
1084 * Customization Groups:: How settings are classified.
1085 * Browsing Custom:: Browsing and searching for settings.
1086 * Changing a Variable:: How to edit an option's value and set the option.
1087 * Saving Customizations:: Saving customizations for future Emacs sessions.
1088 * Face Customization:: How to edit the attributes of a face.
1089 * Specific Customization:: Customizing specific settings or groups.
1090 * Custom Themes:: Collections of customization settings.
1091 * Creating Custom Themes:: How to create a new custom theme.
1092
1093 Variables
1094
1095 * Examining:: Examining or setting one variable's value.
1096 * Hooks:: Hook variables let you specify programs for parts
1097 of Emacs to run on particular occasions.
1098 * Locals:: Per-buffer values of variables.
1099 * File Variables:: How files can specify variable values.
1100 * Directory Variables:: How variable values can be specified by directory.
1101
1102 Local Variables in Files
1103
1104 * Specifying File Variables:: Specifying file local variables.
1105 * Safe File Variables:: Making sure file local variables are safe.
1106
1107 Customizing Key Bindings
1108
1109 * Keymaps:: Generalities. The global keymap.
1110 * Prefix Keymaps:: Keymaps for prefix keys.
1111 * Local Keymaps:: Major and minor modes have their own keymaps.
1112 * Minibuffer Maps:: The minibuffer uses its own local keymaps.
1113 * Rebinding:: How to redefine one key's meaning conveniently.
1114 * Init Rebinding:: Rebinding keys with your initialization file.
1115 * Modifier Keys:: Using modifier keys in key bindings.
1116 * Function Keys:: Rebinding terminal function keys.
1117 * Named ASCII Chars:: Distinguishing @key{TAB} from @kbd{C-i}, and so on.
1118 * Mouse Buttons:: Rebinding mouse buttons in Emacs.
1119 * Disabling:: Disabling a command means confirmation is required
1120 before it can be executed. This is done to protect
1121 beginners from surprises.
1122
1123 The Emacs Initialization File
1124
1125 * Init Syntax:: Syntax of constants in Emacs Lisp.
1126 * Init Examples:: How to do some things with an init file.
1127 * Terminal Init:: Each terminal type can have an init file.
1128 * Find Init:: How Emacs finds the init file.
1129 * Init Non-ASCII:: Using non-@acronym{ASCII} characters in an init file.
1130
1131 Dealing with Emacs Trouble
1132
1133 * DEL Does Not Delete:: What to do if @key{DEL} doesn't delete.
1134 * Stuck Recursive:: `[...]' in mode line around the parentheses.
1135 * Screen Garbled:: Garbage on the screen.
1136 * Text Garbled:: Garbage in the text.
1137 * Memory Full:: How to cope when you run out of memory.
1138 * After a Crash:: Recovering editing in an Emacs session that crashed.
1139 * Emergency Escape:: What to do if Emacs stops responding.
1140
1141 Reporting Bugs
1142
1143 * Known Problems:: How to read about known problems and bugs.
1144 * Bug Criteria:: Have you really found a bug?
1145 * Understanding Bug Reporting:: How to report a bug effectively.
1146 * Checklist:: Steps to follow for a good bug report.
1147 * Sending Patches:: How to send a patch for GNU Emacs.
1148
1149 Command Line Arguments for Emacs Invocation
1150
1151 * Action Arguments:: Arguments to visit files, load libraries,
1152 and call functions.
1153 * Initial Options:: Arguments that take effect while starting Emacs.
1154 * Command Example:: Examples of using command line arguments.
1155 * Environment:: Environment variables that Emacs uses.
1156 * Display X:: Changing the default display and using remote login.
1157 * Font X:: Choosing a font for text, under X.
1158 * Colors X:: Choosing display colors.
1159 * Window Size X:: Start-up window size, under X.
1160 * Borders X:: Internal and external borders, under X.
1161 * Title X:: Specifying the initial frame's title.
1162 * Icons X:: Choosing what sort of icon to use, under X.
1163 * Misc X:: Other display options.
1164
1165 Environment Variables
1166
1167 * General Variables:: Environment variables that all versions of Emacs use.
1168 * Misc Variables:: Certain system-specific variables.
1169 * MS-Windows Registry:: An alternative to the environment on MS-Windows.
1170
1171 X Options and Resources
1172
1173 * Resources:: Using X resources with Emacs (in general).
1174 * Table of Resources:: Table of specific X resources that affect Emacs.
1175 * Lucid Resources:: X resources for Lucid menus.
1176 * LessTif Resources:: X resources for LessTif and Motif menus.
1177 * GTK resources:: Resources for GTK widgets.
1178
1179 GTK resources
1180
1181 * GTK Resource Basics:: Basic usage of GTK+ resources.
1182 * GTK Widget Names:: How GTK+ widgets are named.
1183 * GTK Names in Emacs:: GTK widgets used by Emacs.
1184 * GTK styles:: What can be customized in a GTK widget.
1185
1186 Emacs and Mac OS / GNUstep
1187
1188 * Mac / GNUstep Basics:: Basic Emacs usage under GNUstep or Mac OS.
1189 * Mac / GNUstep Customization:: Customizations under GNUstep or Mac OS.
1190 * Mac / GNUstep Events:: How window system events are handled.
1191 * GNUstep Support:: Details on status of GNUstep support.
1192
1193 Emacs and Microsoft Windows/MS-DOS
1194
1195 * Windows Startup:: How to start Emacs on Windows.
1196 * Text and Binary:: Text files use CRLF to terminate lines.
1197 * Windows Files:: File-name conventions on Windows.
1198 * ls in Lisp:: Emulation of @code{ls} for Dired.
1199 * Windows HOME:: Where Emacs looks for your @file{.emacs} and
1200 where it starts up.
1201 * Windows Keyboard:: Windows-specific keyboard features.
1202 * Windows Mouse:: Windows-specific mouse features.
1203 * Windows Processes:: Running subprocesses on Windows.
1204 * Windows Printing:: How to specify the printer on MS-Windows.
1205 * Windows Fonts:: Specifying fonts on MS-Windows.
1206 * Windows Misc:: Miscellaneous Windows features.
1207 @ifnottex
1208 * MS-DOS:: Using Emacs on MS-DOS.
1209
1210 Emacs and MS-DOS
1211
1212 * MS-DOS Keyboard:: Keyboard conventions on MS-DOS.
1213 * MS-DOS Mouse:: Mouse conventions on MS-DOS.
1214 * MS-DOS Display:: Fonts, frames and display size on MS-DOS.
1215 * MS-DOS File Names:: File name conventions on MS-DOS.
1216 * MS-DOS Printing:: Printing specifics on MS-DOS.
1217 * MS-DOS and MULE:: Support for internationalization on MS-DOS.
1218 * MS-DOS Processes:: Running subprocesses on MS-DOS.
1219 @end ifnottex
1220
1221 @end detailmenu
1222 @end menu
1223
1224 @iftex
1225 @unnumbered Preface
1226
1227 This manual documents the use and simple customization of the Emacs
1228 editor. Simple Emacs customizations do not require you to be a
1229 programmer, but if you are not interested in customizing, you can
1230 ignore the customization hints.
1231
1232 This is primarily a reference manual, but can also be used as a
1233 primer. If you are new to Emacs, we recommend you start with
1234 the integrated, learn-by-doing tutorial, before reading the manual. To
1235 run the tutorial, start Emacs and type @kbd{C-h t}. The tutorial
1236 describes commands, tells you when to try them, and explains the
1237 results. The tutorial is available in several languages.
1238
1239 On first reading, just skim chapters 1 and 2, which describe the
1240 notational conventions of the manual and the general appearance of the
1241 Emacs display screen. Note which questions are answered in these
1242 chapters, so you can refer back later. After reading chapter 4, you
1243 should practice the commands shown there. The next few chapters
1244 describe fundamental techniques and concepts that are used constantly.
1245 You need to understand them thoroughly, so experiment with them
1246 until you are fluent.
1247
1248 Chapters 14 through 19 describe intermediate-level features that are
1249 useful for many kinds of editing. Chapter 20 and following chapters
1250 describe optional but useful features; read those chapters when you
1251 need them.
1252
1253 Read the Common Problems chapter if Emacs does not seem to be
1254 working properly. It explains how to cope with several common
1255 problems (@pxref{Lossage,, Dealing with Emacs Trouble}), as well as
1256 when and how to report Emacs bugs (@pxref{Bugs}).
1257
1258 To find the documentation of a particular command, look in the index.
1259 Keys (character commands) and command names have separate indexes.
1260 There is also a glossary, with a cross reference for each term.
1261
1262 This manual is available as a printed book and also as an Info file.
1263 The Info file is for reading from Emacs itself, or with the Info program.
1264 Info is the principal format for documentation in the GNU system.
1265 The Info file and the printed book contain substantially the same text
1266 and are generated from the same source files, which are also
1267 distributed with GNU Emacs.
1268
1269 GNU Emacs is a member of the Emacs editor family. There are many
1270 Emacs editors, all sharing common principles of organization. For
1271 information on the underlying philosophy of Emacs and the lessons
1272 learned from its development, see @cite{Emacs, the Extensible,
1273 Customizable Self-Documenting Display Editor}, available from
1274 @url{ftp://publications.ai.mit.edu/ai-publications/pdf/AIM-519A.pdf}.
1275
1276 This version of the manual is mainly intended for use with GNU Emacs
1277 installed on GNU and Unix systems. GNU Emacs can also be used on
1278 MS-DOS, Microsoft Windows, and Macintosh systems. The Info file
1279 version of this manual contains some more information about using
1280 Emacs on those systems. Those systems use different file name syntax;
1281 in addition MS-DOS does not support all GNU Emacs features.
1282 @xref{Microsoft Windows}, for information about using Emacs on
1283 Windows. @xref{Mac OS / GNUstep}, for information about using Emacs
1284 on Macintosh (and GNUstep).
1285 @end iftex
1286
1287 @node Distrib
1288 @unnumbered Distribution
1289
1290 GNU Emacs is @dfn{free software}; this means that everyone is free to
1291 use it and free to redistribute it under certain conditions. GNU Emacs
1292 is not in the public domain; it is copyrighted and there are
1293 restrictions on its distribution, but these restrictions are designed
1294 to permit everything that a good cooperating citizen would want to do.
1295 What is not allowed is to try to prevent others from further sharing
1296 any version of GNU Emacs that they might get from you. The precise
1297 conditions are found in the GNU General Public License that comes with
1298 Emacs and also appears in this manual@footnote{This manual is itself
1299 covered by the GNU Free Documentation License. This license is
1300 similar in spirit to the General Public License, but is more suitable
1301 for documentation. @xref{GNU Free Documentation License}.}.
1302 @xref{Copying}.
1303
1304 One way to get a copy of GNU Emacs is from someone else who has it.
1305 You need not ask for our permission to do so, or tell any one else;
1306 just copy it. If you have access to the Internet, you can get the
1307 latest distribution version of GNU Emacs by anonymous FTP; see
1308 @url{http://www.gnu.org/software/emacs} on our website for more
1309 information.
1310
1311 You may also receive GNU Emacs when you buy a computer. Computer
1312 manufacturers are free to distribute copies on the same terms that apply to
1313 everyone else. These terms require them to give you the full sources,
1314 including whatever changes they may have made, and to permit you to
1315 redistribute the GNU Emacs received from them under the usual terms of the
1316 General Public License. In other words, the program must be free for you
1317 when you get it, not just free for the manufacturer.
1318
1319 If you find GNU Emacs useful, please @strong{send a donation} to the
1320 Free Software Foundation to support our work. Donations to the Free
1321 Software Foundation are tax deductible in the US. If you use GNU Emacs
1322 at your workplace, please suggest that the company make a donation.
1323 For more information on how you can help, see
1324 @url{http://www.gnu.org/help/help.html}.
1325
1326 We also sell hardcopy versions of this manual and @cite{An
1327 Introduction to Programming in Emacs Lisp}, by Robert J.@: Chassell.
1328 You can visit our online store at @url{http://shop.fsf.org/}.
1329 The income from sales goes to support the foundation's purpose: the
1330 development of new free software, and improvements to our existing
1331 programs including GNU Emacs.
1332
1333 If you need to contact the Free Software Foundation, see
1334 @url{http://www.fsf.org/about/contact/}, or write to
1335
1336 @display
1337 Free Software Foundation
1338 51 Franklin Street, Fifth Floor
1339 Boston, MA 02110-1301
1340 USA
1341 @end display
1342
1343 @iftex
1344 @node Acknowledgments
1345 @unnumberedsec Acknowledgments
1346
1347 Contributors to GNU Emacs include Jari Aalto, Per Abrahamsen, Tomas
1348 Abrahamsson, Jay K.@: Adams, Alon Albert, Michael Albinus, Nagy
1349 Andras, Benjamin Andresen, Ralf Angeli, Dmitry Antipov, Joe Arceneaux, Emil Åström,
1350 Miles Bader, David Bakhash, Juanma Barranquero, Eli Barzilay, Thomas
1351 Baumann, Steven L.@: Baur, Jay Belanger, Alexander L.@: Belikoff,
1352 Thomas Bellman, Scott Bender, Boaz Ben-Zvi, Sergey Berezin, Karl
1353 Berry, Anna M.@: Bigatti, Ray Blaak, Martin Blais, Jim Blandy, Johan
1354 Bockgård, Jan Böcker, Joel Boehland, Lennart Borgman, Per Bothner,
1355 Terrence Brannon, Frank Bresz, Peter Breton, Emmanuel Briot, Kevin
1356 Broadey, Vincent Broman, Michael Brouwer, David M.@: Brown, Stefan Bruda,
1357 Georges Brun-Cottan, Joe Buehler, Scott Byer, W@l{}odek Bzyl,
1358 Bill Carpenter, Per Cederqvist, Hans Chalupsky, Chris Chase, Bob
1359 Chassell, Andrew Choi, Chong Yidong, Sacha Chua, Stewart Clamen, James
1360 Clark, Mike Clarkson, Glynn Clements, Andrew Cohen, Daniel Colascione,
1361 Edward O'Connor, Christoph Conrad, Ludovic Courtès, Andrew Csillag,
1362 Toby Cubitt, Baoqiu Cui, Doug Cutting, Mathias Dahl, Julien Danjou, Satyaki
1363 Das, Vivek Dasmohapatra, Dan Davison, Michael DeCorte, Gary Delp, Nachum
1364 Dershowitz, Dave Detlefs, Matthieu Devin, Christophe de Dinechin, Eri
1365 Ding, Jan Djärv, Lawrence R.@: Dodd, Carsten Dominik, Scott Draves,
1366 Benjamin Drieu, Viktor Dukhovni, Jacques Duthen, Dmitry Dzhus, John
1367 Eaton, Rolf Ebert, Carl Edman, David Edmondson, Paul Eggert, Stephen
1368 Eglen, Christian Egli, Torbjörn Einarsson, Tsugutomo Enami, David
1369 Engster, Hans Henrik Eriksen, Michael Ernst, Ata Etemadi, Frederick
1370 Farnbach, Oscar Figueiredo, Fred Fish, Steve Fisk, Karl Fogel, Gary
1371 Foster, Eric S.@: Fraga, Romain Francoise, Noah Friedman, Andreas
1372 Fuchs, Shigeru Fukaya, Hallvard Furuseth, Keith Gabryelski, Peter S.@:
1373 Galbraith, Kevin Gallagher, Kevin Gallo, Juan León Lahoz García,
1374 Howard Gayle, Daniel German, Stephen Gildea, Julien Gilles, David
1375 Gillespie, Bob Glickstein, Deepak Goel, David De La Harpe Golden, Boris
1376 Goldowsky, David Goodger, Chris Gray, Kevin Greiner, Michelangelo Grigni, Odd
1377 Gripenstam, Kai Großjohann, Michael Gschwind, Bastien Guerry, Henry
1378 Guillaume, Doug Gwyn, Bruno Haible, Ken'ichi Handa, Lars Hansen, Chris
1379 Hanson, Jesper Harder, Alexandru Harsanyi, K.@: Shane Hartman, John
1380 Heidemann, Jon K.@: Hellan, Magnus Henoch, Markus Heritsch, Dirk
1381 Herrmann, Karl Heuer, Manabu Higashida, Konrad Hinsen, Anders Holst,
1382 Jeffrey C.@: Honig, Tassilo Horn, Kurt Hornik, Tom Houlder, Joakim
1383 Hove, Denis Howe, Lars Ingebrigtsen, Andrew Innes, Seiichiro Inoue,
1384 Philip Jackson, Martyn Jago, Pavel Janik, Paul Jarc, Ulf Jasper,
1385 Thorsten Jolitz, Michael K.@: Johnson, Kyle Jones, Terry Jones, Simon
1386 Josefsson, Alexandre Julliard, Arne Jørgensen, Tomoji Kagatani,
1387 Brewster Kahle, Tokuya Kameshima, Lute Kamstra, Ivan Kanis, David
1388 Kastrup, David Kaufman, Henry Kautz, Taichi Kawabata, Taro Kawagishi,
1389 Howard Kaye, Michael Kifer, Richard King, Peter Kleiweg, Karel
1390 Klí@v{c}, Shuhei Kobayashi, Pavel Kobyakov, Larry K.@: Kolodney, David
1391 M.@: Koppelman, Koseki Yoshinori, Robert Krawitz, Sebastian Kremer,
1392 Ryszard Kubiak, Igor Kuzmin, David Kågedal, Daniel LaLiberte, Karl
1393 Landstrom, Mario Lang, Aaron Larson, James R.@: Larus, Vinicius Jose
1394 Latorre, Werner Lemberg, Frederic Lepied, Peter Liljenberg, Christian
1395 Limpach, Lars Lindberg, Chris Lindblad, Anders Lindgren, Thomas Link,
1396 Juri Linkov, Francis Litterio, Sergey Litvinov, Emilio C.@: Lopes,
1397 Martin Lorentzon, Dave Love, Eric Ludlam, Károly L@H{o}rentey, Sascha
1398 Lüdecke, Greg McGary, Roland McGrath, Michael McNamara, Alan Mackenzie,
1399 Christopher J.@: Madsen, Neil M.@: Mager, Ken Manheimer, Bill Mann,
1400 Brian Marick, Simon Marshall, Bengt Martensson, Charlie Martin,
1401 Yukihiro Matsumoto, David Maus, Thomas May, Will Mengarini, David
1402 Megginson, Stefan Merten, Ben A.@: Mesander, Wayne Mesard, Brad
1403 Miller, Lawrence Mitchell, Richard Mlynarik, Gerd Moellmann, Stefan
1404 Monnier, Keith Moore, Jan Moringen, Morioka Tomohiko, Glenn Morris,
1405 Don Morrison, Diane Murray, Riccardo Murri, Sen Nagata, Erik Naggum,
1406 Gergely Nagy, Nobuyoshi Nakada, Thomas Neumann, Mike Newton, Thien-Thi Nguyen,
1407 Jurgen Nickelsen, Dan Nicolaescu, Hrvoje Niksic, Jeff Norden,
1408 Andrew Norman, Kentaro Ohkouchi, Christian Ohler,
1409 Kenichi Okada, Alexandre Oliva, Bob Olson, Michael Olson, Takaaki Ota,
1410 Pieter E.@: J.@: Pareit, Ross Patterson, David Pearson, Juan Pechiar,
1411 Jeff Peck, Damon Anton Permezel, Tom Perrine, William M.@: Perry, Per
1412 Persson, Jens Petersen, Daniel Pfeiffer, Justus Piater, Richard L.@:
1413 Pieri, Fred Pierresteguy, François Pinard, Daniel Pittman, Christian
1414 Plaunt, Alexander Pohoyda, David Ponce, Francesco A.@: Potorti,
1415 Michael D.@: Prange, Mukesh Prasad, Ken Raeburn, Marko Rahamaa, Ashwin
1416 Ram, Eric S.@: Raymond, Paul Reilly, Edward M.@: Reingold, David
1417 Reitter, Alex Rezinsky, Rob Riepel, Lara Rios, Adrian Robert, Nick
1418 Roberts, Roland B.@: Roberts, John Robinson, Denis B.@: Roegel, Danny
1419 Roozendaal, Sebastian Rose, William Rosenblatt, Markus Rost, Guillermo
1420 J.@: Rozas, Martin Rudalics, Ivar Rummelhoff, Jason Rumney, Wolfgang
1421 Rupprecht, Benjamin Rutt, Kevin Ryde, James B.@: Salem, Masahiko Sato,
1422 Timo Savola, Jorgen Schaefer, Holger Schauer, William Schelter, Ralph
1423 Schleicher, Gregor Schmid, Michael Schmidt, Ronald S.@: Schnell,
1424 Philippe Schnoebelen, Jan Schormann, Alex Schroeder, Stefan Schoef,
1425 Rainer Schoepf, Raymond Scholz, Eric Schulte, Andreas Schwab, Randal
1426 Schwartz, Oliver Seidel, Manuel Serrano, Paul Sexton, Hovav Shacham,
1427 Stanislav Shalunov, Marc Shapiro, Richard Sharman, Olin Shivers, Tibor
1428 @v{S}imko, Espen Skoglund, Rick Sladkey, Lynn Slater, Chris Smith,
1429 David Smith, Paul D.@: Smith, Wilson Snyder, William Sommerfeld, Simon
1430 South, Andre Spiegel, Michael Staats, Thomas Steffen, Ulf Stegemann,
1431 Reiner Steib, Sam Steingold, Ake Stenhoff, Peter Stephenson, Ken
1432 Stevens, Andy Stewart, Jonathan Stigelman, Martin Stjernholm, Kim F.@:
1433 Storm, Steve Strassmann, Christopher Suckling, Olaf Sylvester, Naoto
1434 Takahashi, Steven Tamm, Luc Teirlinck, Jean-Philippe Theberge, Jens
1435 T.@: Berger Thielemann, Spencer Thomas, Jim Thompson, Toru Tomabechi,
1436 David O'Toole, Markus Triska, Tom Tromey, Enami Tsugutomo, Eli
1437 Tziperman, Daiki Ueno, Masanobu Umeda, Rajesh Vaidheeswarran, Neil
1438 W.@: Van Dyke, Didier Verna, Joakim Verona, Ulrik Vieth, Geoffrey
1439 Voelker, Johan Vromans, Inge Wallin, John Paul Wallington, Colin
1440 Walters, Barry Warsaw, Christoph Wedler, Ilja Weis, Zhang Weize,
1441 Morten Welinder, Joseph Brian Wells, Rodney Whitby, John Wiegley,
1442 Sascha Wilde, Ed Wilkinson, Mike Williams, Roland Winkler, Bill
1443 Wohler, Steven A.@: Wood, Dale R.@: Worley, Francis J.@: Wright, Felix
1444 S.@: T.@: Wu, Tom Wurgler, Yamamoto Mitsuharu, Katsumi Yamaoka,
1445 Masatake Yamato, Jonathan Yavner, Ryan Yeske, Ilya Zakharevich, Milan
1446 Zamazal, Victor Zandy, Eli Zaretskii, Jamie Zawinski, Andrew Zhilin,
1447 Shenghuo Zhu, Piotr Zielinski, Ian T.@: Zimmermann, Reto Zimmermann,
1448 Neal Ziring, Teodor Zlatanov, and Detlev Zundel.
1449 @end iftex
1450
1451 @node Intro
1452 @unnumbered Introduction
1453
1454 You are reading about GNU Emacs, the GNU incarnation of the
1455 advanced, self-documenting, customizable, extensible editor Emacs.
1456 (The `G' in `GNU' is not silent.)
1457
1458 We call Emacs @dfn{advanced} because it can do much more than simple
1459 insertion and deletion of text. It can control subprocesses, indent
1460 programs automatically, show multiple files at once, and more.
1461 Emacs editing commands operate in terms of characters, words, lines,
1462 sentences, paragraphs, and pages, as well as expressions and comments
1463 in various programming languages.
1464
1465 @dfn{Self-documenting} means that at any time you can use special
1466 commands, known as @dfn{help commands}, to find out what your options
1467 are, or to find out what any command does, or to find all the
1468 commands that pertain to a given topic. @xref{Help}.
1469
1470 @dfn{Customizable} means that you can easily alter the behavior of
1471 Emacs commands in simple ways. For instance, if you use a programming
1472 language in which comments start with @samp{<**} and end with
1473 @samp{**>}, you can tell the Emacs comment manipulation commands to
1474 use those strings (@pxref{Comments}). To take another example, you
1475 can rebind the basic cursor motion commands (up, down, left and right)
1476 to any keys on the keyboard that you find comfortable.
1477 @xref{Customization}.
1478
1479 @dfn{Extensible} means that you can go beyond simple customization
1480 and create entirely new commands. New commands are simply programs
1481 written in the Lisp language, which are run by Emacs's own Lisp
1482 interpreter. Existing commands can even be redefined in the middle of
1483 an editing session, without having to restart Emacs. Most of the
1484 editing commands in Emacs are written in Lisp; the few exceptions
1485 could have been written in Lisp but use C instead for efficiency.
1486 Writing an extension is programming, but non-programmers can use it
1487 afterwards. @xref{Top, Emacs Lisp Intro, Preface, eintr, An
1488 Introduction to Programming in Emacs Lisp}, if you want to learn Emacs
1489 Lisp programming.
1490
1491 @include screen.texi
1492 @include commands.texi
1493 @include entering.texi
1494 @include basic.texi
1495 @include mini.texi
1496 @include m-x.texi
1497 @include help.texi
1498 @include mark.texi
1499 @include killing.texi
1500 @include regs.texi
1501 @include display.texi
1502 @include search.texi
1503 @include fixit.texi
1504 @include kmacro.texi
1505 @c Includes arevert-xtra.
1506 @include files.texi
1507 @include buffers.texi
1508 @include windows.texi
1509 @include frames.texi
1510 @include mule.texi
1511 @include modes.texi
1512 @include indent.texi
1513 @include text.texi
1514 @c Includes fortran-xtra.
1515 @include programs.texi
1516 @include building.texi
1517 @c Includes vc1-xtra, emerge-xtra.
1518 @include maintaining.texi
1519 @include abbrevs.texi
1520 @c Includes dired-xtra.
1521 @include dired.texi
1522 @c Includes cal-xtra.
1523 @include calendar.texi
1524 @include sending.texi
1525 @include rmail.texi
1526 @c Includes picture-xtra.texi
1527 @include misc.texi
1528 @include package.texi
1529 @include custom.texi
1530 @include trouble.texi
1531
1532 @node Copying
1533 @appendix GNU GENERAL PUBLIC LICENSE
1534 @include gpl.texi
1535
1536 @node GNU Free Documentation License
1537 @appendix GNU Free Documentation License
1538 @include doclicense.texi
1539
1540 @include cmdargs.texi
1541 @include xresources.texi
1542
1543 @include anti.texi
1544 @include macos.texi
1545 @c Includes msdog-xtra.
1546 @include msdog.texi
1547 @include gnu.texi
1548 @include glossary.texi
1549 @ifnottex
1550 @include ack.texi
1551 @end ifnottex
1552
1553 @c The Option Index is produced only in the on-line version,
1554 @c because the index entries related to command-line options
1555 @c tend to point to the same pages and all begin with a dash.
1556
1557 @node Key Index
1558 @unnumbered Key (Character) Index
1559 @printindex ky
1560
1561 @ifnottex
1562 @node Option Index
1563 @unnumbered Command-Line Options Index
1564 @printindex op
1565 @end ifnottex
1566
1567 @node Command Index
1568 @unnumbered Command and Function Index
1569 @printindex fn
1570
1571 @node Variable Index
1572 @unnumbered Variable Index
1573 @printindex vr
1574
1575 @node Concept Index
1576 @unnumbered Concept Index
1577 @printindex cp
1578
1579 @bye