comparison lispref/windows.texi @ 78671:98e2024a4295

(Window Configurations): Clarify what a window configuration saves.
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Aug 2007 03:57:10 +0000
parents bf4c1411b0ac
children b659ef0c3c57
comparison
equal deleted inserted replaced
78670:ebe645e0018f 78671:98e2024a4295
2244 @section Window Configurations 2244 @section Window Configurations
2245 @cindex window configurations 2245 @cindex window configurations
2246 @cindex saving window information 2246 @cindex saving window information
2247 2247
2248 A @dfn{window configuration} records the entire layout of one 2248 A @dfn{window configuration} records the entire layout of one
2249 frame---all windows, their sizes, which buffers they contain, what 2249 frame---all windows, their sizes, which buffers they contain, how
2250 part of each buffer is displayed, and the values of point and the 2250 those buffers are scrolled, and their values of point and the mark;
2251 mark; also their fringes, margins, and scroll bar settings. It also 2251 also their fringes, margins, and scroll bar settings. It also
2252 includes the values of @code{window-min-height}, 2252 includes the values of @code{window-min-height},
2253 @code{window-min-width} and @code{minibuffer-scroll-window}. An 2253 @code{window-min-width} and @code{minibuffer-scroll-window}. As a
2254 exception is made for point in the selected window for the current 2254 special exception, the window configuration does not record the value
2255 buffer; its value is not saved in the window configuration. 2255 of point in the selected window for the current buffer.
2256 2256
2257 You can bring back an entire previous layout by restoring a window 2257 You can bring back an entire previous layout by restoring a window
2258 configuration previously saved. If you want to record all frames 2258 configuration previously saved. If you want to record all frames
2259 instead of just one, use a frame configuration instead of a window 2259 instead of just one, use a frame configuration instead of a window
2260 configuration. @xref{Frame Configurations}. 2260 configuration. @xref{Frame Configurations}.