home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / info / info-stnd.info < prev    next >
Encoding:
GNU Info File  |  1996-10-12  |  52.0 KB  |  1,254 lines

  1. This is Info file info-stnd.info, produced by Makeinfo-1.64 from the
  2. input file info-stnd.texi.
  3.  
  4. This file documents GNU Info, a program for viewing the on-line
  5. formatted versions of Texinfo files.  This documentation is different
  6. from the documentation for the Info reader that is part of GNU Emacs.
  7. If you do not know how to use Info, but have a working Info reader, you
  8. should read that documentation first.
  9.  
  10. Copyright (C) 1992, 1993 Free Software Foundation, Inc.
  11.  
  12. Permission is granted to make and distribute verbatim copies of this
  13. manual provided the copyright notice and this permission notice are
  14. preserved on all copies.
  15.  
  16. Permission is granted to copy and distribute modified versions of this
  17. manual under the conditions for verbatim copying, provided also that the
  18. sections entitled "Copying" and "GNU General Public License" are
  19. included exactly as in the original, and provided that the entire
  20. resulting derived work is distributed under the terms of a permission
  21. notice identical to this one.
  22.  
  23. Permission is granted to copy and distribute translations of this manual
  24. into another language, under the above conditions for modified versions,
  25. except that this permission notice may be stated in a translation
  26. approved by the Free Software Foundation.
  27.  
  28. 
  29. File: info-stnd.info,  Node: Top,  Next: What is Info,  Prev: (dir),  Up: (dir)
  30.  
  31. The GNU Info Program
  32. ********************
  33.  
  34. This file documents GNU Info, a program for viewing the on-line
  35. formatted versions of Texinfo files, version 2.11.  This documentation
  36. is different from the documentation for the Info reader that is part of
  37. GNU Emacs.
  38.  
  39. * Menu:
  40.  
  41. * What is Info::
  42. * Options::                     Options you can pass on the command line.
  43. * Cursor Commands::             Commands which move the cursor within a node.
  44. * Scrolling Commands::          Commands for moving the node around
  45.                                   in a window.
  46. * Node Commands::               Commands for selecting a new node.
  47. * Searching Commands::          Commands for searching an Info file.
  48. * Xref Commands::               Commands for selecting cross references.
  49. * Window Commands::             Commands which manipulate multiple windows.
  50. * Printing Nodes::              How to print out the contents of a node.
  51. * Miscellaneous Commands::      A few commands that defy categories.
  52. * Variables::                   How to change the default behavior of Info.
  53. * GNU Info Global Index::       Global index containing keystrokes,
  54.                                   command names, variable names,
  55.                                   and general concepts.
  56.  
  57. 
  58. File: info-stnd.info,  Node: What is Info,  Next: Options,  Prev: Top,  Up: Top
  59.  
  60. What is Info?
  61. *************
  62.  
  63. "Info" is a program which is used to view Info files on an ASCII
  64. terminal.  "Info files" are the result of processing Texinfo files with
  65. the program `makeinfo' or with one of the Emacs commands, such as `M-x
  66. texinfo-format-buffer'.  Texinfo itself is a documentation system that
  67. uses a single source file to produce both on-line information and
  68. printed output.  You can typeset and print the files that you read in
  69. Info.
  70.  
  71. 
  72. File: info-stnd.info,  Node: Options,  Next: Cursor Commands,  Prev: What is Info,  Up: Top
  73.  
  74. Command Line Options
  75. ********************
  76.  
  77. GNU Info accepts several options to control the initial node being
  78. viewed, and to specify which directories to search for Info files.  Here
  79. is a template showing an invocation of GNU Info from the shell:
  80.  
  81.      info [--OPTION-NAME OPTION-VALUE] MENU-ITEM...
  82.  
  83. The following OPTION-NAMES are available when invoking Info from the
  84. shell:
  85.  
  86. `--directory DIRECTORY-PATH'
  87. `-d DIRECTORY-PATH'
  88.      Add DIRECTORY-PATH to the list of directory paths searched when
  89.      Info needs to find a file.  You may issue `--directory' multiple
  90.      times; once for each directory which contains Info files.
  91.      Alternatively, you may specify a value for the environment variable
  92.      `INFOPATH'; if `--directory' is not given, the value of `INFOPATH'
  93.      is used.  The value of `INFOPATH' is a colon separated list of
  94.      directory names.  If you do not supply `INFOPATH' or
  95.      `--directory-path', Info uses a default path.
  96.  
  97. `--file FILENAME'
  98. `-f FILENAME'
  99.      Specify a particular Info file to visit.  By default, Info visits
  100.      the file `dir'; if you use this option, Info will start with
  101.      `(FILENAME)Top' as the first file and node.
  102.  
  103. `--node NODENAME'
  104. `-n NODENAME'
  105.      Specify a particular node to visit in the initial file that Info
  106.      loads.  This is especially useful in conjunction with `--file'(1).
  107.      You may specify `--node' multiple times; for an interactive Info,
  108.      each NODENAME is visited in its own window, for a non-interactive
  109.      Info (such as when `--output' is given) each NODENAME is processed
  110.      sequentially.
  111.  
  112. `--output FILENAME'
  113. `-o FILENAME'
  114.      Specify FILENAME as the name of a file to which to direct output.
  115.      Each node that Info visits will be output to FILENAME instead of
  116.      interactively viewed.  A value of `-' for FILENAME specifies the
  117.      standard output.
  118.  
  119. `--subnodes'
  120.      This option only has meaning when given in conjunction with
  121.      `--output'.  It means to recursively output the nodes appearing in
  122.      the menus of each node being output.  Menu items which resolve to
  123.      external Info files are not output, and neither are menu items
  124.      which are members of an index.  Each node is only output once.
  125.  
  126. `--help'
  127. `-h'
  128.      Produces a relatively brief description of the available Info
  129.      options.
  130.  
  131. `--version'
  132.      Prints the version information of Info and exits.
  133.  
  134. `MENU-ITEM'
  135.      Info treats its remaining arguments as the names of menu items.
  136.      The first argument is a menu item in the initial node visited,
  137.      while the second argument is a menu item in the first argument's
  138.      node.  You can easily move to the node of your choice by
  139.      specifying the menu names which describe the path to that node.
  140.      For example,
  141.  
  142.           info emacs buffers
  143.  
  144.      first selects the menu item `Emacs' in the node `(dir)Top', and
  145.      then selects the menu item `Buffers' in the node `(emacs)Top'.
  146.  
  147. ---------- Footnotes ----------
  148.  
  149. (1)  Of course, you can specify both the file and node in a `--node'
  150. command; but don't forget to escape the open and close parentheses from
  151. the shell as in: `info --node "(emacs)Buffers"'
  152.  
  153. 
  154. File: info-stnd.info,  Node: Cursor Commands,  Next: Scrolling Commands,  Prev: Options,  Up: Top
  155.  
  156. Moving the Cursor
  157. *****************
  158.  
  159. Many people find that reading screens of text page by page is made
  160. easier when one is able to indicate particular pieces of text with some
  161. kind of pointing device.  Since this is the case, GNU Info (both the
  162. Emacs and standalone versions) have several commands which allow you to
  163. move the cursor about the screen.  The notation used in this manual to
  164. describe keystrokes is identical to the notation used within the Emacs
  165. manual, and the GNU Readline manual.  *Note Character Conventions:
  166. (emacs)Characters, if you are unfamiliar with the notation.
  167.  
  168. The following table lists the basic cursor movement commands in Info.
  169. Each entry consists of the key sequence you should type to execute the
  170. cursor movement, the `M-x'(1) command name (displayed in parentheses),
  171. and a short description of what the command does.  All of the cursor
  172. motion commands can take an "numeric" argument (*note
  173. `universal-argument': Miscellaneous Commands.), to find out how to
  174. supply them.  With a numeric argument, the motion commands are simply
  175. executed that many times; for example, a numeric argument of 4 given to
  176. `next-line' causes the cursor to move down 4 lines.  With a negative
  177. numeric argument, the motion is reversed; an argument of -4 given to
  178. the `next-line' command would cause the cursor to move *up* 4 lines.
  179.  
  180. `C-n' (`next-line')
  181.      Move the cursor down to the next line.
  182.  
  183. `C-p' (`prev-line')
  184.      Move the cursor up to the previous line.
  185.  
  186. `C-a' (`beginning-of-line')
  187.      Move the cursor to the start of the current line.
  188.  
  189. `C-e' (`end-of-line')
  190.      Move the cursor to the end of the current line.
  191.  
  192. `C-f' (`forward-char')
  193.      Move the cursor forward a character.
  194.  
  195. `C-b' (`backward-char')
  196.      Move the cursor backward a character.
  197.  
  198. `M-f' (`forward-word')
  199.      Move the cursor forward a word.
  200.  
  201. `M-b' (`backward-word')
  202.      Move the cursor backward a word.
  203.  
  204. `M-<' (`beginning-of-node')
  205. `b'
  206.      Move the cursor to the start of the current node.
  207.  
  208. `M->' (`end-of-node')
  209.      Move the cursor to the end of the current node.
  210.  
  211. `M-r' (`move-to-window-line')
  212.      Move the cursor to a specific line of the window.  Without a
  213.      numeric argument, `M-r' moves the cursor to the start of the line
  214.      in the center of the window.  With a numeric argument of N, `M-r'
  215.      moves the cursor to the start of the Nth line in the window.
  216.  
  217. ---------- Footnotes ----------
  218.  
  219. (1)  `M-x' is also a command; it invokes `execute-extended-command'.
  220. *Note Executing an extended command: (emacs)M-x, for more detailed
  221. information.
  222.  
  223. 
  224. File: info-stnd.info,  Node: Scrolling Commands,  Next: Node Commands,  Prev: Cursor Commands,  Up: Top
  225.  
  226. Moving Text Within a Window
  227. ***************************
  228.  
  229. Sometimes you are looking at a screenful of text, and only part of the
  230. current paragraph you are reading is visible on the screen.  The
  231. commands detailed in this section are used to shift which part of the
  232. current node is visible on the screen.
  233.  
  234. `SPC' (`scroll-forward')
  235. `C-v'
  236.      Shift the text in this window up.  That is, show more of the node
  237.      which is currently below the bottom of the window.  With a numeric
  238.      argument, show that many more lines at the bottom of the window; a
  239.      numeric argument of 4 would shift all of the text in the window up
  240.      4 lines (discarding the top 4 lines), and show you four new lines
  241.      at the bottom of the window.  Without a numeric argument, SPC
  242.      takes the bottom two lines of the window and places them at the
  243.      top of the window, redisplaying almost a completely new screenful
  244.      of lines.
  245.  
  246. `DEL' (`scroll-backward')
  247. `M-v'
  248.      Shift the text in this window down.  The inverse of
  249.      `scroll-forward'.
  250.  
  251. The `scroll-forward' and `scroll-backward' commands can also move
  252. forward and backward through the node structure of the file.  If you
  253. press SPC while viewing the end of a node, or DEL while viewing the
  254. beginning of a node, what happens is controlled by the variable
  255. `scroll-behavior'.  *Note `scroll-behavior': Variables, for more
  256. information.
  257.  
  258. `C-l' (`redraw-display')
  259.      Redraw the display from scratch, or shift the line containing the
  260.      cursor to a specified location.  With no numeric argument, `C-l'
  261.      clears the screen, and then redraws its entire contents.  Given a
  262.      numeric argument of N, the line containing the cursor is shifted
  263.      so that it is on the Nth line of the window.
  264.  
  265. `C-x w' (`toggle-wrap')
  266.      Toggles the state of line wrapping in the current window.
  267.      Normally, lines which are longer than the screen width "wrap",
  268.      i.e., they are continued on the next line.  Lines which wrap have
  269.      a `\' appearing in the rightmost column of the screen.  You can
  270.      cause such lines to be terminated at the rightmost column by
  271.      changing the state of line wrapping in the window with `C-x w'.
  272.      When a line which needs more space than one screen width to
  273.      display is displayed, a `$' appears in the rightmost column of the
  274.      screen, and the remainder of the line is invisible.
  275.  
  276. 
  277. File: info-stnd.info,  Node: Node Commands,  Next: Searching Commands,  Prev: Scrolling Commands,  Up: Top
  278.  
  279. Selecting a New Node
  280. ********************
  281.  
  282. This section details the numerous Info commands which select a new node
  283. to view in the current window.
  284.  
  285. The most basic node commands are `n', `p', `u', and `l'.
  286.  
  287. When you are viewing a node, the top line of the node contains some Info
  288. "pointers" which describe where the next, previous, and up nodes are.
  289. Info uses this line to move about the node structure of the file when
  290. you use the following commands:
  291.  
  292. `n' (`next-node')
  293.      Select the `Next' node.
  294.  
  295. `p' (`prev-node')
  296.      Select the `Prev' node.
  297.  
  298. `u' (`up-node')
  299.      Select the `Up' node.
  300.  
  301. You can easily select a node that you have already viewed in this window
  302. by using the `l' command - this name stands for "last", and actually
  303. moves through the list of already visited nodes for this window.  `l'
  304. with a negative numeric argument moves forward through the history of
  305. nodes for this window, so you can quickly step between two adjacent (in
  306. viewing history) nodes.
  307.  
  308. `l' (`history-node')
  309.      Select the most recently selected node in this window.
  310.  
  311. Two additional commands make it easy to select the most commonly
  312. selected nodes; they are `t' and `d'.
  313.  
  314. `t' (`top-node')
  315.      Select the node `Top' in the current Info file.
  316.  
  317. `d' (`dir-node')
  318.      Select the directory node (i.e., the node `(dir)').
  319.  
  320. Here are some other commands which immediately result in the selection
  321. of a different node in the current window:
  322.  
  323. `<' (`first-node')
  324.      Selects the first node which appears in this file.  This node is
  325.      most often `Top', but it does not have to be.
  326.  
  327. `>' (`last-node')
  328.      Select the last node which appears in this file.
  329.  
  330. `]' (`global-next-node')
  331.      Move forward or down through node structure.  If the node that you
  332.      are currently viewing has a `Next' pointer, that node is selected.
  333.      Otherwise, if this node has a menu, the first menu item is
  334.      selected.  If there is no `Next' and no menu, the same process is
  335.      tried with the `Up' node of this node.
  336.  
  337. `[' (`global-prev-node')
  338.      Move backward or up through node structure.  If the node that you
  339.      are currently viewing has a `Prev' pointer, that node is selected.
  340.      Otherwise, if the node has an `Up' pointer, that node is selected,
  341.      and if it has a menu, the last item in the menu is selected.
  342.  
  343. You can get the same behavior as `global-next-node' and
  344. `global-prev-node' while simply scrolling through the file with SPC and
  345. DEL; *Note `scroll-behavior': Variables, for more information.
  346.  
  347. `g' (`goto-node')
  348.      Read the name of a node and select it.  No completion is done while
  349.      reading the node name, since the desired node may reside in a
  350.      separate file.  The node must be typed exactly as it appears in
  351.      the Info file.  A file name may be included as with any node
  352.      specification, for example
  353.  
  354.           `g(emacs)Buffers'
  355.  
  356.      finds the node `Buffers' in the Info file `emacs'.
  357.  
  358. `C-x k' (`kill-node')
  359.      Kill a node.  The node name is prompted for in the echo area, with
  360.      a default of the current node.  "Killing" a node means that Info
  361.      tries hard to forget about it, removing it from the list of
  362.      history nodes kept for the window where that node is found.
  363.      Another node is selected in the window which contained the killed
  364.      node.
  365.  
  366. `C-x C-f' (`view-file')
  367.      Read the name of a file and selects the entire file.  The command
  368.           `C-x C-f FILENAME'
  369.      is equivalent to typing
  370.           `g(FILENAME)*'
  371.  
  372. `C-x C-b' (`list-visited-nodes')
  373.      Make a window containing a menu of all of the currently visited
  374.      nodes.  This window becomes the selected window, and you may use
  375.      the standard Info commands within it.
  376.  
  377. `C-x b' (`select-visited-node')
  378.      Select a node which has been previously visited in a visible
  379.      window.  This is similar to `C-x C-b' followed by `m', but no
  380.      window is created.
  381.  
  382. 
  383. File: info-stnd.info,  Node: Searching Commands,  Next: Xref Commands,  Prev: Node Commands,  Up: Top
  384.  
  385. Searching an Info File
  386. **********************
  387.  
  388. GNU Info allows you to search for a sequence of characters throughout an
  389. entire Info file, search through the indices of an Info file, or find
  390. areas within an Info file which discuss a particular topic.
  391.  
  392. `s' (`search')
  393.      Read a string in the echo area and search for it.
  394.  
  395. `C-s' (`isearch-forward')
  396.      Interactively search forward through the Info file for a string as
  397.      you type it.
  398.  
  399. `C-r' (`isearch-backward')
  400.      Interactively search backward through the Info file for a string as
  401.      you type it.
  402.  
  403. `i' (`index-search')
  404.      Look up a string in the indices for this Info file, and select a
  405.      node where the found index entry points to.
  406.  
  407. `,' (`next-index-match')
  408.      Move to the node containing the next matching index item from the
  409.      last `i' command.
  410.  
  411. The most basic searching command is `s' (`search').  The `s' command
  412. prompts you for a string in the echo area, and then searches the
  413. remainder of the Info file for an occurrence of that string.  If the
  414. string is found, the node containing it is selected, and the cursor is
  415. left positioned at the start of the found string.  Subsequent `s'
  416. commands show you the default search string within `[' and `]';
  417. pressing RET instead of typing a new string will use the default search
  418. string.
  419.  
  420. "Incremental searching" is similar to basic searching, but the string
  421. is looked up while you are typing it, instead of waiting until the
  422. entire search string has been specified.
  423.  
  424. 
  425. File: info-stnd.info,  Node: Xref Commands,  Next: Window Commands,  Prev: Searching Commands,  Up: Top
  426.  
  427. Selecting Cross References
  428. **************************
  429.  
  430. We have already discussed the `Next', `Prev', and `Up' pointers which
  431. appear at the top of a node.  In addition to these pointers, a node may
  432. contain other pointers which refer you to a different node, perhaps in
  433. another Info file.  Such pointers are called "cross references", or
  434. "xrefs" for short.
  435.  
  436. * Menu:
  437.  
  438. * Parts of an Xref::            What a cross reference is made of.
  439. * Selecting Xrefs::             Commands for selecting menu or note items.
  440.  
  441. 
  442. File: info-stnd.info,  Node: Parts of an Xref,  Next: Selecting Xrefs,  Up: Xref Commands
  443.  
  444. Parts of an Xref
  445. ================
  446.  
  447. Cross references have two major parts: the first part is called the
  448. "label"; it is the name that you can use to refer to the cross
  449. reference, and the second is the "target"; it is the full name of the
  450. node that the cross reference points to.
  451.  
  452. The target is separated from the label by a colon `:'; first the label
  453. appears, and then the target.  For example, in the sample menu cross
  454. reference below, the single colon separates the label from the target.
  455.  
  456.      * Foo Label: Foo Target.        More information about Foo.
  457.  
  458. Note the `.' which ends the name of the target.  The `.' is not part of
  459. the target; it serves only to let Info know where the target name ends.
  460.  
  461. A shorthand way of specifying references allows two adjacent colons to
  462. stand for a target name which is the same as the label name:
  463.  
  464.      * Foo Commands::                Commands pertaining to Foo.
  465.  
  466. In the above example, the name of the target is the same as the name of
  467. the label, in this case `Foo Commands'.
  468.  
  469. You will normally see two types of cross reference while viewing nodes:
  470. "menu" references, and "note" references.  Menu references appear
  471. within a node's menu; they begin with a `*' at the beginning of a line,
  472. and continue with a label, a target, and a comment which describes what
  473. the contents of the node pointed to contains.
  474.  
  475. Note references appear within the body of the node text; they begin with
  476. `*Note', and continue with a label and a target.
  477.  
  478. Like `Next', `Prev', and `Up' pointers, cross references can point to
  479. any valid node.  They are used to refer you to a place where more
  480. detailed information can be found on a particular subject.  Here is a
  481. cross reference which points to a node within the Texinfo
  482. documentation:  *Note Writing an Xref: (texinfo)xref, for more
  483. information on creating your own texinfo cross references.
  484.  
  485. 
  486. File: info-stnd.info,  Node: Selecting Xrefs,  Prev: Parts of an Xref,  Up: Xref Commands
  487.  
  488. Selecting Xrefs
  489. ===============
  490.  
  491. The following table lists the Info commands which operate on menu items.
  492.  
  493. `1' (`menu-digit')
  494. `2' ... `9'
  495.      Within an Info window, pressing a single digit, (such as `1'),
  496.      selects that menu item, and places its node in the current window.
  497.      For convenience, there is one exception; pressing `0' selects the
  498.      *last* item in the node's menu.
  499.  
  500. `0' (`last-menu-item')
  501.      Select the last item in the current node's menu.
  502.  
  503. `m' (`menu-item')
  504.      Reads the name of a menu item in the echo area and selects its
  505.      node.  Completion is available while reading the menu label.
  506.  
  507. `M-x find-menu'
  508.      Move the cursor to the start of this node's menu.
  509.  
  510. This table lists the Info commands which operate on note cross
  511. references.
  512.  
  513. `f' (`xref-item')
  514. `r'
  515.      Reads the name of a note cross reference in the echo area and
  516.      selects its node.  Completion is available while reading the cross
  517.      reference label.
  518.  
  519. Finally, the next few commands operate on menu or note references alike:
  520.  
  521. `TAB' (`move-to-next-xref')
  522.      Move the cursor to the start of the next nearest menu item or note
  523.      reference in this node.  You can then use RET
  524.      (`select-reference-this-line') to select the menu or note
  525.      reference.
  526.  
  527. `M-TAB' (`move-to-prev-xref')
  528.      Move the cursor the start of the nearest previous menu item or note
  529.      reference in this node.
  530.  
  531. `RET' (`select-reference-this-line')
  532.      Select the menu item or note reference appearing on this line.
  533.  
  534. 
  535. File: info-stnd.info,  Node: Window Commands,  Next: Printing Nodes,  Prev: Xref Commands,  Up: Top
  536.  
  537. Manipulating Multiple Windows
  538. *****************************
  539.  
  540. A "window" is a place to show the text of a node.  Windows have a view
  541. area where the text of the node is displayed, and an associated "mode
  542. line", which briefly describes the node being viewed.
  543.  
  544. GNU Info supports multiple windows appearing in a single screen; each
  545. window is separated from the next by its modeline.  At any time, there
  546. is only one "active" window, that is, the window in which the cursor
  547. appears.  There are commands available for creating windows, changing
  548. the size of windows, selecting which window is active, and for deleting
  549. windows.
  550.  
  551. * Menu:
  552.  
  553. * The Mode Line::               What appears in the mode line?
  554. * Basic Windows::               Manipulating windows in Info.
  555. * The Echo Area::               Used for displaying errors and reading input.
  556.  
  557. 
  558. File: info-stnd.info,  Node: The Mode Line,  Next: Basic Windows,  Up: Window Commands
  559.  
  560. The Mode Line
  561. =============
  562.  
  563. A "mode line" is a line of inverse video which appears at the bottom of
  564. an Info window.  It describes the contents of the window just above it;
  565. this information includes the name of the file and node appearing in
  566. that window, the number of screen lines it takes to display the node,
  567. and the percentage of text that is above the top of the window.  It can
  568. also tell you if the indirect tags table for this Info file needs to be
  569. updated, and whether or not the Info file was compressed when stored on
  570. disk.
  571.  
  572. Here is a sample mode line for a window containing an uncompressed file
  573. named `dir', showing the node `Top'.
  574.  
  575.      -----Info: (dir)Top, 40 lines --Top---------------------------------------
  576.                  ^^   ^   ^^^        ^^
  577.                (file)Node #lines    where
  578.  
  579. When a node comes from a file which is compressed on disk, this is
  580. indicated in the mode line with two small `z''s.  In addition, if the
  581. Info file containing the node has been split into subfiles, the name of
  582. the subfile containing the node appears in the modeline as well:
  583.  
  584.      --zz-Info: (emacs)Top, 291 lines --Top-- Subfile: emacs-1.Z---------------
  585.  
  586. When Info makes a node internally, such that there is no corresponding
  587. info file on disk, the name of the node is surrounded by asterisks
  588. (`*').  The name itself tells you what the contents of the window are;
  589. the sample mode line below shows an internally constructed node showing
  590. possible completions:
  591.  
  592.      -----Info: *Completions*, 7 lines --All-----------------------------------
  593.  
  594. 
  595. File: info-stnd.info,  Node: Basic Windows,  Next: The Echo Area,  Prev: The Mode Line,  Up: Window Commands
  596.  
  597. Window Commands
  598. ===============
  599.  
  600. It can be convenient to view more than one node at a time.  To allow
  601. this, Info can display more than one "window".  Each window has its own
  602. mode line (*note The Mode Line::.) and history of nodes viewed in that
  603. window (*note `history-node': Node Commands.).
  604.  
  605. `C-x o' (`next-window')
  606.      Select the next window on the screen.  Note that the echo area can
  607.      only be selected if it is already in use, and you have left it
  608.      temporarily.  Normally, `C-x o' simply moves the cursor into the
  609.      next window on the screen, or if you are already within the last
  610.      window, into the first window on the screen.  Given a numeric
  611.      argument, `C-x o' moves over that many windows.  A negative
  612.      argument causes `C-x o' to select the previous window on the
  613.      screen.
  614.  
  615. `M-x prev-window'
  616.      Select the previous window on the screen.  This is identical to
  617.      `C-x o' with a negative argument.
  618.  
  619. `C-x 2' (`split-window')
  620.      Split the current window into two windows, both showing the same
  621.      node.  Each window is one half the size of the original window,
  622.      and the cursor remains in the original window.  The variable
  623.      `automatic-tiling' can cause all of the windows on the screen to
  624.      be resized for you automatically, please *note automatic-tiling:
  625.      Variables. for more information.
  626.  
  627. `C-x 0' (`delete-window')
  628.      Delete the current window from the screen.  If you have made too
  629.      many windows and your screen appears cluttered, this is the way to
  630.      get rid of some of them.
  631.  
  632. `C-x 1' (`keep-one-window')
  633.      Delete all of the windows excepting the current one.
  634.  
  635. `ESC C-v' (`scroll-other-window')
  636.      Scroll the other window, in the same fashion that `C-v' might
  637.      scroll the current window.  Given a negative argument, scroll the
  638.      "other" window backward.
  639.  
  640. `C-x ^' (`grow-window')
  641.      Grow (or shrink) the current window.  Given a numeric argument,
  642.      grow the current window that many lines; with a negative numeric
  643.      argument, shrink the window instead.
  644.  
  645. `C-x t' (`tile-windows')
  646.      Divide the available screen space among all of the visible windows.
  647.      Each window is given an equal portion of the screen in which to
  648.      display its contents.  The variable `automatic-tiling' can cause
  649.      `tile-windows' to be called when a window is created or deleted.
  650.      *Note `automatic-tiling': Variables.
  651.  
  652. 
  653. File: info-stnd.info,  Node: The Echo Area,  Prev: Basic Windows,  Up: Window Commands
  654.  
  655. The Echo Area
  656. =============
  657.  
  658. The "echo area" is a one line window which appears at the bottom of the
  659. screen.  It is used to display informative or error messages, and to
  660. read lines of input from you when that is necessary.  Almost all of the
  661. commands available in the echo area are identical to their Emacs
  662. counterparts, so please refer to that documentation for greater depth of
  663. discussion on the concepts of editing a line of text.  The following
  664. table briefly lists the commands that are available while input is being
  665. read in the echo area:
  666.  
  667. `C-f' (`echo-area-forward')
  668.      Move forward a character.
  669.  
  670. `C-b' (`echo-area-backward')
  671.      Move backward a character.
  672.  
  673. `C-a' (`echo-area-beg-of-line')
  674.      Move to the start of the input line.
  675.  
  676. `C-e' (`echo-area-end-of-line')
  677.      Move to the end of the input line.
  678.  
  679. `M-f' (`echo-area-forward-word')
  680.      Move forward a word.
  681.  
  682. `M-b' (`echo-area-backward-word')
  683.      Move backward a word.
  684.  
  685. `C-d' (`echo-area-delete')
  686.      Delete the character under the cursor.
  687.  
  688. `DEL' (`echo-area-rubout')
  689.      Delete the character behind the cursor.
  690.  
  691. `C-g' (`echo-area-abort')
  692.      Cancel or quit the current operation.  If completion is being read,
  693.      `C-g' discards the text of the input line which does not match any
  694.      completion.  If the input line is empty, `C-g' aborts the calling
  695.      function.
  696.  
  697. `RET' (`echo-area-newline')
  698.      Accept (or forces completion of) the current input line.
  699.  
  700. `C-q' (`echo-area-quoted-insert')
  701.      Insert the next character verbatim.  This is how you can insert
  702.      control characters into a search string, for example.
  703.  
  704. PRINTING CHARACTER (`echo-area-insert')
  705.      Insert the character.
  706.  
  707. `M-TAB' (`echo-area-tab-insert')
  708.      Insert a TAB character.
  709.  
  710. `C-t' (`echo-area-transpose-chars')
  711.      Transpose the characters at the cursor.
  712.  
  713. The next group of commands deal with "killing", and "yanking" text.
  714. For an in depth discussion of killing and yanking, *note Killing and
  715. Deleting: (emacs)Killing.
  716.  
  717. `M-d' (`echo-area-kill-word')
  718.      Kill the word following the cursor.
  719.  
  720. `M-DEL' (`echo-area-backward-kill-word')
  721.      Kill the word preceding the cursor.
  722.  
  723. `C-k' (`echo-area-kill-line')
  724.      Kill the text from the cursor to the end of the line.
  725.  
  726. `C-x DEL' (`echo-area-backward-kill-line')
  727.      Kill the text from the cursor to the beginning of the line.
  728.  
  729. `C-y' (`echo-area-yank')
  730.      Yank back the contents of the last kill.
  731.  
  732. `M-y' (`echo-area-yank-pop')
  733.      Yank back a previous kill, removing the last yanked text first.
  734.  
  735. Sometimes when reading input in the echo area, the command that needed
  736. input will only accept one of a list of several choices.  The choices
  737. represent the "possible completions", and you must respond with one of
  738. them.  Since there are a limited number of responses you can make, Info
  739. allows you to abbreviate what you type, only typing as much of the
  740. response as is necessary to uniquely identify it.  In addition, you can
  741. request Info to fill in as much of the response as is possible; this is
  742. called "completion".
  743.  
  744. The following commands are available when completing in the echo area:
  745.  
  746. `TAB' (`echo-area-complete')
  747. `SPC'
  748.      Insert as much of a completion as is possible.
  749.  
  750. `?' (`echo-area-possible-completions')
  751.      Display a window containing a list of the possible completions of
  752.      what you have typed so far.  For example, if the available choices
  753.      are:
  754.  
  755.           bar
  756.           foliate
  757.           food
  758.           forget
  759.  
  760.      and you have typed an `f', followed by `?', the possible
  761.      completions would contain:
  762.  
  763.           foliate
  764.           food
  765.           forget
  766.  
  767.      i.e., all of the choices which begin with `f'.  Pressing SPC or
  768.      TAB would result in `fo' appearing in the echo area, since all of
  769.      the choices which begin with `f' continue with `o'.  Now, typing
  770.      `l' followed by `TAB' results in `foliate' appearing in the echo
  771.      area, since that is the only choice which begins with `fol'.
  772.  
  773. `ESC C-v' (`echo-area-scroll-completions-window')
  774.      Scroll the completions window, if that is visible, or the "other"
  775.      window if not.
  776.  
  777. 
  778. File: info-stnd.info,  Node: Printing Nodes,  Next: Miscellaneous Commands,  Prev: Window Commands,  Up: Top
  779.  
  780. Printing Out Nodes
  781. ******************
  782.  
  783. You may wish to print out the contents of a node as  a quick reference
  784. document for later use.  Info provides you with a command for doing
  785. this.  In general, we recommend that you use TeX to format the document
  786. and print sections of it, by running `tex' on the Texinfo source file.
  787.  
  788. `M-x print-node'
  789.      Pipe the contents of the current node through the command in the
  790.      environment variable `INFO_PRINT_COMMAND'.  If the variable does
  791.      not exist, the node is simply piped to `lpr'.
  792.  
  793. 
  794. File: info-stnd.info,  Node: Miscellaneous Commands,  Next: Variables,  Prev: Printing Nodes,  Up: Top
  795.  
  796. Miscellaneous Commands
  797. **********************
  798.  
  799. GNU Info contains several commands which self-document GNU Info:
  800.  
  801. `M-x describe-command'
  802.      Read the name of an Info command in the echo area and then display
  803.      a brief description of what that command does.
  804.  
  805. `M-x describe-key'
  806.      Read a key sequence in the echo area, and then display the name and
  807.      documentation of the Info command that the key sequence invokes.
  808.  
  809. `M-x describe-variable'
  810.      Read the name of a variable in the echo area and then display a
  811.      brief description of what the variable affects.
  812.  
  813. `M-x where-is'
  814.      Read the name of an Info command in the echo area, and then display
  815.      a key sequence which can be typed in order to invoke that command.
  816.  
  817. `C-h' (`get-help-window')
  818. `?'
  819.      Create (or Move into) the window displaying `*Help*', and place a
  820.      node containing a quick reference card into it.  This window
  821.      displays the most concise information about GNU Info available.
  822.  
  823. `h' (`get-info-help-node')
  824.      Try hard to visit the node `(info)Help'.  The Info file
  825.      `info.texi' distributed with GNU Info contains this node.  Of
  826.      course, the file must first be processed with `makeinfo', and then
  827.      placed into the location of your Info directory.
  828.  
  829. Here are the commands for creating a numeric argument:
  830.  
  831. `C-u' (`universal-argument')
  832.      Start (or multiply by 4) the current numeric argument.  `C-u' is a
  833.      good way to give a small numeric argument to cursor movement or
  834.      scrolling commands; `C-u C-v' scrolls the screen 4 lines, while
  835.      `C-u C-u C-n' moves the cursor down 16 lines.
  836.  
  837. `M-1' (`add-digit-to-numeric-arg')
  838. `M-2' ... `M-9'
  839.      Add the digit value of the invoking key to the current numeric
  840.      argument.  Once Info is reading a numeric argument, you may just
  841.      type the digits of the argument, without the Meta prefix.  For
  842.      example, you might give `C-l' a numeric argument of 32 by typing:
  843.  
  844.           `C-u 3 2 C-l'
  845.  
  846.      or
  847.  
  848.           `M-3 2 C-l'
  849.  
  850. `C-g' is used to abort the reading of a multi-character key sequence,
  851. to cancel lengthy operations (such as multi-file searches) and to
  852. cancel reading input in the echo area.
  853.  
  854. `C-g' (`abort-key')
  855.      Cancel current operation.
  856.  
  857. The `q' command of Info simply quits running Info.
  858.  
  859. `q' (`quit')
  860.      Exit GNU Info.
  861.  
  862. If the operating system tells GNU Info that the screen is 60 lines tall,
  863. and it is actually only 40 lines tall, here is a way to tell Info that
  864. the operating system is correct.
  865.  
  866. `M-x set-screen-height'
  867.      Read a height value in the echo area and set the height of the
  868.      displayed screen to that value.
  869.  
  870. Finally, Info provides a convenient way to display footnotes which might
  871. be associated with the current node that you are viewing:
  872.  
  873. `ESC C-f' (`show-footnotes')
  874.      Show the footnotes (if any) associated with the current node in
  875.      another window.  You can have Info automatically display the
  876.      footnotes associated with a node when the node is selected by
  877.      setting the variable `automatic-footnotes'.  *Note
  878.      `automatic-footnotes': Variables.
  879.  
  880. 
  881. File: info-stnd.info,  Node: Variables,  Next: GNU Info Global Index,  Prev: Miscellaneous Commands,  Up: Top
  882.  
  883. Manipulating Variables
  884. **********************
  885.  
  886. GNU Info contains several "variables" whose values are looked at by
  887. various Info commands.  You can change the values of these variables,
  888. and thus change the behavior of Info to more closely match your
  889. environment and Info file reading manner.
  890.  
  891. `M-x set-variable'
  892.      Read the name of a variable, and the value for it, in the echo
  893.      area and then set the variable to that value.  Completion is
  894.      available when reading the variable name; often, completion is
  895.      available when reading the value to give to the variable, but that
  896.      depends on the variable itself.  If a variable does *not* supply
  897.      multiple choices to complete over, it expects a numeric value.
  898.  
  899. `M-x describe-variable'
  900.      Read the name of a variable in the echo area and then display a
  901.      brief description of what the variable affects.
  902.  
  903. Here is a list of the variables that you can set in Info.
  904.  
  905. `automatic-footnotes'
  906.      When set to `On', footnotes appear and disappear automatically.
  907.      This variable is `On' by default.  When a node is selected, a
  908.      window containing the footnotes which appear in that node is
  909.      created, and the footnotes are displayed within the new window.
  910.      The window that Info creates to contain the footnotes is called
  911.      `*Footnotes*'.  If a node is selected which contains no footnotes,
  912.      and a `*Footnotes*' window is on the screen, the `*Footnotes*'
  913.      window is deleted.  Footnote windows created in this fashion are
  914.      not automatically tiled so that they can use as little of the
  915.      display as is possible.
  916.  
  917. `automatic-tiling'
  918.      When set to `On', creating or deleting a window resizes other
  919.      windows.  This variable is `Off' by default.  Normally, typing
  920.      `C-x 2' divides the current window into two equal parts.  When
  921.      `automatic-tiling' is set to `On', all of the windows are resized
  922.      automatically, keeping an equal number of lines visible in each
  923.      window.  There are exceptions to the automatic tiling;
  924.      specifically, the windows `*Completions*' and `*Footnotes*' are
  925.      *not* resized through automatic tiling; they remain their original
  926.      size.
  927.  
  928. `visible-bell'
  929.      When set to `On', GNU Info attempts to flash the screen instead of
  930.      ringing the bell.  This variable is `Off' by default.  Of course,
  931.      Info can only flash the screen if the terminal allows it; in the
  932.      case that the terminal does not allow it, the setting of this
  933.      variable has no effect.  However, you can make Info perform
  934.      quietly by setting the `errors-ring-bell' variable to `Off'.
  935.  
  936. `errors-ring-bell'
  937.      When set to `On', errors cause the bell to ring.  The default
  938.      setting of this variable is `On'.
  939.  
  940. `gc-compressed-files'
  941.      When set to `On', Info garbage collects files which had to be
  942.      uncompressed.  The default value of this variable is `Off'.
  943.      Whenever a node is visited in Info, the Info file containing that
  944.      node is read into core, and Info reads information about the tags
  945.      and nodes contained in that file.  Once the tags information is
  946.      read by Info, it is never forgotten.  However, the actual text of
  947.      the nodes does not need to remain in core unless a particular Info
  948.      window needs it.  For non-compressed files, the text of the nodes
  949.      does not remain in core when it is no longer in use.  But
  950.      de-compressing a file can be a time consuming operation, and so
  951.      Info tries hard not to do it twice.  `gc-compressed-files' tells
  952.      Info it is okay to garbage collect the text of the nodes of a file
  953.      which was compressed on disk.
  954.  
  955. `show-index-match'
  956.      When set to `On', the portion of the matched search string is
  957.      highlighted in the message which explains where the matched search
  958.      string was found.  The default value of this variable is `On'.
  959.      When Info displays the location where an index match was found,
  960.      (*note `next-index-match': Searching Commands.), the portion of the
  961.      string that you had typed is highlighted by displaying it in the
  962.      inverse case from its surrounding characters.
  963.  
  964. `scroll-behavior'
  965.      Control what happens when forward scrolling is requested at the
  966.      end of a node, or when backward scrolling is requested at the
  967.      beginning of a node.  The default value for this variable is
  968.      `Continuous'.  There are three possible values for this variable:
  969.  
  970.     `Continuous'
  971.           Try to get the first item in this node's menu, or failing
  972.           that, the `Next' node, or failing that, the `Next' of the
  973.           `Up'.  This behavior is identical to using the `]'
  974.           (`global-next-node') and `[' (`global-prev-node') commands.
  975.  
  976.     `Next Only'
  977.           Only try to get the `Next' node.
  978.  
  979.     `Page Only'
  980.           Simply give up, changing nothing.  If `scroll-behavior' is
  981.           `Page Only', no scrolling command can change the node that is
  982.           being viewed.
  983.  
  984. `scroll-step'
  985.      The number of lines to scroll when the cursor moves out of the
  986.      window.  Scrolling happens automatically if the cursor has moved
  987.      out of the visible portion of the node text when it is time to
  988.      display.  Usually the scrolling is done so as to put the cursor on
  989.      the center line of the current window.  However, if the variable
  990.      `scroll-step' has a nonzero value, Info attempts to scroll the
  991.      node text by that many lines; if that is enough to bring the
  992.      cursor back into the window, that is what is done.  The default
  993.      value of this variable is 0, thus placing the cursor (and the text
  994.      it is attached to) in the center of the window.  Setting this
  995.      variable to 1 causes a kind of "smooth scrolling" which some
  996.      people prefer.
  997.  
  998. `ISO-Latin'
  999.      When set to `On', Info accepts and displays ISO Latin characters.
  1000.      By default, Info assumes an ASCII character set.  `ISO-Latin' tells
  1001.      Info that it is running in an environment where the European
  1002.      standard character set is in use, and allows you to input such
  1003.      characters to Info, as well as display them.
  1004.  
  1005. 
  1006. File: info-stnd.info,  Node: GNU Info Global Index,  Prev: Variables,  Up: Top
  1007.  
  1008. Global Index
  1009. ************
  1010.  
  1011. * Menu:
  1012.  
  1013. * ,:                                    Searching Commands.
  1014. * 0, in Info windows:                   Selecting Xrefs.
  1015. * 1 ... 9, in Info windows:             Selecting Xrefs.
  1016. * <:                                    Node Commands.
  1017. * >:                                    Node Commands.
  1018. * ?, in Info windows:                   Miscellaneous Commands.
  1019. * ?, in the echo area:                  The Echo Area.
  1020. * -subnodes, command line option:       Options.
  1021. * [:                                    Node Commands.
  1022. * ]:                                    Node Commands.
  1023. * abort-key:                            Miscellaneous Commands.
  1024. * add-digit-to-numeric-arg:             Miscellaneous Commands.
  1025. * arguments, command line:              Options.
  1026. * automatic-footnotes:                  Variables.
  1027. * automatic-tiling:                     Variables.
  1028. * b, in Info windows:                   Cursor Commands.
  1029. * backward-char:                        Cursor Commands.
  1030. * backward-word:                        Cursor Commands.
  1031. * beginning-of-line:                    Cursor Commands.
  1032. * beginning-of-node:                    Cursor Commands.
  1033. * C-a, in Info windows:                 Cursor Commands.
  1034. * C-a, in the echo area:                The Echo Area.
  1035. * C-b, in Info windows:                 Cursor Commands.
  1036. * C-b, in the echo area:                The Echo Area.
  1037. * C-d, in the echo area:                The Echo Area.
  1038. * C-e, in Info windows:                 Cursor Commands.
  1039. * C-e, in the echo area:                The Echo Area.
  1040. * C-f, in Info windows:                 Cursor Commands.
  1041. * C-f, in the echo area:                The Echo Area.
  1042. * C-g, in Info windows:                 Miscellaneous Commands.
  1043. * C-g, in the echo area:                The Echo Area.
  1044. * C-h:                                  Miscellaneous Commands.
  1045. * C-k, in the echo area:                The Echo Area.
  1046. * C-l:                                  Scrolling Commands.
  1047. * C-n:                                  Cursor Commands.
  1048. * C-p:                                  Cursor Commands.
  1049. * C-q, in the echo area:                The Echo Area.
  1050. * C-r:                                  Searching Commands.
  1051. * C-s:                                  Searching Commands.
  1052. * C-t, in the echo area:                The Echo Area.
  1053. * C-u:                                  Miscellaneous Commands.
  1054. * C-v:                                  Scrolling Commands.
  1055. * C-w:                                  Scrolling Commands.
  1056. * C-x 0:                                Basic Windows.
  1057. * C-x 1:                                Basic Windows.
  1058. * C-x 2:                                Basic Windows.
  1059. * C-x ^:                                Basic Windows.
  1060. * C-x b:                                Node Commands.
  1061. * C-x C-b:                              Node Commands.
  1062. * C-x C-f:                              Node Commands.
  1063. * C-x DEL, in the echo area:            The Echo Area.
  1064. * C-x k:                                Node Commands.
  1065. * C-x o:                                Basic Windows.
  1066. * C-x t:                                Basic Windows.
  1067. * C-y, in the echo area:                The Echo Area.
  1068. * cancelling the current operation:     Miscellaneous Commands.
  1069. * cancelling typeahead:                 Miscellaneous Commands.
  1070. * command line options:                 Options.
  1071. * commands, describing:                 Miscellaneous Commands.
  1072. * cursor, moving:                       Cursor Commands.
  1073. * d:                                    Node Commands.
  1074. * DEL, in Info windows:                 Scrolling Commands.
  1075. * DEL, in the echo area:                The Echo Area.
  1076. * delete-window:                        Basic Windows.
  1077. * describe-command:                     Miscellaneous Commands.
  1078. * describe-key:                         Miscellaneous Commands.
  1079. * describe-variable:                    Variables.
  1080. * dir-node:                             Node Commands.
  1081. * directory path:                       Options.
  1082. * echo area:                            The Echo Area.
  1083. * echo-area-abort:                      The Echo Area.
  1084. * echo-area-backward:                   The Echo Area.
  1085. * echo-area-backward-kill-line:         The Echo Area.
  1086. * echo-area-backward-kill-word:         The Echo Area.
  1087. * echo-area-backward-word:              The Echo Area.
  1088. * echo-area-beg-of-line:                The Echo Area.
  1089. * echo-area-complete:                   The Echo Area.
  1090. * echo-area-delete:                     The Echo Area.
  1091. * echo-area-end-of-line:                The Echo Area.
  1092. * echo-area-forward:                    The Echo Area.
  1093. * echo-area-forward-word:               The Echo Area.
  1094. * echo-area-insert:                     The Echo Area.
  1095. * echo-area-kill-line:                  The Echo Area.
  1096. * echo-area-kill-word:                  The Echo Area.
  1097. * echo-area-newline:                    The Echo Area.
  1098. * echo-area-possible-completions:       The Echo Area.
  1099. * echo-area-quoted-insert:              The Echo Area.
  1100. * echo-area-rubout:                     The Echo Area.
  1101. * echo-area-scroll-completions-window:  The Echo Area.
  1102. * echo-area-tab-insert:                 The Echo Area.
  1103. * echo-area-transpose-chars:            The Echo Area.
  1104. * echo-area-yank:                       The Echo Area.
  1105. * echo-area-yank-pop:                   The Echo Area.
  1106. * end-of-line:                          Cursor Commands.
  1107. * end-of-node:                          Cursor Commands.
  1108. * errors-ring-bell:                     Variables.
  1109. * ESC C-f:                              Miscellaneous Commands.
  1110. * ESC C-v, in Info windows:             Basic Windows.
  1111. * ESC C-v, in the echo area:            The Echo Area.
  1112. * f:                                    Selecting Xrefs.
  1113. * file, outputting to:                  Options.
  1114. * find-menu:                            Selecting Xrefs.
  1115. * first-node:                           Node Commands.
  1116. * footnotes, displaying:                Miscellaneous Commands.
  1117. * forward-char:                         Cursor Commands.
  1118. * forward-word:                         Cursor Commands.
  1119. * functions, describing:                Miscellaneous Commands.
  1120. * g:                                    Node Commands.
  1121. * gc-compressed-files:                  Variables.
  1122. * get-help-window:                      Miscellaneous Commands.
  1123. * get-info-help-node:                   Miscellaneous Commands.
  1124. * global-next-node:                     Node Commands.
  1125. * global-prev-node:                     Node Commands.
  1126. * goto-node:                            Node Commands.
  1127. * grow-window:                          Basic Windows.
  1128. * h:                                    Miscellaneous Commands.
  1129. * history-node:                         Node Commands.
  1130. * i:                                    Searching Commands.
  1131. * index-search:                         Searching Commands.
  1132. * Info file, selecting:                 Options.
  1133. * INFO_PRINT_COMMAND, environment variable: Printing Nodes.
  1134. * isearch-backward:                     Searching Commands.
  1135. * isearch-forward:                      Searching Commands.
  1136. * ISO Latin characters:                 Variables.
  1137. * ISO-Latin:                            Variables.
  1138. * keep-one-window:                      Basic Windows.
  1139. * keys, describing:                     Miscellaneous Commands.
  1140. * kill-node:                            Node Commands.
  1141. * l:                                    Node Commands.
  1142. * last-menu-item:                       Selecting Xrefs.
  1143. * last-node:                            Node Commands.
  1144. * list-visited-nodes:                   Node Commands.
  1145. * m:                                    Selecting Xrefs.
  1146. * M-1 ... M-9:                          Miscellaneous Commands.
  1147. * M-<:                                  Cursor Commands.
  1148. * M->:                                  Cursor Commands.
  1149. * M-b, in Info windows:                 Cursor Commands.
  1150. * M-b, in the echo area:                The Echo Area.
  1151. * M-d, in the echo area:                The Echo Area.
  1152. * M-DEL, in the echo area:              The Echo Area.
  1153. * M-f, in Info windows:                 Cursor Commands.
  1154. * M-f, in the echo area:                The Echo Area.
  1155. * M-r:                                  Cursor Commands.
  1156. * M-TAB, in Info windows:               Selecting Xrefs.
  1157. * M-TAB, in the echo area:              The Echo Area.
  1158. * M-v:                                  Scrolling Commands.
  1159. * M-y, in the echo area:                The Echo Area.
  1160. * menu, following:                      Options.
  1161. * menu-digit:                           Selecting Xrefs.
  1162. * menu-item:                            Selecting Xrefs.
  1163. * move-to-next-xref:                    Selecting Xrefs.
  1164. * move-to-prev-xref:                    Selecting Xrefs.
  1165. * move-to-window-line:                  Cursor Commands.
  1166. * n:                                    Node Commands.
  1167. * next-index-match:                     Searching Commands.
  1168. * next-line:                            Cursor Commands.
  1169. * next-node:                            Node Commands.
  1170. * next-window:                          Basic Windows.
  1171. * node, selecting:                      Options.
  1172. * nodes, selection of:                  Node Commands.
  1173. * numeric arguments:                    Miscellaneous Commands.
  1174. * outputting to a file:                 Options.
  1175. * p:                                    Node Commands.
  1176. * prev-line:                            Cursor Commands.
  1177. * prev-node:                            Node Commands.
  1178. * prev-window:                          Basic Windows.
  1179. * print-node:                           Printing Nodes.
  1180. * printing:                             Printing Nodes.
  1181. * printing characters, in the echo area: The Echo Area.
  1182. * q:                                    Miscellaneous Commands.
  1183. * quit:                                 Miscellaneous Commands.
  1184. * quitting:                             Miscellaneous Commands.
  1185. * r:                                    Selecting Xrefs.
  1186. * redraw-display:                       Scrolling Commands.
  1187. * RET, in Info windows:                 Selecting Xrefs.
  1188. * RET, in the echo area:                The Echo Area.
  1189. * s:                                    Searching Commands.
  1190. * screen, changing the height of:       Miscellaneous Commands.
  1191. * scroll-backward:                      Scrolling Commands.
  1192. * scroll-behavior:                      Variables.
  1193. * scroll-forward:                       Scrolling Commands.
  1194. * scroll-other-window:                  Basic Windows.
  1195. * scroll-step:                          Variables.
  1196. * scrolling:                            Scrolling Commands.
  1197. * scrolling through node structure:     Scrolling Commands.
  1198. * search:                               Searching Commands.
  1199. * searching:                            Searching Commands.
  1200. * select-reference-this-line:           Selecting Xrefs.
  1201. * select-visited-node:                  Node Commands.
  1202. * set-screen-height:                    Miscellaneous Commands.
  1203. * set-variable:                         Variables.
  1204. * show-footnotes:                       Miscellaneous Commands.
  1205. * show-index-match:                     Variables.
  1206. * SPC, in Info windows:                 Scrolling Commands.
  1207. * SPC, in the echo area:                The Echo Area.
  1208. * split-window:                         Basic Windows.
  1209. * t:                                    Node Commands.
  1210. * TAB, in Info windows:                 Selecting Xrefs.
  1211. * TAB, in the echo area:                The Echo Area.
  1212. * tile-windows:                         Basic Windows.
  1213. * tiling:                               Basic Windows.
  1214. * toggle-wrap:                          Scrolling Commands.
  1215. * top-node:                             Node Commands.
  1216. * u:                                    Node Commands.
  1217. * universal-argument:                   Miscellaneous Commands.
  1218. * up-node:                              Node Commands.
  1219. * variables, describing:                Variables.
  1220. * variables, setting:                   Variables.
  1221. * version information:                  Options.
  1222. * view-file:                            Node Commands.
  1223. * visible-bell:                         Variables.
  1224. * where-is:                             Miscellaneous Commands.
  1225. * windows, creating:                    Basic Windows.
  1226. * windows, deleting:                    Basic Windows.
  1227. * windows, manipulating:                Window Commands.
  1228. * windows, selecting:                   Basic Windows.
  1229. * xref-item:                            Selecting Xrefs.
  1230.  
  1231.  
  1232. 
  1233. Tag Table:
  1234. Node: Top1263
  1235. Node: What is Info2594
  1236. Node: Options3128
  1237. Node: Cursor Commands6352
  1238. Node: Scrolling Commands8994
  1239. Node: Node Commands11458
  1240. Node: Searching Commands15421
  1241. Node: Xref Commands17009
  1242. Node: Parts of an Xref17624
  1243. Node: Selecting Xrefs19569
  1244. Node: Window Commands21156
  1245. Node: The Mode Line22091
  1246. Node: Basic Windows23730
  1247. Node: The Echo Area26232
  1248. Node: Printing Nodes30389
  1249. Node: Miscellaneous Commands31032
  1250. Node: Variables34203
  1251. Node: GNU Info Global Index40373
  1252. 
  1253. End Tag Table
  1254.