Go to the first, previous, next, last section, table of contents.
The following commands let you create, delete and operate on frames:
- C-z
-
To iconify the selected Emacs frame, type C-z
(
iconify-or-deiconify-frame
). The normal meaning of C-z,
to suspend Emacs, is not useful under a window system, so it has a
different binding in that case.
If you type this command on an Emacs frame's icon, it deiconifies the frame.
- C-x 5 0
-
To delete the selected frame, type C-x 5 0 (
delete-frame
).
This is not allowed if there is only one frame.
- C-x 5 o
-
Select another frame, raise it, and warp the mouse to it so that it
stays selected. If you repeat this command, it cycles through all the
frames on your terminal.
- M-x transient-mark-mode
-
Under X Windows, when Transient Mark mode is enabled, Emacs highlights
the region when the mark is active. This feature is the main motive for
using Transient Mark mode. To toggle the state of this mode, use the
command M-x transient-mark-mode. See section The Mark and the Region.
Go to the first, previous, next, last section, table of contents.