home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / texinfo-3.1-bin.lha / info / info-stnd.info next >
Encoding:
GNU Info File  |  1994-02-24  |  52.3 KB  |  1,260 lines

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