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