f78 The Echo Area

Contents|Index|Previous|Next

The Echo Area

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 GNU Emacs Manual for greater depth of discussion on the concepts of editing a line of text.

The following briefly details the commands that are available while input is being read in the echo area.

C-f (echo-area-forward)
C-b (echo-area-backward)
C-a (echo-area-beg-of-line)
C-e (echo-area-end-of-line)
M-f (echo-area-forward-word)
M-b (echo-area-backward-word)
Cd (echo-area-delete)
Del (echo-area-rubout)
C-g (echo-area-abort)
RET (echo-area-newline)
C-q (echo-area-quoted-insert)
printing character (echo-area-insert)
M-Tab (echo-area-tab-insert)
Ctrl-t (echo-area-transpose-chars)

The next group of commands deal with killing and yanking text. For an in depth discussion of killing and yanking, see “Killing and Moving Text” in the GNU Emacs Manual.

M-d (echo-area-kill-word)
M-Del (echo-area-backward-kill-word)
C-k (echo-area-kill-line)
C-x, Del (echo-area-backward-kill-line)
C-y (echo-area-yank)
M-y (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.

Tab (echo-area-complete)
SPACEBAR
? (echo-area-possible-completions)
Esc Ctrl-v (echo-area-scroll-completions-window)
0