/usr/share/doc/info/html
NameSizeModeActions
Basic-Windows.html80670644editdlrm
Colors-and-Styles.html82000644editdlrm
command_002dline-menu-items.html27530644editdlrm
Cursor-Commands.html104800644editdlrm
cursor_002dmovement_002dscrolls.html27530644editdlrm
Custom-Key-Bindings.html52510644editdlrm
goto_002dinvocation.html27050644editdlrm
goto_002dnode.html26690644editdlrm
Index-Commands.html64390644editdlrm
Index.html1031770644editdlrm
index.html62340644editdlrm
infokey-format.html99810644editdlrm
INFOPATH.html26550644editdlrm
infopath_002dno_002ddefaults.html27350644editdlrm
Invoking-Info.html291530644editdlrm
min_002dsearch_002dlength.html27170644editdlrm
Miscellaneous-Commands.html121190644editdlrm
Node-Commands.html158760644editdlrm
Parts-of-an-Xref.html58750644editdlrm
Printing-Nodes.html49050644editdlrm
repeated_002dsearch.html27150644editdlrm
Scrolling-Commands.html121680644editdlrm
scroll_002dbehavior.html26970644editdlrm
Searching-Commands.html119550644editdlrm
Selecting-Xrefs.html80770644editdlrm
Stand_002dalone-Info.html51670644editdlrm
The-Echo-Area.html153100644editdlrm
The-Mode-Line.html47810644editdlrm
Variables.html203700644editdlrm
variable_002dassignment.html27290644editdlrm
Window-Commands.html43050644editdlrm
Xref-Commands.html39940644editdlrm
_002d_002dall.html26590644editdlrm
_002d_002dapropos.html26830644editdlrm
_002d_002dinit_002dfile.html27030644editdlrm
_002d_002draw_002descapes.html27150644editdlrm
_002d_002dshow_002doptions.html27210644editdlrm
_002d_002dvi_002dkeys.html26910644editdlrm
Edit: /usr/share/doc/info/html/Miscellaneous-Commands.html (12119B)
Miscellaneous Commands (Stand-alone GNU Info 6.8)

11 Miscellaneous Commands

GNU Info contains several commands which self-document GNU Info:

M-x describe-command

Read the name of an Info command in the echo area and then display a brief description of what that command does.

M-x describe-key

Read a key sequence in the echo area, and then display the name and documentation of the Info command that the key sequence invokes.

M-x describe-variable

Read the name of a variable in the echo area and then display a brief description of what the variable affects.

M-x where-is

Read the name of an Info command in the echo area, and then display a key sequence which can be typed in order to invoke that command.

H (get-help-window)
F1 (on DOS/Windows only)

Create (or Move into) the window displaying *Help*, and place a node containing a quick reference card into it. This window displays the most concise information about GNU Info available.

h (get-info-help-node)

Try hard to visit the node (info)Help. The Info file info.texi distributed with GNU Emacs contains this node. Of course, the file must first be processed with makeinfo, and then placed into the location of your Info directory.

= (display-file-info)

Show information about what’s currently being viewed in the echo area: the Info file name, and current line number and percentage within the current node.

M-x info-version

Display the name and version of the currently running Info program.

Here are the commands for creating a numeric argument:

C-u (universal-argument)

Start (or multiply by 4) the current numeric 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.

M-1 (add-digit-to-numeric-arg)
1, vi-like operation
M-2M-9
29, vi-like operation
M-0
0, vi-like operation

Add the digit value of the invoking key to the current numeric argument. Once Info is reading a numeric argument, you may just type the digits of the argument, without the Meta prefix. For example, you might give ‘C-l’ a numeric argument of 32 by typing:

C-u 3 2 C-l

or

M-3 2 C-l
M-- (add-digit-to-numeric-arg)
-

To make a negative argument, type -. Typing - alone makes a negative argument with a value of -1. If you continue to type digit or Meta-digit keys after -, the result is a negative number produced by those digits.

- 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.

C-g (abort-key)

Cancel current operation.

The ‘q’ command of Info simply quits running Info.

q (quit)
C-x C-c

Exit GNU Info.

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.

M-x set-screen-height

Read a height value in the echo area and set the height of the displayed screen to that value.

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:

ESC C-f (show-footnotes)

Show the footnotes (if any) associated with the current node in another window. You can have Info automatically display the footnotes associated with a node when the node is selected by setting the variable automatic-footnotes. See automatic-footnotes.


Next: Manipulating Variables, Previous: Printing Nodes, Up: Stand-alone GNU Info   [Contents][Index]