Brian Fox and The GNU Texinfo Community
Brian Fox and The GNU Texinfo Community
Brian Fox and The GNU Texinfo Community
Brian Fox
and the GNU Texinfo community
This file describes how to use Info, the on-line, menu-driven GNU documentation system.
Copyright
c 1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
2007, 2008 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.2 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” in the Emacs manual.
(a) The FSF’s Back-Cover Text is: “You have freedom to copy and modify this
GNU Manual, like GNU software. Buying copies from GNU Press supports the
FSF in developing GNU and promoting software freedom.”
This document is part of a collection distributed under the GNU Free Docu-
mentation License. If you want to distribute this document separately from the
collection, you can do so by adding a copy of the license to the document, as
described in section 6 of the license.
i
Table of Contents
1 Getting Started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 Starting Info on a Small Screen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 How to use Info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.3 Returning to the Previous node . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.4 The Space, DEL, B and ^L commands. . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.5 Invisible text in Emacs Info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.5.1 The ] and [ commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.6 Menus and the m command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.6.1 The u command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.7 Following Cross-References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.8 Some intermediate Info commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
1.9 Quitting Info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
Chapter 1: Getting Started 1
1 Getting Started
This first part of this Info manual describes how to get around inside of Info. The second
part of the manual describes various advanced Info commands. The third part briefly
explains how to generate Info files from Texinfo files, and describes how to write an Info file
by hand.
This manual is primarily designed for browsing with an Info reader program on a com-
puter, so that you can try Info commands while reading about them. Reading it on paper or
with an HTML browser is less effective, since you must take it on faith that the commands
described really do what the manual says. By all means go through this manual now that
you have it; but please try going through the on-line version as well.
There are two ways of looking at the online version of this manual:
1. Type info at your shell’s command line. This approach uses a stand-alone program
designed just to read Info files.
2. Type emacs at the command line; then type C-h i (Control-h, followed by i). This
approach uses the Info mode of the Emacs editor.
In either case, then type mInfo (just the letters), followed by RET—the “Return” or
“Enter” key. At this point, you should be ready to follow the instructions in this manual
as you read them on the screen.
displayed with a special typeface, and remains at the top of the window all the time even
if you scroll through the node.
Besides a ‘Next’, a node can have a ‘Previous’ link, or an ‘Up’ link, or both. As you can
see, this node has all of these links.
Now it is time to move on to the ‘Next’ node, named ‘Help-P’.
>> Type n to move there. Type just one character;
do not type the quotes and do not type a RET afterward.
‘>>’ in the margin means it is really time to try a command.
>> If you are in Emacs and have a mouse, and if you already practiced
typing n to get to the next node, click now with the left
mouse button on the ‘Next’ link to do the same “the mouse way”.
above the top of the screen (there is not anything above the top until you have typed some
spaces).
>> Now try typing a SPC (afterward, type a BACKSPACE to
return here).
When you type the SPC, the two lines that were at the bottom of the screen appear at
the top, followed by more lines. DEL or BACKSPACE takes the two lines from the top and
moves them to the bottom, usually, but if there are not a full screen’s worth of lines above
them they may not make it all the way to the bottom.
If you are reading this in Emacs, note that the header line is always visible, never scrolling
off the display. That way, you can always see the ‘Next’, ‘Prev’, and ‘Up’ links, and you can
conveniently go to one of these links at any time by clicking the middle mouse button on
the link.
SPC and DEL not only move forward and backward through the current node. They
also move between nodes. SPC at the end of a node moves to the next node; DEL (or
BACKSPACE) at the beginning of a node moves to the previous node. In effect, these
commands scroll through all the nodes in an Info file as a single logical sequence. You can
read an entire manual top to bottom by just typing SPC, and move backward through the
entire manual from bottom to top by typing DEL (or BACKSPACE).
In this sequence, a node’s subnodes appear following their parent. If a node has a menu,
SPC takes you into the subnodes listed in the menu, one by one. Once you reach the end of
a node, and have seen all of its subnodes, SPC takes you to the next node or to the parent’s
next node.
Many keyboards nowadays have two scroll keys labeled ‘PageUp’ and ‘PageDown’ (or
maybe ‘Prior’ and ‘Next’). If your keyboard has these keys, you can use them to move
forward and backward through the text of one node, like SPC and BACKSPACE (or DEL).
However, PAGEUP and PAGEDOWN keys never scroll beyond the beginning or the end
of the current node.
If your screen is ever garbaged, you can tell Info to display it again by typing C-l
(Control-L—that is, hold down CTRL and type L or l).
>> Type C-l now.
To move back to the beginning of the node you are on, you can type the BACKSPACE
key (or DEL) many times. You can also type b just once. b stands for “beginning.”
>> Try that now. (We have put in enough verbiage to push this past
the first screenful, but screens are so big nowadays that perhaps it
isn’t enough. You may need to shrink your Emacs or Info window.)
Then come back, by typing SPC one or more times.
You have just learned a considerable number of commands. If you want to use one but
have trouble remembering which, you should type ?, which displays a brief list of commands.
When you are finished looking at the list, make it go away by typing SPC repeatedly.
>> Type a ? now. Press SPC to see consecutive screenfuls of
the list until finished. Then type SPC several times. If
you are using Emacs, the help will then go away automatically.
(If you are using the stand-alone Info reader, type C-x 0 to return here, that is—press
and hold CTRL, type an x, then release CTRL and x, and press 0; that’s a zero, not the
letter “o”.)
Chapter 1: Getting Started 4
From now on, you will encounter large nodes without warning, and will be expected to
know how to use SPC and BACKSPACE to move around in them without being told. Since
not all terminals have the same size screen, it would be impossible to warn you anyway.
>> Now type n, or click the middle mouse button on the ‘Next’ link,
to visit the next node.
different: it needs to know the name of the subtopic. Once you have typed m, Info tries to
read the subtopic name.
Now, in the stand-alone Info, look for the line containing many dashes near the bottom
of the screen. (This is the stand-alone equivalent for the mode line in Emacs.) There is one
more line beneath that one, but usually it is blank. (In Emacs, this is the echo area.) When
it is blank, Info is ready for a command, such as n or b or SPC or m. If that line contains
text ending in a colon, it means Info is reading more input for the last command. You can’t
type an Info command then, because Info is trying to read input, not commands. You must
either give the input and finish the command you started, or type Control-g to cancel the
command. When you have done one of those things, the input entry line becomes blank
again. Then you can type Info commands again.
The command to go to a subnode via a menu is m. After you type the m, the line at the
bottom of the screen says ‘Menu item: ’. You must then type the name of the subtopic you
want, and end it with a RET.
You can abbreviate the subtopic name. If the abbreviation is not unique, the first
matching subtopic is chosen. Some menus put the shortest possible abbreviation for each
subtopic name in capital letters, so you can see how much you need to type. It does not
matter whether you use upper case or lower case when you type the subtopic. You should
not put any spaces at the end, or inside of the item name, except for one space where a
space appears in the item in the menu.
You can also use the completion feature to help enter the subtopic name. If you type
the TAB key after entering part of a name, it will fill in more of the name—as much as Info
can deduce from the part you have entered.
If you move the cursor to one of the menu subtopic lines, then you do not need to type
the argument: you just type a RET, and it stands for the subtopic of the line you are on.
You can also click the middle mouse button directly on the subtopic line to go there.
Here is a menu to give you a chance to practice. This menu gives you three ways of
going to one place, Help-FOO:
(Turn Visible mode on if you are using Emacs.)
>> Now type just an m and see what happens:
Now you are “inside” an m command. Commands cannot be used now; the next thing
you will type must be the name of a subtopic.
You can change your mind about doing the m by typing Control-g.
>> Try that now; notice the bottom line clear.
>> Then type another m.
>> Now type BAR, the item name. Do not type RET yet.
While you are typing the item name, you can use the DEL (or BACKSPACE) key to
cancel one character at a time if you make a mistake.
>> Press DEL to cancel the ‘R’. You could type another R
to replace it. But you do not have to, since ‘BA’ is a valid
abbreviation.
>> Now you are ready to go. Type a RET.
After visiting ‘Help-FOO’, you should return here.
Chapter 1: Getting Started 7
Another way to move to the menu subtopic lines and between them is to type TAB.
Each time you type a TAB, you move to the next subtopic line. To move to a previous
subtopic line in the stand-alone reader, type M-TAB—that is, press and hold the META key
and then press TAB. (On some keyboards, the META key might be labeled ‘Alt’.) In
Emacs Info, type S-TAB to move to a previous subtopic line (press and hold the SHIFT key
and then press TAB).
Once you move cursor to a subtopic line, press RET to go to that subtopic’s node.
If your terminal supports a mouse, you have yet another way of going to a subtopic.
Move your mouse pointer to the subtopic line, somewhere between the beginning ‘*’ and
the colon ‘:’ which ends the subtopic’s brief name. You will see the subtopic’s name change
its appearance (usually, its background color will change), and the shape of the mouse
pointer will change if your platform supports that. After a while, if you leave the mouse
on that spot, a small window will pop up, saying “Mouse-2: go to that node,” or the same
message may appear at the bottom of the screen.
Mouse-2 is the second button of your mouse counting from the left—the middle button
on a 3-button mouse. (On a 2-button mouse, you may have to press both buttons together
to “press the middle button”.) The message tells you pressing Mouse-2 with the current
position of the mouse pointer (on subtopic in the menu) will go to that subtopic.
More generally, Mouse-2 in an Info buffer finds the nearest link to another node and
goes there. For example, near a cross reference it acts like f, in a menu it acts like m, on
the node’s header line it acts like n, p, or u, etc. At end of the node’s text Mouse-2 moves
to the next node, or up if there’s no next node.
>> Type n to see more commands.
that the cross reference is mouse-sensitive by moving the mouse pointer to the reference
and watching how the underlying text and the mouse pointer change in response.
Another way to follow a cross reference is to type f and then specify the name of the
cross reference (in this case, ‘Cross’) as an argument. For this command, it does not matter
where the cursor was. If the cursor is on or near a cross reference, f suggests that reference
name in parentheses as the default; typing RET will follow that reference. However, if you
type a different reference name, f will follow the other reference which has that name.
>> Type f, followed by Cross, and then RET.
As you enter the reference name, you can use the DEL (or BACKSPACE) key to edit
your input. If you change your mind about following any reference, you can use Control-
g to cancel the command. Completion is available in the f command; you can complete
among all the cross reference names in the current node by typing a TAB.
To get a list of all the cross references in the current node, you can type ? after an f.
The f continues to await a cross reference name even after displaying the list, so if you
don’t actually want to follow a reference, you should type a Control-g to cancel the f.
>> Type f? to get a list of the cross references in this node. Then
type a Control-g and see how the ‘f’ gives up.
The TAB, M-TAB and S-TAB keys, which move between menu items in a menu, also move
between cross references outside of menus.
Sometimes a cross reference (or a node) can lead to another file (in other words another
“manual”), or, on occasion, even a file on a remote machine (although Info files distributed
with Emacs or the stand-alone Info avoid using remote links). Such a cross reference looks
like this: See Section “Overview of Texinfo” in Texinfo: The GNU Documentation Format.
(After following this link, type l to get back to this node.) Here the name ‘texinfo’
between parentheses refers to the file name. This file name appears in cross references and
node names if it differs from the current file, so you can always know that you are going to
be switching to another manual and which one.
However, Emacs normally hides some other text in cross-references. If you put your
mouse over the cross reference, then the information appearing in a separate box (tool tip)
or in the echo area will show the full cross-reference including the file name and the node
name of the cross reference. If you have a mouse, just leave it over the cross reference
See Section “Overview of Texinfo” in Texinfo: The GNU Documentation Format, and
watch what happens. If you always like to have that information visible without having to
move your mouse over the cross reference, use M-x visible-mode, or set Info-hide-note-
references to a value other than t (see Section 2.6 [Emacs Info Variables], page 13).
>> Now type n to learn more commands.
You can get to the index from the main menu of the file with the m command and the
name of the index node; then you can use the m command again in the index node to go to
the node that describes the topic you want.
There is also a short-cut Info command, i, which does all of that for you. It searches
the index for a given topic (a string) and goes to the node which is listed in the index for
that topic. See Section 2.2 [Search Index], page 11, for a full explanation.
If you have been moving around to different nodes and wish to retrace your steps, the
l command (l for last) will do that, one node-step at a time. As you move from node to
node, Info records the nodes where you have been in a special history list. The l command
revisits nodes in the history list; each successive l command moves one step back through
the history.
>> Try typing p p n and then three l’s, pausing in between
to see what each l does. You should wind up right back here.
Note the difference between l and p: l moves to where you last were, whereas p always
moves to the node which the header says is the ‘Previous’ node (from this node, the ‘Prev’
link leads to ‘Help-Xref’).
You can use the r command (Info-history-forward in Emacs) to revisit nodes in the
history list in the forward direction, so that r will return you to the node you came from
by typing l.
The L command (Info-history in Emacs) creates a virtual node that contains a list of
all nodes you visited. You can select a previously visited node from this menu to revisit it.
The d command (Info-directory in Emacs) gets you instantly to the Directory node.
This node, which is the first one you saw when you entered Info, has a menu which leads
(directly or indirectly, through other menus), to all the nodes that exist. The Directory
node lists all the manuals and other Info documents that are, or could be, installed on your
system.
>> Try doing a d, then do an l to return here (yes,
do return).
The t command moves to the ‘Top’ node of the manual. This is useful if you want to
browse the manual’s main menu, or select some specific top-level menu item. The Emacs
command run by t is Info-top-node.
>> Now type n to see the last node of the course.
See Chapter 2 [Advanced], page 11, for more advanced Info features.
Yet another set of commands are meant for experienced users; you can find them by
looking in the Directory node for documentation on Info. Finding them will be a good
exercise in using Info in the usual manner.
>> Type d to go to the Info directory node; then type
mInfo and Return, to get to the node about Info and
see what other help is available.
Chapter 2: Advanced Info Commands 11
The i command and subsequent , commands find all index entries which include the
string you typed as a substring. For each match, Info shows in the echo area the full index
entry it found. Often, the text of the full index entry already gives you enough information
to decide whether it is relevant to what you are looking for, so we recommend that you read
what Info shows in the echo area before looking at the node it displays.
Since i looks for a substring, you can search for subjects even if you are not sure how
they are spelled in the index. For example, suppose you want to find something that is
pertinent to commands which complete partial input (e.g., when you type TAB). If you
want to catch index entries that refer to “complete,” “completion,” and “completing,” you
could type icompletRET.
Info documents which describe programs should index the commands, options, and key
sequences that the program provides. If you are looking for a description of a command,
an option, or a key, just type their names when i prompts you for a topic. For example, if
you want to read the description of what the C-l key does, type iC-lRET literally.
If you aren’t sure which manual documents the topic you are looking for, try the M-x
info-apropos command in Emacs, or the M-x index-apropos command in the stand-alone
reader. It prompts for a string and then looks up that string in all the indices of all the
Info documents installed on your system.
Some terminals don’t support either multiple fonts, colors or underlining. If you need
to actually count items, it is better to use m instead, and specify the name, or use TAB to
quickly move between menu items.
Info-fontify-visited-nodes
If non-nil, menu items and cross-references pointing to visited nodes are dis-
played in the info-xref-visited face.
Info-use-header-line
If non-nil, Emacs puts in the Info buffer a header line showing the ‘Next’,
‘Prev’, and ‘Up’ links. A header line does not scroll with the rest of the buffer,
making these links always visible.
Info-hide-note-references
As explained in earlier nodes, the Emacs version of Info normally hides some
text in menus and cross-references. You can completely disable this feature, by
setting this option to nil. Setting it to a value that is neither nil nor t produces
an intermediate behavior, hiding a limited amount of text, but showing all text
that could potentially be useful.
Info-scroll-prefer-subnodes
If set to a non-nil value, SPC and BACKSPACE (or DEL) keys in a menu
visit subnodes of the current node before scrolling to its end or beginning,
respectively. For example, if the node’s menu appears on the screen, the next
SPC moves to a subnode indicated by the following menu item. Setting this
option to nil results in behavior similar to the stand-alone Info reader program,
which visits the first subnode from the menu only when you hit the end of the
current node. The default is nil.
Info-isearch-search
If non-nil, isearch in Info searches through multiple nodes.
Info-enable-active-nodes
When set to a non-nil value, allows Info to execute Lisp code associated with
nodes. The Lisp code is executed when the node is selected. The Lisp code
to be executed should follow the node delimiter (the ‘DEL’ character) and an
‘execute: ’ tag, like this:
^_execute: (message "This is an active node!")
Chapter 3: Info for Experts 15
all the Info documents installed on your site. The ‘Top’ node of a document file listed in
the ‘Directory’ should have an ‘Up: (dir)’ in it.
The node name * is special: it refers to the entire file. Thus, g* shows you the whole
current file. The use of the node * is to make it possible to make old-fashioned, unstructured
files into nodes of the tree.
The ‘Node:’ name, in which a node states its own name, must not contain a file name,
since when Info searches for a node, it does not expect a file name to be there. The ‘Next’,
‘Previous’ and ‘Up’ names may contain them. In this node, since the ‘Up’ node is in the
same file, it was not necessary to use one.
Note that the nodes in this file have a file name in the header line. The file names are
ignored by Info, but they serve as comments to help identify the node for the user.
graph, nothing terrible happens if a substructure is not pointed to, but such a substructure
is rather useless since nobody can ever find out that it exists.
Index
This is an alphabetical listing of all the commands, variables, and topics discussed in this
document.
A I
abbreviating Info subnodes. . . . . . . . . . . . . . . . . . . . . . 6 i (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
index-apropos . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
Info document as a reference . . . . . . . . . . . . . . . . . . . 11
B Info documents as tutorials . . . . . . . . . . . . . . . . . . . . . 3
Info menus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
b (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Info reader, how to invoke . . . . . . . . . . . . . . . . . . . . . . 1
BACKSPACE (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . 2
Info-additional-directory-list . . . . . . . . . . . . . 13
info-apropos . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
C Info-directory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
Info-directory-list . . . . . . . . . . . . . . . . . . . . . . . . . 13
C-l (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 Info-enable-active-nodes . . . . . . . . . . . . . . . . . . . 14
C-q (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 Info-exit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
C-r (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 Info-follow-reference . . . . . . . . . . . . . . . . . . . . . . . . 7
C-s (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 Info-fontify-maximum-menu-size . . . . . . . . . . . . . 13
clone-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 Info-fontify-visited-nodes . . . . . . . . . . . . . . . . . 14
completion of Info node names . . . . . . . . . . . . . . . . . . 6 Info-goto-node . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
cross reference format . . . . . . . . . . . . . . . . . . . . . . . . . 17 Info-hide-note-references . . . . . . . . . . . . . . . . . . 14
cross references in Info documents. . . . . . . . . . . . . . . 7 Info-history . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
Info-history-back . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
D Info-history-forward . . . . . . . . . . . . . . . . . . . . . . . . . 9
Info-index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
d (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 Info-isearch-search . . . . . . . . . . . . . . . . . . . . . . . . . 14
DEL (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 Info-menu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
Directory node . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 Info-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
Info-mouse-follow-nearest-node . . . . . . . . . . . . . . 7
Info-nth-menu-item . . . . . . . . . . . . . . . . . . . . . . . . . . 12
E Info-scroll-down . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
entering Info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Info-scroll-prefer-subnodes . . . . . . . . . . . . . . . . 14
Info-scroll-up . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
Info-search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
F Info-summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
f (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 Info-tagify . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
format of node headers . . . . . . . . . . . . . . . . . . . . . . . . 15 Info-top-node . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
Info-up . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
Info-use-header-line . . . . . . . . . . . . . . . . . . . . . . . . 14
G Info-validate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
g (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 invisible text in Emacs . . . . . . . . . . . . . . . . . . . . . . . . . . 4
go to a node by name . . . . . . . . . . . . . . . . . . . . . . . . . . 12 isearch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
go to another Info file. . . . . . . . . . . . . . . . . . . . . . . . . . 12
go to Directory node . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
go to Top node . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 L
going back in Info history . . . . . . . . . . . . . . . . . . . . . . . 9 l (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
Index 20
M R
m (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 r (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
M-n (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 reading Info documents top to bottom . . . . . . . . . . 3
M-s (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
menu and menu entry format . . . . . . . . . . . . . . . . . . 16
menus in an Info document . . . . . . . . . . . . . . . . . . . . . 5
S
mouse support in Info mode . . . . . . . . . . . . . . . . . . . . 7 s (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
Mouse-2 (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 searching Info documents . . . . . . . . . . . . . . . . . . . . . . 11
multiple Info buffers . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 searching Info indices . . . . . . . . . . . . . . . . . . . . . . . . . . 11
select n’th menu item . . . . . . . . . . . . . . . . . . . . . . . . . . 12
small screen, moving around . . . . . . . . . . . . . . . . . . . . 1
N SPC (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
stale tags tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
n (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
node delimiters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
node header line format. . . . . . . . . . . . . . . . . . . . . . . . 15 T
node name format . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
t (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
node, in Info documents . . . . . . . . . . . . . . . . . . . . . . . . 1
tags tables in Info files . . . . . . . . . . . . . . . . . . . . . . . . . 17
P U
p (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 u (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
PAGEDOWN (Info mode). . . . . . . . . . . . . . . . . . . . . . . . . . . 3 unstructured documents . . . . . . . . . . . . . . . . . . . . . . . 16
PAGEUP (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 update Info tags table . . . . . . . . . . . . . . . . . . . . . . . . . 17
Q V
q (Info mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 visible-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4