Go to the first, previous, next, last section, table of contents.


Iconifying Windows

When you don't want a window cluttering the display, but don't want to kill it totally it can be iconified; the window will be displayed as a small icon which can be reactivated when the window is wanted again.

Function: sleep-window &optional window
Iconifies the specified window.

Function: unsleep-window &optional window
Uniconifies the specified window. This may be done automatically if the user needs to be prompted.

Function: toggle-iconic
Toggles the current window between the iconified and normal states. This command is bound to the key sequence Ctrl-z.

Function: window-asleep-p
Returns t when the current window is iconified.


Go to the first, previous, next, last section, table of contents.