comparison lispref/windows.texi @ 78940:b659ef0c3c57

(Basic Windows): Don't describe cursor-in-non-selected-windows here.
author Richard M. Stallman <rms@gnu.org>
date Tue, 02 Oct 2007 02:04:41 +0000
parents 98e2024a4295
children a1e16e813aed
comparison
equal deleted inserted replaced
78939:216e3aa641a0 78940:b659ef0c3c57
53 multiple nonoverlapping Emacs windows. 53 multiple nonoverlapping Emacs windows.
54 54
55 In each frame, at any time, one and only one window is designated as 55 In each frame, at any time, one and only one window is designated as
56 @dfn{selected within the frame}. The frame's cursor appears in that 56 @dfn{selected within the frame}. The frame's cursor appears in that
57 window, but the other windows have ``non-selected'' cursors, normally 57 window, but the other windows have ``non-selected'' cursors, normally
58 less visible. At any time, one frame is the selected frame; and the 58 less visible. (@pxref{Cursor Parameters}, for customization of this.)
59 window selected within that frame is @dfn{the selected window}. The 59 At any time, one frame is the selected frame; and the window selected
60 selected window's buffer is usually the current buffer (except when 60 within that frame is @dfn{the selected window}. The selected window's
61 @code{set-buffer} has been used). @xref{Current Buffer}. 61 buffer is usually the current buffer (except when @code{set-buffer}
62 62 has been used). @xref{Current Buffer}.
63 @defvar cursor-in-non-selected-windows
64 If this variable is @code{nil}, Emacs displays only one cursor,
65 in the selected window. Other windows have no cursor at all.
66 @end defvar
67 63
68 For practical purposes, a window exists only while it is displayed in 64 For practical purposes, a window exists only while it is displayed in
69 a frame. Once removed from the frame, the window is effectively deleted 65 a frame. Once removed from the frame, the window is effectively deleted
70 and should not be used, @emph{even though there may still be references 66 and should not be used, @emph{even though there may still be references
71 to it} from other Lisp objects. Restoring a saved window configuration 67 to it} from other Lisp objects. Restoring a saved window configuration