Previous: Basic Windows, Up: Window Commands
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
)echo-area-backward-word
)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
)echo-area-insert
)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 text1. 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
)