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