home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / beos / emacs / emacs-19.34-bin / emacs-19 / info / emacs-1 (.txt) < prev    next >
GNU Info File  |  1997-09-17  |  31KB  |  562 lines

  1. This is Info file ../info/emacs, produced by Makeinfo-1.63 from the
  2. input file emacs.texi.
  3. File: emacs,  Node: Top,  Next: Distrib,  Prev: (dir),  Up: (dir)
  4. The Emacs Editor
  5. ****************
  6.    Emacs is the extensible, customizable, self-documenting real-time
  7. display editor.  This Info file describes how to edit with Emacs and
  8. some of how to customize it, but not how to extend it.  It corresponds
  9. to GNU Emacs version 19.34.
  10. * Menu:
  11. * Distrib::          How to get the latest Emacs distribution.
  12. * Copying::          The GNU General Public License gives you permission
  13.             to redistribute GNU Emacs on certain terms;
  14.             it also explains that there is no warranty.
  15. * Intro::          An introduction to Emacs concepts.
  16. * Glossary::          The glossary.
  17. * Antinews::          Information about Emacs version 19.28.
  18. * MS-DOS::            Using Emacs on MS-DOS (otherwise known as "MS-DOG").
  19. * Manifesto::          What's GNU?  Gnu's Not Unix!
  20. * Acknowledgments::   Major contributors to GNU Emacs.
  21. Indexes, nodes containing large menus
  22. * Key Index::          An item for each standard Emacs key sequence.
  23. * Command Index::     An item for each command name.
  24. * Variable Index::    An item for each documented variable.
  25. * Concept Index::     An item for each concept.
  26. Important General Concepts
  27. * Screen::          How to interpret what you see on the screen.
  28. * User Input::          Kinds of input events (characters, buttons,
  29.                         function keys).
  30. * Keys::          Key sequences: what you type to request one
  31.                         editing action.
  32. * Commands::          Named functions run by key sequences to do editing.
  33. * Text Characters::   Character set for text (the contents of buffers
  34.             and strings).
  35. * Entering Emacs::    Starting Emacs from the shell.
  36. * Exiting::          Stopping or killing Emacs.
  37. * Command Arguments:: Hairy startup options.
  38. Fundamental Editing Commands
  39. * Basic::          The most basic editing commands.
  40. * Minibuffer::          Entering arguments that are prompted for.
  41. * M-x::              Invoking commands by their names.
  42. * Help::          Commands for asking Emacs about its commands.
  43. Important Text-Changing Commands
  44. * Mark::          The mark: how to delimit a "region" of text.
  45. * Killing::          Killing text.
  46. * Yanking::          Recovering killed text.  Moving text.
  47. * Accumulating Text:: Other ways of copying text.
  48. * Rectangles::          Operating on the text inside a rectangle on the screen.
  49. * Registers::          Saving a text string or a location in the buffer.
  50. * Display::          Controlling what text is displayed.
  51. * Search::          Finding or replacing occurrences of a string.
  52. * Fixit::          Commands especially useful for fixing typos.
  53. Larger Units of Text
  54. * Files::          All about handling files.
  55. * Buffers::          Multiple buffers; editing several files at once.
  56. * Windows::          Viewing two pieces of text at once.
  57. * Frames::          Running the same Emacs session in multiple X windows.
  58. Advanced Features
  59. * Major Modes::          Text mode vs. Lisp mode vs. C mode ...
  60. * Indentation::          Editing the white space at the beginnings of lines.
  61. * Text::          Commands and modes for editing English.
  62. * Programs::          Commands and modes for editing programs.
  63. * Building::          Compiling, running and debugging programs.
  64. * Abbrevs::          How to define text abbreviations to reduce
  65.             the number of characters you must type.
  66. * Picture::          Editing pictures made up of characters
  67.             using the quarter-plane screen model.
  68. * Sending Mail::      Sending mail in Emacs.
  69. * Rmail::          Reading mail in Emacs.
  70. * Dired::          You can "edit" a directory to manage files in it.
  71. * Calendar/Diary::    The calendar and diary facilities.
  72. * Gnus::          How to read netnews with Emacs.
  73. * Shell::          Executing shell commands from Emacs.
  74. * Emacs Server::      Using Emacs as an editing server for `mail', etc.
  75. * Hardcopy::          Printing buffers or regions.
  76. * Postscript::          Printing buffers or regions as Postscript.
  77. * Sorting::          Sorting lines, paragraphs or pages within Emacs.
  78. * Narrowing::          Restricting display and editing to a portion
  79.             of the buffer.
  80. * Two-Column::          Splitting apart columns to edit them
  81.              in side-by-side windows.
  82. * Editing Binary Files:: Using Hexl mode to edit binary files.
  83. * Saving Emacs Sessions:: Saving Emacs state from one session to the next.
  84. * Recursive Edit::    A command can allow you to do editing
  85.             "within the command".  This is called a
  86.             `recursive editing level'.
  87. * Emulation::          Emulating some other editors with Emacs.
  88. * Dissociated Press:: Dissociating text for fun.
  89. * Amusements::          Various games and hacks.
  90. * Customization::     Modifying the behavior of Emacs.
  91. Recovery from Problems.
  92. * Quitting::          Quitting and aborting.
  93. * Lossage::          What to do if Emacs is hung or malfunctioning.
  94. * Bugs::          How and when to report a bug.
  95. * Contributing::      How to contribute improvements to Emacs.
  96. * Service::          How to get help for your own Emacs needs.
  97. Here are some other nodes which are really inferiors of the ones
  98. already listed, mentioned here so you can get to them in one step:
  99.  -- The Detailed Node Listing --
  100. The Organization of the Screen
  101. * Point::    The place in the text where editing commands operate.
  102. * Echo Area::   Short messages appear at the bottom of the screen.
  103. * Mode Line::    Interpreting the mode line.
  104. Basic Editing Commands
  105. * Inserting Text::     Inserting text by simply typing it.
  106. * Moving Point::       How to move the cursor to the place where you want to
  107.              change something.
  108. * Erasing::           Deleting and killing text.
  109. * Undo::           Undoing recently made changes in the text.
  110. * Files: Basic Files.  Visiting, creating, and saving files.
  111. * Help: Basic Help.    Asking what a character does.
  112. * Blank Lines::           Commands to make or delete blank lines.
  113. * Continuation Lines:: Lines too wide for the screen.
  114. * Position Info::      What page, line, row, or column is point on?
  115. * Arguments::           Numeric arguments for repeating a command.
  116. The Minibuffer
  117. * Minibuffer File::       Entering file names with the minibuffer.
  118. * Minibuffer Edit::       How to edit in the minibuffer.
  119. * Completion::          An abbreviation facility for minibuffer input.
  120. * Minibuffer History::      Reusing recent minibuffer arguments.
  121. * Repetition::          Re-executing commands that used the minibuffer.
  122. * Help Summary::    Brief list of all Help commands.
  123. * Key Help::        Asking what a key does in Emacs.
  124. * Name Help::        Asking about a command, variable or function name.
  125. * Apropos::        Asking what pertains to a given topic.
  126. * Library Keywords::    Finding Lisp libraries by keywords (topics).
  127. * Misc Help::        Other help commands.
  128. The Mark and the Region
  129. * Setting Mark::    Commands to set the mark.
  130. * Transient Mark::    How to make Emacs highlight the region-
  131.               when there is one.
  132. * Using Region::    Summary of ways to operate on contents of the region.
  133. * Marking Objects::    Commands to put region around textual units.
  134. * Mark Ring::        Previous mark positions saved so you can go back there.
  135. * Global Mark Ring::    Previous mark positions in various buffers.
  136. Deletion and Killing
  137. * Deletion::        Commands for deleting small amounts of text and
  138.               blank areas.
  139. * Killing by Lines::    How to kill entire lines of text at one time.
  140. * Other Kill Commands:: Commands to kill large regions of text and
  141.               syntactic units such as words and sentences.
  142. Yanking
  143. * Kill Ring::        Where killed text is stored.  Basic yanking.
  144. * Appending Kills::    Several kills in a row all yank together.
  145. * Earlier Kills::    Yanking something killed some time ago.
  146. Registers
  147. * RegPos::             Saving positions in registers.
  148. * RegText::            Saving text in registers.
  149. * RegRect::            Saving rectangles in registers.
  150. * RegConfig::              Saving window configurations in registers.
  151. * RegFiles::           File names in registers.
  152. * Bookmarks::              Bookmarks are like registers, but persistent.
  153. Controlling the Display
  154. * Scrolling::           Moving text up and down in a window.
  155. * Horizontal Scrolling::   Moving text left and right in a window.
  156. * Selective Display::       Hiding lines with lots of indentation.
  157. * European Display::       Displaying (and entering) European characters.
  158. * Follow Mode::            Follow mode lets two windows scroll as one.
  159. * Optional Mode Line::       Optional mode line features.
  160. * Display Vars::       Information on variables for customizing display.
  161. Searching and Replacement
  162. * Incremental Search::       Search happens as you type the string.
  163. * Nonincremental Search::  Specify entire string and then search.
  164. * Word Search::           Search for sequence of words.
  165. * Regexp Search::       Search for match for a regexp.
  166. * Regexps::           Syntax of regular expressions.
  167. * Search Case::           To ignore case while searching, or not.
  168. * Replace::           Search, and replace some or all matches.
  169. * Other Repeating Search:: Operating on all matches for some regexp.
  170. Replacement Commands
  171. * Unconditional Replace::  Replacing all matches for a string.
  172. * Regexp Replace::       Replacing all matches for a regexp.
  173. * Replacement and Case::   How replacements preserve case of letters.
  174. * Query Replace::       How to use querying.
  175. Commands for Fixing Typos
  176. * Kill Errors:: Commands to kill a batch of recently entered text.
  177. * Transpose::    Exchanging two characters, words, lines, lists...
  178. * Fixing Case:: Correcting case of last word entered.
  179. * Spelling::    Apply spelling checker to a word, or a whole file.
  180. File Handling
  181. * File Names::         How to type and edit file name arguments.
  182. * Visiting::         Visiting a file prepares Emacs to edit the file.
  183. * Saving::         Saving makes your changes permanent.
  184. * Reverting::         Reverting cancels all the changes not saved.
  185. * Auto Save::         Auto Save periodically protects against loss of data.
  186. * File Aliases::     Handling multiple names for one file.
  187. * Version Control::  Version control systems (RCS and SCCS).
  188. * Directories::         Listing the contents of a file directory.
  189. * Comparing Files::  Finding where two files differ.
  190. * Misc File Ops::    Other things you can do on files.
  191. * Compressed Files:: Accessing compressed files.
  192. Saving Files
  193. * Backup::      How Emacs saves the old version of your file.
  194. * Interlocking::  How Emacs protects against simultaneous editing
  195.             of one file by two users.
  196. Version Control
  197. * Version Systems::             Supported version control back end systems.
  198. * VC Concepts::                 Basic version control information;
  199.                                   checking files in and out.
  200. * Editing with VC::             Commands for editing a file maintained
  201.                                   with version control.
  202. * Log Entries::                 Logging your changes.
  203. * Change Logs and VC::          Generating a change log file from log entries.
  204. * Old Versions::                Examining and comparing old versions.
  205. * Branches::                    Selecting a branch to put your changes in,
  206.                                   and creating a new branch.
  207. * Status in VC::                Commands to view the VC status of files and
  208.                                   look at log entries.
  209. * Renaming and VC::             A command to rename both the source and
  210.                                   master file correctly.
  211. * Snapshots::                   How to make and use snapshots, a set of
  212.                                   file versions that can be treated as a unit.
  213. * Version Headers::             Inserting version control headers into
  214.                                   working files.
  215. * Customizing VC::              Variables to change VC's behavior.
  216. Using Multiple Buffers
  217. * Select Buffer::      Creating a new buffer or reselecting an old one.
  218. * List Buffers::       Getting a list of buffers that exist.
  219. * Misc Buffer::           Renaming; changing read-onliness; copying text.
  220. * Kill Buffer::           Killing buffers you no longer need.
  221. * Several Buffers::    How to go through the list of all buffers
  222.              and operate variously on several of them.
  223. * Indirect Buffers::   An indirect buffer shares the text of another buffer.
  224. Multiple Windows
  225. * Basic Window::       Introduction to Emacs windows.
  226. * Split Window::       New windows are made by splitting existing windows.
  227. * Other Window::       Moving to another window or doing something to it.
  228. * Pop Up Window::      Finding a file or buffer in another window.
  229. * Change Window::      Deleting windows and changing their sizes.
  230. Frames and X Windows
  231. * Mouse Commands::     Moving, cutting, and pasting, with the mouse.
  232. * Secondary Selection::Cutting without altering point and mark.
  233. * Mouse References::   Using the mouse to select an item from a list.
  234. * Mode Line Mouse::    Mouse clicks on the mode line.
  235. * Creating Frames::    Creating additional Emacs frames with various contents.
  236. * Special Buffer Frames::  You can make certain buffers have their own frames.
  237. * Frame Parameters::   Changing the colors and other modes of frames.
  238. * Scroll Bars::           How to enable and disable scroll bars; how to use them.
  239. * Menu Bars::           Enabling and disabling the menu bar.
  240. * Faces::           How to change the display style using faces.
  241. * Modifying Faces::    How to change what a particular face looks like.
  242. * Font Lock::          Minor mode for syntactic highlighting using faces.
  243. * Support Modes::      Font Lock support modes make Font Lock faster.
  244. * Misc X::           Iconifying and deleting frames.    Region highlighting.
  245. * Non-Window Terminals::  Multiple frames on terminals that only show one.
  246. Font Lock Support Modes
  247. * Fast Lock Mode::     Saving font information in files.
  248. * Lazy Lock Mode::     Fontifying only text that is actually displayed.
  249. * Fast or Lazy::       Which support mode is best for you?
  250. Major Modes
  251. * Choosing Modes::     How major modes are specified or chosen.
  252. Indentation
  253. * Indentation Commands::  Various commands and techniques for indentation.
  254. * Tab Stops::          You can set arbitrary "tab stops" and then
  255.                 indent to the next tab stop when you want to.
  256. * Just Spaces::          You can request indentation using just spaces.
  257. Commands for Human Languages
  258. * Words::      Moving over and killing words.
  259. * Sentences::      Moving over and killing sentences.
  260. * Paragraphs::      Moving over paragraphs.
  261. * Pages::      Moving over pages.
  262. * Filling::      Filling or justifying text.
  263. * Case::      Changing the case of text.
  264. * Text Mode::      The major modes for editing text files.
  265. * Outline Mode::  The major mode for editing outlines.
  266. * TeX Mode::      The major modes for editing input to the formatter TeX.
  267. * Nroff Mode::      The major mode for editing input to the formatter nroff.
  268. * Formatted Text::Editing formatted text directly in WYSIWYG fashion.
  269. Filling Text
  270. * Auto Fill::      Auto Fill mode breaks long lines automatically.
  271. * Fill Commands:: Commands to refill paragraphs and center lines.
  272. * Fill Prefix::      Filling when every line is indented or in a comment, etc.
  273. Editing Programs
  274. * Program Modes::     Major modes for editing programs.
  275. * Lists::          Expressions with balanced parentheses.
  276. * List Commands::     The commands for working with list and sexps.
  277. * Defuns::          Each program is made up of separate functions.
  278.             There are editing commands to operate on them.
  279. * Program Indent::    Adjusting indentation to show the nesting.
  280. * Matching::          Insertion of a close-delimiter flashes matching open.
  281. * Comments::          Inserting, killing, and aligning comments.
  282. * Balanced Editing::  Inserting two matching parentheses at once, etc.
  283. * Symbol Completion:: Completion on symbol names of your program or language.
  284. * Documentation::     Getting documentation of functions you plan to call.
  285. * Change Log::          Maintaining a change history for your program.
  286. * Tags::          Go direct to any function in your program in one
  287.             command.  Tags remembers which file it is in.
  288. * Emerge::          A convenient way of merging two versions of a program.
  289. * C Mode::          Special commands of C, C++, Objective-C and Java modes.
  290. * Fortran::          Fortran mode and its special features.
  291. * Asm Mode::          Asm mode and its special features.
  292. Indentation for Programs
  293. * Basic Indent::    Indenting a single line.
  294. * Multi-line Indent::    Commands to reindent many lines at once.
  295. * Lisp Indent::        Specifying how each Lisp function should be indented.
  296. * C Indent::        Choosing an indentation style for C code.
  297. Tags Tables
  298. * Tag Syntax::        Tag syntax for various types of code and text files.
  299. * Create Tags Table::    Creating a tags table with `etags'.
  300. * Select Tags Table::    How to visit a tags table.
  301. * Find Tag::        Commands to find the definition of a specific tag.
  302. * Tags Search::        Using a tags table for searching and replacing.
  303. * List Tags::        Listing and finding tags defined in a file.
  304. Merging Files with Emerge
  305. * Overview of Emerge::        How to start Emerge.  Basic concepts.
  306. * Submodes of Emerge::        Fast mode vs. Edit mode.
  307.                   Skip Prefers mode and Auto Advance mode.
  308. * State of Difference::        You do the merge by specifying state A or B
  309.                   for each difference.
  310. * Merge Commands::        Commands for selecting a difference,
  311.                   changing states of differences, etc.
  312. * Exiting Emerge::        What to do when you've finished the merge.
  313. * Combining in Emerge::        How to keep both alternatives for a difference.
  314. * Fine Points of Emerge::   Misc.
  315. Compiling and Testing Programs
  316. * Compilation::              Compiling programs in languages other
  317.                     than Lisp (C, Pascal, etc.)
  318. * Debuggers::              Running symbolic debuggers for
  319.                     non-Lisp programs.
  320. * Executing Lisp::          Various modes for editing Lisp programs,
  321.                     with different facilities for running
  322.                     the Lisp programs.
  323. * Libraries: Lisp Libraries.      Creating Lisp programs to run in Emacs.
  324. * Interaction: Lisp Interaction.  Executing Lisp in an Emacs buffer.
  325. * Eval: Lisp Eval.          Executing a single Lisp expression in Emacs.
  326. * External Lisp::          Communicating through Emacs with a
  327.                     separate Lisp.
  328. Running Debuggers Under Emacs
  329. * Starting GUD::    How to start a debugger subprocess.
  330. * Debugger Operation::    Connection between the debugger and source buffers.
  331. * Commands of GUD::    Key bindings for common commands.
  332. * GUD Customization::    Defining your own commands for GUD.
  333. Abbrevs
  334. * Abbrev Concepts::   Fundamentals of defined abbrevs.
  335. * Defining Abbrevs::  Defining an abbrev, so it will expand when typed.
  336. * Expanding Abbrevs:: Controlling expansion: prefixes, canceling expansion.
  337. * Editing Abbrevs::   Viewing or editing the entire list of defined abbrevs.
  338. * Saving Abbrevs::    Saving the entire list of abbrevs for another session.
  339. * Dynamic Abbrevs::   Abbreviations for words already in the buffer.
  340. Editing Pictures
  341. * Basic Picture::      Basic concepts and simple commands of Picture Mode.
  342. * Insert in Picture::      Controlling direction of cursor motion
  343.                 after "self-inserting" characters.
  344. * Tabs in Picture::      Various features for tab stops and indentation.
  345. * Rectangles in Picture:: Clearing and superimposing rectangles.
  346. Sending Mail
  347. * Mail Format::          Format of the mail being composed.
  348. * Mail Headers::             Details of permitted mail header fields.
  349. * Mail Aliases::             Abbreviating and grouping mail addresses.
  350. * Mail Mode::            Special commands for editing mail being composed.
  351. * Distracting NSA::          How to distract the NSA's attention.
  352. Reading Mail with Rmail
  353. * Rmail Basics::             Basic concepts of Rmail, and simple use.
  354. * Rmail Scrolling::          Scrolling through a message.
  355. * Rmail Motion::             Moving to another message.
  356. * Rmail Deletion::           Deleting and expunging messages.
  357. * Rmail Inbox::              How mail gets into the Rmail file.
  358. * Rmail Files::              Using multiple Rmail files.
  359. * Rmail Output::             Copying message out to files.
  360. * Rmail Labels::             Classifying messages by labeling them.
  361. * Rmail Reply::              Sending replies to messages you are viewing.
  362. * Rmail Summary::            Summaries show brief info on many messages.
  363. * Rmail Sorting::            Sorting messages in Rmail.
  364. * Rmail Display::            How Rmail displays a message; customization.
  365. * Rmail Editing::            Editing message text and headers in Rmail.
  366. * Rmail Digest::             Extracting the messages from a digest message.
  367. * Out of Rmail::         Converting an Rmail file to mailbox format.
  368. * Rmail Rot13::              Reading messages encoded in the rot13 code.
  369. Dired, the Directory Editor
  370. * Dired Enter::          How to invoke Dired.
  371. * Dired Commands::           Commands in the Dired buffer.
  372. * Dired Deletion::           Deleting files with Dired.
  373. * Flagging Many Files::      Flagging files based on their names.
  374. * Dired Visiting::           Other file operations through Dired.
  375. * Marks vs Flags::         Flagging for deletion vs marking.
  376. * Operating on Files::         How to copy, rename, print, compress, etc.
  377.                    either one file or several files.
  378. * Shell Commands in Dired::  Running a shell command on the marked files.
  379. * Transforming File Names::  Using patterns to rename multiple files.
  380. * Comparison in Dired::         Running `diff' by way of Dired.
  381. * Subdirectories in Dired::  Adding subdirectories to the Dired buffer.
  382. * Subdirectory Motion::         Moving across subdirectories, and up and down.
  383. * Hiding Subdirectories::    Making subdirectories visible or invisible.
  384. * Dired Updating::           Discarding lines for files of no interest.
  385. * Dired and Find::         Using `find' to choose the files for Dired.
  386. The Calendar and the Diary
  387. * Calendar Motion::      Moving through the calendar; selecting a date.
  388. * Scroll Calendar::      Bringing earlier or later months onto the screen.
  389. * Counting Days::      How many days are there between two dates?
  390. * General Calendar::      Exiting or recomputing the calendar.
  391. * TeX Calendar::          Print a calendar using TeX.
  392. * Holidays::          Displaying dates of holidays.
  393. * Sunrise/Sunset::      Displaying local times of sunrise and sunset.
  394. * Lunar Phases::      Displaying phases of the moon.
  395. * Other Calendars::      Converting dates to other calendar systems.
  396. * Diary::          Displaying events from your diary.
  397. * Appointments::      Reminders when it's time to do something.
  398. * Daylight Savings::      How to specify when daylight savings time is active.
  399. Movement in the Calendar
  400. * Calendar Unit Motion::      Moving by days, weeks, months, and years.
  401. * Move to Beginning or End::  Moving to start/end of weeks, months, and years.
  402. * Specified Dates::          Moving to the current date or another
  403.                 specific date.
  404. Conversion To and From Other Calendars
  405. * Calendar Systems::       The calendars Emacs understands
  406.                  (aside from Gregorian).
  407. * To Other Calendar::       Converting the selected date to various calendars.
  408. * From Other Calendar::       Moving to a date specified in another calendar.
  409. * Mayan Calendar::       Moving to a date specified in a Mayan calendar.
  410. The Diary
  411. * Diary Commands::       Viewing diary entries and associated calendar dates.
  412. * Format of Diary File::   Entering events in your diary.
  413. * Date Formats::       Various ways you can specify dates.
  414. * Adding to Diary::       Commands to create diary entries.
  415. * Special Diary Entries::  Anniversaries, blocks of dates, cyclic entries, etc.
  416. * Buffers of Gnus::       The group, summary and article buffers.
  417. * Gnus Startup::       What you should know about starting Gnus.
  418. * Summary of Gnus::       A short description of the basic Gnus commands.
  419. Running Shell Commands from Emacs
  420. * Single Shell::       How to run one shell command and return.
  421. * Interactive Shell::       Permanent shell taking input via Emacs.
  422. * Shell Mode::           Special Emacs commands used with permanent shell.
  423. * Shell History::          Repeating previous commands in a shell buffer.
  424. * Shell Options::          Options for customizing Shell mode.
  425. * Remote Host::           Connecting to another computer.
  426. Customization
  427. * Minor Modes::           Each minor mode is one feature you can turn on
  428.                  independently of any others.
  429. * Variables::           Many Emacs commands examine Emacs variables
  430.                  to decide what to do; by setting variables,
  431.                  you can control their functioning.
  432. * Keyboard Macros::       A keyboard macro records a sequence of
  433.                  keystrokes to be replayed with a single
  434.                  command.
  435. * Key Bindings::       The keymaps say what command each key runs.
  436.                  By changing them, you can "redefine keys".
  437. * Keyboard Translations::  If your keyboard passes an undesired code
  438.                  for a key, you can tell Emacs to
  439.                  substitute another code.
  440. * Syntax::           The syntax table controls how words and
  441.                   expressions are parsed.
  442. * Init File::           How to write common customizations in the
  443.                  `.emacs' file.
  444. Variables
  445. * Examining::         Examining or setting one variable's value.
  446. * Edit Options::     Examining or editing list of all variables' values.
  447. * Hooks::         Hook variables let you specify programs for parts
  448.                of Emacs to run on particular occasions.
  449. * Locals::         Per-buffer values of variables.
  450. * File Variables::   How files can specify variable values.
  451. Keyboard Macros
  452. * Basic Kbd Macro::  Defining and running keyboard macros.
  453. * Save Kbd Macro::   Giving keyboard macros names; saving them in files.
  454. * Kbd Macro Query::  Keyboard macros that do different things each use.
  455. Customizing Key Bindings
  456. * Keymaps::         Generalities.  The global keymap.
  457. * Prefix Keymaps::   Keymaps for prefix keys.
  458. * Local Keymaps::    Major and minor modes have their own keymaps.
  459. * Minibuffer Maps::  The minibuffer uses its own local keymaps.
  460. * Rebinding::         How to redefine one key's meaning conveniently.
  461. * Init Rebinding::   Rebinding keys with your init file, `.emacs'.
  462. * Function Keys::    Rebinding terminal function keys.
  463. * Named ASCII Chars::Distinguishing TAB from `C-i', and so on.
  464. * Mouse Buttons::    Rebinding mouse buttons in Emacs.
  465. * Disabling::         Disabling a command means confirmation is required
  466.                before it can be executed.  This is done to protect
  467.                beginners from surprises.
  468. The Init File, `~/.emacs'
  469. * Init Syntax::         Syntax of constants in Emacs Lisp.
  470. * Init Examples::    How to do some things with an init file.
  471. * Terminal Init::    Each terminal type can have an init file.
  472. * Find Init::         How Emacs finds the init file.
  473. Dealing with Emacs Trouble
  474. * DEL Gets Help::       What to do if DEL doesn't delete.
  475. * Stuck Recursive::     `[...]' in mode line around the parentheses.
  476. * Screen Garbled::      Garbage on the screen.
  477. * Text Garbled::        Garbage in the text.
  478. * Unasked-for Search::  Spontaneous entry to incremental search.
  479. * Memory Full::         How to cope when you run out of memory.
  480. * Emergency Escape::    Emergency escape--
  481.                           What to do if Emacs stops responding.
  482. * Total Frustration::   When you are at your wits' end.
  483. Reporting Bugs
  484. * Criteria:  Bug Criteria.     Have you really found a bug?
  485. * Understanding Bug Reporting::     How to report a bug effectively.
  486. * Checklist::             Steps to follow for a good bug report.
  487. * Sending Patches::         How to send a patch for GNU Emacs.
  488. Command Line Options and Arguments
  489. * Action Arguments::    Arguments to visit files, load libraries,
  490.               and call functions.
  491. * Initial Options::     Arguments that take effect while starting Emacs.
  492. * Command Example::     Examples of using command line arguments.
  493. * Resume Arguments::    Specifying arguments when you resume a running Emacs.
  494. * Environment::         Environment variables that Emacs uses.
  495. * Display X::           Changing the default display and using remote login.
  496. * Font X::            Choosing a font for text, under X.
  497. * Colors X::            Choosing colors, under X.
  498. * Window Size X::       Start-up window size, under X.
  499. * Borders X::            Internal and external borders, under X.
  500. * Title X::             Specifying the initial frame's title.
  501. * Icons X::             Choosing what sort of icon to use, under X.
  502. * Resources X::         Advanced use of classes and resources, under X.
  503. * Lucid Resources::     X resources for Lucid menus.
  504. * Motif Resources::     X resources for Motif menus.
  505. Environment Variables
  506. * General Variables::      Environment variables that all versions of Emacs use.
  507. * Misc Variables::      Certain system specific variables.
  508. MS-DOS and Windows NT/95
  509. * Keyboard and Mouse on MS-DOS::
  510. * Display on MS-DOS::
  511. * File Names on MS-DOS::
  512. * Text and Binary::
  513. * Printing and MS-DOS::
  514. * Subprocesses on MS-DOS::
  515. * Windows Subprocesses::
  516. * System Menu on Windows::
  517. File: emacs,  Node: Distrib,  Next: Copying,  Prev: Top,  Up: Top
  518. Distribution
  519. ************
  520.    GNU Emacs is "free software"; this means that everyone is free to
  521. use it and free to redistribute it on certain conditions.  GNU Emacs is
  522. not in the public domain; it is copyrighted and there are restrictions
  523. on its distribution, but these restrictions are designed to permit
  524. everything that a good cooperating citizen would want to do.  What is
  525. not allowed is to try to prevent others from further sharing any version
  526. of GNU Emacs that they might get from you.  The precise conditions are
  527. found in the GNU General Public License that comes with Emacs and also
  528. appears following this section.
  529.    One way to get a copy of GNU Emacs is from someone else who has it.
  530. You need not ask for our permission to do so, or tell any one else; just
  531. copy it.  If you have access to the Internet, you can get the latest
  532. distribution version of GNU Emacs by anonymous FTP; see the file
  533. `etc/FTP' in the Emacs distribution for more information.
  534.    You may also receive GNU Emacs when you buy a computer.  Computer
  535. manufacturers are free to distribute copies on the same terms that
  536. apply to everyone else.  These terms require them to give you the full
  537. sources, including whatever changes they may have made, and to permit
  538. you to redistribute the GNU Emacs received from them under the usual
  539. terms of the General Public License.  In other words, the program must
  540. be free for you when you get it, not just free for the manufacturer.
  541.    You can also order copies of GNU Emacs from the Free Software
  542. Foundation, on various magnetic media or on CD-ROM.  This is a
  543. convenient and reliable way to get a copy; it is also a good way to help
  544. fund our work.  (The Foundation has always received most of its funds in
  545. this way.)  An order form is included at the end of manuals printed by
  546. the Foundation.  It is also included in the file `etc/ORDERS' in the
  547. Emacs distribution.  For further information, write to
  548.      Free Software Foundation
  549.      59 Temple Place, Suite 330
  550.      Boston, MA  02111-1307 USA
  551.      USA
  552.    The income from distribution fees goes to support the foundation's
  553. purpose: the development of new free software, and improvements to our
  554. existing programs including GNU Emacs.
  555.    If you find GNU Emacs useful, please *send a donation* to the Free
  556. Software Foundation to support our work.  Donations to the Free
  557. Software Foundation are tax deductible.  If you use GNU Emacs at your
  558. workplace, suggest that the company make a donation.  If company policy
  559. is unsympathetic to the idea of donating to charity, you might instead
  560. suggest ordering a CD-ROM from the Foundation occasionally, or
  561. subscribing to periodic updates.
  562.