annotate man/lispref/windows.texi @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 @c -*-texinfo-*-
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 @c This is part of the XEmacs Lisp Reference Manual.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 @c See the file lispref.texi for copying conditions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 @setfilename ../../info/windows.info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 @node Windows, Frames, Buffers, Top
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 @chapter Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 This chapter describes most of the functions and variables related to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 Emacs windows. See @ref{Display}, for information on how text is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 displayed in windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 @menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 * Basic Windows:: Basic information on using windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 * Splitting Windows:: Splitting one window into two windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 * Deleting Windows:: Deleting a window gives its space to other windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 * Selecting Windows:: The selected window is the one that you edit in.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 * Cyclic Window Ordering:: Moving around the existing windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 * Buffers and Windows:: Each window displays the contents of a buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 * Displaying Buffers:: Higher-lever functions for displaying a buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 and choosing a window for it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 * Choosing Window:: How to choose a window for displaying a buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 * Window Point:: Each window has its own location of point.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 * Window Start:: The display-start position controls which text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 is on-screen in the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 * Vertical Scrolling:: Moving text up and down in the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 * Horizontal Scrolling:: Moving text sideways on the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 * Size of Window:: Accessing the size of a window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 * Position of Window:: Accessing the position of a window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 * Resizing Windows:: Changing the size of a window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 * Window Configurations:: Saving and restoring the state of the screen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 @end menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 @node Basic Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 @section Basic Concepts of Emacs Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 @cindex window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 @cindex selected window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 A @dfn{window} in XEmacs is the physical area of the screen in which a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 buffer is displayed. The term is also used to refer to a Lisp object that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 represents that screen area in XEmacs Lisp. It should be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 clear from the context which is meant.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 XEmacs groups windows into frames. A frame represents an area of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 screen available for XEmacs to use. Each frame always contains at least
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 one window, but you can subdivide it vertically or horizontally into
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 multiple nonoverlapping Emacs windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 In each frame, at any time, one and only one window is designated as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 @dfn{selected within the frame}. The frame's cursor appears in that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 window. At ant time, one frame is the selected frame; and the window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 selected within that frame is @dfn{the selected window}. The selected
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 window's buffer is usually the current buffer (except when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 @code{set-buffer} has been used). @xref{Current Buffer}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 For practical purposes, a window exists only while it is displayed in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 a frame. Once removed from the frame, the window is effectively deleted
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 and should not be used, @emph{even though there may still be references
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 to it} from other Lisp objects. Restoring a saved window configuration
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 is the only way for a window no longer on the screen to come back to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 life. (@xref{Deleting Windows}.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 Each window has the following attributes:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 @itemize @bullet
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 containing frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 window height
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 window width
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 window edges with respect to the frame or screen
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 the buffer it displays
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 position within the buffer at the upper left of the window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 amount of horizontal scrolling, in columns
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 point
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 the mark
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 how recently the window was selected
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 @end itemize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 @cindex multiple windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 Users create multiple windows so they can look at several buffers at
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 once. Lisp libraries use multiple windows for a variety of reasons, but
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 most often to display related information. In Rmail, for example, you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 can move through a summary buffer in one window while the other window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 shows messages one at a time as they are reached.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 The meaning of ``window'' in XEmacs is similar to what it means in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 context of general-purpose window systems such as X, but not identical.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 The X Window System places X windows on the screen; XEmacs uses one or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 more X windows as frames, and subdivides them into
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 Emacs windows. When you use XEmacs on a character-only terminal, XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 treats the whole terminal screen as one frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 @cindex terminal frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 @cindex frame of terminal
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 @cindex tiled windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 Most window systems support arbitrarily located overlapping windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 In contrast, Emacs windows are @dfn{tiled}; they never overlap, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 together they fill the whole screen or frame. Because of the way
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 in which XEmacs creates new windows and resizes them, you can't create
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 every conceivable tiling of windows on an Emacs frame. @xref{Splitting
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 Windows}, and @ref{Size of Window}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 @xref{Display}, for information on how the contents of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 window's buffer are displayed in the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 @defun windowp object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 This function returns @code{t} if @var{object} is a window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 @node Splitting Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 @section Splitting Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 @cindex splitting windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 @cindex window splitting
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 The functions described here are the primitives used to split a window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 into two windows. Two higher level functions sometimes split a window,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 but not always: @code{pop-to-buffer} and @code{display-buffer}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 (@pxref{Displaying Buffers}).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 The functions described here do not accept a buffer as an argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 The two ``halves'' of the split window initially display the same buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 previously visible in the window that was split.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 @defun one-window-p &optional no-mini all-frames
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 This function returns non-@code{nil} if there is only one window. The
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 argument @var{no-mini}, if non-@code{nil}, means don't count the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 minibuffer even if it is active; otherwise, the minibuffer window is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 included, if active, in the total number of windows which is compared
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 against one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 The argument @var{all-frame} controls which set of windows are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 counted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 @itemize @bullet
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 If it is @code{nil} or omitted, then count only the selected frame, plus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 the minibuffer it uses (which may be on another frame).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 If it is @code{t}, then windows on all frames that currently exist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 (including invisible and iconified frames) are counted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 If it is the symbol @code{visible}, then windows on all visible frames
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 are counted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 If it is the number 0, then windows on all visible and iconified frames
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 are counted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 If it is any other value, then precisely the windows in @var{window}'s
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 frame are counted, excluding the minibuffer in use if it lies in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 some other frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 @end itemize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 @deffn Command split-window &optional window size horizontal
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 This function splits @var{window} into two windows. The original
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 window @var{window} remains the selected window, but occupies only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 part of its former screen area. The rest is occupied by a newly created
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 window which is returned as the value of this function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 If @var{horizontal} is non-@code{nil}, then @var{window} splits into
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 two side by side windows. The original window @var{window} keeps the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 leftmost @var{size} columns, and gives the rest of the columns to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 new window. Otherwise, it splits into windows one above the other, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 @var{window} keeps the upper @var{size} lines and gives the rest of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 lines to the new window. The original window is therefore the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 left-hand or upper of the two, and the new window is the right-hand or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 lower.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 If @var{window} is omitted or @code{nil}, then the selected window is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 split. If @var{size} is omitted or @code{nil}, then @var{window} is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 divided evenly into two parts. (If there is an odd line, it is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 allocated to the new window.) When @code{split-window} is called
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 interactively, all its arguments are @code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 The following example starts with one window on a frame that is 50
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 lines high by 80 columns wide; then the window is split.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 @smallexample
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 (setq w (selected-window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 @result{} #<window 8 on windows.texi>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 (window-edges) ; @r{Edges in order:}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 @result{} (0 0 80 50) ; @r{left--top--right--bottom}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 ;; @r{Returns window created}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 (setq w2 (split-window w 15))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 @result{} #<window 28 on windows.texi>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 (window-edges w2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 @result{} (0 15 80 50) ; @r{Bottom window;}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 ; @r{top is line 15}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 (window-edges w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 @result{} (0 0 80 15) ; @r{Top window}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 @end smallexample
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 The frame looks like this:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 @smallexample
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 __________
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 | | line 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 | w |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 |__________|
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 | | line 15
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 | w2 |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 |__________|
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 line 50
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 column 0 column 80
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 @end smallexample
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 Next, the top window is split horizontally:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 @smallexample
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 (setq w3 (split-window w 35 t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 @result{} #<window 32 on windows.texi>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 (window-edges w3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 @result{} (35 0 80 15) ; @r{Left edge at column 35}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 (window-edges w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 @result{} (0 0 35 15) ; @r{Right edge at column 35}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 (window-edges w2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 @result{} (0 15 80 50) ; @r{Bottom window unchanged}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 @end smallexample
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 @need 3000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 Now, the screen looks like this:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 @smallexample
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 column 35
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 __________
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 | | | line 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 | w | w3 |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 |___|______|
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 | | line 15
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 | w2 |
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 |__________|
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 line 50
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 column 0 column 80
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 @end smallexample
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 Normally, Emacs indicates the border between two side-by-side windows
54
05472e90ae02 Import from CVS: tag r19-16-pre2
cvs
parents: 0
diff changeset
275 with a scroll bar (@pxref{X Frame Properties,Scroll Bars}) or @samp{|}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 characters. The display table can specify alternative border
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 characters; see @ref{Display Tables}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 @deffn Command split-window-vertically &optional size
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 This function splits the selected window into two windows, one above
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 the other, leaving the selected window with @var{size} lines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 This function is simply an interface to @code{split-windows}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 Here is the complete function definition for it:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 @smallexample
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 (defun split-window-vertically (&optional arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 "Split current window into two windows, one above the other."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 (interactive "P")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 (split-window nil (and arg (prefix-numeric-value arg))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 @end smallexample
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 @deffn Command split-window-horizontally &optional size
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 This function splits the selected window into two windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 side-by-side, leaving the selected window with @var{size} columns.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 This function is simply an interface to @code{split-windows}. Here is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 the complete definition for @code{split-window-horizontally} (except for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 part of the documentation string):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 @smallexample
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 (defun split-window-horizontally (&optional arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 "Split selected window into two windows, side by side..."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 (interactive "P")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 (split-window nil (and arg (prefix-numeric-value arg)) t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 @end smallexample
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 @defun one-window-p &optional no-mini all-frames
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 This function returns non-@code{nil} if there is only one window. The
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 argument @var{no-mini}, if non-@code{nil}, means don't count the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318 minibuffer even if it is active; otherwise, the minibuffer window is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 included, if active, in the total number of windows, which is compared
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 against one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 The argument @var{all-frames} specifies which frames to consider. Here
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 are the possible values and their meanings:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325 @table @asis
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326 @item @code{nil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 Count the windows in the selected frame, plus the minibuffer used
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 by that frame even if it lies in some other frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 @item @code{t}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 Count all windows in all existing frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 @item @code{visible}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 Count all windows in all visible frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336 @item 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 Count all windows in all visible or iconified frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 @item anything else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340 Count precisely the windows in the selected frame, and no others.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 @end table
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 @node Deleting Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 @section Deleting Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 @cindex deleting windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 A window remains visible on its frame unless you @dfn{delete} it by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 calling certain functions that delete windows. A deleted window cannot
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 appear on the screen, but continues to exist as a Lisp object until
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 there are no references to it. There is no way to cancel the deletion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 of a window aside from restoring a saved window configuration
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 (@pxref{Window Configurations}). Restoring a window configuration also
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 deletes any windows that aren't part of that configuration.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 When you delete a window, the space it took up is given to one
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 adjacent sibling. (In Emacs version 18, the space was divided evenly
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 among all the siblings.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 @c Emacs 19 feature
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 @defun window-live-p window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 This function returns @code{nil} if @var{window} is deleted, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 @code{t} otherwise.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 @strong{Warning:} Erroneous information or fatal errors may result from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 using a deleted window as if it were live.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 @deffn Command delete-window &optional window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 This function removes @var{window} from the display. If @var{window}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 is omitted, then the selected window is deleted. An error is signaled
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 if there is only one window when @code{delete-window} is called.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 This function returns @code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 When @code{delete-window} is called interactively, @var{window}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 defaults to the selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 @deffn Command delete-other-windows &optional window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 This function makes @var{window} the only window on its frame, by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382 deleting the other windows in that frame. If @var{window} is omitted or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383 @code{nil}, then the selected window is used by default.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 The result is @code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388 @deffn Command delete-windows-on buffer &optional frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 This function deletes all windows showing @var{buffer}. If there are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 no windows showing @var{buffer}, it does nothing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 @code{delete-windows-on} operates frame by frame. If a frame has
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 several windows showing different buffers, then those showing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 @var{buffer} are removed, and the others expand to fill the space. If
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395 all windows in some frame are showing @var{buffer} (including the case
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 where there is only one window), then the frame reverts to having a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397 single window showing another buffer chosen with @code{other-buffer}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 @xref{The Buffer List}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 The argument @var{frame} controls which frames to operate on:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 @itemize @bullet
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404 If it is @code{nil}, operate on the selected frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406 If it is @code{t}, operate on all frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408 If it is @code{visible}, operate on all visible frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 @item 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410 If it is 0, operate on all visible or iconified frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412 If it is a frame, operate on that frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 @end itemize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 This function always returns @code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418 @node Selecting Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 @section Selecting Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 @cindex selecting windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 When a window is selected, the buffer in the window becomes the current
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423 buffer, and the cursor will appear in it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425 @defun selected-window &optional device
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426 This function returns the selected window. This is the window in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 which the cursor appears and to which many commands apply. Each
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428 separate device can have its own selected window, which is remembered
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 as focus changes from device to device. Optional argument @var{device}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 specifies which device to return the selected window for, and defaults
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 to the selected device.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
434 @defun select-window window &optional norecord
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435 This function makes @var{window} the selected window. The cursor then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 appears in @var{window} (on redisplay). The buffer being displayed in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437 @var{window} is immediately designated the current buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
439 If optional argument @var{norecord} is non-@code{nil} then the global
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
440 and per-frame buffer orderings are not modified, as by the function
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
441 @code{record-buffer}.
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
442
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443 The return value is @var{window}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 (setq w (next-window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 (select-window w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449 @result{} #<window 65 on windows.texi>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 @defmac save-selected-window forms@dots{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455 This macro records the selected window, executes @var{forms}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456 in sequence, then restores the earlier selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457 It does not save or restore anything about the sizes, arrangement
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458 or contents of windows; therefore, if the @var{forms} change them,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 the changes are permanent.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 @end defmac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462 @cindex finding windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 The following functions choose one of the windows on the screen,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 offering various criteria for the choice.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 @defun get-lru-window &optional frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467 This function returns the window least recently ``used'' (that is,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 selected). The selected window is always the most recently used window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470 The selected window can be the least recently used window if it is the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471 only window. A newly created window becomes the least recently used
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 window until it is selected. A minibuffer window is never a candidate.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 The argument @var{frame} controls which windows are considered.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476 @itemize @bullet
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 If it is @code{nil}, consider windows on the selected frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 If it is @code{t}, consider windows on all frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 If it is @code{visible}, consider windows on all visible frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 If it is 0, consider windows on all visible or iconified frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 If it is a frame, consider windows on that frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 @end itemize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490 @defun get-largest-window &optional frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 This function returns the window with the largest area (height times
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 width). If there are no side-by-side windows, then this is the window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493 with the most lines. A minibuffer window is never a candidate.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 If there are two windows of the same size, then the function returns
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 the window that is first in the cyclic ordering of windows (see
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 following section), starting from the selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499 The argument @var{frame} controls which set of windows are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 considered. See @code{get-lru-window}, above.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503 @node Cyclic Window Ordering
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504 @section Cyclic Ordering of Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505 @cindex cyclic ordering of windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 @cindex ordering of windows, cyclic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 @cindex window ordering, cyclic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509 When you use the command @kbd{C-x o} (@code{other-window}) to select
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510 the next window, it moves through all the windows on the screen in a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511 specific cyclic order. For any given configuration of windows, this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512 order never varies. It is called the @dfn{cyclic ordering of windows}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514 This ordering generally goes from top to bottom, and from left to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515 right. But it may go down first or go right first, depending on the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516 order in which the windows were split.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 If the first split was vertical (into windows one above each other),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 and then the subwindows were split horizontally, then the ordering is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 left to right in the top of the frame, and then left to right in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 next lower part of the frame, and so on. If the first split was
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522 horizontal, the ordering is top to bottom in the left part, and so on.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523 In general, within each set of siblings at any level in the window tree,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 the order is left to right, or top to bottom.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 @defun next-window &optional window minibuf all-frames
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 @cindex minibuffer window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528 This function returns the window following @var{window} in the cyclic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529 ordering of windows. This is the window that @kbd{C-x o} would select
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530 if typed when @var{window} is selected. If @var{window} is the only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 window visible, then this function returns @var{window}. If omitted,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 @var{window} defaults to the selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 The value of the argument @var{minibuf} determines whether the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 minibuffer is included in the window order. Normally, when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536 @var{minibuf} is @code{nil}, the minibuffer is included if it is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 currently active; this is the behavior of @kbd{C-x o}. (The minibuffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538 window is active while the minibuffer is in use. @xref{Minibuffers}.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540 If @var{minibuf} is @code{t}, then the cyclic ordering includes the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 minibuffer window even if it is not active.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 If @var{minibuf} is neither @code{t} nor @code{nil}, then the minibuffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544 window is not included even if it is active.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 The argument @var{all-frames} specifies which frames to consider. Here
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547 are the possible values and their meanings:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549 @table @asis
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 @item @code{nil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551 Consider all the windows in @var{window}'s frame, plus the minibuffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 used by that frame even if it lies in some other frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 @item @code{t}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 Consider all windows in all existing frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 @item @code{visible}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558 Consider all windows in all visible frames. (To get useful results, you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 must ensure @var{window} is in a visible frame.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 @item 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 Consider all windows in all visible or iconified frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 @item anything else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 Consider precisely the windows in @var{window}'s frame, and no others.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566 @end table
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568 This example assumes there are two windows, both displaying the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 buffer @samp{windows.texi}:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573 (selected-window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574 @result{} #<window 56 on windows.texi>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577 (next-window (selected-window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 @result{} #<window 52 on windows.texi>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581 (next-window (next-window (selected-window)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582 @result{} #<window 56 on windows.texi>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587 @defun previous-window &optional window minibuf all-frames
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588 This function returns the window preceding @var{window} in the cyclic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589 ordering of windows. The other arguments specify which windows to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590 include in the cycle, as in @code{next-window}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
591 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
592
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
593 @deffn Command other-window count &optional frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594 This function selects the @var{count}th following window in the cyclic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595 order. If count is negative, then it selects the @minus{}@var{count}th
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
596 preceding window. It returns @code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598 In an interactive call, @var{count} is the numeric prefix argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600 The argument @var{frame} controls which set of windows are considered.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601 @itemize @bullet
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
602 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603 If it is @code{nil} or omitted, then windows on the selected frame are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604 considered.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606 If it is a frame, then windows on that frame are considered.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608 If it is @code{t}, then windows on all frames that currently exist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609 (including invisible and iconified frames) are considered.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611 If it is the symbol @code{visible}, then windows on all visible frames
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
612 are considered.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
613 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
614 If it is the number 0, then windows on all visible and iconified frames
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
615 are considered.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
616 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
617 If it is any other value, then the behavior is undefined.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
618 @end itemize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
619 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
620
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
621 @c Emacs 19 feature
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
622 @defun walk-windows proc &optional minibuf all-frames
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
623 This function cycles through all windows, calling @code{proc}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
624 once for each window with the window as its sole argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
625
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
626 The optional arguments @var{minibuf} and @var{all-frames} specify the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
627 set of windows to include in the scan. See @code{next-window}, above,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628 for details.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
629 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
631 @node Buffers and Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
632 @section Buffers and Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633 @cindex examining windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634 @cindex windows, controlling precisely
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 @cindex buffers, controlled in windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637 This section describes low-level functions to examine windows or to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
638 display buffers in windows in a precisely controlled fashion.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639 @iftex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
640 See the following section for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641 @end iftex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642 @ifinfo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643 @xref{Displaying Buffers}, for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644 @end ifinfo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
645 related functions that find a window to use and specify a buffer for it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646 The functions described there are easier to use than these, but they
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
647 employ heuristics in choosing or creating a window; use these functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
648 when you need complete control.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
649
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
650 @defun set-window-buffer window buffer-or-name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651 This function makes @var{window} display @var{buffer-or-name} as its
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
652 contents. It returns @code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
654 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
656 (set-window-buffer (selected-window) "foo")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
657 @result{} nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
659 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662 @defun window-buffer &optional window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663 This function returns the buffer that @var{window} is displaying. If
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664 @var{window} is omitted, this function returns the buffer for the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665 selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
666
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 (window-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670 @result{} #<buffer windows.texi>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675 @defun get-buffer-window buffer-or-name &optional frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
676 This function returns a window currently displaying
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
677 @var{buffer-or-name}, or @code{nil} if there is none. If there are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678 several such windows, then the function returns the first one in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
679 cyclic ordering of windows, starting from the selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680 @xref{Cyclic Window Ordering}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
681
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682 The argument @var{all-frames} controls which windows to consider.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684 @itemize @bullet
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686 If it is @code{nil}, consider windows on the selected frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688 If it is @code{t}, consider windows on all frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690 If it is @code{visible}, consider windows on all visible frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692 If it is 0, consider windows on all visible or iconified frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694 If it is a frame, consider windows on that frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
695 @end itemize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698 @node Displaying Buffers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699 @section Displaying Buffers in Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700 @cindex switching to a buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701 @cindex displaying a buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703 In this section we describe convenient functions that choose a window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704 automatically and use it to display a specified buffer. These functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705 can also split an existing window in certain circumstances. We also
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706 describe variables that parameterize the heuristics used for choosing a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707 window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708 @iftex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709 See the preceding section for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710 @end iftex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711 @ifinfo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712 @xref{Buffers and Windows}, for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713 @end ifinfo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714 low-level functions that give you more precise control.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
716 Do not use the functions in this section in order to make a buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
717 current so that a Lisp program can access or modify it; they are too
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
718 drastic for that purpose, since they change the display of buffers in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
719 windows, which is gratuitous and will surprise the user. Instead, use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
720 @code{set-buffer} (@pxref{Current Buffer}) and @code{save-excursion}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
721 (@pxref{Excursions}), which designate buffers as current for programmed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
722 access without affecting the display of buffers in windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
723
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
724 @deffn Command switch-to-buffer buffer-or-name &optional norecord
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725 This function makes @var{buffer-or-name} the current buffer, and also
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726 displays the buffer in the selected window. This means that a human can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
727 see the buffer and subsequent keyboard commands will apply to it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728 Contrast this with @code{set-buffer}, which makes @var{buffer-or-name}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729 the current buffer but does not display it in the selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730 @xref{Current Buffer}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732 If @var{buffer-or-name} does not identify an existing buffer, then a new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
733 buffer by that name is created. The major mode for the new buffer is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
734 set according to the variable @code{default-major-mode}. @xref{Auto
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
735 Major Mode}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737 Normally the specified buffer is put at the front of the buffer list.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738 This affects the operation of @code{other-buffer}. However, if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
739 @var{norecord} is non-@code{nil}, this is not done. @xref{The Buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
740 List}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
741
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
742 The @code{switch-to-buffer} function is often used interactively, as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
743 the binding of @kbd{C-x b}. It is also used frequently in programs. It
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
744 always returns @code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
745 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
746
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
747 @deffn Command switch-to-buffer-other-window buffer-or-name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
748 This function makes @var{buffer-or-name} the current buffer and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
749 displays it in a window not currently selected. It then selects that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
750 window. The handling of the buffer is the same as in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
751 @code{switch-to-buffer}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
752
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
753 The currently selected window is absolutely never used to do the job.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
754 If it is the only window, then it is split to make a distinct window for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
755 this purpose. If the selected window is already displaying the buffer,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
756 then it continues to do so, but another window is nonetheless found to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
757 display it in as well.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
758 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
759
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760 @defun pop-to-buffer buffer-or-name &optional other-window on-frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
761 This function makes @var{buffer-or-name} the current buffer and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
762 switches to it in some window, preferably not the window previously
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
763 selected. The ``popped-to'' window becomes the selected window within
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
764 its frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
766 If the variable @code{pop-up-frames} is non-@code{nil},
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
767 @code{pop-to-buffer} looks for a window in any visible frame already
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768 displaying the buffer; if there is one, it returns that window and makes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
769 it be selected within its frame. If there is none, it creates a new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
770 frame and displays the buffer in it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
771
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
772 If @code{pop-up-frames} is @code{nil}, then @code{pop-to-buffer}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
773 operates entirely within the selected frame. (If the selected frame has
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
774 just a minibuffer, @code{pop-to-buffer} operates within the most
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
775 recently selected frame that was not just a minibuffer.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
776
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
777 If the variable @code{pop-up-windows} is non-@code{nil}, windows may
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
778 be split to create a new window that is different from the original
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
779 window. For details, see @ref{Choosing Window}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
780
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
781 If @var{other-window} is non-@code{nil}, @code{pop-to-buffer} finds or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
782 creates another window even if @var{buffer-or-name} is already visible
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783 in the selected window. Thus @var{buffer-or-name} could end up
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
784 displayed in two windows. On the other hand, if @var{buffer-or-name} is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
785 already displayed in the selected window and @var{other-window} is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786 @code{nil}, then the selected window is considered sufficient display
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787 for @var{buffer-or-name}, so that nothing needs to be done.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
788
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
789 All the variables that affect @code{display-buffer} affect
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790 @code{pop-to-buffer} as well. @xref{Choosing Window}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
792 If @var{buffer-or-name} is a string that does not name an existing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
793 buffer, a buffer by that name is created. The major mode for the new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
794 buffer is set according to the variable @code{default-major-mode}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
795 @xref{Auto Major Mode}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
796
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
797 If @var{on-frame} is non-@code{nil}, it is the frame to pop to this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
798 buffer on.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
800 An example use of this function is found at the end of @ref{Filter
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
801 Functions}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
802 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804 @deffn Command replace-buffer-in-windows buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805 This function replaces @var{buffer} with some other buffer in all
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806 windows displaying it. The other buffer used is chosen with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 @code{other-buffer}. In the usual applications of this function, you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
808 don't care which other buffer is used; you just want to make sure that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809 @var{buffer} is no longer displayed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
810
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
811 This function returns @code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
813
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
814 @node Choosing Window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
815 @section Choosing a Window for Display
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
816
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
817 This section describes the basic facility that chooses a window to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
818 display a buffer in---@code{display-buffer}. All the higher-level
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
819 functions and commands use this subroutine. Here we describe how to use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
820 @code{display-buffer} and how to customize it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
821
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
822 @deffn Command display-buffer buffer-or-name &optional not-this-window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
823 This command makes @var{buffer-or-name} appear in some window, like
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
824 @code{pop-to-buffer}, but it does not select that window and does not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
825 make the buffer current. The identity of the selected window is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
826 unaltered by this function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
827
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
828 If @var{not-this-window} is non-@code{nil}, it means to display the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
829 specified buffer in a window other than the selected one, even if it is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
830 already on display in the selected window. This can cause the buffer to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
831 appear in two windows at once. Otherwise, if @var{buffer-or-name} is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
832 already being displayed in any window, that is good enough, so this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
833 function does nothing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
834
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
835 @code{display-buffer} returns the window chosen to display
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
836 @var{buffer-or-name}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
837
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
838 Precisely how @code{display-buffer} finds or creates a window depends on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
839 the variables described below.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
840 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
841
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
842 @c Emacs 19 feature
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
843 @cindex dedicated window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
844 A window can be marked as ``dedicated'' to a particular buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
845 Then XEmacs will not automatically change which buffer appears in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
846 window, such as @code{display-buffer} might normally do.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
847
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
848 @defun window-dedicated-p window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
849 This function returns @var{window}'s dedicated object, usually @code{t}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
850 or @code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
851 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
852
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
853 @defun set-window-buffer-dedicated window buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
854 This function makes @var{window} display @var{buffer} and be dedicated
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
855 to that buffer. Then XEmacs will not automatically change which buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
856 appears in @var{window}. If @var{buffer} is @code{nil}, this function makes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
857 @var{window} not be dedicated (but doesn't change which buffer appears
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
858 in it currently).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
859 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
860
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
861 @defopt pop-up-windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
862 This variable controls whether @code{display-buffer} makes new windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
863 If it is non-@code{nil} and there is only one window, then that window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
864 is split. If it is @code{nil}, then @code{display-buffer} does not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
865 split the single window, but uses it whole.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
866 @end defopt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
867
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
868 @defopt split-height-threshold
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
869 This variable determines when @code{display-buffer} may split a window,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
870 if there are multiple windows. @code{display-buffer} always splits the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
871 largest window if it has at least this many lines. If the largest
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
872 window is not this tall, it is split only if it is the sole window and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
873 @code{pop-up-windows} is non-@code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
874 @end defopt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
875
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
876 @c Emacs 19 feature
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
877 @defopt pop-up-frames
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
878 This variable controls whether @code{display-buffer} makes new frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
879 If it is non-@code{nil}, @code{display-buffer} looks for an existing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
880 window already displaying the desired buffer, on any visible frame. If
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
881 it finds one, it returns that window. Otherwise it makes a new frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
882 The variables @code{pop-up-windows} and @code{split-height-threshold} do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
883 not matter if @code{pop-up-frames} is non-@code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
884
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
885 If @code{pop-up-frames} is @code{nil}, then @code{display-buffer} either
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
886 splits a window or reuses one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
887
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
888 @xref{Frames}, for more information.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
889 @end defopt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
890
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
891 @c Emacs 19 feature
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
892 @defvar pop-up-frame-function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
893 This variable specifies how to make a new frame if @code{pop-up-frames}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
894 is non-@code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
895
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
896 Its value should be a function of no arguments. When
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
897 @code{display-buffer} makes a new frame, it does so by calling that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
898 function, which should return a frame. The default value of the
54
05472e90ae02 Import from CVS: tag r19-16-pre2
cvs
parents: 0
diff changeset
899 variable is a function that creates a frame using properties from
05472e90ae02 Import from CVS: tag r19-16-pre2
cvs
parents: 0
diff changeset
900 @code{pop-up-frame-plist}.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
901 @end defvar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
902
54
05472e90ae02 Import from CVS: tag r19-16-pre2
cvs
parents: 0
diff changeset
903 @defvar pop-up-frame-plist
05472e90ae02 Import from CVS: tag r19-16-pre2
cvs
parents: 0
diff changeset
904 This variable holds a plist specifying frame properties used when
05472e90ae02 Import from CVS: tag r19-16-pre2
cvs
parents: 0
diff changeset
905 @code{display-buffer} makes a new frame. @xref{Frame Properties}, for
05472e90ae02 Import from CVS: tag r19-16-pre2
cvs
parents: 0
diff changeset
906 more information about frame properties.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
907 @end defvar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
908
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
909 @defvar special-display-buffer-names
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
910 A list of buffer names for buffers that should be displayed specially.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
911 If the buffer's name is in this list, @code{display-buffer} handles the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
912 buffer specially.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
913
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
914 By default, special display means to give the buffer a dedicated frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
915
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
916 If an element is a list, instead of a string, then the @sc{car} of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
917 list is the buffer name, and the rest of the list says how to create the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
918 frame. There are two possibilities for the rest of the list. It can be
54
05472e90ae02 Import from CVS: tag r19-16-pre2
cvs
parents: 0
diff changeset
919 a plist, specifying frame properties, or it can contain a function and
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
920 arguments to give to it. (The function's first argument is always the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
921 buffer to be displayed; the arguments from the list come after that.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
922 @end defvar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
923
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
924 @defvar special-display-regexps
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
925 A list of regular expressions that specify buffers that should be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
926 displayed specially. If the buffer's name matches any of the regular
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
927 expressions in this list, @code{display-buffer} handles the buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
928 specially.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
929
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
930 By default, special display means to give the buffer a dedicated frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
931
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
932 If an element is a list, instead of a string, then the @sc{car} of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
933 list is the regular expression, and the rest of the list says how to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
934 create the frame. See above, under @code{special-display-buffer-names}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
935 @end defvar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
936
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
937 @defvar special-display-function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
938 This variable holds the function to call to display a buffer specially.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
939 It receives the buffer as an argument, and should return the window in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
940 which it is displayed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
941
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
942 The default value of this variable is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
943 @code{special-display-popup-frame}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
944 @end defvar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
945
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
946 @defun special-display-popup-frame buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
947 This function makes @var{buffer} visible in a frame of its own. If
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
948 @var{buffer} is already displayed in a window in some frame, it makes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
949 the frame visible and raises it, to use that window. Otherwise, it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
950 creates a frame that will be dedicated to @var{buffer}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
951
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
952 This function uses an existing window displaying @var{buffer} whether or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
953 not it is in a frame of its own; but if you set up the above variables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
954 in your init file, before @var{buffer} was created, then presumably the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
955 window was previously made by this function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
956 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
957
54
05472e90ae02 Import from CVS: tag r19-16-pre2
cvs
parents: 0
diff changeset
958 @defopt special-display-frame-plist
05472e90ae02 Import from CVS: tag r19-16-pre2
cvs
parents: 0
diff changeset
959 This variable holds frame properties for
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
960 @code{special-display-popup-frame} to use when it creates a frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
961 @end defopt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
962
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
963 @defvar same-window-buffer-names
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
964 A list of buffer names for buffers that should be displayed in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
965 selected window. If the buffer's name is in this list,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
966 @code{display-buffer} handles the buffer by switching to it in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
967 selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
968 @end defvar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
969
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
970 @defvar same-window-regexps
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
971 A list of regular expressions that specify buffers that should be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
972 displayed in the selected window. If the buffer's name matches any of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
973 the regular expressions in this list, @code{display-buffer} handles the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
974 buffer by switching to it in the selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
975 @end defvar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
976
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
977 @c Emacs 19 feature
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
978 @defvar display-buffer-function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
979 This variable is the most flexible way to customize the behavior of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
980 @code{display-buffer}. If it is non-@code{nil}, it should be a function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
981 that @code{display-buffer} calls to do the work. The function should
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
982 accept two arguments, the same two arguments that @code{display-buffer}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
983 received. It should choose or create a window, display the specified
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
984 buffer, and then return the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
985
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
986 This hook takes precedence over all the other options and hooks
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
987 described above.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
988 @end defvar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
989
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
990 @c Emacs 19 feature
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
991 @cindex dedicated window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
992 A window can be marked as ``dedicated'' to its buffer. Then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
993 @code{display-buffer} does not try to use that window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
994
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
995 @defun window-dedicated-p window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
996 This function returns @code{t} if @var{window} is marked as dedicated;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
997 otherwise @code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
998 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
999
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1000 @defun set-window-dedicated-p window flag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1001 This function marks @var{window} as dedicated if @var{flag} is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1002 non-@code{nil}, and nondedicated otherwise.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1003 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1004
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1005 @node Window Point
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1006 @section Windows and Point
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1007 @cindex window position
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1008 @cindex window point
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1009 @cindex position in window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1010 @cindex point in window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1011
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1012 Each window has its own value of point, independent of the value of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1013 point in other windows displaying the same buffer. This makes it useful
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1014 to have multiple windows showing one buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1015
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1016 @itemize @bullet
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1017 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1018 The window point is established when a window is first created; it is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1019 initialized from the buffer's point, or from the window point of another
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1020 window opened on the buffer if such a window exists.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1021
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1022 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1023 Selecting a window sets the value of point in its buffer to the window's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1024 value of point. Conversely, deselecting a window sets the window's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1025 value of point from that of the buffer. Thus, when you switch between
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1026 windows that display a given buffer, the point value for the selected
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1027 window is in effect in the buffer, while the point values for the other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1028 windows are stored in those windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1029
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1030 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1031 As long as the selected window displays the current buffer, the window's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1032 point and the buffer's point always move together; they remain equal.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1033
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1034 @item
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1035 @xref{Positions}, for more details on buffer positions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1036 @end itemize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1037
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1038 As far as the user is concerned, point is where the cursor is, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1039 when the user switches to another buffer, the cursor jumps to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1040 position of point in that buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1041
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1042 @defun window-point window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1043 This function returns the current position of point in @var{window}.
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 367
diff changeset
1044 For a nonselected window, this is the value point would have (in that
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1045 window's buffer) if that window were selected.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1046
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1047 When @var{window} is the selected window and its buffer is also the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1048 current buffer, the value returned is the same as point in that buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1049
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1050 Strictly speaking, it would be more correct to return the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1051 ``top-level'' value of point, outside of any @code{save-excursion}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1052 forms. But that value is hard to find.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1053 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1054
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1055 @defun set-window-point window position
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1056 This function positions point in @var{window} at position
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1057 @var{position} in @var{window}'s buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1058 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1059
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1060 @node Window Start
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1061 @section The Window Start Position
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1062
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1063 Each window contains a marker used to keep track of a buffer position
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1064 that specifies where in the buffer display should start. This position
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1065 is called the @dfn{display-start} position of the window (or just the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1066 @dfn{start}). The character after this position is the one that appears
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1067 at the upper left corner of the window. It is usually, but not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1068 inevitably, at the beginning of a text line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1069
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1070 @defun window-start &optional window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1071 @cindex window top line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1072 This function returns the display-start position of window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1073 @var{window}. If @var{window} is @code{nil}, the selected window is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1074 used. For example,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1075
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1076 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1077 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1078 (window-start)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1079 @result{} 7058
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1080 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1081 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1082
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1083 When you create a window, or display a different buffer in it, the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1084 display-start position is set to a display-start position recently used
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1085 for the same buffer, or 1 if the buffer doesn't have any.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1086
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1087 For a realistic example, see the description of @code{count-lines} in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1088 @ref{Text Lines}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1089 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1090
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1091 @defun window-end &optional window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1092 This function returns the position of the end of the display in window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1093 @var{window}. If @var{window} is @code{nil}, the selected window is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1094 used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1095
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1096 Simply changing the buffer text or moving point does not update the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1097 value that @code{window-end} returns. The value is updated only when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1098 Emacs redisplays and redisplay actually finishes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1099
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1100 If the last redisplay of @var{window} was preempted, and did not finish,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1101 Emacs does not know the position of the end of display in that window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1102 In that case, this function returns a value that is not correct. In a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1103 future version, @code{window-end} will return @code{nil} in that case.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1104 @ignore
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1105 in that case, this function returns @code{nil}. You can compute where
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1106 the end of the window @emph{would} have been, if redisplay had finished,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1107 like this:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1108
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1109 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1110 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1111 (goto-char (window-start window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1112 (vertical-motion (1- (window-height window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1113 window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1114 (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1115 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1116 @end ignore
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1117 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1118
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1119 @defun set-window-start window position &optional noforce
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1120 This function sets the display-start position of @var{window} to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1121 @var{position} in @var{window}'s buffer. It returns @var{position}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1122
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1123 The display routines insist that the position of point be visible when a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1124 buffer is displayed. Normally, they change the display-start position
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1125 (that is, scroll the window) whenever necessary to make point visible.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1126 However, if you specify the start position with this function using
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1127 @code{nil} for @var{noforce}, it means you want display to start at
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1128 @var{position} even if that would put the location of point off the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1129 screen. If this does place point off screen, the display routines move
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1130 point to the left margin on the middle line in the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1131
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1132 For example, if point @w{is 1} and you set the start of the window @w{to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1133 2}, then point would be ``above'' the top of the window. The display
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1134 routines will automatically move point if it is still 1 when redisplay
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1135 occurs. Here is an example:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1136
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1137 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1138 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1139 ;; @r{Here is what @samp{foo} looks like before executing}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1140 ;; @r{the @code{set-window-start} expression.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1141 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1142
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1143 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1144 ---------- Buffer: foo ----------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1145 @point{}This is the contents of buffer foo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1146 2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1147 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1148 4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1149 5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1150 6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1151 ---------- Buffer: foo ----------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1152 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1153
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1154 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1155 (set-window-start
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1156 (selected-window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1157 (1+ (window-start)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1158 @result{} 2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1159 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1160
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1161 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1162 ;; @r{Here is what @samp{foo} looks like after executing}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1163 ;; @r{the @code{set-window-start} expression.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1164 ---------- Buffer: foo ----------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1165 his is the contents of buffer foo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1166 2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1167 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1168 @point{}4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1169 5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1170 6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1171 ---------- Buffer: foo ----------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1172 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1173 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1174
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1175 If @var{noforce} is non-@code{nil}, and @var{position} would place point
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1176 off screen at the next redisplay, then redisplay computes a new window-start
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1177 position that works well with point, and thus @var{position} is not used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1178 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1179
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1180 @defun pos-visible-in-window-p &optional position window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1181 This function returns @code{t} if @var{position} is within the range
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1182 of text currently visible on the screen in @var{window}. It returns
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1183 @code{nil} if @var{position} is scrolled vertically out of view. The
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1184 argument @var{position} defaults to the current position of point;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1185 @var{window}, to the selected window. Here is an example:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1186
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1187 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1188 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1189 (or (pos-visible-in-window-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1190 (point) (selected-window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1191 (recenter 0))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1192 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1193 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1194
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1195 The @code{pos-visible-in-window-p} function considers only vertical
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1196 scrolling. If @var{position} is out of view only because @var{window}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1197 has been scrolled horizontally, @code{pos-visible-in-window-p} returns
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1198 @code{t}. @xref{Horizontal Scrolling}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1199 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1200
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1201 @node Vertical Scrolling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1202 @section Vertical Scrolling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1203 @cindex vertical scrolling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1204 @cindex scrolling vertically
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1205
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1206 Vertical scrolling means moving the text up or down in a window. It
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1207 works by changing the value of the window's display-start location. It
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1208 may also change the value of @code{window-point} to keep it on the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1209 screen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1210
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1211 In the commands @code{scroll-up} and @code{scroll-down}, the directions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1212 ``up'' and ``down'' refer to the motion of the text in the buffer at which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1213 you are looking through the window. Imagine that the text is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1214 written on a long roll of paper and that the scrolling commands move the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1215 paper up and down. Thus, if you are looking at text in the middle of a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1216 buffer and repeatedly call @code{scroll-down}, you will eventually see
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1217 the beginning of the buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1218
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1219 Some people have urged that the opposite convention be used: they
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1220 imagine that the window moves over text that remains in place. Then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1221 ``down'' commands would take you to the end of the buffer. This view is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1222 more consistent with the actual relationship between windows and the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1223 text in the buffer, but it is less like what the user sees. The
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1224 position of a window on the terminal does not move, and short scrolling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1225 commands clearly move the text up or down on the screen. We have chosen
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1226 names that fit the user's point of view.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1227
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1228 The scrolling functions (aside from @code{scroll-other-window}) have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1229 unpredictable results if the current buffer is different from the buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1230 that is displayed in the selected window. @xref{Current Buffer}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1231
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1232 @deffn Command scroll-up &optional count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1233 This function scrolls the text in the selected window upward
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1234 @var{count} lines. If @var{count} is negative, scrolling is actually
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1235 downward.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1236
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1237 If @var{count} is @code{nil} (or omitted), then the length of scroll
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1238 is @code{next-screen-context-lines} lines less than the usable height of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1239 the window (not counting its modeline).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1240
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1241 @code{scroll-up} returns @code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1242 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1243
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1244 @deffn Command scroll-down &optional count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1245 This function scrolls the text in the selected window downward
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1246 @var{count} lines. If @var{count} is negative, scrolling is actually
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1247 upward.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1248
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1249 If @var{count} is omitted or @code{nil}, then the length of the scroll
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1250 is @code{next-screen-context-lines} lines less than the usable height of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1251 the window (not counting its mode line).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1252
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1253 @code{scroll-down} returns @code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1254 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1255
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1256 @deffn Command scroll-other-window &optional count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1257 This function scrolls the text in another window upward @var{count}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1258 lines. Negative values of @var{count}, or @code{nil}, are handled
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1259 as in @code{scroll-up}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1260
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1261 You can specify a buffer to scroll with the variable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1262 @code{other-window-scroll-buffer}. When the selected window is the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1263 minibuffer, the next window is normally the one at the top left corner.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1264 You can specify a different window to scroll with the variable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1265 @code{minibuffer-scroll-window}. This variable has no effect when any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1266 other window is selected. @xref{Minibuffer Misc}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1267
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1268 When the minibuffer is active, it is the next window if the selected
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1269 window is the one at the bottom right corner. In this case,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1270 @code{scroll-other-window} attempts to scroll the minibuffer. If the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1271 minibuffer contains just one line, it has nowhere to scroll to, so the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1272 line reappears after the echo area momentarily displays the message
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1273 ``Beginning of buffer''.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1274 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1275
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1276 @c Emacs 19 feature
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1277 @defvar other-window-scroll-buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1278 If this variable is non-@code{nil}, it tells @code{scroll-other-window}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1279 which buffer to scroll.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1280 @end defvar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1281
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1282 @defopt scroll-step
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1283 This variable controls how scrolling is done automatically when point
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1284 moves off the screen. If the value is zero, then redisplay scrolls the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1285 text to center point vertically in the window. If the value is a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1286 positive integer @var{n}, then redisplay brings point back on screen by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1287 scrolling @var{n} lines in either direction, if possible; otherwise, it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1288 centers point. The default value is zero.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1289 @end defopt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1290
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 54
diff changeset
1291 @defopt scroll-conservatively
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 54
diff changeset
1292 This variable controls how many lines Emacs tries to scroll before
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 54
diff changeset
1293 recentering. If you set it to a small number, then when you move point
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 54
diff changeset
1294 a short distance off the screen, XEmacs will scroll the screen just far
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 54
diff changeset
1295 enough to bring point back on screen, provided that does not exceed
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 213
diff changeset
1296 @code{scroll-conservatively} lines. This variable overrides the
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 213
diff changeset
1297 redisplay preemption.
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 54
diff changeset
1298 @end defopt
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 54
diff changeset
1299
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1300 @defopt next-screen-context-lines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1301 The value of this variable is the number of lines of continuity to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1302 retain when scrolling by full screens. For example, @code{scroll-up}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1303 with an argument of @code{nil} scrolls so that this many lines at the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1304 bottom of the window appear instead at the top. The default value is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1305 @code{2}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1306 @end defopt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1307
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1308 @deffn Command recenter &optional count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1309 @cindex centering point
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1310 This function scrolls the selected window to put the text where point
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1311 is located at a specified vertical position within the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1312
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1313 If @var{count} is a nonnegative number, it puts the line containing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1314 point @var{count} lines down from the top of the window. If @var{count}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1315 is a negative number, then it counts upward from the bottom of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1316 window, so that @minus{}1 stands for the last usable line in the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1317 If @var{count} is a non-@code{nil} list, then it stands for the line in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1318 the middle of the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1319
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1320 If @var{count} is @code{nil}, @code{recenter} puts the line containing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1321 point in the middle of the window, then clears and redisplays the entire
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1322 selected frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1323
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1324 When @code{recenter} is called interactively, @var{count} is the raw
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1325 prefix argument. Thus, typing @kbd{C-u} as the prefix sets the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1326 @var{count} to a non-@code{nil} list, while typing @kbd{C-u 4} sets
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1327 @var{count} to 4, which positions the current line four lines from the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1328 top.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1329
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1330 With an argument of zero, @code{recenter} positions the current line at
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1331 the top of the window. This action is so handy that some people make a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1332 separate key binding to do this. For example,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1333
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1334 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1335 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1336 (defun line-to-top-of-window ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1337 "Scroll current line to top of window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1338 Replaces three keystroke sequence C-u 0 C-l."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1339 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1340 (recenter 0))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1341
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1342 (global-set-key [kp-multiply] 'line-to-top-of-window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1343 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1344 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1345 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1346
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1347 @node Horizontal Scrolling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1348 @section Horizontal Scrolling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1349 @cindex horizontal scrolling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1350
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1351 Because we read English first from top to bottom and second from left
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1352 to right, horizontal scrolling is not like vertical scrolling. Vertical
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1353 scrolling involves selection of a contiguous portion of text to display.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1354 Horizontal scrolling causes part of each line to go off screen. The
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1355 amount of horizontal scrolling is therefore specified as a number of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1356 columns rather than as a position in the buffer. It has nothing to do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1357 with the display-start position returned by @code{window-start}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1358
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1359 Usually, no horizontal scrolling is in effect; then the leftmost
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1360 column is at the left edge of the window. In this state, scrolling to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1361 the right is meaningless, since there is no data to the left of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1362 screen to be revealed by it; so this is not allowed. Scrolling to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1363 left is allowed; it scrolls the first columns of text off the edge of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1364 the window and can reveal additional columns on the right that were
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1365 truncated before. Once a window has a nonzero amount of leftward
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1366 horizontal scrolling, you can scroll it back to the right, but only so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1367 far as to reduce the net horizontal scroll to zero. There is no limit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1368 to how far left you can scroll, but eventually all the text will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1369 disappear off the left edge.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1370
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1371 @deffn Command scroll-left count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1372 This function scrolls the selected window @var{count} columns to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1373 left (or to the right if @var{count} is negative). The return value is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1374 the total amount of leftward horizontal scrolling in effect after the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1375 change---just like the value returned by @code{window-hscroll} (below).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1376 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1377
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1378 @deffn Command scroll-right count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1379 This function scrolls the selected window @var{count} columns to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1380 right (or to the left if @var{count} is negative). The return value is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1381 the total amount of leftward horizontal scrolling in effect after the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1382 change---just like the value returned by @code{window-hscroll} (below).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1383
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1384 Once you scroll a window as far right as it can go, back to its normal
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1385 position where the total leftward scrolling is zero, attempts to scroll
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1386 any farther right have no effect.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1387 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1388
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1389 @defun window-hscroll &optional window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1390 This function returns the total leftward horizontal scrolling of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1391 @var{window}---the number of columns by which the text in @var{window}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1392 is scrolled left past the left margin.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1393
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1394 The value is never negative. It is zero when no horizontal scrolling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1395 has been done in @var{window} (which is usually the case).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1396
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1397 If @var{window} is @code{nil}, the selected window is used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1398
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1399 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1400 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1401 (window-hscroll)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1402 @result{} 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1403 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1404 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1405 (scroll-left 5)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1406 @result{} 5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1407 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1408 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1409 (window-hscroll)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1410 @result{} 5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1411 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1412 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1413 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1414
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1415 @defun set-window-hscroll window columns
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1416 This function sets the number of columns from the left margin that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1417 @var{window} is scrolled to the value of @var{columns}. The argument
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1418 @var{columns} should be zero or positive; if not, it is taken as zero.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1419
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1420 The value returned is @var{columns}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1421
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1422 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1423 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1424 (set-window-hscroll (selected-window) 10)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1425 @result{} 10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1426 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1427 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1428 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1429
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1430 Here is how you can determine whether a given position @var{position}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1431 is off the screen due to horizontal scrolling:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1432
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1433 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1434 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1435 (defun hscroll-on-screen (window position)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1436 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1437 (goto-char position)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1438 (and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1439 (>= (- (current-column) (window-hscroll window)) 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1440 (< (- (current-column) (window-hscroll window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1441 (window-width window)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1442 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1443 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1444 @node Size of Window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1445 @section The Size of a Window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1446 @cindex window size
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1447 @cindex size of window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1448
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1449 An Emacs window is rectangular, and its size information consists of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1450 the height (in lines or pixels) and the width (in character positions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1451 or pixels). The modeline is included in the height. The pixel
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1452 width and height values include scrollbars and margins, while the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1453 line/character-position values do not.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1454
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1455 Note that the height in lines, and the width in characters, are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1456 determined by dividing the corresponding pixel value by the height or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1457 width of the default font in that window (if this is a variable-width
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1458 font, the average width is used). The resulting values may or may not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1459 represent the actual number of lines in the window, or the actual number
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1460 of character positions in any particular line, esp. if there are pixmaps
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1461 or various different fonts in the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1462
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1463 The following functions return size information about a window:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1464
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1465 @defun window-height &optional window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1466 This function returns the number of lines in @var{window}, including
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1467 its modeline but not including the horizontal scrollbar, if any (this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1468 is different from @code{window-pixel-height}). If @var{window} is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1469 @code{nil}, the function uses the selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1470
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1471 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1472 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1473 (window-height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1474 @result{} 40
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1475 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1476 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1477 (split-window-vertically)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1478 @result{} #<window on "windows.texi" 0x679b>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1479 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1480 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1481 (window-height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1482 @result{} 20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1483 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1484 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1485 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1486
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1487 @defun window-width &optional window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1488 This function returns the number of columns in @var{window}, not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1489 including any left margin, right margin, or vertical scrollbar (this is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1490 different from @code{window-pixel-width}). If @var{window} is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1491 @code{nil}, the function uses the selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1492
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1493 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1494 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1495 (window-width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1496 @result{} 80
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1497 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1498 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1499 (window-height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1500 @result{} 40
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1501 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1502 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1503 (split-window-horizontally)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1504 @result{} #<window on "windows.texi" 0x7538>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1505 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1506 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1507 (window-width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1508 @result{} 39
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1509 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1510 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1511 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1512
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1513 Note that after splitting the window into two side-by-side windows,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1514 the width of each window is less the half the width of the original
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1515 window because a vertical scrollbar appeared between the windows,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1516 occupying two columns worth of space. Also, the height shrunk by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1517 one because horizontal scrollbars appeared that weren't there
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1518 before. (Horizontal scrollbars appear only when lines are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1519 truncated, not when they wrap. This is usually the case for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1520 horizontally split windows but not for full-frame windows. You
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1521 can change this using the variables @code{truncate-lines} and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1522 @code{truncate-partial-width-windows}.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1523
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1524 @defun window-pixel-height &optional window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1525 This function returns the height of @var{window} in pixels, including
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1526 its modeline and horizontal scrollbar, if any. If @var{window} is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1527 @code{nil}, the function uses the selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1528
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1529 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1530 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1531 (window-pixel-height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1532 @result{} 600
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1533 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1534 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1535 (split-window-vertically)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1536 @result{} #<window on "windows.texi" 0x68a6>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1537 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1538 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1539 (window-pixel-height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1540 @result{} 300
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1541 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1542 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1543 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1544
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1545 @defun window-pixel-width &optional window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1546 This function returns the width of @var{window} in pixels, including
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1547 any left margin, right margin, or vertical scrollbar that may be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1548 displayed alongside it. If @var{window} is @code{nil}, the function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1549 uses the selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1550
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1551 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1552 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1553 (window-pixel-width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1554 @result{} 735
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1555 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1556 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1557 (window-pixel-height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1558 @result{} 600
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1559 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1560 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1561 (split-window-horizontally)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1562 @result{} #<window on "windows.texi" 0x7538>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1563 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1564 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1565 (window-pixel-width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1566 @result{} 367
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1567 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1568 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1569 (window-pixel-height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1570 @result{} 600
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1571 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1572 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1573 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1574
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1575 @defun window-text-area-pixel-height &optional window
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1576 This function returns the height in pixels of the text displaying
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1577 portion of @var{window}, which defaults to the selected window. Unlike
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1578 @code{window-pixel-height}, the space occupied by the modeline and
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1579 horizontal scrollbar, if any, is not counted.
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1580 @end defun
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1581
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1582 @defun window-text-area-pixel-width &optional window
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1583 This function returns the width in pixels of the text displaying
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1584 portion of @var{window}, which defaults to the selected window. Unlike
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1585 @code{window-pixel-width}, the space occupied by the vertical scrollbar
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1586 and divider, if any, is not counted.
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1587 @end defun
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1588
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1589 @defun window-displayed-text-pixel-height &optional window noclipped
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1590 This function returns the height in pixels of the text displayed in
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1591 @var{window}, which defaults to the selected window. Unlike
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1592 @code{window-text-area-pixel-height}, any blank space below the
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1593 end of the buffer is not included. If optional argument @var{noclipped}
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1594 is non-@code{nil}, any space occupied by clipped lines will not be
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1595 included.
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1596 @end defun
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1597
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1598 @node Position of Window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1599 @section The Position of a Window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1600 @cindex window position
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1601 @cindex position of window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1602
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1603 XEmacs provides functions to determine the absolute location of windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1604 within a frame, and the relative location of a window in comparison to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1605 other windows in the same frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1606
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1607 @defun window-pixel-edges &optional window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1608 This function returns a list of the pixel edge coordinates of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1609 @var{window}. If @var{window} is @code{nil}, the selected window is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1610 used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1611
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1612 The order of the list is @code{(@var{left} @var{top} @var{right}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1613 @var{bottom})}, all elements relative to 0, 0 at the top left corner of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1614 the frame. The element @var{right} of the value is one more than the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1615 rightmost pixel used by @var{window} (including any left margin, right
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1616 margin, or vertical scrollbar displayed alongside it), and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1617 @var{bottom} is one more than the bottommost pixel used by @var{window}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1618 (including any modeline or horizontal scrollbar displayed above
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1619 or below it). The frame area does not include any frame menubars or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1620 toolbars that may be displayed; thus, for example, if there is only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1621 one window on the frame, the values for @var{left} and @var{top} will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1622 always be 0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1623
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1624 If @var{window} is at the upper left corner of its frame, @var{right}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1625 and @var{bottom} are the same as the values returned by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1626 @code{(window-pixel-width)} and @code{(window-pixel-height)}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1627 respectively, and @var{top} and @var{bottom} are zero.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1628 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1629
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1630 There is no longer a function @code{window-edges} because it does not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1631 make sense in a world with variable-width and variable-height lines,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1632 as are allowed in XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1633
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1634 @defun window-highest-p window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1635 This function returns non-@code{nil} if @var{window} is along the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1636 top of its frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1637 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1638
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1639 @defun window-lowest-p window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1640 This function returns non-@code{nil} if @var{window} is along the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1641 bottom of its frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1642 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1643
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1644 @defun window-text-area-pixel-edges &optional window
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1645 This function allows one to determine the location of the
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1646 text-displaying portion of @var{window}, which defaults to the selected
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1647 window, with respect to the top left corner of the window. It returns
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1648 a list of integer pixel positions @code{(left top right bottom)}, all
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1649 relative to @code{(0,0)} at the top left corner of the window.
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1650 @end defun
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1651
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1652 @node Resizing Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1653 @section Changing the Size of a Window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1654 @cindex window resizing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1655 @cindex changing window size
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1656 @cindex window size, changing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1657
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1658 The window size functions fall into two classes: high-level commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1659 that change the size of windows and low-level functions that access
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1660 window size. XEmacs does not permit overlapping windows or gaps between
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1661 windows, so resizing one window affects other windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1662
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1663 @deffn Command enlarge-window size &optional horizontal window
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1664 This function makes the selected window @var{size} lines taller,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1665 stealing lines from neighboring windows. It takes the lines from one
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1666 window at a time until that window is used up, then takes from another.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1667 If a window from which lines are stolen shrinks below
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1668 @code{window-min-height} lines, that window disappears.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1669
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1670 If @var{horizontal} is non-@code{nil}, this function makes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1671 @var{window} wider by @var{size} columns, stealing columns instead of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1672 lines. If a window from which columns are stolen shrinks below
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1673 @code{window-min-width} columns, that window disappears.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1674
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1675 If the requested size would exceed that of the window's frame, then the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1676 function makes the window occupy the entire height (or width) of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1677 frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1678
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1679 If @var{size} is negative, this function shrinks the window by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1680 @minus{}@var{size} lines or columns. If that makes the window smaller
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1681 than the minimum size (@code{window-min-height} and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1682 @code{window-min-width}), @code{enlarge-window} deletes the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1683
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1684 If @var{window} is non-@code{nil}, it specifies a window to change
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1685 instead of the selected window.
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1686
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1687 @code{enlarge-window} returns @code{nil}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1688 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1689
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1690 @deffn Command enlarge-window-horizontally columns
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1691 This function makes the selected window @var{columns} wider.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1692 It could be defined as follows:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1693
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1694 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1695 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1696 (defun enlarge-window-horizontally (columns)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1697 (enlarge-window columns t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1698 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1699 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1700 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1701
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1702 @deffn Command enlarge-window-pixels count &optional side window
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1703 This function makes the selected window @var{count} pixels larger. When
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1704 called from Lisp, optional second argument @var{side} non-@code{nil}
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1705 means to grow sideways @var{count} pixels, and optional third argument
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1706 @var{window} specifies the window to change instead of the selected
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1707 window.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1708 @end deffn
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1709
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1710 @deffn Command shrink-window size &optional horizontal window
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1711 This function is like @code{enlarge-window} but negates the argument
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1712 @var{size}, making the selected window smaller by giving lines (or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1713 columns) to the other windows. If the window shrinks below
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1714 @code{window-min-height} or @code{window-min-width}, then it disappears.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1715
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1716 If @var{size} is negative, the window is enlarged by @minus{}@var{size}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1717 lines or columns.
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1718
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1719 If @var{window} is non-@code{nil}, it specifies a window to change
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1720 instead of the selected window.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1721 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1722
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1723 @deffn Command shrink-window-horizontally columns
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1724 This function makes the selected window @var{columns} narrower.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1725 It could be defined as follows:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1726
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1727 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1728 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1729 (defun shrink-window-horizontally (columns)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1730 (shrink-window columns t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1731 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1732 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1733 @end deffn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1734
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1735 @deffn Command shrink-window-pixels count &optional side window
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1736 This function makes the selected window @var{count} pixels smaller.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1737 When called from Lisp, optional second argument @var{side}
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1738 non-@code{nil} means to shrink sideways @var{count} pixels, and optional
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1739 third argument @var{window} specifies the window to change instead of
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1740 the selected window.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1741 @end deffn
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1742
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1743 @cindex minimum window size
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1744 The following two variables constrain the window-size-changing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1745 functions to a minimum height and width.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1746
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1747 @defopt window-min-height
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1748 The value of this variable determines how short a window may become
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1749 before it is automatically deleted. Making a window smaller than
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1750 @code{window-min-height} automatically deletes it, and no window may be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1751 created shorter than this. The absolute minimum height is two (allowing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1752 one line for the mode line, and one line for the buffer display).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1753 Actions that change window sizes reset this variable to two if it is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1754 less than two. The default value is 4.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1755 @end defopt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1756
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1757 @defopt window-min-width
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1758 The value of this variable determines how narrow a window may become
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1759 before it automatically deleted. Making a window smaller than
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1760 @code{window-min-width} automatically deletes it, and no window may be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1761 created narrower than this. The absolute minimum width is one; any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1762 value below that is ignored. The default value is 10.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1763 @end defopt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1764
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 280
diff changeset
1765 @c This is not yet implemented. Why is it "documented"?
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1766 @defvar window-size-change-functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1767 This variable holds a list of functions to be called if the size of any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1768 window changes for any reason. The functions are called just once per
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1769 redisplay, and just once for each frame on which size changes have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1770 occurred.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1771
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1772 Each function receives the frame as its sole argument. There is no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1773 direct way to find out which windows changed size, or precisely how;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1774 however, if your size-change function keeps track, after each change, of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1775 the windows that interest you, you can figure out what has changed by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1776 comparing the old size data with the new.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1777
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1778 Creating or deleting windows counts as a size change, and therefore
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1779 causes these functions to be called. Changing the frame size also
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1780 counts, because it changes the sizes of the existing windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1781
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1782 It is not a good idea to use @code{save-window-excursion} in these
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1783 functions, because that always counts as a size change, and it would
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1784 cause these functions to be called over and over. In most cases,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1785 @code{save-selected-window} is what you need here.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1786 @end defvar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1787
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1788 @node Window Configurations
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1789 @section Window Configurations
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1790 @cindex window configurations
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1791 @cindex saving window information
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1792
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1793 A @dfn{window configuration} records the entire layout of a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1794 frame---all windows, their sizes, which buffers they contain, what part
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1795 of each buffer is displayed, and the values of point and the mark. You
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1796 can bring back an entire previous layout by restoring a window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1797 configuration previously saved.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1798
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1799 If you want to record all frames instead of just one, use a frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1800 configuration instead of a window configuration. @xref{Frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1801 Configurations}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1802
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1803 @defun current-window-configuration
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1804 This function returns a new object representing XEmacs's current window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1805 configuration, namely the number of windows, their sizes and current
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1806 buffers, which window is the selected window, and for each window the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1807 displayed buffer, the display-start position, and the positions of point
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1808 and the mark. An exception is made for point in the current buffer,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1809 whose value is not saved.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1810 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1811
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1812 @defun set-window-configuration configuration
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1813 This function restores the configuration of XEmacs's windows and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1814 buffers to the state specified by @var{configuration}. The argument
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1815 @var{configuration} must be a value that was previously returned by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1816 @code{current-window-configuration}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1817
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1818 This function always counts as a window size change and triggers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1819 execution of the @code{window-size-change-functions}. (It doesn't know
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1820 how to tell whether the new configuration actually differs from the old
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1821 one.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1822
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1823 Here is a way of using this function to get the same effect
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1824 as @code{save-window-excursion}:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1825
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1826 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1827 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1828 (let ((config (current-window-configuration)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1829 (unwind-protect
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1830 (progn (split-window-vertically nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1831 @dots{})
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1832 (set-window-configuration config)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1833 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1834 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1835 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1836
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1837 @defspec save-window-excursion forms@dots{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1838 This special form records the window configuration, executes @var{forms}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1839 in sequence, then restores the earlier window configuration. The window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1840 configuration includes the value of point and the portion of the buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1841 that is visible. It also includes the choice of selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1842 However, it does not include the value of point in the current buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1843 use @code{save-excursion} if you wish to preserve that.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1844
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1845 Don't use this construct when @code{save-selected-window} is all you need.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1846
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1847 Exit from @code{save-window-excursion} always triggers execution of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1848 @code{window-size-change-functions}. (It doesn't know how to tell
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1849 whether the restored configuration actually differs from the one in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1850 effect at the end of the @var{forms}.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1851
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1852 The return value is the value of the final form in @var{forms}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1853 For example:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1854
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1855 @example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1856 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1857 (split-window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1858 @result{} #<window 25 on control.texi>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1859 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1860 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1861 (setq w (selected-window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1862 @result{} #<window 19 on control.texi>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1863 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1864 @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1865 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1866 (delete-other-windows w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1867 (switch-to-buffer "foo")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1868 'do-something)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1869 @result{} do-something
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1870 ;; @r{The frame is now split again.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1871 @end group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1872 @end example
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1873 @end defspec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1874
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1875 @defun window-configuration-p object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1876 This function returns @code{t} if @var{object} is a window configuration.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1877 @end defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1878
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1879 Primitives to look inside of window configurations would make sense,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1880 but none are implemented. It is not clear they are useful enough to be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1881 worth implementing.