Copyright © 1992, 1993, 1996, 1997, 1998, 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with the Front-Cover texts being "A GNU Manual," and with the Back-Cover Texts as in (a) below. A copy of the license is included in the section entitled "GNU Free Documentation License."(a) The FSF's Back-Cover Text is: "You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development."
This documentation is different from the documentation for the Info reader that is part of GNU Emacs. If you do not know how to use Info, but have a working Info reader, you should read the Emacs documentation first, as it includes more background information and a thorough tutorial.
Info is a program which is used to view Info files on an ASCII
terminal. Info files are the result of processing Texinfo files
with the program makeinfo
or with one of the Emacs commands, such
as M-x texinfo-format-buffer
. Texinfo itself is a documentation
system that uses a single source file to produce both on-line
information and printed output. You can typeset and print the files
that you read in Info.
GNU Info accepts several options to control the initial node being viewed, and to specify which directories to search for Info files. Here is a template showing an invocation of GNU Info from the shell:
info [option]... [menu-item...]
The program accepts the following options:
--apropos=
string
You can invoke the apropos command from inside Info; see
Searching Commands.
--directory
directory-path
-d
directory-path
--directory
multiple times; once for each directory which contains Info files. The
list of directories searched by Info is constructed from the value of
the environment variable INFOPATH
; --directory
causes the
named directory-path to be prepended to that list. The value of
INFOPATH
is a list of directories usually separated by a colon;
on MS-DOS/MS-Windows systems, the semicolon is used. If you do not
define INFOPATH
, Info uses a default path defined when Info was
built as the initial list of directories. If the value of
INFOPATH
ends with a colon (or semicolon on MS-DOS/MS-Windows),
the initial list of directories is constructed by appending the
build-time default to the value of INFOPATH
.
--dribble=
dribble-file
--restore
option below.
--file
filename
-f
filename
dir
; if you use this option, Info will start with
(
filename)Top
as the first file and node.
If filename is an absolute file name, or begins with ./
or
../
, Info looks for filename only in the directory of the
specified filename, and adds the directory of filename to
the value of INFOPATH
. In contrast, if filename is in the
form of a relative file name, but without the ./
or ../
prefix, Info will only look for it in the directories specified in
INFOPATH
. In other words, Info does not treat file names
which lack ./
and ../
prefix as relative to the current
directory.
In every directory Info tries, if filename is not found, Info
looks for it with a number of known extensions of Info files1. For every
known extension, Info looks for a compressed file, if a regular file
isn't found. Info supports files compressed with gzip
,
bzip2
, compress
and yabba
programs; it calls
gunzip
, bunzip2
, uncompress
and unyabba
,
accordingly, to decompress such files. Compressed Info files are
assumed to have .z
, .gz
, .bz2
, .Z
, or
.Y
extensions, possibly in addition to one of the known Info
files extensions2.
--help
-h
--index-search
string
no
entries found
and exit with nonzero status. This can be used from
another program as a way to provide online help, or as a quick way of
starting to read an Info file at a certain node when you don't know the
exact name of that node.
This command can also be invoked from inside Info; see Searching Commands.
--node
nodename
-n
nodename
--file
3. You may specify --node
multiple times; for
an interactive Info, each nodename is visited in its own window,
for a non-interactive Info (such as when --output
is given) each
nodename is processed sequentially.
--output
filename
-o
filename
-
for filename specifies
the standard output.
--raw-escapes
-R
--raw-escapes
to let the terminal handle them and
display the man pages with those attributes.
--restore=
dribble-file
--dribble
option above). When the keystrokes in the files are all read, Info
reverts its input to the usual interactive operation.
--show-options
--usage
-O
M-x goto-invocation
command (see goto-invocation) from inside
Info.
--speech-friendly
-b
--subnodes
--output
. It means to recursively output the nodes appearing in
the menus of each node being output. Menu items which resolve to
external Info files are not output, and neither are menu items which are
members of an index. Each node is only output once.
--version
--vi-keys
vi
and Less. The default key bindings are generally
modeled after Emacs.
(See Custom Key Bindings,
for a more general way of altering GNU Info's key bindings.)
menu-item
dir
), the second argument is a menu item in the first argument's
node, etc. You can easily move to the node of your choice by specifying
the menu names which describe the path to that node. For example,
info emacs buffers
first selects the menu item Emacs
in the node (dir)Top
,
and then selects the menu item Buffers
in the node
(emacs)Top
.
To avoid searching the dir
files and just show some arbitrary
file, use -f
and the filename, as in info -f ./foo.info
.
The index search and the search for the node which describes program
invocation and command-line options begins after processing all
the command-line menu items. Therefore, the Info file searched for the
index or the invocation node is the file where Info finds itself after
following all the menu items given on the command line. This is so
info emacs --show-options
does what you'd expect.
Many people find that reading screens of text page by page is made easier when one is able to indicate particular pieces of text with some kind of pointing device. Since this is the case, GNU Info (both the Emacs and standalone versions) have several commands which allow you to move the cursor about the screen. The notation used in this manual to describe keystrokes is identical to the notation used within the Emacs manual, and the GNU Readline manual. See Character Conventions, if you are unfamiliar with the notation4.
The following table lists the basic cursor movement commands in Info.
Each entry consists of the key sequence you should type to execute the
cursor movement, the M-x
5 command name (displayed in parentheses), and a short
description of what the command does. All of the cursor motion commands
can take a numeric argument (see universal-argument
. With a
numeric argument, the motion commands are simply executed that
many times; for example, a numeric argument of 4 given to
next-line
causes the cursor to move down 4 lines. With a
negative numeric argument, the motion is reversed; an argument of -4
given to the next-line
command would cause the cursor to move
up 4 lines.
next-line
)
prev-line
)
beginning-of-line
)
end-of-line
)
forward-char
)
backward-char
)
forward-word
)
backward-word
)
beginning-of-node
)
end-of-node
)
move-to-window-line
)
M-r
moves the cursor to the start of the line in the
center of the window. With a numeric argument of n, M-r
moves the cursor to the start of the nth line in the window.
Sometimes you are looking at a screenful of text, and only part of the current paragraph you are reading is visible on the screen. The commands detailed in this section are used to shift which part of the current node is visible on the screen.
Scrolling commands are bound differently when --vi-keys
operation
is in effect (see -vi-keys). These key bindings are designated
with "vi-like operation".
scroll-forward
)
The default scroll size is one screen-full, but it can be changed by
invoking the (scroll-forward-page-only-set-window
) command,
z
under --vi-keys
, with a numeric argument.
scroll-forward-page-only
)
The <NEXT> key is known as the <PageDown> key on some
keyboards.
scroll-forward-page-only-set-window
, vi-like operation)
scroll-forward
and scroll-backward
commands and their
ilk.
scroll-backward
)
scroll-forward
.
If you are at the start of a node, <DEL> takes you to the
"previous" node, so that you can read an entire manual from finish to
start by repeating <DEL>. The default scroll size can be changed by
invoking the (scroll-backward-page-only-set-window
) command,
w
under --vi-keys
, with a numeric argument.
scroll-backward-page-only
)
scroll-forward-page-only
. Does not scroll beyond the start of
the current node. The default scroll size can be changed by invoking
the(scroll-backward-page-only-set-window
) command, w
under
--vi-keys
, with a numeric argument.
scroll-backward-page-only-set-window
, vi-like operation)
scroll-forward
and scroll-backward
commands.
down-line
, vi-like operation)
up-line
, vi-like operation)
scroll-half-screen-down
, vi-like operation)
d
and u
commands.
scroll-half-screen-up
, vi-like operation)
u
and d
commands.
The scroll-forward
and scroll-backward
commands can also
move forward and backward through the node structure of the file. If
you press <SPC> while viewing the end of a node, or <DEL> while
viewing the beginning of a node, what happens is controlled by the
variable scroll-behavior
. See scroll-behavior
, for more information.
The scroll-forward-page-only
and scroll-backward-page-only
commands never scroll beyond the current node.
The <PREVIOUS> key is the <PageUp> key on many keyboards. Emacs refers to it by the name <PRIOR>. When you use <PRIOR> or <PageUp> to scroll, Info never scrolls beyond the beginning of the current node.
If your keyboard lacks the <DEL> key, look for a key called
<BS>, or BackSpace
, sometimes designated with an arrow which
points to the left, which should perform the same function.
redraw-display
)
C-l
clears
the screen, and then redraws its entire contents. Given a numeric
argument of n, the line containing the cursor is shifted so that
it is on the nth line of the window.
toggle-wrap
)
\
appearing
in the rightmost column of the screen. You can cause such lines to be
terminated at the rightmost column by changing the state of line
wrapping in the window with C-x w
. When a line which needs more
space than one screen width to display is displayed, a $
appears
in the rightmost column of the screen, and the remainder of the line is
invisible. When long lines are truncated, the modeline displays the
$
character near its left edge.
This section details the numerous Info commands which select a new node to view in the current window.
The most basic node commands are n
, p
, u
, and
l
. Note that the commands to select nodes are mapped differently
when --vi-keys
is in effect; these keybindings are designated
below as "vi-like operation".
When you are viewing a node, the top line of the node contains some Info pointers which describe where the next, previous, and up nodes are. Info uses this line to move about the node structure of the file when you use the following commands:
next-node
)
The <NEXT> key is known as the <PgDn> key on some
keyboards.
prev-node
)
The <PREVIOUS> key is known as the <PgUp> key on some
keyboards.
up-node
)
You can easily select a node that you have already viewed in this window
by using the l
command - this name stands for "last", and
actually moves backwards through the history of visited nodes for this
window. This is handy when you followed a reference to another node,
possibly to read about a related issue, and would like then to resume
reading at the same place where you started the excursion.
Each node where you press l
is discarded from the history. Thus,
by the time you get to the first node you visited in a window, the
entire history of that window is discarded.
history-node
)
Two additional commands make it easy to select the most commonly
selected nodes; they are t
and d
.
top-node
)
Top
in the current Info file.
dir-node
)
(dir)
).
Here are some other commands which immediately result in the selection of a different node in the current window:
first-node
)
Top
, but it does not have to be. With a numeric argument
N, select the Nth node (the first node is node 1). An
argument of zero is the same as the argument of 1.
last-node
)
global-next-node
)
Next
pointer, that node is selected.
Otherwise, if this node has a menu, the first menu item is selected. If
there is no Next
and no menu, the same process is tried with the
Up
node of this node.
global-prev-node
)
Prev
pointer, that node is selected.
Otherwise, if the node has an Up
pointer, that node is selected,
and if it has a menu, the last item in the menu is selected.
You can get the same behavior as global-next-node
and
global-prev-node
while simply scrolling through the file with
<SPC> and <DEL>; See scroll-behavior
, for
more information.
goto-node
)
g(emacs)Buffers
finds the node Buffers
in the Info file emacs
.
goto-invocation
--show-options
command-line option (see -show-options), but
it also allows to specify the program name; this is important for those
manuals which describe several programs.
If you need to find the Invocation node of a program that is documented
in another Info file, you need to visit that file before invoking
I
. For example, if you are reading the Emacs manual and want to
see the command-line options of the makeinfo
program, type g
(texinfo) <RET> and then I makeinfo <RET>. If you don't
know what Info file documents the command, or if invoking I
doesn't display the right node, go to the (dir)
node (using the
d
command) and invoke I
from there.
menu-sequence
)
(dir)
(if the (dir)
node cannot be found, Info
uses Top
). If such an entry is found, Info goes to the node it
points to and looks up the second item in the menu of that node, etc.
In other words, you can specify a complete path which descends through
the menu hierarchy of a particular Info file starting at the
(dir)
node. This has the same effect as if you typed the menu
item sequence on Info's command line, see Info command-line arguments processing. For example,
G Texinfo,Overview,Reporting Bugs <RET>
displays the node Reporting Bugs
in the Texinfo manual. (You
don't actually need to type the menu items in their full length, or in
their exact letter-case. However, if you do type the menu items
exactly, Info will find it faster.)
If any of the menu items you type are not found, Info stops at the last
entry it did find and reports an error.
kill-node
)
view-file
)
is equivalent to typingC-x C-f
filename
g(
filename)*
list-visited-nodes
)
select-visited-node
)
C-x C-b
followed by m
, but no window is
created.
GNU Info allows you to search for a sequence of characters throughout an entire Info file, search through the indices of an Info file, or find areas within an Info file which discuss a particular topic.
search
)
search-backward
, vi-like operation)
search-case-sensitively
search-next
)
search-previous
)
isearch-forward
)
isearch-backward
)
index-search
)
next-index-match
)
i
command.
The most basic searching command is s
or /
(search
). The s
command prompts you for a string in the
echo area, and then searches the remainder of the Info file for an
occurrence of that string. If the string is found, the node containing
it is selected, and the cursor is left positioned at the start of the
found string. Subsequent s
commands show you the default search
string within [
and ]
; pressing <RET> instead of
typing a new string will use the default search string. Under
--vi-keys
(see -vi-keys), using the n
or N
commands is a faster way of searching for the same string.
Incremental searching is similar to basic searching, but the string is looked up while you are typing it, instead of waiting until the entire search string has been specified.
Both incremental and non-incremental search by default ignore the case
of letters when comparing the Info file text with the search string.
However, an uppercase letter in the search string makes the search
case-sensitive. You can force a case-sensitive non-incremental search,
even for a string that includes only lower-case letters, by using the
S
command (search-case-sensitively
). The n
and
N
commands operate case-sensitively if the last search command
was S
.
The most efficient means of finding something quickly in a manual is
the i
command (index-search
). This command prompts for
a string, and then looks for that string in all the indices of the
current Info manual. If it finds a matching index entry, it displays
the node to which that entry refers and prints the full text of the
entry in the echo area. You can press ,
(next-index-match
) to find more matches. A good Info manual
has all of its important concepts indexed, so the i
command
lets you use a manual as a reference.
If you don't know what manual documents something, try the M-x index-apropos. It prompts for a string and then looks up that string in all the indices of all the Info documents installed on your system. It can also be invoked from the command line; see -apropos.
We have already discussed the Next
, Prev
, and Up
pointers which appear at the top of a node. In addition to these
pointers, a node may contain other pointers which refer you to a
different node, perhaps in another Info file. Such pointers are called
cross references, or xrefs for short.
Cross references have two major parts: the first part is called the label; it is the name that you can use to refer to the cross reference, and the second is the target; it is the full name of the node that the cross reference points to.
The target is separated from the label by a colon :
; first the
label appears, and then the target. For example, in the sample menu
cross reference below, the single colon separates the label from the
target.
* Foo Label: Foo Target. More information about Foo.
Note the .
which ends the name of the target. The .
is
not part of the target; it serves only to let Info know where the target
name ends.
A shorthand way of specifying references allows two adjacent colons to stand for a target name which is the same as the label name:
* Foo Commands:: Commands pertaining to Foo.
In the above example, the name of the target is the same as the name of
the label, in this case Foo Commands
.
You will normally see two types of cross reference while viewing nodes:
menu references, and note references. Menu references
appear within a node's menu; they begin with a *
at the beginning
of a line, and continue with a label, a target, and a comment which
describes what the contents of the node pointed to contains.
Note references appear within the body of the node text; they begin with
*Note
, and continue with a label and a target.
Like Next
, Prev
, and Up
pointers, cross references
can point to any valid node. They are used to refer you to a place
where more detailed information can be found on a particular subject.
Here is a cross reference which points to a node within the Texinfo
documentation: See Writing an Xref, for more information on creating your own texinfo cross
references.
The following table lists the Info commands which operate on menu items.
menu-digit
)
1
),
selects that menu item, and places its node in the current window.
For convenience, there is one exception; pressing 0
selects the
last item in the node's menu. When --vi-keys
is in
effect, digits set the numeric argument, so these commands are remapped
to their M-
varieties. For example, to select the last menu
item, press <M-0>.
last-menu-item
)
menu-item
)
This table lists the Info commands which operate on cross references.
xref-item
)
Finally, the next few commands operate on menu or note references alike:
move-to-next-xref
)
select-reference-this-line
) to select the menu or note reference.
move-to-prev-xref
)
On DOS/Windows only, the Shift-<TAB> key is an alias for
M-<TAB>. This key is sometimes called BackTab
.
select-reference-this-line
)
A window is a place to show the text of a node. Windows have a view area where the text of the node is displayed, and an associated mode line, which briefly describes the node being viewed.
GNU Info supports multiple windows appearing in a single screen; each window is separated from the next by its modeline. At any time, there is only one active window, that is, the window in which the cursor appears. There are commands available for creating windows, changing the size of windows, selecting which window is active, and for deleting windows.
A mode line is a line of inverse video which appears at the bottom of an Info window. It describes the contents of the window just above it; this information includes the name of the file and node appearing in that window, the number of screen lines it takes to display the node, and the percentage of text that is above the top of the window. It can also tell you if the indirect tags table for this Info file needs to be updated, and whether or not the Info file was compressed when stored on disk.
Here is a sample mode line for a window containing an uncompressed file
named dir
, showing the node Top
.
-----Info: (dir)Top, 40 lines --Top------------------------------------- ^^ ^ ^^^ ^^ (file)Node #lines where
When a node comes from a file which is compressed on disk, this is
indicated in the mode line with two small z
's. In addition, if
the Info file containing the node has been split into subfiles, the name
of the subfile containing the node appears in the modeline as well:
--zz-Info: (emacs)Top, 291 lines --Top-- Subfile: emacs-1.Z-------------
Truncation of long lines (as opposed to wrapping them to the next
display line, see toggle-wrap) is indicated by a
$
at the left edge of the mode line:
--$--Info: (texinfo)Top, 480 lines --Top-- Subfile: texinfo-1-----------
When Info makes a node internally, such that there is no corresponding
info file on disk, the name of the node is surrounded by asterisks
(*
). The name itself tells you what the contents of the window
are; the sample mode line below shows an internally constructed node
showing possible completions:
-----Info: *Completions*, 7 lines --All---------------------------------
It can be convenient to view more than one node at a time. To allow
this, Info can display more than one window. Each window has its
own mode line (see The Mode Line) and history of nodes viewed in that
window (see history-node
).
next-window
)
C-x o
simply moves the cursor into the next window on
the screen, or if you are already within the last window, into the first
window on the screen. Given a numeric argument, C-x o
moves over
that many windows. A negative argument causes C-x o
to select
the previous window on the screen.
C-x o
with a negative argument.
split-window
)
automatic-tiling
can cause all of the windows on the screen to be resized for you
automatically, please see automatic-tiling for more
information.
delete-window
)
keep-one-window
)
scroll-other-window
)
C-v
might
scroll the current window. Given a negative argument, scroll the
"other" window backward.
grow-window
)
tile-windows
)
automatic-tiling
can cause
tile-windows
to be called when a window is created or deleted.
See automatic-tiling
.
The echo area is a one line window which appears at the bottom of the screen. It is used to display informative or error messages, and to read lines of input from you when that is necessary. Almost all of the commands available in the echo area are identical to their Emacs counterparts, so please refer to that documentation for greater depth of discussion on the concepts of editing a line of text. The following table briefly lists the commands that are available while input is being read in the echo area:
echo-area-forward
)
echo-area-backward
)
echo-area-beg-of-line
)
echo-area-end-of-line
)
echo-area-forward-word
)
On DOS/Windows, C-<RIGHT> moves forward by words.
echo-area-backward-word
)
On DOS/Windows, C-<LEFT> moves backward by words.
echo-area-delete
)
echo-area-rubout
)
On some keyboards, this key is designated <BS>, for
BackSpace
. Those keyboards will usually bind <DEL> in the
echo area to echo-area-delete
.
echo-area-abort
)
echo-area-newline
)
echo-area-quoted-insert
)
?
character
when Info prompts with completion.
echo-area-insert
)
M-
commands, are also inserted verbatim; this is useful
for terminals which support Latin scripts.
echo-area-tab-insert
)
On DOS/Windows only, the Shift-<TAB> key is an alias for
M-<TAB>. This key is sometimes called BackTab
.
echo-area-transpose-chars
)
The next group of commands deal with killing, and yanking text6. For an in-depth discussion of killing and yanking, see Killing and Deleting.
echo-area-kill-word
)
echo-area-backward-kill-word
)
On some keyboards, the Backspace
key is used instead of
DEL
, so M-<Backspace>
has the same effect as
M-<DEL>
.
echo-area-kill-line
)
echo-area-backward-kill-line
)
echo-area-yank
)
echo-area-yank-pop
)
Sometimes when reading input in the echo area, the command that needed input will only accept one of a list of several choices. The choices represent the possible completions, and you must respond with one of them. Since there are a limited number of responses you can make, Info allows you to abbreviate what you type, only typing as much of the response as is necessary to uniquely identify it. In addition, you can request Info to fill in as much of the response as is possible; this is called completion.
The following commands are available when completing in the echo area:
echo-area-complete
)
echo-area-possible-completions
)
bar foliate food forget
and you have typed an f
, followed by ?
, Info will pop up a
window showing a node called *Completions*
which lists the
possible completions like this:
3 completions: foliate food forget
i.e., all of the choices which begin with f
. Pressing <SPC>
or <TAB> would result in fo
appearing in the echo area, since
all of the choices which begin with f
continue with o
.
Now, typing l
followed by TAB
results in foliate
appearing in the echo area, since that is the only choice which begins
with fol
.
echo-area-scroll-completions-window
)
In general, we recommend that you use TeX to format the document and
print sections of it, by running tex
on the Texinfo source file.
However, you may wish to print out the contents of a node as a quick
reference document for later use, or if you don't have TeX installed.
Info provides you with a command for doing this.
INFO_PRINT_COMMAND
. If the variable does not
exist, the node is simply piped to lpr
(on DOS/Windows, the
default is to print the node to the local printer device, PRN
).
The value of INFO_PRINT_COMMAND
may begin with the >
character, as in >/dev/printer
, in which case Info treats the
rest as the name of a file or a device. Instead of piping to a command,
Info opens the file, writes the node contents, and closes the file,
under the assumption that text written to that file will be printed by
the underlying OS.
GNU Info contains several commands which self-document GNU Info:
get-help-window
)
*Help*
, and place
a node containing a quick reference card into it. This window displays
the most concise information about GNU Info available.
get-info-help-node
)
(info)Help
. The Info file
info.texi
distributed with GNU Info contains this node. Of
course, the file must first be processed with makeinfo
, and then
placed into the location of your Info directory.
Here are the commands for creating a numeric argument:
universal-argument
)
C-u
is
a good way to give a small numeric argument to cursor movement or
scrolling commands; C-u C-v
scrolls the screen 4 lines, while
C-u C-u C-n
moves the cursor down 16 lines. C-u
followed
by digit keys sets the numeric argument to the number thus typed:
C-u 1 2 0 sets the argument to 120.
add-digit-to-numeric-arg
)
C-l
a numeric argument of 32 by typing:
C-u 3 2 C-l
or
M-3 2 C-l
add-digit-to-numeric-arg
- doesn't work when you type in the echo area, because you need to
be able to insert the -
character itself; use M-- instead,
if you need to specify negative arguments in the echo area.
C-g
is used to abort the reading of a multi-character key
sequence, to cancel lengthy operations (such as multi-file searches) and
to cancel reading input in the echo area.
abort-key
)
The q
command of Info simply quits running Info. Under
--vi-keys
(see -vi-keys), you can also exit with :q
or ZZ
.
quit
)
If the operating system tells GNU Info that the screen is 60 lines tall, and it is actually only 40 lines tall, here is a way to tell Info that the operating system is correct.
On MS-DOS/MS-Windows, this command actually tries to change the dimensions of the visible screen to the value you type in the echo area.
Finally, Info provides a convenient way to display footnotes which might be associated with the current node that you are viewing:
show-footnotes
)
automatic-footnotes
. See automatic-footnotes
.
GNU Info contains several variables whose values are looked at by various Info commands. You can change the values of these variables, and thus change the behavior of Info to more closely match your environment and Info file reading manner.
There are two ways to set the value of a variable: interactively, using
the set-variable
command described below, or in the #var
section of the .infokey
file. See Custom Key Bindings.
Here is a list of the variables that you can set in Info.
automatic-footnotes
On
, footnotes appear and disappear automatically;
else, they appear at the bottom of the node text. This variable is
Off
by default. When a node is selected, a window containing
the footnotes which appear in that node is created, and the footnotes
are displayed within the new window. The window that Info creates to
contain the footnotes is called *Footnotes*
. If a node is
selected which contains no footnotes, and a *Footnotes*
window
is on the screen, the *Footnotes*
window is deleted. Footnote
windows created in this fashion are not automatically tiled so that
they can use as little of the display as is possible.
automatic-tiling
On
, creating or deleting a window resizes other
windows. This variable is Off
by default. Normally, typing
C-x 2
divides the current window into two equal parts. When
automatic-tiling
is set to On
, all of the windows are
resized automatically, keeping an equal number of lines visible in each
window. There are exceptions to the automatic tiling; specifically, the
windows *Completions*
and *Footnotes*
are not
resized through automatic tiling; they remain their original size.
errors-ring-bell
On
, errors cause the bell to ring. The default
setting of this variable is On
.
gc-compressed-files
On
, Info garbage collects files which had to be
uncompressed. The default value of this variable is Off
.
Whenever a node is visited in Info, the Info file containing that node
is read into core, and Info reads information about the tags and nodes
contained in that file. Once the tags information is read by Info, it
is never forgotten. However, the actual text of the nodes does not need
to remain in core unless a particular Info window needs it. For
non-compressed files, the text of the nodes does not remain in core when
it is no longer in use. But de-compressing a file can be a time
consuming operation, and so Info tries hard not to do it twice.
gc-compressed-files
tells Info it is okay to garbage collect the
text of the nodes of a file which was compressed on disk.
ISO-Latin
On
, Info accepts and displays ISO Latin characters.
By default, Info assumes an ASCII character set. ISO-Latin
tells
Info that it is running in an environment where the European standard
character set is in use, and allows you to input such characters to
Info, as well as display them.
scroll-behavior
Continuous
. There
are three possible values for this variable:
Continuous
Next
node, or failing that, the Next
of the Up
.
This behavior is identical to using the ]
(global-next-node
) and [
(global-prev-node
)
commands.
Next Only
Next
node.
Page Only
scroll-behavior
is
Page Only
, no scrolling command can change the node that is being
viewed.
scroll-step
scroll-step
has a
nonzero value, Info attempts to scroll the node text by that many lines;
if that is enough to bring the cursor back into the window, that is what
is done. The default value of this variable is 0, thus placing the
cursor (and the text it is attached to) in the center of the window.
Setting this variable to 1 causes a kind of "smooth scrolling" which
some people prefer.
show-index-match
On
, the portion of the matched search string is
highlighted in the message which explains where the matched search
string was found. The default value of this variable is On
.
When Info displays the location where an index match was found,
(see next-index-match
), the portion of the
string that you had typed is highlighted by displaying it in the inverse
case from its surrounding characters.
visible-bell
On
, GNU Info attempts to flash the screen instead of
ringing the bell. This variable is Off
by default. Of course,
Info can only flash the screen if the terminal allows it; in the case
that the terminal does not allow it, the setting of this variable has no
effect. However, you can make Info perform quietly by setting the
errors-ring-bell
variable to Off
.
For those whose editor/pager of choice is not Emacs and who are not entirely satisfied with the -vi-keys option (see -vi-keys), GNU Info provides a way to define different key-to-command bindings and variable settings from the defaults described in this document.
On startup, GNU Info looks for a configuration file in the invoker's
HOME directory called .info
7. If it is present, and
appears to contain Info configuration data, and was created with the
current version of the infokey
command, then Info adopts the
key bindings and variable settings contained therein.
The .info
file contains compact, non-textual data for reasons of
efficiency and because its design was lifted wholesale from the GNU Less
program, which also does it that way. It must be created by compiling a
textual source file using the infokey
command.
infokey
infokey
compiles a source file
($HOME/.infokey
8 by default) containing Info customizations
into a binary format ($HOME/.info
by default). GNU Info reads
the binary file at startup to override the default key bindings and
variable definitions. Synopsis:
infokey [option...] [input-file]
Besides the standard --help
and --version
, the only
option is --output
file. This tells
infokey
to
write the binary data to file instead of $HOME/.info
.
infokey
source formatThe format of the source file read by infokey
is most easily
illustrated by example. For instance, here is a sample .infokey
source file suitable for aficionados of vi
or less
:
#info j next-line k prev-line l forward-char h backward-char \kd next-line \ku prev-line \kr forward-char \kl backward-char \ scroll-forward \kD scroll-forward-page-only b scroll-backward \kU scroll-backward-page-only g beginning-of-node \kh beginning-of-node G end-of-node \ke end-of-node \t select-reference-this-line - history-node n next-node p prev-node u up-node t top-node d dir-node #var scroll-step=1
The source file consists of one or more sections. Each section starts with a line that identifies the type of section. Possible sections are:
#info
#info
by itself. If this is the first section in the source
file, the #info
line can be omitted. The rest of this section
consists of lines of the form:
string whitespace action [ whitespace [ # comment ] ] newline
Whitespace is any sequence of one or more spaces and/or tabs. Comment
is any sequence of any characters, excluding newline. string is
the key sequence which invokes the action. action is the name of
an Info command. The characters in string are interpreted
literally or prefixed by a caret (^
) to indicate a control
character. A backslash followed by certain characters specifies input
keystrokes as follows:
\b
\e
\n
\r
\t
\ku
\kd
\kl
\kr
\kU
\kD
\kh
\ke
\kx
\m
x
Backslash followed by any other character indicates that character is to
be taken literally. Characters which must be preceded by a backslash
include caret, space, tab, and backslash itself.
#echo-area
#echo-area
by itself. The rest of this section has a syntax
identical to that for the key definitions for the Info area, described
above.
#var
#var
by itself. Following this line is a list of variable
assignments, one per line. Each line consists of a variable name
(See Variables,) followed by =
followed by a value.
There may be no white space between the variable name and the =
,
and all characters following the =
, including white space,
are included in the value.
Blank lines and lines starting with #
are ignored, except for
the special section header lines.
Key bindings defined in the .info
file take precedence over GNU
Info's default key bindings, whether or not --vi-keys
is used. A
default key binding may be disabled by overriding it in the .info
file with the action invalid
. In addition, all default
key bindings can be disabled by adding this line anywhere in the
relevant section:
#stop
This will cause GNU Info to ignore all the default key commands for that section.
Beware: #stop
can be dangerous. Since it disables all default
key bindings, you must supply enough new key bindings to enable all
necessary actions. Failure to bind any key to the quit
command,
for example, can lead to frustration.
The order in which key bindings are defined in the .info
file is
not important, except that the command summary produced by the
get-help-window
command only displays the first key that
is bound to each command.
Copyright © 2000,2001,2002 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
The purpose of this License is to make a manual, textbook, or other functional and useful document free in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others.
This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software.
We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference.
This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law.
A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language.
A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them.
The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none.
The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words.
A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not "Transparent" is called "Opaque".
Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only.
The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text.
A section "Entitled XYZ" means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as "Acknowledgements", "Dedications", "Endorsements", or "History".) To "Preserve the Title" of such a section when you modify the Document means that it remains a section "Entitled XYZ" according to this definition.
The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License.
You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3.
You may also lend copies, under the same conditions stated above, and you may publicly display copies.
If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects.
If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages.
If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public.
It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document.
You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:
If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles.
You may add a section Entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard.
You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one.
The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version.
You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers.
The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work.
In the combination, you must combine any sections Entitled "History" in the various original documents, forming one section Entitled "History"; likewise combine any sections Entitled "Acknowledgements", and any sections Entitled "Dedications". You must delete all sections Entitled "Endorsements."
You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects.
You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document.
A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an "aggregate" if the copyright resulting from the compilation is not used to limit the legal rights of the compilation's users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document.
If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate.
Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail.
If a section in the Document is Entitled "Acknowledgements", "Dedications", or "History", the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title.
You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/.
Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation.
To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page:
Copyright (C) year your name. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''.
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the "with...Texts." line with this:
with the Invariant Sections being list their titles, with the Front-Cover Texts being list, and with the Back-Cover Texts being list.
If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation.
If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software.
', vi-like operation
: Node Commands
,
: Searching Commands
-
: Miscellaneous Commands
--subnodes
, command line option: Invoking Info
/
: Searching Commands
0 ... 9, vi-like operation
: Miscellaneous Commands
0, in Info windows
: Selecting Xrefs
<
: Node Commands
>
: Node Commands
?, in Info windows
: Miscellaneous Commands
?, in the echo area
: The Echo Area
?, vi-like operation
: Searching Commands
[
: Node Commands
]
: Node Commands
abort-key
: Miscellaneous Commands
add-digit-to-numeric-arg
: Miscellaneous Commands
automatic-footnotes
: Variables
automatic-tiling
: Variables
b, in Info windows
: Cursor Commands
b, vi-like operation
: Scrolling Commands
BackTab, in Info windows
: Selecting Xrefs
BackTab, in the echo area
: The Echo Area
backward-char
: Cursor Commands
backward-word
: Cursor Commands
beginning-of-line
: Cursor Commands
beginning-of-node
: Cursor Commands
BS (backspace)
: Scrolling Commands
C-a, in Info windows
: Cursor Commands
C-a, in the echo area
: The Echo Area
C-b, in Info windows
: Cursor Commands
C-b, in the echo area
: The Echo Area
C-b, vi-like operation
: Scrolling Commands
C-CENTER
: Node Commands
C-d, in the echo area
: The Echo Area
C-d, vi-like operation
: Scrolling Commands
C-e, in Info windows
: Cursor Commands
C-e, in the echo area
: The Echo Area
C-e, vi-like operation
: Scrolling Commands
C-End
: Cursor Commands
C-f, in Info windows
: Cursor Commands
C-f, in the echo area
: The Echo Area
C-f, vi-like operation
: Scrolling Commands
C-g, in Info windows
: Miscellaneous Commands
C-g, in the echo area
: The Echo Area
C-h
: Miscellaneous Commands
C-Home
: Cursor Commands
C-k, in the echo area
: The Echo Area
C-k, vi-like operation
: Scrolling Commands
C-l
: Scrolling Commands
C-LEFT
: Cursor Commands
C-LEFT, in the echo area
: The Echo Area
C-n
: Cursor Commands
C-n, vi-like operation
: Scrolling Commands
C-NEXT
: Node Commands
C-p
: Cursor Commands
C-p, vi-like operation
: Scrolling Commands
C-PgDn
: Node Commands
C-PgUp
: Node Commands
C-PREVIOUS
: Node Commands
C-q, in the echo area
: The Echo Area
C-r
: Searching Commands
C-RIGHT
: Cursor Commands
C-RIGHT, in the echo area
: The Echo Area
C-s
: Searching Commands
C-t, in the echo area
: The Echo Area
C-u
: Miscellaneous Commands
C-u cancels typeahead, vi-like operation
: Miscellaneous Commands
C-u, in the echo area, vi-like operation
: The Echo Area
C-u, vi-like operation
: Scrolling Commands
C-UP
: Node Commands
C-v
: Scrolling Commands
C-v, in the echo area, vi-like operation
: The Echo Area
C-w
: Scrolling Commands
C-x 0
: Basic Windows
C-x 1
: Basic Windows
C-x 2
: Basic Windows
C-x ^
: Basic Windows
C-x b
: Node Commands
C-x C-b
: Node Commands
C-x C-c
: Miscellaneous Commands
C-x C-f
: Node Commands
C-x DEL, in the echo area
: The Echo Area
C-x g, vi-like operation
: Node Commands
C-x k
: Node Commands
C-x n
: Searching Commands
C-x N
: Searching Commands
C-x n, vi-like operation
: Node Commands
C-x o
: Basic Windows
C-x r, vi-like operation
: Selecting Xrefs
C-x t
: Basic Windows
C-x u, vi-like operation
: Node Commands
C-y, in the echo area
: The Echo Area
C-y, vi-like operation
: Scrolling Commands
d
: Node Commands
d, vi-like operation
: Scrolling Commands
DEL, in Info windows
: Scrolling Commands
DEL, in the echo area
: The Echo Area
delete-window
: Basic Windows
describe-command
: Miscellaneous Commands
describe-key
: Miscellaneous Commands
describe-variable
: Variables
dir-node
: Node Commands
DOWN (an arrow key)
: Cursor Commands
DOWN, vi-like operation
: Scrolling Commands
down-line
: Scrolling Commands
e, in Info windows
: Cursor Commands
echo-area-abort
: The Echo Area
echo-area-backward
: The Echo Area
echo-area-backward-kill-line
: The Echo Area
echo-area-backward-kill-word
: The Echo Area
echo-area-backward-word
: The Echo Area
echo-area-beg-of-line
: The Echo Area
echo-area-complete
: The Echo Area
echo-area-delete
: The Echo Area
echo-area-end-of-line
: The Echo Area
echo-area-forward
: The Echo Area
echo-area-forward-word
: The Echo Area
echo-area-insert
: The Echo Area
echo-area-kill-line
: The Echo Area
echo-area-kill-word
: The Echo Area
echo-area-newline
: The Echo Area
echo-area-possible-completions
: The Echo Area
echo-area-quoted-insert
: The Echo Area
echo-area-rubout
: The Echo Area
echo-area-scroll-completions-window
: The Echo Area
echo-area-tab-insert
: The Echo Area
echo-area-transpose-chars
: The Echo Area
echo-area-yank
: The Echo Area
echo-area-yank-pop
: The Echo Area
End
: Cursor Commands
end-of-line
: Cursor Commands
end-of-node
: Cursor Commands
errors-ring-bell
: Variables
ESC C-f
: Miscellaneous Commands
ESC C-v, in Info windows
: Basic Windows
ESC C-v, in the echo area
: The Echo Area
f
: Selecting Xrefs
f, vi-like operation
: Scrolling Commands
F1
: Miscellaneous Commands
find-menu
: Selecting Xrefs
first-node
: Node Commands
forward-char
: Cursor Commands
forward-word
: Cursor Commands
G
: Node Commands
g
: Node Commands
G, vi-like operation
: Node Commands
g, vi-like operation
: Node Commands
gc-compressed-files
: Variables
get-help-window
: Miscellaneous Commands
get-info-help-node
: Miscellaneous Commands
global-next-node
: Node Commands
global-prev-node
: Node Commands
goto-invocation
: Node Commands
goto-node
: Node Commands
grow-window
: Basic Windows
h
: Miscellaneous Commands
h, vi-like operation
: Miscellaneous Commands
history-node
: Node Commands
Home
: Cursor Commands
i
: Searching Commands
I
: Node Commands
index-apropos
: Searching Commands
index-search
: Searching Commands
isearch-backward
: Searching Commands
isearch-forward
: Searching Commands
ISO-Latin
: Variables
k, vi-like operation
: Scrolling Commands
keep-one-window
: Basic Windows
kill-node
: Node Commands
l
: Node Commands
last-menu-item
: Selecting Xrefs
last-node
: Node Commands
LEFT (an arrow key)
: Cursor Commands
LEFT, in the echo area
: The Echo Area
LFD, vi-like operation
: Scrolling Commands
list-visited-nodes
: Node Commands
m
: Selecting Xrefs
M-$, vi-like operation
: The Echo Area
M--
: Miscellaneous Commands
M-0 ... M-9
: Miscellaneous Commands
M-0, in the echo area, vi-like operation
: The Echo Area
M-0, vi-like operation
: Selecting Xrefs
M-<
: Cursor Commands
M->
: Cursor Commands
M-b, in Info windows
: Cursor Commands
M-b, in the echo area
: The Echo Area
M-b, vi-like operation
: Cursor Commands
M-BS, in the echo area
: The Echo Area
M-d, in the echo area
: The Echo Area
M-d, vi-like operation
: Node Commands
M-DEL, in the echo area
: The Echo Area
M-f, in Info windows
: Cursor Commands
M-f, in the echo area
: The Echo Area
M-f, vi-like operation
: Selecting Xrefs
M-g, vi-like operation
: Selecting Xrefs
M-h, in the echo area, vi-like operation
: The Echo Area
M-h, vi-like operation
: Miscellaneous Commands
M-l, in the echo area, vi-like operation
: The Echo Area
M-r
: Cursor Commands
M-SPC, vi-like operation
: Scrolling Commands
M-t, vi-like operation
: Node Commands
M-TAB, in Info windows
: Selecting Xrefs
M-TAB, in the echo area
: The Echo Area
M-v
: Scrolling Commands
M-w, in the echo area, vi-like operation
: The Echo Area
M-x, in the echo area, vi-like operation
: The Echo Area
M-X, in the echo area, vi-like operation
: The Echo Area
M-y, in the echo area
: The Echo Area
menu-digit
: Selecting Xrefs
menu-item
: Selecting Xrefs
menu-sequence
: Node Commands
move-to-next-xref
: Selecting Xrefs
move-to-prev-xref
: Selecting Xrefs
move-to-window-line
: Cursor Commands
n
: Node Commands
n, vi-like operation
: Searching Commands
NEXT
: Scrolling Commands
next-index-match
: Searching Commands
next-line
: Cursor Commands
next-node
: Node Commands
next-window
: Basic Windows
O
: Node Commands
p
: Node Commands
PageDown
: Scrolling Commands
PageUp
: Scrolling Commands
prev-line
: Cursor Commands
prev-node
: Node Commands
prev-window
: Basic Windows
PREVIOUS
: Scrolling Commands
print-node
: Printing Nodes
printing characters, in the echo area
: The Echo Area
q
: Miscellaneous Commands
quit
: Miscellaneous Commands
r
: Selecting Xrefs
redraw-display
: Scrolling Commands
RET, in Info windows
: Selecting Xrefs
RET, in the echo area
: The Echo Area
RET, vi-like operation
: Scrolling Commands
RIGHT (an arrow key)
: Cursor Commands
RIGHT, in the echo area
: The Echo Area
s
: Searching Commands
S
: Searching Commands
scroll-backward
: Scrolling Commands
scroll-backward-page-only
: Scrolling Commands
scroll-backward-page-only-set-window
: Scrolling Commands
scroll-behavior
: Variables
scroll-forward
: Scrolling Commands
scroll-forward-page-only
: Scrolling Commands
scroll-forward-page-only-set-window
: Scrolling Commands
scroll-half-screen-down
: Scrolling Commands
scroll-half-screen-up
: Scrolling Commands
scroll-other-window
: Basic Windows
scroll-step
: Variables
search
: Searching Commands
search-backward
: Searching Commands
search-case-sensitively
: Searching Commands
search-next
: Searching Commands
search-previous
: Searching Commands
select-reference-this-line
: Selecting Xrefs
select-visited-node
: Node Commands
set-screen-height
: Miscellaneous Commands
set-variable
: Variables
Shift-TAB, in Info windows
: Selecting Xrefs
Shift-TAB, in the echo area
: The Echo Area
show-footnotes
: Miscellaneous Commands
show-index-match
: Variables
SPC, in Info windows
: Scrolling Commands
SPC, in the echo area
: The Echo Area
split-window
: Basic Windows
t
: Node Commands
TAB, in Info windows
: Selecting Xrefs
TAB, in the echo area
: The Echo Area
tile-windows
: Basic Windows
toggle-wrap
: Scrolling Commands
top-node
: Node Commands
u
: Node Commands
u, vi-like operation
: Scrolling Commands
universal-argument
: Miscellaneous Commands
UP (an arrow key)
: Cursor Commands
UP, vi-like operation
: Scrolling Commands
up-line
: Scrolling Commands
up-node
: Node Commands
view-file
: Node Commands
visible-bell
: Variables
w, vi-like operation
: Scrolling Commands
where-is
: Miscellaneous Commands
xref-item
: Selecting Xrefs
y, vi-like operation
: Scrolling Commands
z, vi-like operation
: Scrolling Commands
ZZ, vi-like operation
: Miscellaneous Commands
.info
, -info
, /index
, and .inf
.
The MS-DOS version allows for the Info
extension, such as .inf
, and the short compressed file
extensions, such as .z
and .gz
, to be merged into a single
extension, since DOS doesn't allow more than a single dot in the
basename of a file. Thus, on MS-DOS, if Info looks for bison
,
file names like bison.igz
and bison.inz
will be found and
decompressed by gunzip
.
Of course, you can specify both the file and node
in a --node
command; but don't forget to escape the open and
close parentheses and whitespace from the shell as in: info --node
"(emacs)Buffers"
.
Here's a short summary. C-x means press the CTRL key and the key x. M-x means press the META key and the key x. On many terminals th META key is known as the ALT key. SPC is the space bar. The other keys are usually called by the names imprinted on them.
M-x
is also a command; it
invokes execute-extended-command
. See Executing an extended command, for more detailed
information.
Some people are used to calling these operations cut and paste, respectively.
Due to the limitations of
DOS filesystems, the MS-DOS version of Info looks for a file
_info
instead. If the HOME
variable is not defined, Info
additionally looks in the current directory.
This file is named _infokey
in
the MS-DOS version, and is looked for in the current directory if
HOME
is undefined.