Mercurial > emacs
annotate doc/lispref/windows.texi @ 99030:e948893870c3
*** empty log message ***
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Wed, 22 Oct 2008 13:04:16 +0000 |
parents | da79c29252c4 |
children | 1b8fa7deb470 |
rev | line source |
---|---|
84112 | 1 @c -*-texinfo-*- |
2 @c This is part of the GNU Emacs Lisp Reference Manual. | |
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, | |
87649 | 4 @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
84112 | 5 @c See the file elisp.texi for copying conditions. |
84116
0ba80d073e27
(setfilename): Go up one more level to ../../info.
Glenn Morris <rgm@gnu.org>
parents:
84112
diff
changeset
|
6 @setfilename ../../info/windows |
84112 | 7 @node Windows, Frames, Buffers, Top |
8 @chapter Windows | |
9 | |
10 This chapter describes most of the functions and variables related to | |
11 Emacs windows. See @ref{Display}, for information on how text is | |
12 displayed in windows. | |
13 | |
14 @menu | |
15 * Basic Windows:: Basic information on using windows. | |
16 * Splitting Windows:: Splitting one window into two windows. | |
17 * Deleting Windows:: Deleting a window gives its space to other windows. | |
18 * Selecting Windows:: The selected window is the one that you edit in. | |
19 * Cyclic Window Ordering:: Moving around the existing windows. | |
20 * Buffers and Windows:: Each window displays the contents of a buffer. | |
21 * Displaying Buffers:: Higher-level functions for displaying a buffer | |
22 and choosing a window for it. | |
23 * Choosing Window:: How to choose a window for displaying a buffer. | |
24 * Window Point:: Each window has its own location of point. | |
25 * Window Start:: The display-start position controls which text | |
26 is on-screen in the window. | |
27 * Textual Scrolling:: Moving text up and down through the window. | |
28 * Vertical Scrolling:: Moving the contents up and down on the window. | |
29 * Horizontal Scrolling:: Moving the contents sideways on the window. | |
30 * Size of Window:: Accessing the size of a window. | |
31 * Resizing Windows:: Changing the size of a window. | |
32 * Coordinates and Windows:: Converting coordinates to windows. | |
33 * Window Tree:: The layout and sizes of all windows in a frame. | |
34 * Window Configurations:: Saving and restoring the state of the screen. | |
35 * Window Hooks:: Hooks for scrolling, window size changes, | |
36 redisplay going past a certain point, | |
37 or window configuration changes. | |
38 @end menu | |
39 | |
40 @node Basic Windows | |
41 @section Basic Concepts of Emacs Windows | |
42 @cindex window | |
43 @cindex selected window | |
44 | |
45 A @dfn{window} in Emacs is the physical area of the screen in which a | |
46 buffer is displayed. The term is also used to refer to a Lisp object that | |
47 represents that screen area in Emacs Lisp. It should be | |
48 clear from the context which is meant. | |
49 | |
50 Emacs groups windows into frames. A frame represents an area of | |
51 screen available for Emacs to use. Each frame always contains at least | |
52 one window, but you can subdivide it vertically or horizontally into | |
53 multiple nonoverlapping Emacs windows. | |
54 | |
55 In each frame, at any time, one and only one window is designated as | |
56 @dfn{selected within the frame}. The frame's cursor appears in that | |
57 window, but the other windows have ``non-selected'' cursors, normally | |
85114 | 58 less visible. (@pxref{Cursor Parameters}, for customization of this.) |
59 At any time, one frame is the selected frame; and the window selected | |
60 within that frame is @dfn{the selected window}. The selected window's | |
61 buffer is usually the current buffer (except when @code{set-buffer} | |
62 has been used). @xref{Current Buffer}. | |
84112 | 63 |
64 For practical purposes, a window exists only while it is displayed in | |
65 a frame. Once removed from the frame, the window is effectively deleted | |
66 and should not be used, @emph{even though there may still be references | |
67 to it} from other Lisp objects. Restoring a saved window configuration | |
68 is the only way for a window no longer on the screen to come back to | |
69 life. (@xref{Deleting Windows}.) | |
70 | |
71 Each window has the following attributes: | |
72 | |
73 @itemize @bullet | |
74 @item | |
75 containing frame | |
76 | |
77 @item | |
78 window height | |
79 | |
80 @item | |
81 window width | |
82 | |
83 @item | |
84 window edges with respect to the screen or frame | |
85 | |
86 @item | |
87 the buffer it displays | |
88 | |
89 @item | |
98794
72fc90d94beb
(Basic Windows, Splitting Windows): Fix whitespace and reword.
Martin Rudalics <rudalics@gmx.at>
parents:
92148
diff
changeset
|
90 buffer position at the upper left corner of the window |
84112 | 91 |
92 @item | |
93 amount of horizontal scrolling, in columns | |
94 | |
95 @item | |
96 point | |
97 | |
98 @item | |
99 the mark | |
100 | |
101 @item | |
102 how recently the window was selected | |
103 | |
104 @item | |
105 fringe settings | |
106 | |
107 @item | |
108 display margins | |
109 | |
110 @item | |
111 scroll-bar settings | |
112 @end itemize | |
113 | |
114 @cindex multiple windows | |
115 Users create multiple windows so they can look at several buffers at | |
116 once. Lisp libraries use multiple windows for a variety of reasons, but | |
117 most often to display related information. In Rmail, for example, you | |
118 can move through a summary buffer in one window while the other window | |
119 shows messages one at a time as they are reached. | |
120 | |
121 The meaning of ``window'' in Emacs is similar to what it means in the | |
122 context of general-purpose window systems such as X, but not identical. | |
123 The X Window System places X windows on the screen; Emacs uses one or | |
124 more X windows as frames, and subdivides them into | |
125 Emacs windows. When you use Emacs on a character-only terminal, Emacs | |
126 treats the whole terminal screen as one frame. | |
127 | |
128 @cindex terminal screen | |
129 @cindex screen of terminal | |
130 @cindex tiled windows | |
131 Most window systems support arbitrarily located overlapping windows. | |
132 In contrast, Emacs windows are @dfn{tiled}; they never overlap, and | |
133 together they fill the whole screen or frame. Because of the way in | |
134 which Emacs creates new windows and resizes them, not all conceivable | |
135 tilings of windows on an Emacs frame are actually possible. | |
136 @xref{Splitting Windows}, and @ref{Size of Window}. | |
137 | |
138 @xref{Display}, for information on how the contents of the | |
139 window's buffer are displayed in the window. | |
140 | |
141 @defun windowp object | |
142 This function returns @code{t} if @var{object} is a window. | |
143 @end defun | |
144 | |
145 @node Splitting Windows | |
146 @section Splitting Windows | |
147 @cindex splitting windows | |
148 @cindex window splitting | |
149 | |
150 The functions described here are the primitives used to split a window | |
151 into two windows. Two higher level functions sometimes split a window, | |
152 but not always: @code{pop-to-buffer} and @code{display-buffer} | |
153 (@pxref{Displaying Buffers}). | |
154 | |
155 The functions described here do not accept a buffer as an argument. | |
156 The two ``halves'' of the split window initially display the same buffer | |
157 previously visible in the window that was split. | |
158 | |
159 @deffn Command split-window &optional window size horizontal | |
160 This function splits a new window out of @var{window}'s screen area. | |
161 It returns the new window. | |
162 | |
163 If @var{horizontal} is non-@code{nil}, then @var{window} splits into | |
164 two side by side windows. The original window @var{window} keeps the | |
165 leftmost @var{size} columns, and gives the rest of the columns to the | |
166 new window. Otherwise, it splits into windows one above the other, and | |
167 @var{window} keeps the upper @var{size} lines and gives the rest of the | |
168 lines to the new window. The original window is therefore the | |
169 left-hand or upper of the two, and the new window is the right-hand or | |
170 lower. | |
171 | |
172 If @var{window} is omitted or @code{nil}, that stands for the selected | |
173 window. When you split the selected window, it remains selected. | |
174 | |
175 If @var{size} is omitted or @code{nil}, then @var{window} is divided | |
176 evenly into two parts. (If there is an odd line, it is allocated to | |
177 the new window.) When @code{split-window} is called interactively, | |
178 all its arguments are @code{nil}. | |
179 | |
180 If splitting would result in making a window that is smaller than | |
181 @code{window-min-height} or @code{window-min-width}, the function | |
182 signals an error and does not split the window at all. | |
183 | |
184 The following example starts with one window on a screen that is 50 | |
185 lines high by 80 columns wide; then it splits the window. | |
186 | |
187 @smallexample | |
188 @group | |
189 (setq w (selected-window)) | |
190 @result{} #<window 8 on windows.texi> | |
191 (window-edges) ; @r{Edges in order:} | |
192 @result{} (0 0 80 50) ; @r{left--top--right--bottom} | |
193 @end group | |
194 | |
195 @group | |
196 ;; @r{Returns window created} | |
197 (setq w2 (split-window w 15)) | |
198 @result{} #<window 28 on windows.texi> | |
199 @end group | |
200 @group | |
201 (window-edges w2) | |
202 @result{} (0 15 80 50) ; @r{Bottom window;} | |
203 ; @r{top is line 15} | |
204 @end group | |
205 @group | |
206 (window-edges w) | |
207 @result{} (0 0 80 15) ; @r{Top window} | |
208 @end group | |
209 @end smallexample | |
210 | |
211 The screen looks like this: | |
212 | |
213 @smallexample | |
214 @group | |
215 __________ | |
216 | | line 0 | |
217 | w | | |
218 |__________| | |
219 | | line 15 | |
220 | w2 | | |
221 |__________| | |
222 line 50 | |
223 column 0 column 80 | |
224 @end group | |
225 @end smallexample | |
226 | |
227 Next, split the top window horizontally: | |
228 | |
229 @smallexample | |
230 @group | |
231 (setq w3 (split-window w 35 t)) | |
232 @result{} #<window 32 on windows.texi> | |
233 @end group | |
234 @group | |
235 (window-edges w3) | |
236 @result{} (35 0 80 15) ; @r{Left edge at column 35} | |
237 @end group | |
238 @group | |
239 (window-edges w) | |
240 @result{} (0 0 35 15) ; @r{Right edge at column 35} | |
241 @end group | |
242 @group | |
243 (window-edges w2) | |
244 @result{} (0 15 80 50) ; @r{Bottom window unchanged} | |
245 @end group | |
246 @end smallexample | |
247 | |
248 @need 3000 | |
249 Now the screen looks like this: | |
250 | |
251 @smallexample | |
252 @group | |
253 column 35 | |
254 __________ | |
255 | | | line 0 | |
256 | w | w3 | | |
257 |___|______| | |
258 | | line 15 | |
259 | w2 | | |
260 |__________| | |
261 line 50 | |
262 column 0 column 80 | |
263 @end group | |
264 @end smallexample | |
265 | |
266 Normally, Emacs indicates the border between two side-by-side windows | |
267 with a scroll bar (@pxref{Layout Parameters,Scroll Bars}) or @samp{|} | |
268 characters. The display table can specify alternative border | |
269 characters; see @ref{Display Tables}. | |
270 @end deffn | |
271 | |
272 @deffn Command split-window-vertically &optional size | |
273 This function splits the selected window into two windows, one above the | |
274 other, leaving the upper of the two windows selected, with @var{size} | |
275 lines. (If @var{size} is negative, then the lower of the two windows | |
98794
72fc90d94beb
(Basic Windows, Splitting Windows): Fix whitespace and reword.
Martin Rudalics <rudalics@gmx.at>
parents:
92148
diff
changeset
|
276 gets @minus{}@var{size} lines and the upper window gets the rest, but |
84112 | 277 the upper window is still the one selected.) However, if |
278 @code{split-window-keep-point} (see below) is @code{nil}, then either | |
279 window can be selected. | |
280 | |
281 In other respects, this function is similar to @code{split-window}. | |
282 In particular, the upper window is the original one and the return | |
283 value is the new, lower window. | |
284 @end deffn | |
285 | |
286 @defopt split-window-keep-point | |
287 If this variable is non-@code{nil} (the default), then | |
288 @code{split-window-vertically} behaves as described above. | |
289 | |
290 If it is @code{nil}, then @code{split-window-vertically} adjusts point | |
291 in each of the two windows to avoid scrolling. (This is useful on | |
292 slow terminals.) It selects whichever window contains the screen line | |
293 that point was previously on. | |
294 | |
98794
72fc90d94beb
(Basic Windows, Splitting Windows): Fix whitespace and reword.
Martin Rudalics <rudalics@gmx.at>
parents:
92148
diff
changeset
|
295 This variable affects the behavior of @code{split-window-vertically} |
72fc90d94beb
(Basic Windows, Splitting Windows): Fix whitespace and reword.
Martin Rudalics <rudalics@gmx.at>
parents:
92148
diff
changeset
|
296 only. It has no effect on the other functions described here. |
84112 | 297 @end defopt |
298 | |
299 @deffn Command split-window-horizontally &optional size | |
300 This function splits the selected window into two windows | |
301 side-by-side, leaving the selected window on the left with @var{size} | |
302 columns. If @var{size} is negative, the rightmost window gets | |
98794
72fc90d94beb
(Basic Windows, Splitting Windows): Fix whitespace and reword.
Martin Rudalics <rudalics@gmx.at>
parents:
92148
diff
changeset
|
303 @minus{}@var{size} columns, but the leftmost window still remains |
84112 | 304 selected. |
305 | |
306 This function is basically an interface to @code{split-window}. | |
307 You could define a simplified version of the function like this: | |
308 | |
309 @smallexample | |
310 @group | |
311 (defun split-window-horizontally (&optional arg) | |
312 "Split selected window into two windows, side by side..." | |
313 (interactive "P") | |
314 @end group | |
315 @group | |
316 (let ((size (and arg (prefix-numeric-value arg)))) | |
317 (and size (< size 0) | |
98794
72fc90d94beb
(Basic Windows, Splitting Windows): Fix whitespace and reword.
Martin Rudalics <rudalics@gmx.at>
parents:
92148
diff
changeset
|
318 (setq size (+ (window-width) size))) |
84112 | 319 (split-window nil size t))) |
320 @end group | |
321 @end smallexample | |
322 @end deffn | |
323 | |
324 @defun one-window-p &optional no-mini all-frames | |
325 This function returns non-@code{nil} if there is only one window. The | |
326 argument @var{no-mini}, if non-@code{nil}, means don't count the | |
327 minibuffer even if it is active; otherwise, the minibuffer window is | |
328 counted when it is active. | |
329 | |
330 The argument @var{all-frames} specifies which frames to consider. Here | |
331 are the possible values and their meanings: | |
332 | |
333 @table @asis | |
334 @item @code{nil} | |
335 Count the windows in the selected frame, plus the minibuffer used | |
336 by that frame even if it lies in some other frame. | |
337 | |
338 @item @code{t} | |
339 Count all windows in all existing frames. | |
340 | |
341 @item @code{visible} | |
342 Count all windows in all visible frames. | |
343 | |
344 @item 0 | |
345 Count all windows in all visible or iconified frames. | |
346 | |
347 @item anything else | |
348 Count precisely the windows in the selected frame, and no others. | |
349 @end table | |
350 @end defun | |
351 | |
352 @node Deleting Windows | |
353 @section Deleting Windows | |
354 @cindex deleting windows | |
355 | |
356 A window remains visible on its frame unless you @dfn{delete} it by | |
357 calling certain functions that delete windows. A deleted window cannot | |
358 appear on the screen, but continues to exist as a Lisp object until | |
359 there are no references to it. There is no way to cancel the deletion | |
360 of a window aside from restoring a saved window configuration | |
361 (@pxref{Window Configurations}). Restoring a window configuration also | |
362 deletes any windows that aren't part of that configuration. | |
363 | |
364 When you delete a window, the space it took up is given to one | |
365 adjacent sibling. | |
366 | |
367 @c Emacs 19 feature | |
368 @defun window-live-p window | |
369 This function returns @code{nil} if @var{window} is deleted, and | |
370 @code{t} otherwise. | |
371 | |
372 @strong{Warning:} Erroneous information or fatal errors may result from | |
373 using a deleted window as if it were live. | |
374 @end defun | |
375 | |
376 @deffn Command delete-window &optional window | |
377 This function removes @var{window} from display, and returns @code{nil}. | |
378 If @var{window} is omitted, then the selected window is deleted. An | |
379 error is signaled if there is only one window when @code{delete-window} | |
380 is called. | |
381 @end deffn | |
382 | |
383 @deffn Command delete-other-windows &optional window | |
384 This function makes @var{window} the only window on its frame, by | |
385 deleting the other windows in that frame. If @var{window} is omitted or | |
386 @code{nil}, then the selected window is used by default. | |
387 | |
388 The return value is @code{nil}. | |
389 @end deffn | |
390 | |
391 @deffn Command delete-windows-on buffer-or-name &optional frame | |
392 This function deletes all windows showing @var{buffer-or-name}. If | |
393 there are no windows showing @var{buffer-or-name}, it does nothing. | |
394 @var{buffer-or-name} must be a buffer or the name of an existing | |
395 buffer. | |
396 | |
397 @code{delete-windows-on} operates frame by frame. If a frame has | |
398 several windows showing different buffers, then those showing | |
399 @var{buffer-or-name} are removed, and the others expand to fill the | |
400 space. If all windows in some frame are showing @var{buffer-or-name} | |
401 (including the case where there is only one window), then the frame | |
402 winds up with a single window showing another buffer chosen with | |
98835
4c36d8b3b766
(Choosing Window, Deleting Windows)
Martin Rudalics <rudalics@gmx.at>
parents:
98827
diff
changeset
|
403 @code{other-buffer}. @xref{The Buffer List}. If, however, that window |
4c36d8b3b766
(Choosing Window, Deleting Windows)
Martin Rudalics <rudalics@gmx.at>
parents:
98827
diff
changeset
|
404 is dedicated and there are other frames left, the window's frame is |
4c36d8b3b766
(Choosing Window, Deleting Windows)
Martin Rudalics <rudalics@gmx.at>
parents:
98827
diff
changeset
|
405 deleted. |
84112 | 406 |
98944
e3bf6a4e1aa6
More wording fixes from RMS.
Eli Zaretskii <eliz@gnu.org>
parents:
98928
diff
changeset
|
407 The argument @var{frame} specifies which frames to operate on. This |
84112 | 408 function does not use it in quite the same way as the other functions |
409 which scan all windows; specifically, the values @code{t} and @code{nil} | |
410 have the opposite of their meanings in other functions. Here are the | |
411 full details: | |
412 | |
413 @itemize @bullet | |
414 @item | |
415 If it is @code{nil}, operate on all frames. | |
416 @item | |
417 If it is @code{t}, operate on the selected frame. | |
418 @item | |
419 If it is @code{visible}, operate on all visible frames. | |
420 @item | |
421 If it is 0, operate on all visible or iconified frames. | |
422 @item | |
423 If it is a frame, operate on that frame. | |
424 @end itemize | |
425 | |
426 This function always returns @code{nil}. | |
427 @end deffn | |
428 | |
429 @node Selecting Windows | |
430 @section Selecting Windows | |
431 @cindex selecting a window | |
432 | |
433 When a window is selected, the buffer in the window becomes the current | |
434 buffer, and the cursor will appear in it. | |
435 | |
436 @defun selected-window | |
437 This function returns the selected window. This is the window in | |
438 which the cursor appears and to which many commands apply. | |
439 @end defun | |
440 | |
441 @defun select-window window &optional norecord | |
442 This function makes @var{window} the selected window. The cursor then | |
443 appears in @var{window} (on redisplay). Unless @var{window} was | |
444 already selected, @code{select-window} makes @var{window}'s buffer the | |
445 current buffer. | |
446 | |
447 Normally @var{window}'s selected buffer is moved to the front of the | |
448 buffer list, but if @var{norecord} is non-@code{nil}, the buffer list | |
449 order is unchanged. | |
450 | |
451 The return value is @var{window}. | |
452 | |
453 @example | |
454 @group | |
455 (setq w (next-window)) | |
456 (select-window w) | |
457 @result{} #<window 65 on windows.texi> | |
458 @end group | |
459 @end example | |
460 @end defun | |
461 | |
462 @defmac save-selected-window forms@dots{} | |
463 This macro records the selected frame, as well as the selected window | |
464 of each frame, executes @var{forms} in sequence, then restores the | |
465 earlier selected frame and windows. It also saves and restores the | |
466 current buffer. It returns the value of the last form in @var{forms}. | |
467 | |
468 This macro does not save or restore anything about the sizes, | |
469 arrangement or contents of windows; therefore, if the @var{forms} | |
470 change them, the change persists. If the previously selected window | |
471 of some frame is no longer live at the time of exit from @var{forms}, | |
472 that frame's selected window is left alone. If the previously | |
473 selected window is no longer live, then whatever window is selected at | |
474 the end of @var{forms} remains selected. | |
475 @end defmac | |
476 | |
477 @defmac with-selected-window window forms@dots{} | |
478 This macro selects @var{window} (without changing the buffer list), | |
479 executes @var{forms} in sequence, then restores the previously | |
480 selected window and current buffer. It is just like | |
481 @code{save-selected-window}, except that it explicitly selects | |
482 @var{window}, also without altering the buffer list sequence. | |
483 @end defmac | |
484 | |
485 @cindex finding windows | |
486 The following functions choose one of the windows on the screen, | |
487 offering various criteria for the choice. | |
488 | |
489 @defun get-lru-window &optional frame dedicated | |
490 This function returns the window least recently ``used'' (that is, | |
491 selected). If any full-width windows are present, it only considers | |
492 these. The selected window is always the most recently used window. | |
493 | |
494 The selected window can be the least recently used window if it is the | |
495 only window. A newly created window becomes the least recently used | |
496 window until it is selected. A minibuffer window is never a | |
497 candidate. Dedicated windows are never candidates unless the | |
498 @var{dedicated} argument is non-@code{nil}, so if all | |
499 existing windows are dedicated, the value is @code{nil}. | |
500 | |
98944
e3bf6a4e1aa6
More wording fixes from RMS.
Eli Zaretskii <eliz@gnu.org>
parents:
98928
diff
changeset
|
501 The argument @var{frame} specifies which windows are considered. |
84112 | 502 |
503 @itemize @bullet | |
504 @item | |
505 If it is @code{nil}, consider windows on the selected frame. | |
506 @item | |
507 If it is @code{t}, consider windows on all frames. | |
508 @item | |
509 If it is @code{visible}, consider windows on all visible frames. | |
510 @item | |
511 If it is 0, consider windows on all visible or iconified frames. | |
512 @item | |
513 If it is a frame, consider windows on that frame. | |
514 @end itemize | |
515 @end defun | |
516 | |
517 @defun get-largest-window &optional frame dedicated | |
518 This function returns the window with the largest area (height times | |
519 width). If there are no side-by-side windows, then this is the window | |
520 with the most lines. A minibuffer window is never a candidate. | |
521 Dedicated windows are never candidates unless the | |
522 @var{dedicated} argument is non-@code{nil}, so if all existing windows | |
523 are dedicated, the value is @code{nil}. | |
524 | |
525 If there are two candidate windows of the same size, this function | |
526 prefers the one that comes first in the cyclic ordering of windows | |
527 (see following section), starting from the selected window. | |
528 | |
98944
e3bf6a4e1aa6
More wording fixes from RMS.
Eli Zaretskii <eliz@gnu.org>
parents:
98928
diff
changeset
|
529 The argument @var{frame} specifies which set of windows to |
84112 | 530 consider. See @code{get-lru-window}, above. |
531 @end defun | |
532 | |
533 @cindex window that satisfies a predicate | |
534 @cindex conditional selection of windows | |
535 @defun get-window-with-predicate predicate &optional minibuf all-frames default | |
536 This function returns a window satisfying @var{predicate}. It cycles | |
537 through all visible windows using @code{walk-windows} (@pxref{Cyclic | |
538 Window Ordering}), calling @var{predicate} on each one of them | |
539 with that window as its argument. The function returns the first | |
540 window for which @var{predicate} returns a non-@code{nil} value; if | |
541 that never happens, it returns @var{default}. | |
542 | |
543 The optional arguments @var{minibuf} and @var{all-frames} specify the | |
544 set of windows to include in the scan. See the description of | |
545 @code{next-window} in @ref{Cyclic Window Ordering}, for details. | |
546 @end defun | |
547 | |
548 @node Cyclic Window Ordering | |
549 @comment node-name, next, previous, up | |
550 @section Cyclic Ordering of Windows | |
551 @cindex cyclic ordering of windows | |
552 @cindex ordering of windows, cyclic | |
553 @cindex window ordering, cyclic | |
554 | |
555 When you use the command @kbd{C-x o} (@code{other-window}) to select | |
556 the next window, it moves through all the windows on the screen in a | |
557 specific cyclic order. For any given configuration of windows, this | |
558 order never varies. It is called the @dfn{cyclic ordering of windows}. | |
559 | |
560 This ordering generally goes from top to bottom, and from left to | |
561 right. But it may go down first or go right first, depending on the | |
562 order in which the windows were split. | |
563 | |
564 If the first split was vertical (into windows one above each other), | |
565 and then the subwindows were split horizontally, then the ordering is | |
566 left to right in the top of the frame, and then left to right in the | |
567 next lower part of the frame, and so on. If the first split was | |
568 horizontal, the ordering is top to bottom in the left part, and so on. | |
569 In general, within each set of siblings at any level in the window tree, | |
570 the order is left to right, or top to bottom. | |
571 | |
572 @defun next-window &optional window minibuf all-frames | |
573 @cindex minibuffer window, and @code{next-window} | |
574 This function returns the window following @var{window} in the cyclic | |
575 ordering of windows. This is the window that @kbd{C-x o} would select | |
576 if typed when @var{window} is selected. If @var{window} is the only | |
577 window visible, then this function returns @var{window}. If omitted, | |
578 @var{window} defaults to the selected window. | |
579 | |
98944
e3bf6a4e1aa6
More wording fixes from RMS.
Eli Zaretskii <eliz@gnu.org>
parents:
98928
diff
changeset
|
580 The value of the argument @var{minibuf} specifies whether the |
84112 | 581 minibuffer is included in the window order. Normally, when |
582 @var{minibuf} is @code{nil}, the minibuffer is included if it is | |
583 currently active; this is the behavior of @kbd{C-x o}. (The minibuffer | |
584 window is active while the minibuffer is in use. @xref{Minibuffers}.) | |
585 | |
586 If @var{minibuf} is @code{t}, then the cyclic ordering includes the | |
587 minibuffer window even if it is not active. | |
588 | |
589 If @var{minibuf} is neither @code{t} nor @code{nil}, then the minibuffer | |
590 window is not included even if it is active. | |
591 | |
592 The argument @var{all-frames} specifies which frames to consider. Here | |
593 are the possible values and their meanings: | |
594 | |
595 @table @asis | |
596 @item @code{nil} | |
597 Consider all the windows in @var{window}'s frame, plus the minibuffer | |
598 used by that frame even if it lies in some other frame. If the | |
599 minibuffer counts (as determined by @var{minibuf}), then all windows on | |
600 all frames that share that minibuffer count too. | |
601 | |
602 @item @code{t} | |
603 Consider all windows in all existing frames. | |
604 | |
605 @item @code{visible} | |
606 Consider all windows in all visible frames. (To get useful results, you | |
607 must ensure @var{window} is in a visible frame.) | |
608 | |
609 @item 0 | |
610 Consider all windows in all visible or iconified frames. | |
611 | |
612 @item a frame | |
613 Consider all windows on that frame. | |
614 | |
615 @item anything else | |
616 Consider precisely the windows in @var{window}'s frame, and no others. | |
617 @end table | |
618 | |
619 This example assumes there are two windows, both displaying the | |
620 buffer @samp{windows.texi}: | |
621 | |
622 @example | |
623 @group | |
624 (selected-window) | |
625 @result{} #<window 56 on windows.texi> | |
626 @end group | |
627 @group | |
628 (next-window (selected-window)) | |
629 @result{} #<window 52 on windows.texi> | |
630 @end group | |
631 @group | |
632 (next-window (next-window (selected-window))) | |
633 @result{} #<window 56 on windows.texi> | |
634 @end group | |
635 @end example | |
636 @end defun | |
637 | |
638 @defun previous-window &optional window minibuf all-frames | |
639 This function returns the window preceding @var{window} in the cyclic | |
640 ordering of windows. The other arguments specify which windows to | |
641 include in the cycle, as in @code{next-window}. | |
642 @end defun | |
643 | |
644 @deffn Command other-window count &optional all-frames | |
645 This function selects the @var{count}th following window in the cyclic | |
646 order. If count is negative, then it moves back @minus{}@var{count} | |
647 windows in the cycle, rather than forward. It returns @code{nil}. | |
648 | |
649 The argument @var{all-frames} has the same meaning as in | |
650 @code{next-window}, but the @var{minibuf} argument of @code{next-window} | |
651 is always effectively @code{nil}. | |
652 | |
653 In an interactive call, @var{count} is the numeric prefix argument. | |
654 @end deffn | |
655 | |
656 @c Emacs 19 feature | |
657 @defun walk-windows proc &optional minibuf all-frames | |
658 This function cycles through all windows. It calls the function | |
659 @code{proc} once for each window, with the window as its sole | |
660 argument. | |
661 | |
662 The optional arguments @var{minibuf} and @var{all-frames} specify the | |
663 set of windows to include in the scan. See @code{next-window}, above, | |
664 for details. | |
665 @end defun | |
666 | |
667 @defun window-list &optional frame minibuf window | |
668 This function returns a list of the windows on @var{frame}, starting | |
669 with @var{window}. If @var{frame} is @code{nil} or omitted, | |
670 @code{window-list} uses the selected frame instead; if @var{window} is | |
671 @code{nil} or omitted, it uses the selected window. | |
672 | |
98944
e3bf6a4e1aa6
More wording fixes from RMS.
Eli Zaretskii <eliz@gnu.org>
parents:
98928
diff
changeset
|
673 The value of @var{minibuf} specifies if the minibuffer window is |
84112 | 674 included in the result list. If @var{minibuf} is @code{t}, the result |
675 always includes the minibuffer window. If @var{minibuf} is @code{nil} | |
676 or omitted, that includes the minibuffer window if it is active. If | |
677 @var{minibuf} is neither @code{nil} nor @code{t}, the result never | |
678 includes the minibuffer window. | |
679 @end defun | |
680 | |
681 @node Buffers and Windows | |
682 @section Buffers and Windows | |
683 @cindex examining windows | |
684 @cindex windows, controlling precisely | |
685 @cindex buffers, controlled in windows | |
686 | |
687 This section describes low-level functions to examine windows or to | |
688 display buffers in windows in a precisely controlled fashion. | |
689 @iftex | |
690 See the following section for | |
691 @end iftex | |
692 @ifnottex | |
693 @xref{Displaying Buffers}, for | |
694 @end ifnottex | |
695 related functions that find a window to use and specify a buffer for it. | |
696 The functions described there are easier to use than these, but they | |
697 employ heuristics in choosing or creating a window; use these functions | |
698 when you need complete control. | |
699 | |
700 @defun set-window-buffer window buffer-or-name &optional keep-margins | |
701 This function makes @var{window} display @var{buffer-or-name} as its | |
702 contents. It returns @code{nil}. @var{buffer-or-name} must be a | |
703 buffer, or the name of an existing buffer. This is the fundamental | |
704 primitive for changing which buffer is displayed in a window, and all | |
705 ways of doing that call this function. | |
706 | |
707 @example | |
708 @group | |
709 (set-window-buffer (selected-window) "foo") | |
710 @result{} nil | |
711 @end group | |
712 @end example | |
713 | |
714 Normally, displaying @var{buffer} in @var{window} resets the window's | |
715 display margins, fringe widths, scroll bar settings, and position | |
716 based on the local variables of @var{buffer}. However, if | |
717 @var{keep-margins} is non-@code{nil}, the display margins and fringe | |
718 widths of @var{window} remain unchanged. @xref{Fringes}. | |
719 @end defun | |
720 | |
721 @defvar buffer-display-count | |
722 This buffer-local variable records the number of times a buffer is | |
723 displayed in a window. It is incremented each time | |
724 @code{set-window-buffer} is called for the buffer. | |
725 @end defvar | |
726 | |
727 @defun window-buffer &optional window | |
728 This function returns the buffer that @var{window} is displaying. If | |
729 @var{window} is omitted, this function returns the buffer for the | |
730 selected window. | |
731 | |
732 @example | |
733 @group | |
734 (window-buffer) | |
735 @result{} #<buffer windows.texi> | |
736 @end group | |
737 @end example | |
738 @end defun | |
739 | |
740 @defun get-buffer-window buffer-or-name &optional all-frames | |
741 This function returns a window currently displaying | |
742 @var{buffer-or-name}, or @code{nil} if there is none. If there are | |
743 several such windows, then the function returns the first one in the | |
744 cyclic ordering of windows, starting from the selected window. | |
745 @xref{Cyclic Window Ordering}. | |
746 | |
98944
e3bf6a4e1aa6
More wording fixes from RMS.
Eli Zaretskii <eliz@gnu.org>
parents:
98928
diff
changeset
|
747 The argument @var{all-frames} specifies which windows to consider. |
84112 | 748 |
749 @itemize @bullet | |
750 @item | |
751 If it is @code{nil}, consider windows on the selected frame. | |
752 @item | |
753 If it is @code{t}, consider windows on all frames. | |
754 @item | |
755 If it is @code{visible}, consider windows on all visible frames. | |
756 @item | |
757 If it is 0, consider windows on all visible or iconified frames. | |
758 @item | |
759 If it is a frame, consider windows on that frame. | |
760 @end itemize | |
761 @end defun | |
762 | |
763 @defun get-buffer-window-list buffer-or-name &optional minibuf all-frames | |
764 This function returns a list of all the windows currently displaying | |
765 @var{buffer-or-name}. | |
766 | |
767 The two optional arguments work like the optional arguments of | |
768 @code{next-window} (@pxref{Cyclic Window Ordering}); they are @emph{not} | |
769 like the single optional argument of @code{get-buffer-window}. Perhaps | |
770 we should change @code{get-buffer-window} in the future to make it | |
771 compatible with the other functions. | |
772 @end defun | |
773 | |
774 @defvar buffer-display-time | |
775 This variable records the time at which a buffer was last made visible | |
776 in a window. It is always local in each buffer; each time | |
777 @code{set-window-buffer} is called, it sets this variable to | |
778 @code{(current-time)} in the specified buffer (@pxref{Time of Day}). | |
779 When a buffer is first created, @code{buffer-display-time} starts out | |
780 with the value @code{nil}. | |
781 @end defvar | |
782 | |
783 @node Displaying Buffers | |
784 @section Displaying Buffers in Windows | |
785 @cindex switching to a buffer | |
786 @cindex displaying a buffer | |
787 | |
788 In this section we describe convenient functions that choose a window | |
789 automatically and use it to display a specified buffer. These functions | |
790 can also split an existing window in certain circumstances. We also | |
791 describe variables that parameterize the heuristics used for choosing a | |
792 window. | |
793 @iftex | |
794 See the preceding section for | |
795 @end iftex | |
796 @ifnottex | |
797 @xref{Buffers and Windows}, for | |
798 @end ifnottex | |
98812
38749a93f5a4
(Displaying Buffers): Minor wording fix.
Eli Zaretskii <eliz@gnu.org>
parents:
98794
diff
changeset
|
799 low-level primitives that give you more precise control. All of these |
84112 | 800 functions work by calling @code{set-window-buffer}. |
801 | |
802 Do not use the functions in this section in order to make a buffer | |
803 current so that a Lisp program can access or modify it; they are too | |
804 drastic for that purpose, since they change the display of buffers in | |
805 windows, which would be gratuitous and surprise the user. Instead, use | |
806 @code{set-buffer} and @code{save-current-buffer} (@pxref{Current | |
807 Buffer}), which designate buffers as current for programmed access | |
808 without affecting the display of buffers in windows. | |
809 | |
810 @deffn Command switch-to-buffer buffer-or-name &optional norecord | |
811 This function makes @var{buffer-or-name} the current buffer, and also | |
812 displays the buffer in the selected window. This means that a human can | |
813 see the buffer and subsequent keyboard commands will apply to it. | |
814 Contrast this with @code{set-buffer}, which makes @var{buffer-or-name} | |
815 the current buffer but does not display it in the selected window. | |
816 @xref{Current Buffer}. | |
817 | |
818 If @var{buffer-or-name} does not identify an existing buffer, then a new | |
819 buffer by that name is created. The major mode for the new buffer is | |
820 set according to the variable @code{default-major-mode}. @xref{Auto | |
821 Major Mode}. If @var{buffer-or-name} is @code{nil}, | |
822 @code{switch-to-buffer} chooses a buffer using @code{other-buffer}. | |
823 | |
824 Normally the specified buffer is put at the front of the buffer list | |
825 (both the selected frame's buffer list and the frame-independent buffer | |
826 list). This affects the operation of @code{other-buffer}. However, if | |
827 @var{norecord} is non-@code{nil}, this is not done. @xref{The Buffer | |
828 List}. | |
829 | |
830 The @code{switch-to-buffer} function is often used interactively, as | |
831 the binding of @kbd{C-x b}. It is also used frequently in programs. It | |
832 returns the buffer that it switched to. | |
833 @end deffn | |
834 | |
835 The next two functions are similar to @code{switch-to-buffer}, except | |
836 for the described features. | |
837 | |
838 @deffn Command switch-to-buffer-other-window buffer-or-name &optional norecord | |
839 This function makes @var{buffer-or-name} the current buffer and | |
840 displays it in a window not currently selected. It then selects that | |
841 window. The handling of the buffer is the same as in | |
842 @code{switch-to-buffer}. | |
843 | |
844 The currently selected window is absolutely never used to do the job. | |
845 If it is the only window, then it is split to make a distinct window for | |
846 this purpose. If the selected window is already displaying the buffer, | |
847 then it continues to do so, but another window is nonetheless found to | |
848 display it in as well. | |
849 | |
850 This function updates the buffer list just like @code{switch-to-buffer} | |
851 unless @var{norecord} is non-@code{nil}. | |
852 @end deffn | |
853 | |
854 @defun pop-to-buffer buffer-or-name &optional other-window norecord | |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
855 This function makes @var{buffer-or-name} the current buffer and switches |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
856 to it in some window, preferably not the window previously selected. |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
857 The ``popped-to'' window becomes the selected window. Its frame is |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
858 given the X server's focus if possible, see @ref{Input Focus}. The |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
859 return value is the buffer that was switched to. If |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
860 @var{buffer-or-name} is @code{nil}, that means to choose some other |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
861 buffer, but you don't specify which. |
84112 | 862 |
863 If the variable @code{pop-up-frames} is non-@code{nil}, | |
864 @code{pop-to-buffer} looks for a window in any visible frame already | |
865 displaying the buffer; if there is one, it returns that window and makes | |
866 it be selected within its frame. If there is none, it creates a new | |
867 frame and displays the buffer in it. | |
868 | |
869 If @code{pop-up-frames} is @code{nil}, then @code{pop-to-buffer} | |
870 operates entirely within the selected frame. (If the selected frame has | |
871 just a minibuffer, @code{pop-to-buffer} operates within the most | |
872 recently selected frame that was not just a minibuffer.) | |
873 | |
874 If the variable @code{pop-up-windows} is non-@code{nil}, windows may | |
875 be split to create a new window that is different from the original | |
876 window. For details, see @ref{Choosing Window}. | |
877 | |
878 If @var{other-window} is non-@code{nil}, @code{pop-to-buffer} finds or | |
879 creates another window even if @var{buffer-or-name} is already visible | |
880 in the selected window. Thus @var{buffer-or-name} could end up | |
881 displayed in two windows. On the other hand, if @var{buffer-or-name} is | |
882 already displayed in the selected window and @var{other-window} is | |
883 @code{nil}, then the selected window is considered sufficient display | |
884 for @var{buffer-or-name}, so that nothing needs to be done. | |
885 | |
886 All the variables that affect @code{display-buffer} affect | |
887 @code{pop-to-buffer} as well. @xref{Choosing Window}. | |
888 | |
889 If @var{buffer-or-name} is a string that does not name an existing | |
890 buffer, a buffer by that name is created. The major mode for the new | |
891 buffer is set according to the variable @code{default-major-mode}. | |
892 @xref{Auto Major Mode}. | |
893 | |
894 This function updates the buffer list just like @code{switch-to-buffer} | |
895 unless @var{norecord} is non-@code{nil}. | |
896 @end defun | |
897 | |
898 @deffn Command replace-buffer-in-windows buffer-or-name | |
98843
296e6dfba21e
(Choosing Window, Displaying Buffers): Fix last changes.
Eli Zaretskii <eliz@gnu.org>
parents:
98835
diff
changeset
|
899 This function replaces @var{buffer-or-name} in all windows displaying |
296e6dfba21e
(Choosing Window, Displaying Buffers): Fix last changes.
Eli Zaretskii <eliz@gnu.org>
parents:
98835
diff
changeset
|
900 it with some other buffer. It uses @code{other-buffer} to choose the |
296e6dfba21e
(Choosing Window, Displaying Buffers): Fix last changes.
Eli Zaretskii <eliz@gnu.org>
parents:
98835
diff
changeset
|
901 other buffer. In the usual applications of this function, you |
84112 | 902 don't care which other buffer is used; you just want to make sure that |
903 @var{buffer-or-name} is no longer displayed. | |
904 | |
98843
296e6dfba21e
(Choosing Window, Displaying Buffers): Fix last changes.
Eli Zaretskii <eliz@gnu.org>
parents:
98835
diff
changeset
|
905 If the window displaying @var{buffer-or-name} is dedicated, and |
296e6dfba21e
(Choosing Window, Displaying Buffers): Fix last changes.
Eli Zaretskii <eliz@gnu.org>
parents:
98835
diff
changeset
|
906 is not the only window on its frame, that window is deleted. If that |
98835
4c36d8b3b766
(Choosing Window, Deleting Windows)
Martin Rudalics <rudalics@gmx.at>
parents:
98827
diff
changeset
|
907 window is the only window on its frame and there are other frames left, |
98843
296e6dfba21e
(Choosing Window, Displaying Buffers): Fix last changes.
Eli Zaretskii <eliz@gnu.org>
parents:
98835
diff
changeset
|
908 the window's frame is deleted as well. If there are no other frames left, |
98835
4c36d8b3b766
(Choosing Window, Deleting Windows)
Martin Rudalics <rudalics@gmx.at>
parents:
98827
diff
changeset
|
909 some other buffer is displayed in that window. |
4c36d8b3b766
(Choosing Window, Deleting Windows)
Martin Rudalics <rudalics@gmx.at>
parents:
98827
diff
changeset
|
910 |
84112 | 911 This function returns @code{nil}. |
912 @end deffn | |
913 | |
914 @node Choosing Window | |
915 @section Choosing a Window for Display | |
916 | |
917 This section describes the basic facility that chooses a window to | |
918 display a buffer in---@code{display-buffer}. All the higher-level | |
919 functions and commands use this subroutine. Here we describe how to use | |
920 @code{display-buffer} and how to customize it. | |
921 | |
922 @deffn Command display-buffer buffer-or-name &optional not-this-window frame | |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
923 This command makes @var{buffer-or-name} appear in some window, but it |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
924 does not select that window and does not make the buffer specified by |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
925 @var{buffer-or-name} current. The identity of the selected window is |
84112 | 926 unaltered by this function. @var{buffer-or-name} must be a buffer, or |
927 the name of an existing buffer. | |
928 | |
929 If @var{not-this-window} is non-@code{nil}, it means to display the | |
930 specified buffer in a window other than the selected one, even if it is | |
931 already on display in the selected window. This can cause the buffer to | |
932 appear in two windows at once. Otherwise, if @var{buffer-or-name} is | |
933 already being displayed in any window, that is good enough, so this | |
934 function does nothing. | |
935 | |
936 @code{display-buffer} returns the window chosen to display | |
937 @var{buffer-or-name}. | |
938 | |
939 If the argument @var{frame} is non-@code{nil}, it specifies which frames | |
940 to check when deciding whether the buffer is already displayed. If the | |
941 buffer is already displayed in some window on one of these frames, | |
942 @code{display-buffer} simply returns that window. Here are the possible | |
943 values of @var{frame}: | |
944 | |
945 @itemize @bullet | |
946 @item | |
947 If it is @code{nil}, consider windows on the selected frame. | |
948 (Actually, the last non-minibuffer frame.) | |
949 @item | |
950 If it is @code{t}, consider windows on all frames. | |
951 @item | |
952 If it is @code{visible}, consider windows on all visible frames. | |
953 @item | |
954 If it is 0, consider windows on all visible or iconified frames. | |
955 @item | |
956 If it is a frame, consider windows on that frame. | |
957 @end itemize | |
958 | |
959 Precisely how @code{display-buffer} finds or creates a window depends on | |
960 the variables described below. | |
961 @end deffn | |
962 | |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
963 @defopt display-buffer-reuse-frames |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
964 If this variable is non-@code{nil}, @code{display-buffer} searches |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
965 existing frames for a window displaying @var{buffer-or-name}. If the |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
966 buffer is already displayed in a window in some frame, |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
967 @code{display-buffer} makes the frame visible and raises it, to use that |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
968 window. If the buffer is not already displayed, or |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
969 @code{display-buffer-reuse-frames} is @code{nil}, the behavior of |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
970 @code{display-buffer} is determined by the variables described next. |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
971 @end defopt |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
972 |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
973 @defopt pop-up-windows |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
974 This variable specifies whether @code{display-buffer} is allowed to |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
975 split (@pxref{Splitting Windows}) an existing window . If it is |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
976 non-@code{nil}, @code{display-buffer} tries to the split the largest or |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
977 least recently used window on the selected frame. (If the selected |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
978 frame is a minibuffer-only frame, it tries to split a window on another |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
979 frame instead.) If @code{pop-up-windows} is nil or the variable |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
980 @code{pop-up-frames} (see below) is non-@code{nil}, |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
981 @code{display-buffer} does not split any window. |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
982 @end defopt |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
983 |
98827
4a504448eb9c
(Choosing Window): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
98812
diff
changeset
|
984 @defvar split-window-preferred-function |
98812
38749a93f5a4
(Displaying Buffers): Minor wording fix.
Eli Zaretskii <eliz@gnu.org>
parents:
98794
diff
changeset
|
985 This variable specifies how to split a window. Its value, if |
38749a93f5a4
(Displaying Buffers): Minor wording fix.
Eli Zaretskii <eliz@gnu.org>
parents:
98794
diff
changeset
|
986 non-@code{nil}, should be a function of one argument, which is a |
38749a93f5a4
(Displaying Buffers): Minor wording fix.
Eli Zaretskii <eliz@gnu.org>
parents:
98794
diff
changeset
|
987 window. If this variable specifies a function, @code{display-buffer} |
38749a93f5a4
(Displaying Buffers): Minor wording fix.
Eli Zaretskii <eliz@gnu.org>
parents:
98794
diff
changeset
|
988 will call it with one or more candidate windows when it looks for a |
98827
4a504448eb9c
(Choosing Window): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
98812
diff
changeset
|
989 window to split. If the argument window fits, the function is |
98812
38749a93f5a4
(Displaying Buffers): Minor wording fix.
Eli Zaretskii <eliz@gnu.org>
parents:
98794
diff
changeset
|
990 expected to split it and return a new window. If the function returns |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
991 @code{nil}, the argument window will not be split. |
98827
4a504448eb9c
(Choosing Window): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
98812
diff
changeset
|
992 |
4a504448eb9c
(Choosing Window): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
98812
diff
changeset
|
993 If the value of this variable is @code{nil}, @code{display-buffer} |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
994 uses the two variables described next to decide whether and which |
98827
4a504448eb9c
(Choosing Window): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
98812
diff
changeset
|
995 window to split. |
4a504448eb9c
(Choosing Window): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
98812
diff
changeset
|
996 @end defvar |
98812
38749a93f5a4
(Displaying Buffers): Minor wording fix.
Eli Zaretskii <eliz@gnu.org>
parents:
98794
diff
changeset
|
997 |
84112 | 998 @defopt split-height-threshold |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
999 This variable specifies whether @code{display-buffer} may split a window |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1000 vertically, provided there are multiple windows. If the value is a |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1001 number, @code{display-buffer} splits a window only if it has at least |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1002 this many lines. If no window is tall enough, or if the value of this |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1003 variable is @code{nil}, @code{display-buffer} tries to split some window |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1004 horizontally, subject to restrictions of @code{split-width-threshold} |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1005 (see below). If splitting horizontally is impossible too, |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1006 @code{display-buffer} splits a window vertically only if it's the only |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1007 window on its frame and not the minibuffer window, and only if |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1008 @code{pop-up-windows} is non-@code{nil}. |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1009 |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1010 A window whose height is fixed (@pxref{Resizing Windows}) cannot be |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1011 split vertically by @code{display-buffer}. Also, @code{display-buffer} |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1012 splits a window vertically only if it can accommodate two windows that |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1013 are both at least `window-min-height' lines tall. Moreover, if the |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1014 window that shall be split has a mode-line, the window must be at least |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1015 four lines tall in order to make sure that the new window can have a |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1016 mode-line as well. If the original window doesn't have a mode-line, a |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1017 height of two lines suffices. |
98812
38749a93f5a4
(Displaying Buffers): Minor wording fix.
Eli Zaretskii <eliz@gnu.org>
parents:
98794
diff
changeset
|
1018 @end defopt |
38749a93f5a4
(Displaying Buffers): Minor wording fix.
Eli Zaretskii <eliz@gnu.org>
parents:
98794
diff
changeset
|
1019 |
38749a93f5a4
(Displaying Buffers): Minor wording fix.
Eli Zaretskii <eliz@gnu.org>
parents:
98794
diff
changeset
|
1020 @defopt split-width-threshold |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1021 This variable specifies whether @code{display-buffer} may split a window |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1022 horizontally. If the value is a number, @code{display-buffer} may split |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1023 a window if it has at least this many columns. If the value of this |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1024 variable is @code{nil}, @code{display-buffer} will not split any windows |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1025 horizontally. (It still might split some window vertically, though, see |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1026 above.) |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1027 |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1028 A window whose width is fixed (@pxref{Resizing Windows}) cannot be split |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1029 horizontally by @code{display-buffer}. Also, @code{display-buffer} |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1030 splits a window horizontally only if it can accommodate two windows that |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1031 are both at least `window-min-width' columns wide. |
84112 | 1032 @end defopt |
1033 | |
1034 @defopt even-window-heights | |
98944
e3bf6a4e1aa6
More wording fixes from RMS.
Eli Zaretskii <eliz@gnu.org>
parents:
98928
diff
changeset
|
1035 This variable specifies whether @code{display-buffer} should even out |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1036 window heights if the buffer gets displayed in an existing window, above |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1037 or beneath another window. If @code{even-window-heights} is |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1038 non-@code{nil}, the default, window heights will be evened out. If |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1039 either of the involved window has fixed height (@pxref{Resizing |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1040 Windows}) or @code{even-window-heights} is @code{nil}, the original |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1041 window heights will be left alone. |
84112 | 1042 @end defopt |
1043 | |
1044 @c Emacs 19 feature | |
1045 @defopt pop-up-frames | |
98944
e3bf6a4e1aa6
More wording fixes from RMS.
Eli Zaretskii <eliz@gnu.org>
parents:
98928
diff
changeset
|
1046 This variable specifies whether @code{display-buffer} makes new frames. |
84112 | 1047 If it is non-@code{nil}, @code{display-buffer} looks for an existing |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1048 window already displaying the desired buffer, on any visible frame. If |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1049 it finds one, it returns that window. Otherwise it makes a new frame, |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1050 unless the variable's value is @code{graphic-only} and the selected |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1051 frame is not on a graphic display. Note that the value of |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1052 @code{pop-up-windows} does not matter if @code{pop-up-frames} is |
98812
38749a93f5a4
(Displaying Buffers): Minor wording fix.
Eli Zaretskii <eliz@gnu.org>
parents:
98794
diff
changeset
|
1053 non-@code{nil}. |
84112 | 1054 |
1055 If @code{pop-up-frames} is @code{nil}, then @code{display-buffer} either | |
1056 splits a window or reuses one. | |
1057 | |
1058 @xref{Frames}, for more information. | |
1059 @end defopt | |
1060 | |
1061 @c Emacs 19 feature | |
1062 @defopt pop-up-frame-function | |
1063 This variable specifies how to make a new frame if @code{pop-up-frames} | |
1064 is non-@code{nil}. | |
1065 | |
1066 Its value should be a function of no arguments. When | |
1067 @code{display-buffer} makes a new frame, it does so by calling that | |
1068 function, which should return a frame. The default value of the | |
1069 variable is a function that creates a frame using parameters from | |
1070 @code{pop-up-frame-alist}. | |
1071 @end defopt | |
1072 | |
1073 @defopt pop-up-frame-alist | |
1074 This variable holds an alist specifying frame parameters used when | |
1075 @code{display-buffer} makes a new frame. @xref{Frame Parameters}, for | |
1076 more information about frame parameters. | |
1077 @end defopt | |
1078 | |
1079 @defopt special-display-buffer-names | |
1080 A list of buffer names for buffers that should be displayed specially. | |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1081 If the name of @var{buffer-or-name} is in this list, |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1082 @code{display-buffer} handles the buffer specially. |
84112 | 1083 |
1084 By default, special display means to give the buffer a dedicated frame. | |
1085 | |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1086 If an element is a list, instead of a string, then the @sc{car} of that |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1087 list is the buffer name, and the rest of that list says how to create |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1088 the frame. There are two possibilities for the rest of that list (its |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1089 @sc{cdr}): It can be an alist, specifying frame parameters, or it can |
84112 | 1090 contain a function and arguments to give to it. (The function's first |
1091 argument is always the buffer to be displayed; the arguments from the | |
1092 list come after that.) | |
1093 | |
1094 For example: | |
1095 | |
1096 @example | |
1097 (("myfile" (minibuffer) (menu-bar-lines . 0))) | |
1098 @end example | |
1099 | |
1100 @noindent | |
1101 specifies to display a buffer named @samp{myfile} in a dedicated frame | |
1102 with specified @code{minibuffer} and @code{menu-bar-lines} parameters. | |
1103 | |
1104 The list of frame parameters can also use the phony frame parameters | |
1105 @code{same-frame} and @code{same-window}. If the specified frame | |
1106 parameters include @code{(same-window . @var{value})} and @var{value} | |
1107 is non-@code{nil}, that means to display the buffer in the current | |
1108 selected window. Otherwise, if they include @code{(same-frame . | |
1109 @var{value})} and @var{value} is non-@code{nil}, that means to display | |
1110 the buffer in a new window in the currently selected frame. | |
1111 @end defopt | |
1112 | |
1113 @defopt special-display-regexps | |
1114 A list of regular expressions that specify buffers that should be | |
1115 displayed specially. If the buffer's name matches any of the regular | |
1116 expressions in this list, @code{display-buffer} handles the buffer | |
1117 specially. | |
1118 | |
1119 By default, special display means to give the buffer a dedicated frame. | |
1120 | |
1121 If an element is a list, instead of a string, then the @sc{car} of the | |
1122 list is the regular expression, and the rest of the list says how to | |
1123 create the frame. See above, under @code{special-display-buffer-names}. | |
1124 @end defopt | |
1125 | |
1126 @defun special-display-p buffer-name | |
1127 This function returns non-@code{nil} if displaying a buffer | |
1128 named @var{buffer-name} with @code{display-buffer} would | |
1129 create a special frame. The value is @code{t} if it would | |
1130 use the default frame parameters, or else the specified list | |
1131 of frame parameters. | |
1132 @end defun | |
1133 | |
1134 @defvar special-display-function | |
1135 This variable holds the function to call to display a buffer specially. | |
1136 It receives the buffer as an argument, and should return the window in | |
1137 which it is displayed. | |
1138 | |
1139 The default value of this variable is | |
1140 @code{special-display-popup-frame}. | |
1141 @end defvar | |
1142 | |
1143 @defun special-display-popup-frame buffer &optional args | |
1144 This function makes @var{buffer} visible in a frame of its own. If | |
1145 @var{buffer} is already displayed in a window in some frame, it makes | |
1146 the frame visible and raises it, to use that window. Otherwise, it | |
1147 creates a frame that will be dedicated to @var{buffer}. This | |
1148 function returns the window it used. | |
1149 | |
1150 If @var{args} is an alist, it specifies frame parameters for the new | |
1151 frame. | |
1152 | |
1153 If @var{args} is a list whose @sc{car} is a symbol, then @code{(car | |
1154 @var{args})} is called as a function to actually create and set up the | |
1155 frame; it is called with @var{buffer} as first argument, and @code{(cdr | |
1156 @var{args})} as additional arguments. | |
1157 | |
1158 This function always uses an existing window displaying @var{buffer}, | |
1159 whether or not it is in a frame of its own; but if you set up the above | |
1160 variables in your init file, before @var{buffer} was created, then | |
1161 presumably the window was previously made by this function. | |
1162 @end defun | |
1163 | |
1164 @defopt special-display-frame-alist | |
1165 @anchor{Definition of special-display-frame-alist} | |
1166 This variable holds frame parameters for | |
1167 @code{special-display-popup-frame} to use when it creates a frame. | |
1168 @end defopt | |
1169 | |
1170 @defopt same-window-buffer-names | |
1171 A list of buffer names for buffers that should be displayed in the | |
1172 selected window. If the buffer's name is in this list, | |
1173 @code{display-buffer} handles the buffer by switching to it in the | |
1174 selected window. | |
1175 @end defopt | |
1176 | |
1177 @defopt same-window-regexps | |
1178 A list of regular expressions that specify buffers that should be | |
1179 displayed in the selected window. If the buffer's name matches any of | |
1180 the regular expressions in this list, @code{display-buffer} handles the | |
1181 buffer by switching to it in the selected window. | |
1182 @end defopt | |
1183 | |
1184 @defun same-window-p buffer-name | |
1185 This function returns @code{t} if displaying a buffer | |
1186 named @var{buffer-name} with @code{display-buffer} would | |
1187 put it in the selected window. | |
1188 @end defun | |
1189 | |
1190 @c Emacs 19 feature | |
1191 @defvar display-buffer-function | |
1192 This variable is the most flexible way to customize the behavior of | |
1193 @code{display-buffer}. If it is non-@code{nil}, it should be a function | |
1194 that @code{display-buffer} calls to do the work. The function should | |
1195 accept two arguments, the first two arguments that @code{display-buffer} | |
1196 received. It should choose or create a window, display the specified | |
1197 buffer in it, and then return the window. | |
1198 | |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1199 This variable takes precedence over all the other options described |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1200 above. |
84112 | 1201 @end defvar |
1202 | |
1203 @c Emacs 19 feature | |
1204 @cindex dedicated window | |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1205 If all options described above fail to produce a suitable window, |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1206 @code{display-buffer} will try to use an existing window. You can avoid |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1207 that @code{display-buffer} uses a specific window by marking that window |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1208 as @dfn{dedicated} to its buffer. Then @code{display-buffer} will not |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1209 try to use that window to display any other buffer. Moreover, |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1210 @code{set-window-buffer} will signal an error when asked to display |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1211 another buffer in it. Both @code{get-lru-window} and |
98835
4c36d8b3b766
(Choosing Window, Deleting Windows)
Martin Rudalics <rudalics@gmx.at>
parents:
98827
diff
changeset
|
1212 @code{get-largest-window} do not consider dedicated windows as |
4c36d8b3b766
(Choosing Window, Deleting Windows)
Martin Rudalics <rudalics@gmx.at>
parents:
98827
diff
changeset
|
1213 candidates when their @var{dedicated} argument is non-@code{nil}. |
4c36d8b3b766
(Choosing Window, Deleting Windows)
Martin Rudalics <rudalics@gmx.at>
parents:
98827
diff
changeset
|
1214 |
4c36d8b3b766
(Choosing Window, Deleting Windows)
Martin Rudalics <rudalics@gmx.at>
parents:
98827
diff
changeset
|
1215 When @code{delete-windows-on} deletes a dedicated window and that window |
98843
296e6dfba21e
(Choosing Window, Displaying Buffers): Fix last changes.
Eli Zaretskii <eliz@gnu.org>
parents:
98835
diff
changeset
|
1216 is the only window on its frame, it will delete that frame as well if |
98835
4c36d8b3b766
(Choosing Window, Deleting Windows)
Martin Rudalics <rudalics@gmx.at>
parents:
98827
diff
changeset
|
1217 there are other frames left. @code{replace-buffer-in-windows} deletes |
4c36d8b3b766
(Choosing Window, Deleting Windows)
Martin Rudalics <rudalics@gmx.at>
parents:
98827
diff
changeset
|
1218 any dedicated window showing its buffer argument. When such a window is |
98843
296e6dfba21e
(Choosing Window, Displaying Buffers): Fix last changes.
Eli Zaretskii <eliz@gnu.org>
parents:
98835
diff
changeset
|
1219 the only window on its frame, that frame is deleted if there are other |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1220 frames left. If there are no more frames left, some other buffer is |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1221 displayed in the window and the window is marked as non-dedicated. |
98835
4c36d8b3b766
(Choosing Window, Deleting Windows)
Martin Rudalics <rudalics@gmx.at>
parents:
98827
diff
changeset
|
1222 |
4c36d8b3b766
(Choosing Window, Deleting Windows)
Martin Rudalics <rudalics@gmx.at>
parents:
98827
diff
changeset
|
1223 @defun window-dedicated-p &optional window |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1224 This function returns non-@code{nil} if @var{window} is dedicated to its |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1225 buffer and @code{nil} otherwise. More precisely, the return value is |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1226 the value assigned by the last call of @code{set-window-dedicated-p} for |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1227 @var{window} or @code{nil} if that function was never called with |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1228 @var{WINDOW} as its argument. |
84112 | 1229 @end defun |
1230 | |
1231 @defun set-window-dedicated-p window flag | |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1232 This function marks @var{window} as dedicated to its buffer if |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1233 @var{flag} is non-@code{nil}, and non-dedicated otherwise. |
84112 | 1234 @end defun |
1235 | |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1236 As a last resort, @code{display-buffer} tries to display |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1237 @var{buffer-or-name} on a new frame. In this case, the value of |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1238 @code{pop-up-frames} is disregarded. |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1239 |
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
1240 |
84112 | 1241 @node Window Point |
1242 @section Windows and Point | |
1243 @cindex window position | |
1244 @cindex window point | |
1245 @cindex position in window | |
1246 @cindex point in window | |
1247 | |
1248 Each window has its own value of point, independent of the value of | |
1249 point in other windows displaying the same buffer. This makes it useful | |
1250 to have multiple windows showing one buffer. | |
1251 | |
1252 @itemize @bullet | |
1253 @item | |
1254 The window point is established when a window is first created; it is | |
1255 initialized from the buffer's point, or from the window point of another | |
1256 window opened on the buffer if such a window exists. | |
1257 | |
1258 @item | |
1259 Selecting a window sets the value of point in its buffer from the | |
1260 window's value of point. Conversely, deselecting a window sets the | |
1261 window's value of point from that of the buffer. Thus, when you switch | |
1262 between windows that display a given buffer, the point value for the | |
1263 selected window is in effect in the buffer, while the point values for | |
1264 the other windows are stored in those windows. | |
1265 | |
1266 @item | |
1267 As long as the selected window displays the current buffer, the window's | |
1268 point and the buffer's point always move together; they remain equal. | |
1269 @end itemize | |
1270 | |
1271 @noindent | |
1272 @xref{Positions}, for more details on buffer positions. | |
1273 | |
1274 @cindex cursor | |
1275 As far as the user is concerned, point is where the cursor is, and | |
1276 when the user switches to another buffer, the cursor jumps to the | |
1277 position of point in that buffer. | |
1278 | |
1279 @defun window-point &optional window | |
1280 This function returns the current position of point in @var{window}. | |
1281 For a nonselected window, this is the value point would have (in that | |
1282 window's buffer) if that window were selected. If @var{window} is | |
1283 @code{nil}, the selected window is used. | |
1284 | |
1285 When @var{window} is the selected window and its buffer is also the | |
1286 current buffer, the value returned is the same as point in that buffer. | |
1287 | |
1288 Strictly speaking, it would be more correct to return the | |
1289 ``top-level'' value of point, outside of any @code{save-excursion} | |
1290 forms. But that value is hard to find. | |
1291 @end defun | |
1292 | |
1293 @defun set-window-point window position | |
1294 This function positions point in @var{window} at position | |
1295 @var{position} in @var{window}'s buffer. It returns @var{position}. | |
1296 | |
1297 If @var{window} is selected, and its buffer is current, | |
1298 this simply does @code{goto-char}. | |
1299 @end defun | |
1300 | |
1301 @node Window Start | |
1302 @section The Window Start Position | |
1303 @cindex window start position | |
1304 | |
1305 Each window contains a marker used to keep track of a buffer position | |
1306 that specifies where in the buffer display should start. This position | |
1307 is called the @dfn{display-start} position of the window (or just the | |
1308 @dfn{start}). The character after this position is the one that appears | |
1309 at the upper left corner of the window. It is usually, but not | |
1310 inevitably, at the beginning of a text line. | |
1311 | |
92148 | 1312 After switching windows or buffers, and in some other cases, if the |
1313 window start is in the middle of a line, Emacs adjusts the window | |
1314 start to the start of a line. This prevents certain operations from | |
1315 leaving the window start at a meaningless point within a line. This | |
1316 feature may interfere with testing some Lisp code by executing it | |
1317 using the commands of Lisp mode, because they trigger this | |
1318 readjustment. To test such code, put it into a command and bind the | |
1319 command to a key. | |
1320 | |
84112 | 1321 @defun window-start &optional window |
1322 @cindex window top line | |
1323 This function returns the display-start position of window | |
1324 @var{window}. If @var{window} is @code{nil}, the selected window is | |
1325 used. For example, | |
1326 | |
1327 @example | |
1328 @group | |
1329 (window-start) | |
1330 @result{} 7058 | |
1331 @end group | |
1332 @end example | |
1333 | |
1334 When you create a window, or display a different buffer in it, the | |
1335 display-start position is set to a display-start position recently used | |
1336 for the same buffer, or 1 if the buffer doesn't have any. | |
1337 | |
1338 Redisplay updates the window-start position (if you have not specified | |
1339 it explicitly since the previous redisplay)---for example, to make sure | |
1340 point appears on the screen. Nothing except redisplay automatically | |
1341 changes the window-start position; if you move point, do not expect the | |
1342 window-start position to change in response until after the next | |
1343 redisplay. | |
1344 | |
1345 For a realistic example of using @code{window-start}, see the | |
1346 description of @code{count-lines}. @xref{Definition of count-lines}. | |
1347 @end defun | |
1348 | |
1349 @defun window-end &optional window update | |
1350 This function returns the position of the end of the display in window | |
1351 @var{window}. If @var{window} is @code{nil}, the selected window is | |
1352 used. | |
1353 | |
1354 Simply changing the buffer text or moving point does not update the | |
1355 value that @code{window-end} returns. The value is updated only when | |
1356 Emacs redisplays and redisplay completes without being preempted. | |
1357 | |
1358 If the last redisplay of @var{window} was preempted, and did not finish, | |
1359 Emacs does not know the position of the end of display in that window. | |
1360 In that case, this function returns @code{nil}. | |
1361 | |
1362 If @var{update} is non-@code{nil}, @code{window-end} always returns an | |
1363 up-to-date value for where the window ends, based on the current | |
1364 @code{window-start} value. If the saved value is valid, | |
1365 @code{window-end} returns that; otherwise it computes the correct | |
1366 value by scanning the buffer text. | |
1367 | |
1368 Even if @var{update} is non-@code{nil}, @code{window-end} does not | |
1369 attempt to scroll the display if point has moved off the screen, the | |
1370 way real redisplay would do. It does not alter the | |
1371 @code{window-start} value. In effect, it reports where the displayed | |
1372 text will end if scrolling is not required. | |
1373 @end defun | |
1374 | |
1375 @defun set-window-start window position &optional noforce | |
1376 This function sets the display-start position of @var{window} to | |
1377 @var{position} in @var{window}'s buffer. It returns @var{position}. | |
1378 | |
1379 The display routines insist that the position of point be visible when a | |
1380 buffer is displayed. Normally, they change the display-start position | |
1381 (that is, scroll the window) whenever necessary to make point visible. | |
1382 However, if you specify the start position with this function using | |
1383 @code{nil} for @var{noforce}, it means you want display to start at | |
1384 @var{position} even if that would put the location of point off the | |
1385 screen. If this does place point off screen, the display routines move | |
1386 point to the left margin on the middle line in the window. | |
1387 | |
92148 | 1388 For example, if point @w{is 1} and you set the start of the window |
1389 @w{to 37}, the start of the next line, point will be ``above'' the top | |
1390 of the window. The display routines will automatically move point if | |
1391 it is still 1 when redisplay occurs. Here is an example: | |
84112 | 1392 |
1393 @example | |
1394 @group | |
1395 ;; @r{Here is what @samp{foo} looks like before executing} | |
1396 ;; @r{the @code{set-window-start} expression.} | |
1397 @end group | |
1398 | |
1399 @group | |
1400 ---------- Buffer: foo ---------- | |
1401 @point{}This is the contents of buffer foo. | |
1402 2 | |
1403 3 | |
1404 4 | |
1405 5 | |
1406 6 | |
1407 ---------- Buffer: foo ---------- | |
1408 @end group | |
1409 | |
1410 @group | |
1411 (set-window-start | |
1412 (selected-window) | |
92148 | 1413 (save-excursion |
1414 (goto-char 1) | |
1415 (forward-line 1) | |
1416 (point))) | |
1417 @result{} 37 | |
84112 | 1418 @end group |
1419 | |
1420 @group | |
1421 ;; @r{Here is what @samp{foo} looks like after executing} | |
1422 ;; @r{the @code{set-window-start} expression.} | |
1423 ---------- Buffer: foo ---------- | |
1424 2 | |
1425 3 | |
1426 @point{}4 | |
1427 5 | |
1428 6 | |
1429 ---------- Buffer: foo ---------- | |
1430 @end group | |
1431 @end example | |
1432 | |
1433 If @var{noforce} is non-@code{nil}, and @var{position} would place point | |
1434 off screen at the next redisplay, then redisplay computes a new window-start | |
1435 position that works well with point, and thus @var{position} is not used. | |
1436 @end defun | |
1437 | |
1438 @defun pos-visible-in-window-p &optional position window partially | |
1439 This function returns non-@code{nil} if @var{position} is within the | |
1440 range of text currently visible on the screen in @var{window}. It | |
1441 returns @code{nil} if @var{position} is scrolled vertically out of | |
1442 view. Locations that are partially obscured are not considered | |
1443 visible unless @var{partially} is non-@code{nil}. The argument | |
1444 @var{position} defaults to the current position of point in | |
1445 @var{window}; @var{window}, to the selected window. | |
1446 | |
1447 If @var{position} is @code{t}, that means to check the last visible | |
1448 position in @var{window}. | |
1449 | |
1450 The @code{pos-visible-in-window-p} function considers only vertical | |
1451 scrolling. If @var{position} is out of view only because @var{window} | |
1452 has been scrolled horizontally, @code{pos-visible-in-window-p} returns | |
1453 non-@code{nil} anyway. @xref{Horizontal Scrolling}. | |
1454 | |
1455 If @var{position} is visible, @code{pos-visible-in-window-p} returns | |
1456 @code{t} if @var{partially} is @code{nil}; if @var{partially} is | |
1457 non-@code{nil}, and the character after @var{position} is fully | |
1458 visible, it returns a list of the form @code{(@var{x} @var{y})}, where | |
1459 @var{x} and @var{y} are the pixel coordinates relative to the top left | |
1460 corner of the window; otherwise it returns an extended list of the | |
1461 form @code{(@var{x} @var{y} @var{rtop} @var{rbot} @var{rowh} | |
1462 @var{vpos})}, where the @var{rtop} and @var{rbot} specify the number | |
1463 of off-window pixels at the top and bottom of the row at | |
1464 @var{position}, @var{rowh} specifies the visible height of that row, | |
1465 and @var{vpos} specifies the vertical position (zero-based row number) | |
1466 of that row. | |
1467 | |
1468 Here is an example: | |
1469 | |
1470 @example | |
1471 @group | |
1472 ;; @r{If point is off the screen now, recenter it now.} | |
1473 (or (pos-visible-in-window-p | |
1474 (point) (selected-window)) | |
1475 (recenter 0)) | |
1476 @end group | |
1477 @end example | |
1478 @end defun | |
1479 | |
1480 @defun window-line-height &optional line window | |
1481 This function returns information about text line @var{line} in @var{window}. | |
1482 If @var{line} is one of @code{header-line} or @code{mode-line}, | |
1483 @code{window-line-height} returns information about the corresponding | |
1484 line of the window. Otherwise, @var{line} is a text line number | |
1485 starting from 0. A negative number counts from the end of the window. | |
1486 The argument @var{line} defaults to the current line in @var{window}; | |
1487 @var{window}, to the selected window. | |
1488 | |
1489 If the display is not up to date, @code{window-line-height} returns | |
1490 @code{nil}. In that case, @code{pos-visible-in-window-p} may be used | |
1491 to obtain related information. | |
1492 | |
1493 If there is no line corresponding to the specified @var{line}, | |
1494 @code{window-line-height} returns @code{nil}. Otherwise, it returns | |
1495 a list @code{(@var{height} @var{vpos} @var{ypos} @var{offbot})}, | |
1496 where @var{height} is the height in pixels of the visible part of the | |
1497 line, @var{vpos} and @var{ypos} are the vertical position in lines and | |
1498 pixels of the line relative to the top of the first text line, and | |
1499 @var{offbot} is the number of off-window pixels at the bottom of the | |
1500 text line. If there are off-window pixels at the top of the (first) | |
1501 text line, @var{ypos} is negative. | |
1502 @end defun | |
1503 | |
1504 @node Textual Scrolling | |
1505 @section Textual Scrolling | |
1506 @cindex textual scrolling | |
1507 @cindex scrolling textually | |
1508 | |
1509 @dfn{Textual scrolling} means moving the text up or down through a | |
1510 window. It works by changing the value of the window's display-start | |
1511 location. It may also change the value of @code{window-point} to keep | |
1512 point on the screen. | |
1513 | |
1514 Textual scrolling was formerly called ``vertical scrolling,'' but we | |
1515 changed its name to distinguish it from the new vertical fractional | |
1516 scrolling feature (@pxref{Vertical Scrolling}). | |
1517 | |
1518 In the commands @code{scroll-up} and @code{scroll-down}, the directions | |
1519 ``up'' and ``down'' refer to the motion of the text in the buffer at which | |
1520 you are looking through the window. Imagine that the text is | |
1521 written on a long roll of paper and that the scrolling commands move the | |
1522 paper up and down. Thus, if you are looking at text in the middle of a | |
1523 buffer and repeatedly call @code{scroll-down}, you will eventually see | |
1524 the beginning of the buffer. | |
1525 | |
1526 Some people have urged that the opposite convention be used: they | |
1527 imagine that the window moves over text that remains in place. Then | |
1528 ``down'' commands would take you to the end of the buffer. This view is | |
1529 more consistent with the actual relationship between windows and the | |
1530 text in the buffer, but it is less like what the user sees. The | |
1531 position of a window on the terminal does not move, and short scrolling | |
1532 commands clearly move the text up or down on the screen. We have chosen | |
1533 names that fit the user's point of view. | |
1534 | |
1535 The textual scrolling functions (aside from | |
1536 @code{scroll-other-window}) have unpredictable results if the current | |
1537 buffer is different from the buffer that is displayed in the selected | |
1538 window. @xref{Current Buffer}. | |
1539 | |
1540 If the window contains a row which is taller than the height of the | |
1541 window (for example in the presence of a large image), the scroll | |
1542 functions will adjust the window vscroll to scroll the partially | |
1543 visible row. To disable this feature, Lisp code may bind the variable | |
1544 `auto-window-vscroll' to @code{nil} (@pxref{Vertical Scrolling}). | |
1545 | |
1546 @deffn Command scroll-up &optional count | |
1547 This function scrolls the text in the selected window upward | |
1548 @var{count} lines. If @var{count} is negative, scrolling is actually | |
1549 downward. | |
1550 | |
1551 If @var{count} is @code{nil} (or omitted), then the length of scroll | |
1552 is @code{next-screen-context-lines} lines less than the usable height of | |
1553 the window (not counting its mode line). | |
1554 | |
1555 @code{scroll-up} returns @code{nil}, unless it gets an error | |
1556 because it can't scroll any further. | |
1557 @end deffn | |
1558 | |
1559 @deffn Command scroll-down &optional count | |
1560 This function scrolls the text in the selected window downward | |
1561 @var{count} lines. If @var{count} is negative, scrolling is actually | |
1562 upward. | |
1563 | |
1564 If @var{count} is omitted or @code{nil}, then the length of the scroll | |
1565 is @code{next-screen-context-lines} lines less than the usable height of | |
1566 the window (not counting its mode line). | |
1567 | |
1568 @code{scroll-down} returns @code{nil}, unless it gets an error because | |
1569 it can't scroll any further. | |
1570 @end deffn | |
1571 | |
1572 @deffn Command scroll-other-window &optional count | |
1573 This function scrolls the text in another window upward @var{count} | |
1574 lines. Negative values of @var{count}, or @code{nil}, are handled | |
1575 as in @code{scroll-up}. | |
1576 | |
1577 You can specify which buffer to scroll by setting the variable | |
1578 @code{other-window-scroll-buffer} to a buffer. If that buffer isn't | |
1579 already displayed, @code{scroll-other-window} displays it in some | |
1580 window. | |
1581 | |
1582 When the selected window is the minibuffer, the next window is normally | |
1583 the one at the top left corner. You can specify a different window to | |
1584 scroll, when the minibuffer is selected, by setting the variable | |
1585 @code{minibuffer-scroll-window}. This variable has no effect when any | |
1586 other window is selected. When it is non-@code{nil} and the | |
1587 minibuffer is selected, it takes precedence over | |
1588 @code{other-window-scroll-buffer}. @xref{Definition of | |
1589 minibuffer-scroll-window}. | |
1590 | |
1591 When the minibuffer is active, it is the next window if the selected | |
1592 window is the one at the bottom right corner. In this case, | |
1593 @code{scroll-other-window} attempts to scroll the minibuffer. If the | |
1594 minibuffer contains just one line, it has nowhere to scroll to, so the | |
1595 line reappears after the echo area momentarily displays the message | |
1596 @samp{Beginning of buffer}. | |
1597 @end deffn | |
1598 | |
1599 @c Emacs 19 feature | |
1600 @defvar other-window-scroll-buffer | |
1601 If this variable is non-@code{nil}, it tells @code{scroll-other-window} | |
1602 which buffer to scroll. | |
1603 @end defvar | |
1604 | |
1605 @defopt scroll-margin | |
1606 This option specifies the size of the scroll margin---a minimum number | |
1607 of lines between point and the top or bottom of a window. Whenever | |
1608 point gets within this many lines of the top or bottom of the window, | |
1609 redisplay scrolls the text automatically (if possible) to move point | |
1610 out of the margin, closer to the center of the window. | |
1611 @end defopt | |
1612 | |
1613 @defopt scroll-conservatively | |
1614 This variable controls how scrolling is done automatically when point | |
1615 moves off the screen (or into the scroll margin). If the value is a | |
1616 positive integer @var{n}, then redisplay scrolls the text up to | |
1617 @var{n} lines in either direction, if that will bring point back into | |
1618 proper view. This action is called @dfn{conservative scrolling}. | |
1619 Otherwise, scrolling happens in the usual way, under the control of | |
1620 other variables such as @code{scroll-up-aggressively} and | |
1621 @code{scroll-down-aggressively}. | |
1622 | |
1623 The default value is zero, which means that conservative scrolling | |
1624 never happens. | |
1625 @end defopt | |
1626 | |
1627 @defopt scroll-down-aggressively | |
1628 The value of this variable should be either @code{nil} or a fraction | |
1629 @var{f} between 0 and 1. If it is a fraction, that specifies where on | |
1630 the screen to put point when scrolling down. More precisely, when a | |
1631 window scrolls down because point is above the window start, the new | |
1632 start position is chosen to put point @var{f} part of the window | |
1633 height from the top. The larger @var{f}, the more aggressive the | |
1634 scrolling. | |
1635 | |
1636 A value of @code{nil} is equivalent to .5, since its effect is to center | |
1637 point. This variable automatically becomes buffer-local when set in any | |
1638 fashion. | |
1639 @end defopt | |
1640 | |
1641 @defopt scroll-up-aggressively | |
1642 Likewise, for scrolling up. The value, @var{f}, specifies how far | |
1643 point should be placed from the bottom of the window; thus, as with | |
1644 @code{scroll-up-aggressively}, a larger value scrolls more aggressively. | |
1645 @end defopt | |
1646 | |
1647 @defopt scroll-step | |
1648 This variable is an older variant of @code{scroll-conservatively}. The | |
1649 difference is that it if its value is @var{n}, that permits scrolling | |
1650 only by precisely @var{n} lines, not a smaller number. This feature | |
1651 does not work with @code{scroll-margin}. The default value is zero. | |
1652 @end defopt | |
1653 | |
1654 @defopt scroll-preserve-screen-position | |
1655 If this option is @code{t}, scrolling which would move the current | |
1656 point position out of the window chooses the new position of point | |
1657 so that the vertical position of the cursor is unchanged, if possible. | |
1658 | |
1659 If it is non-@code{nil} and not @code{t}, then the scrolling functions | |
1660 always preserve the vertical position of point, if possible. | |
1661 @end defopt | |
1662 | |
1663 @defopt next-screen-context-lines | |
1664 The value of this variable is the number of lines of continuity to | |
1665 retain when scrolling by full screens. For example, @code{scroll-up} | |
1666 with an argument of @code{nil} scrolls so that this many lines at the | |
1667 bottom of the window appear instead at the top. The default value is | |
1668 @code{2}. | |
1669 @end defopt | |
1670 | |
1671 @deffn Command recenter &optional count | |
1672 @cindex centering point | |
1673 This function scrolls the text in the selected window so that point is | |
1674 displayed at a specified vertical position within the window. It does | |
1675 not ``move point'' with respect to the text. | |
1676 | |
1677 If @var{count} is a nonnegative number, that puts the line containing | |
1678 point @var{count} lines down from the top of the window. If | |
1679 @var{count} is a negative number, then it counts upward from the | |
1680 bottom of the window, so that @minus{}1 stands for the last usable | |
1681 line in the window. If @var{count} is a non-@code{nil} list, then it | |
1682 stands for the line in the middle of the window. | |
1683 | |
1684 If @var{count} is @code{nil}, @code{recenter} puts the line containing | |
1685 point in the middle of the window, then clears and redisplays the entire | |
1686 selected frame. | |
1687 | |
1688 When @code{recenter} is called interactively, @var{count} is the raw | |
1689 prefix argument. Thus, typing @kbd{C-u} as the prefix sets the | |
1690 @var{count} to a non-@code{nil} list, while typing @kbd{C-u 4} sets | |
1691 @var{count} to 4, which positions the current line four lines from the | |
1692 top. | |
1693 | |
1694 With an argument of zero, @code{recenter} positions the current line at | |
1695 the top of the window. This action is so handy that some people make a | |
1696 separate key binding to do this. For example, | |
1697 | |
1698 @example | |
1699 @group | |
1700 (defun line-to-top-of-window () | |
1701 "Scroll current line to top of window. | |
1702 Replaces three keystroke sequence C-u 0 C-l." | |
1703 (interactive) | |
1704 (recenter 0)) | |
1705 | |
1706 (global-set-key [kp-multiply] 'line-to-top-of-window) | |
1707 @end group | |
1708 @end example | |
1709 @end deffn | |
1710 | |
1711 @node Vertical Scrolling | |
1712 @section Vertical Fractional Scrolling | |
1713 @cindex vertical fractional scrolling | |
1714 | |
1715 @dfn{Vertical fractional scrolling} means shifting the image in the | |
1716 window up or down by a specified multiple or fraction of a line. | |
1717 Each window has a @dfn{vertical scroll position}, | |
1718 which is a number, never less than zero. It specifies how far to raise | |
1719 the contents of the window. Raising the window contents generally makes | |
1720 all or part of some lines disappear off the top, and all or part of some | |
1721 other lines appear at the bottom. The usual value is zero. | |
1722 | |
1723 The vertical scroll position is measured in units of the normal line | |
1724 height, which is the height of the default font. Thus, if the value is | |
1725 .5, that means the window contents are scrolled up half the normal line | |
1726 height. If it is 3.3, that means the window contents are scrolled up | |
1727 somewhat over three times the normal line height. | |
1728 | |
1729 What fraction of a line the vertical scrolling covers, or how many | |
1730 lines, depends on what the lines contain. A value of .5 could scroll a | |
1731 line whose height is very short off the screen, while a value of 3.3 | |
1732 could scroll just part of the way through a tall line or an image. | |
1733 | |
1734 @defun window-vscroll &optional window pixels-p | |
1735 This function returns the current vertical scroll position of | |
1736 @var{window}. If @var{window} is @code{nil}, the selected window is | |
1737 used. If @var{pixels-p} is non-@code{nil}, the return value is | |
1738 measured in pixels, rather than in units of the normal line height. | |
1739 | |
1740 @example | |
1741 @group | |
1742 (window-vscroll) | |
1743 @result{} 0 | |
1744 @end group | |
1745 @end example | |
1746 @end defun | |
1747 | |
1748 @defun set-window-vscroll window lines &optional pixels-p | |
1749 This function sets @var{window}'s vertical scroll position to | |
1750 @var{lines}. The argument @var{lines} should be zero or positive; if | |
1751 not, it is taken as zero. | |
1752 | |
1753 If @var{window} is @code{nil}, the selected window is used. | |
1754 | |
1755 The actual vertical scroll position must always correspond | |
1756 to an integral number of pixels, so the value you specify | |
1757 is rounded accordingly. | |
1758 | |
1759 The return value is the result of this rounding. | |
1760 | |
1761 @example | |
1762 @group | |
1763 (set-window-vscroll (selected-window) 1.2) | |
1764 @result{} 1.13 | |
1765 @end group | |
1766 @end example | |
1767 | |
1768 If @var{pixels-p} is non-@code{nil}, @var{lines} specifies a number of | |
1769 pixels. In this case, the return value is @var{lines}. | |
1770 @end defun | |
1771 | |
1772 @defvar auto-window-vscroll | |
1773 If this variable is non-@code{nil}, the line-move, scroll-up, and | |
1774 scroll-down functions will automatically modify the window vscroll to | |
1775 scroll through display rows that are taller that the height of the | |
1776 window, for example in the presence of large images. | |
1777 @end defvar | |
1778 | |
1779 @node Horizontal Scrolling | |
1780 @section Horizontal Scrolling | |
1781 @cindex horizontal scrolling | |
1782 | |
1783 @dfn{Horizontal scrolling} means shifting the image in the window left | |
1784 or right by a specified multiple of the normal character width. Each | |
1785 window has a @dfn{horizontal scroll position}, which is a number, never | |
1786 less than zero. It specifies how far to shift the contents left. | |
1787 Shifting the window contents left generally makes all or part of some | |
1788 characters disappear off the left, and all or part of some other | |
1789 characters appear at the right. The usual value is zero. | |
1790 | |
1791 The horizontal scroll position is measured in units of the normal | |
1792 character width, which is the width of space in the default font. Thus, | |
1793 if the value is 5, that means the window contents are scrolled left by 5 | |
1794 times the normal character width. How many characters actually | |
1795 disappear off to the left depends on their width, and could vary from | |
1796 line to line. | |
1797 | |
1798 Because we read from side to side in the ``inner loop,'' and from top | |
1799 to bottom in the ``outer loop,'' the effect of horizontal scrolling is | |
1800 not like that of textual or vertical scrolling. Textual scrolling | |
1801 involves selection of a portion of text to display, and vertical | |
1802 scrolling moves the window contents contiguously; but horizontal | |
1803 scrolling causes part of @emph{each line} to go off screen. | |
1804 | |
1805 Usually, no horizontal scrolling is in effect; then the leftmost | |
1806 column is at the left edge of the window. In this state, scrolling to | |
1807 the right is meaningless, since there is no data to the left of the edge | |
1808 to be revealed by it; so this is not allowed. Scrolling to the left is | |
1809 allowed; it scrolls the first columns of text off the edge of the window | |
1810 and can reveal additional columns on the right that were truncated | |
1811 before. Once a window has a nonzero amount of leftward horizontal | |
1812 scrolling, you can scroll it back to the right, but only so far as to | |
1813 reduce the net horizontal scroll to zero. There is no limit to how far | |
1814 left you can scroll, but eventually all the text will disappear off the | |
1815 left edge. | |
1816 | |
1817 @vindex auto-hscroll-mode | |
1818 If @code{auto-hscroll-mode} is set, redisplay automatically alters | |
1819 the horizontal scrolling of a window as necessary to ensure that point | |
1820 is always visible. However, you can still set the horizontal | |
1821 scrolling value explicitly. The value you specify serves as a lower | |
1822 bound for automatic scrolling, i.e. automatic scrolling will not | |
1823 scroll a window to a column less than the specified one. | |
1824 | |
1825 @deffn Command scroll-left &optional count set-minimum | |
1826 This function scrolls the selected window @var{count} columns to the | |
1827 left (or to the right if @var{count} is negative). The default | |
1828 for @var{count} is the window width, minus 2. | |
1829 | |
1830 The return value is the total amount of leftward horizontal scrolling in | |
1831 effect after the change---just like the value returned by | |
1832 @code{window-hscroll} (below). | |
1833 | |
1834 Once you scroll a window as far right as it can go, back to its normal | |
1835 position where the total leftward scrolling is zero, attempts to scroll | |
1836 any farther right have no effect. | |
1837 | |
1838 If @var{set-minimum} is non-@code{nil}, the new scroll amount becomes | |
1839 the lower bound for automatic scrolling; that is, automatic scrolling | |
1840 will not scroll a window to a column less than the value returned by | |
1841 this function. Interactive calls pass non-@code{nil} for | |
1842 @var{set-minimum}. | |
1843 @end deffn | |
1844 | |
1845 @deffn Command scroll-right &optional count set-minimum | |
1846 This function scrolls the selected window @var{count} columns to the | |
1847 right (or to the left if @var{count} is negative). The default | |
1848 for @var{count} is the window width, minus 2. Aside from the direction | |
1849 of scrolling, this works just like @code{scroll-left}. | |
1850 @end deffn | |
1851 | |
1852 @defun window-hscroll &optional window | |
1853 This function returns the total leftward horizontal scrolling of | |
1854 @var{window}---the number of columns by which the text in @var{window} | |
1855 is scrolled left past the left margin. | |
1856 | |
1857 The value is never negative. It is zero when no horizontal scrolling | |
1858 has been done in @var{window} (which is usually the case). | |
1859 | |
1860 If @var{window} is @code{nil}, the selected window is used. | |
1861 | |
1862 @example | |
1863 @group | |
1864 (window-hscroll) | |
1865 @result{} 0 | |
1866 @end group | |
1867 @group | |
1868 (scroll-left 5) | |
1869 @result{} 5 | |
1870 @end group | |
1871 @group | |
1872 (window-hscroll) | |
1873 @result{} 5 | |
1874 @end group | |
1875 @end example | |
1876 @end defun | |
1877 | |
1878 @defun set-window-hscroll window columns | |
1879 This function sets horizontal scrolling of @var{window}. The value of | |
1880 @var{columns} specifies the amount of scrolling, in terms of columns | |
1881 from the left margin. The argument @var{columns} should be zero or | |
1882 positive; if not, it is taken as zero. Fractional values of | |
1883 @var{columns} are not supported at present. | |
1884 | |
1885 Note that @code{set-window-hscroll} may appear not to work if you test | |
1886 it by evaluating a call with @kbd{M-:} in a simple way. What happens | |
1887 is that the function sets the horizontal scroll value and returns, but | |
1888 then redisplay adjusts the horizontal scrolling to make point visible, | |
1889 and this overrides what the function did. You can observe the | |
1890 function's effect if you call it while point is sufficiently far from | |
1891 the left margin that it will remain visible. | |
1892 | |
1893 The value returned is @var{columns}. | |
1894 | |
1895 @example | |
1896 @group | |
1897 (set-window-hscroll (selected-window) 10) | |
1898 @result{} 10 | |
1899 @end group | |
1900 @end example | |
1901 @end defun | |
1902 | |
1903 Here is how you can determine whether a given position @var{position} | |
1904 is off the screen due to horizontal scrolling: | |
1905 | |
1906 @example | |
1907 @group | |
1908 (defun hscroll-on-screen (window position) | |
1909 (save-excursion | |
1910 (goto-char position) | |
1911 (and | |
1912 (>= (- (current-column) (window-hscroll window)) 0) | |
1913 (< (- (current-column) (window-hscroll window)) | |
1914 (window-width window))))) | |
1915 @end group | |
1916 @end example | |
1917 | |
1918 @node Size of Window | |
1919 @section The Size of a Window | |
1920 @cindex window size | |
1921 @cindex size of window | |
1922 | |
1923 An Emacs window is rectangular, and its size information consists of | |
1924 the height (the number of lines) and the width (the number of character | |
1925 positions in each line). The mode line is included in the height. But | |
1926 the width does not count the scroll bar or the column of @samp{|} | |
1927 characters that separates side-by-side windows. | |
1928 | |
1929 The following three functions return size information about a window: | |
1930 | |
1931 @defun window-height &optional window | |
1932 This function returns the number of lines in @var{window}, including | |
1933 its mode line and header line, if any. If @var{window} fills its | |
1934 entire frame except for the echo area, this is typically one less than | |
1935 the value of @code{frame-height} on that frame. | |
1936 | |
1937 If @var{window} is @code{nil}, the function uses the selected window. | |
1938 | |
1939 @example | |
1940 @group | |
1941 (window-height) | |
1942 @result{} 23 | |
1943 @end group | |
1944 @group | |
1945 (split-window-vertically) | |
1946 @result{} #<window 4 on windows.texi> | |
1947 @end group | |
1948 @group | |
1949 (window-height) | |
1950 @result{} 11 | |
1951 @end group | |
1952 @end example | |
1953 @end defun | |
1954 | |
1955 @defun window-body-height &optional window | |
1956 Like @code{window-height} but the value does not include the | |
1957 mode line (if any) or the header line (if any). | |
1958 @end defun | |
1959 | |
1960 @defun window-width &optional window | |
1961 This function returns the number of columns in @var{window}. If | |
1962 @var{window} fills its entire frame, this is the same as the value of | |
1963 @code{frame-width} on that frame. The width does not include the | |
1964 window's scroll bar or the column of @samp{|} characters that separates | |
1965 side-by-side windows. | |
1966 | |
1967 If @var{window} is @code{nil}, the function uses the selected window. | |
1968 | |
1969 @example | |
1970 @group | |
1971 (window-width) | |
1972 @result{} 80 | |
1973 @end group | |
1974 @end example | |
1975 @end defun | |
1976 | |
1977 @defun window-full-width-p &optional window | |
1978 This function returns non-@code{nil} if @var{window} is as wide as | |
1979 the frame that contains it; otherwise @code{nil}. | |
1980 If @var{window} is @code{nil}, the function uses the selected window. | |
1981 @end defun | |
1982 | |
1983 @defun window-edges &optional window | |
1984 This function returns a list of the edge coordinates of @var{window}. | |
1985 If @var{window} is @code{nil}, the selected window is used. | |
1986 | |
1987 The order of the list is @code{(@var{left} @var{top} @var{right} | |
1988 @var{bottom})}, all elements relative to 0, 0 at the top left corner of | |
1989 the frame. The element @var{right} of the value is one more than the | |
1990 rightmost column used by @var{window}, and @var{bottom} is one more than | |
1991 the bottommost row used by @var{window} and its mode-line. | |
1992 | |
1993 The edges include the space used by the window's scroll bar, display | |
1994 margins, fringes, header line, and mode line, if it has them. Also, | |
1995 if the window has a neighbor on the right, its right edge value | |
1996 includes the width of the separator line between the window and that | |
1997 neighbor. Since the width of the window does not include this | |
1998 separator, the width does not usually equal the difference between the | |
1999 right and left edges. | |
2000 @end defun | |
2001 | |
2002 @defun window-inside-edges &optional window | |
2003 This is similar to @code{window-edges}, but the edge values | |
2004 it returns include only the text area of the window. They | |
2005 do not include the header line, mode line, scroll bar or | |
2006 vertical separator, fringes, or display margins. | |
2007 @end defun | |
2008 | |
2009 Here are the results obtained on a typical 24-line terminal with just | |
2010 one window, with menu bar enabled: | |
2011 | |
2012 @example | |
2013 @group | |
2014 (window-edges (selected-window)) | |
2015 @result{} (0 1 80 23) | |
2016 @end group | |
2017 @group | |
2018 (window-inside-edges (selected-window)) | |
2019 @result{} (0 1 80 22) | |
2020 @end group | |
2021 @end example | |
2022 | |
2023 @noindent | |
2024 The bottom edge is at line 23 because the last line is the echo area. | |
2025 The bottom inside edge is at line 22, which is the window's mode line. | |
2026 | |
2027 If @var{window} is at the upper left corner of its frame, and there is | |
2028 no menu bar, then @var{bottom} returned by @code{window-edges} is the | |
2029 same as the value of @code{(window-height)}, @var{right} is almost the | |
2030 same as the value of @code{(window-width)}, and @var{top} and | |
2031 @var{left} are zero. For example, the edges of the following window | |
2032 are @w{@samp{0 0 8 5}}. Assuming that the frame has more than 8 | |
2033 columns, the last column of the window (column 7) holds a border | |
2034 rather than text. The last row (row 4) holds the mode line, shown | |
2035 here with @samp{xxxxxxxxx}. | |
2036 | |
2037 @example | |
2038 @group | |
2039 0 | |
2040 _______ | |
2041 0 | | | |
2042 | | | |
2043 | | | |
2044 | | | |
2045 xxxxxxxxx 4 | |
2046 | |
2047 7 | |
2048 @end group | |
2049 @end example | |
2050 | |
2051 In the following example, let's suppose that the frame is 7 | |
2052 columns wide. Then the edges of the left window are @w{@samp{0 0 4 3}} | |
2053 and the edges of the right window are @w{@samp{4 0 7 3}}. | |
2054 The inside edges of the left window are @w{@samp{0 0 3 2}}, | |
2055 and the inside edges of the right window are @w{@samp{4 0 7 2}}, | |
2056 | |
2057 @example | |
2058 @group | |
2059 ___ ___ | |
2060 | | | | |
2061 | | | | |
2062 xxxxxxxxx | |
2063 | |
2064 0 34 7 | |
2065 @end group | |
2066 @end example | |
2067 | |
2068 @defun window-pixel-edges &optional window | |
2069 This function is like @code{window-edges} except that, on a graphical | |
2070 display, the edge values are measured in pixels instead of in | |
2071 character lines and columns. | |
2072 @end defun | |
2073 | |
2074 @defun window-inside-pixel-edges &optional window | |
2075 This function is like @code{window-inside-edges} except that, on a | |
2076 graphical display, the edge values are measured in pixels instead of | |
2077 in character lines and columns. | |
2078 @end defun | |
2079 | |
2080 @node Resizing Windows | |
2081 @section Changing the Size of a Window | |
2082 @cindex window resizing | |
2083 @cindex resize window | |
2084 @cindex changing window size | |
2085 @cindex window size, changing | |
2086 | |
2087 The window size functions fall into two classes: high-level commands | |
2088 that change the size of windows and low-level functions that access | |
2089 window size. Emacs does not permit overlapping windows or gaps between | |
2090 windows, so resizing one window affects other windows. | |
2091 | |
2092 @deffn Command enlarge-window size &optional horizontal | |
2093 This function makes the selected window @var{size} lines taller, | |
2094 stealing lines from neighboring windows. It takes the lines from one | |
2095 window at a time until that window is used up, then takes from another. | |
2096 If a window from which lines are stolen shrinks below | |
2097 @code{window-min-height} lines, that window disappears. | |
2098 | |
98894
1e370d7d742a
(Resizing Windows): Remove var{} around window in
Martin Rudalics <rudalics@gmx.at>
parents:
98843
diff
changeset
|
2099 If @var{horizontal} is non-@code{nil}, this function makes the window |
1e370d7d742a
(Resizing Windows): Remove var{} around window in
Martin Rudalics <rudalics@gmx.at>
parents:
98843
diff
changeset
|
2100 @var{size} columns wider, stealing columns instead of lines. If a |
1e370d7d742a
(Resizing Windows): Remove var{} around window in
Martin Rudalics <rudalics@gmx.at>
parents:
98843
diff
changeset
|
2101 window from which columns are stolen shrinks below |
84112 | 2102 @code{window-min-width} columns, that window disappears. |
2103 | |
2104 If the requested size would exceed that of the window's frame, then the | |
2105 function makes the window occupy the entire height (or width) of the | |
2106 frame. | |
2107 | |
2108 If there are various other windows from which lines or columns can be | |
2109 stolen, and some of them specify fixed size (using | |
2110 @code{window-size-fixed}, see below), they are left untouched while | |
2111 other windows are ``robbed.'' If it would be necessary to alter the | |
2112 size of a fixed-size window, @code{enlarge-window} gets an error | |
2113 instead. | |
2114 | |
98960
3240f5341524
(Resizing Windows): Minor wording fix.
Martin Rudalics <rudalics@gmx.at>
parents:
98944
diff
changeset
|
2115 If @var{size} is negative, this function shrinks the selected window by |
84112 | 2116 @minus{}@var{size} lines or columns. If that makes the window smaller |
2117 than the minimum size (@code{window-min-height} and | |
2118 @code{window-min-width}), @code{enlarge-window} deletes the window. | |
2119 | |
2120 @code{enlarge-window} returns @code{nil}. | |
2121 @end deffn | |
2122 | |
2123 @deffn Command enlarge-window-horizontally columns | |
2124 This function makes the selected window @var{columns} wider. | |
2125 It could be defined as follows: | |
2126 | |
2127 @example | |
2128 @group | |
2129 (defun enlarge-window-horizontally (columns) | |
2130 (interactive "p") | |
2131 (enlarge-window columns t)) | |
2132 @end group | |
2133 @end example | |
2134 @end deffn | |
2135 | |
2136 @deffn Command shrink-window size &optional horizontal | |
2137 This function is like @code{enlarge-window} but negates the argument | |
2138 @var{size}, making the selected window smaller by giving lines (or | |
2139 columns) to the other windows. If the window shrinks below | |
2140 @code{window-min-height} or @code{window-min-width}, then it disappears. | |
2141 | |
2142 If @var{size} is negative, the window is enlarged by @minus{}@var{size} | |
2143 lines or columns. | |
2144 @end deffn | |
2145 | |
2146 @deffn Command shrink-window-horizontally columns | |
2147 This function makes the selected window @var{columns} narrower. | |
2148 It could be defined as follows: | |
2149 | |
2150 @example | |
2151 @group | |
2152 (defun shrink-window-horizontally (columns) | |
2153 (interactive "p") | |
2154 (shrink-window columns t)) | |
2155 @end group | |
2156 @end example | |
2157 @end deffn | |
2158 | |
2159 @defun adjust-window-trailing-edge window delta horizontal | |
2160 This function makes the selected window @var{delta} lines taller or | |
2161 @var{delta} columns wider, by moving the bottom or right edge. This | |
2162 function does not delete other windows; if it cannot make the | |
2163 requested size adjustment, it signals an error. On success, this | |
2164 function returns @code{nil}. | |
2165 @end defun | |
2166 | |
2167 @defun fit-window-to-buffer &optional window max-height min-height | |
2168 This function makes @var{window} the right height to display its | |
2169 contents exactly. If @var{window} is omitted or @code{nil}, it uses | |
2170 the selected window. | |
2171 | |
2172 The argument @var{max-height} specifies the maximum height the window | |
2173 is allowed to be; @code{nil} means use the frame height. The argument | |
2174 @var{min-height} specifies the minimum height for the window; | |
2175 @code{nil} means use @code{window-min-height}. All these height | |
2176 values include the mode-line and/or header-line. | |
2177 @end defun | |
2178 | |
2179 @deffn Command shrink-window-if-larger-than-buffer &optional window | |
2180 This command shrinks @var{window} vertically to be as small as | |
2181 possible while still showing the full contents of its buffer---but not | |
2182 less than @code{window-min-height} lines. If @var{window} is not | |
2183 given, it defaults to the selected window. | |
2184 | |
2185 However, the command does nothing if the window is already too small to | |
2186 display the whole text of the buffer, or if part of the contents are | |
2187 currently scrolled off screen, or if the window is not the full width of | |
2188 its frame, or if the window is the only window in its frame. | |
2189 | |
2190 This command returns non-@code{nil} if it actually shrank the window | |
2191 and @code{nil} otherwise. | |
2192 @end deffn | |
2193 | |
99029
da79c29252c4
(Displaying Buffers): Reword documentation of pop-to-buffer.
Martin Rudalics <rudalics@gmx.at>
parents:
98960
diff
changeset
|
2194 @cindex fixed-size window |
84112 | 2195 @defvar window-size-fixed |
2196 If this variable is non-@code{nil}, in any given buffer, | |
2197 then the size of any window displaying the buffer remains fixed | |
2198 unless you explicitly change it or Emacs has no other choice. | |
2199 | |
2200 If the value is @code{height}, then only the window's height is fixed; | |
2201 if the value is @code{width}, then only the window's width is fixed. | |
2202 Any other non-@code{nil} value fixes both the width and the height. | |
2203 | |
2204 This variable automatically becomes buffer-local when set. | |
2205 | |
2206 Explicit size-change functions such as @code{enlarge-window} | |
2207 get an error if they would have to change a window size which is fixed. | |
2208 Therefore, when you want to change the size of such a window, | |
2209 you should bind @code{window-size-fixed} to @code{nil}, like this: | |
2210 | |
2211 @example | |
2212 (let ((window-size-fixed nil)) | |
2213 (enlarge-window 10)) | |
2214 @end example | |
2215 | |
2216 Note that changing the frame size will change the size of a | |
2217 fixed-size window, if there is no other alternative. | |
2218 @end defvar | |
2219 | |
2220 @cindex minimum window size | |
2221 The following two variables constrain the window-structure-changing | |
2222 functions to a minimum height and width. | |
2223 | |
2224 @defopt window-min-height | |
98944
e3bf6a4e1aa6
More wording fixes from RMS.
Eli Zaretskii <eliz@gnu.org>
parents:
98928
diff
changeset
|
2225 The value of this variable specifies how short a window may become |
84112 | 2226 before it is automatically deleted. Making a window smaller than |
98894
1e370d7d742a
(Resizing Windows): Remove var{} around window in
Martin Rudalics <rudalics@gmx.at>
parents:
98843
diff
changeset
|
2227 @code{window-min-height} automatically deletes it, and no window may be |
1e370d7d742a
(Resizing Windows): Remove var{} around window in
Martin Rudalics <rudalics@gmx.at>
parents:
98843
diff
changeset
|
2228 created shorter than this. The value is measured in line units. When |
1e370d7d742a
(Resizing Windows): Remove var{} around window in
Martin Rudalics <rudalics@gmx.at>
parents:
98843
diff
changeset
|
2229 the window wants a mode- and/or header-line, they are counted as one |
1e370d7d742a
(Resizing Windows): Remove var{} around window in
Martin Rudalics <rudalics@gmx.at>
parents:
98843
diff
changeset
|
2230 line each. The default value of this variable is 4. A value less than |
1e370d7d742a
(Resizing Windows): Remove var{} around window in
Martin Rudalics <rudalics@gmx.at>
parents:
98843
diff
changeset
|
2231 1 is ignored. |
84112 | 2232 @end defopt |
2233 | |
2234 @defopt window-min-width | |
98944
e3bf6a4e1aa6
More wording fixes from RMS.
Eli Zaretskii <eliz@gnu.org>
parents:
98928
diff
changeset
|
2235 The value of this variable specifies how narrow a window may become |
84112 | 2236 before it is automatically deleted. Making a window smaller than |
2237 @code{window-min-width} automatically deletes it, and no window may be | |
98894
1e370d7d742a
(Resizing Windows): Remove var{} around window in
Martin Rudalics <rudalics@gmx.at>
parents:
98843
diff
changeset
|
2238 created narrower than this. The value is measured in characters and |
1e370d7d742a
(Resizing Windows): Remove var{} around window in
Martin Rudalics <rudalics@gmx.at>
parents:
98843
diff
changeset
|
2239 includes any fringes or the scroll bar. The default value is 10. A |
1e370d7d742a
(Resizing Windows): Remove var{} around window in
Martin Rudalics <rudalics@gmx.at>
parents:
98843
diff
changeset
|
2240 value less than 2 is ignored. |
84112 | 2241 @end defopt |
2242 | |
2243 @node Coordinates and Windows | |
2244 @section Coordinates and Windows | |
2245 | |
2246 This section describes how to relate screen coordinates to windows. | |
2247 | |
2248 @defun window-at x y &optional frame | |
2249 This function returns the window containing the specified cursor | |
2250 position in the frame @var{frame}. The coordinates @var{x} and @var{y} | |
2251 are measured in characters and count from the top left corner of the | |
2252 frame. If they are out of range, @code{window-at} returns @code{nil}. | |
2253 | |
2254 If you omit @var{frame}, the selected frame is used. | |
2255 @end defun | |
2256 | |
2257 @defun coordinates-in-window-p coordinates window | |
2258 This function checks whether a particular frame position falls within | |
2259 the window @var{window}. | |
2260 | |
2261 The argument @var{coordinates} is a cons cell of the form @code{(@var{x} | |
2262 . @var{y})}. The coordinates @var{x} and @var{y} are measured in | |
2263 characters, and count from the top left corner of the screen or frame. | |
2264 | |
2265 The value returned by @code{coordinates-in-window-p} is non-@code{nil} | |
2266 if the coordinates are inside @var{window}. The value also indicates | |
2267 what part of the window the position is in, as follows: | |
2268 | |
2269 @table @code | |
2270 @item (@var{relx} . @var{rely}) | |
2271 The coordinates are inside @var{window}. The numbers @var{relx} and | |
2272 @var{rely} are the equivalent window-relative coordinates for the | |
2273 specified position, counting from 0 at the top left corner of the | |
2274 window. | |
2275 | |
2276 @item mode-line | |
2277 The coordinates are in the mode line of @var{window}. | |
2278 | |
2279 @item header-line | |
2280 The coordinates are in the header line of @var{window}. | |
2281 | |
2282 @item vertical-line | |
2283 The coordinates are in the vertical line between @var{window} and its | |
2284 neighbor to the right. This value occurs only if the window doesn't | |
2285 have a scroll bar; positions in a scroll bar are considered outside the | |
2286 window for these purposes. | |
2287 | |
2288 @item left-fringe | |
2289 @itemx right-fringe | |
2290 The coordinates are in the left or right fringe of the window. | |
2291 | |
2292 @item left-margin | |
2293 @itemx right-margin | |
2294 The coordinates are in the left or right margin of the window. | |
2295 | |
2296 @item nil | |
2297 The coordinates are not in any part of @var{window}. | |
2298 @end table | |
2299 | |
2300 The function @code{coordinates-in-window-p} does not require a frame as | |
2301 argument because it always uses the frame that @var{window} is on. | |
2302 @end defun | |
2303 | |
2304 @node Window Tree | |
2305 @section The Window Tree | |
2306 @cindex window tree | |
2307 | |
2308 A @dfn{window tree} specifies the layout, size, and relationship | |
2309 between all windows in one frame. | |
2310 | |
2311 @defun window-tree &optional frame | |
2312 This function returns the window tree for frame @var{frame}. | |
2313 If @var{frame} is omitted, the selected frame is used. | |
2314 | |
2315 The return value is a list of the form @code{(@var{root} @var{mini})}, | |
2316 where @var{root} represents the window tree of the frame's | |
2317 root window, and @var{mini} is the frame's minibuffer window. | |
2318 | |
2319 If the root window is not split, @var{root} is the root window itself. | |
2320 Otherwise, @var{root} is a list @code{(@var{dir} @var{edges} @var{w1} | |
2321 @var{w2} ...)} where @var{dir} is @code{nil} for a horizontal split, | |
2322 and @code{t} for a vertical split, @var{edges} gives the combined size and | |
2323 position of the subwindows in the split, and the rest of the elements | |
2324 are the subwindows in the split. Each of the subwindows may again be | |
2325 a window or a list representing a window split, and so on. The | |
2326 @var{edges} element is a list @code{(@var{left}@var{ top}@var{ right}@var{ bottom})} | |
2327 similar to the value returned by @code{window-edges}. | |
2328 @end defun | |
2329 | |
2330 @node Window Configurations | |
2331 @section Window Configurations | |
2332 @cindex window configurations | |
2333 @cindex saving window information | |
2334 | |
2335 A @dfn{window configuration} records the entire layout of one | |
85114 | 2336 frame---all windows, their sizes, which buffers they contain, how |
2337 those buffers are scrolled, and their values of point and the mark; | |
2338 also their fringes, margins, and scroll bar settings. It also | |
84112 | 2339 includes the values of @code{window-min-height}, |
85114 | 2340 @code{window-min-width} and @code{minibuffer-scroll-window}. As a |
2341 special exception, the window configuration does not record the value | |
2342 of point in the selected window for the current buffer. | |
84112 | 2343 |
2344 You can bring back an entire previous layout by restoring a window | |
2345 configuration previously saved. If you want to record all frames | |
2346 instead of just one, use a frame configuration instead of a window | |
2347 configuration. @xref{Frame Configurations}. | |
2348 | |
2349 @defun current-window-configuration &optional frame | |
2350 This function returns a new object representing @var{frame}'s current | |
2351 window configuration. If @var{frame} is omitted, the selected frame | |
2352 is used. | |
2353 @end defun | |
2354 | |
2355 @defun set-window-configuration configuration | |
2356 This function restores the configuration of windows and buffers as | |
2357 specified by @var{configuration}, for the frame that @var{configuration} | |
2358 was created for. | |
2359 | |
2360 The argument @var{configuration} must be a value that was previously | |
2361 returned by @code{current-window-configuration}. This configuration is | |
2362 restored in the frame from which @var{configuration} was made, whether | |
2363 that frame is selected or not. This always counts as a window size | |
2364 change and triggers execution of the @code{window-size-change-functions} | |
2365 (@pxref{Window Hooks}), because @code{set-window-configuration} doesn't | |
2366 know how to tell whether the new configuration actually differs from the | |
2367 old one. | |
2368 | |
2369 If the frame which @var{configuration} was saved from is dead, all this | |
2370 function does is restore the three variables @code{window-min-height}, | |
2371 @code{window-min-width} and @code{minibuffer-scroll-window}. In this | |
2372 case, the function returns @code{nil}. Otherwise, it returns @code{t}. | |
2373 | |
2374 Here is a way of using this function to get the same effect | |
2375 as @code{save-window-excursion}: | |
2376 | |
2377 @example | |
2378 @group | |
2379 (let ((config (current-window-configuration))) | |
2380 (unwind-protect | |
2381 (progn (split-window-vertically nil) | |
2382 @dots{}) | |
2383 (set-window-configuration config))) | |
2384 @end group | |
2385 @end example | |
2386 @end defun | |
2387 | |
2388 @defspec save-window-excursion forms@dots{} | |
2389 This special form records the window configuration, executes @var{forms} | |
2390 in sequence, then restores the earlier window configuration. The window | |
2391 configuration includes, for each window, the value of point and the | |
2392 portion of the buffer that is visible. It also includes the choice of | |
2393 selected window. However, it does not include the value of point in | |
2394 the current buffer; use @code{save-excursion} also, if you wish to | |
2395 preserve that. | |
2396 | |
2397 Don't use this construct when @code{save-selected-window} is sufficient. | |
2398 | |
2399 Exit from @code{save-window-excursion} always triggers execution of the | |
2400 @code{window-size-change-functions}. (It doesn't know how to tell | |
2401 whether the restored configuration actually differs from the one in | |
2402 effect at the end of the @var{forms}.) | |
2403 | |
2404 The return value is the value of the final form in @var{forms}. | |
2405 For example: | |
2406 | |
2407 @example | |
2408 @group | |
2409 (split-window) | |
2410 @result{} #<window 25 on control.texi> | |
2411 @end group | |
2412 @group | |
2413 (setq w (selected-window)) | |
2414 @result{} #<window 19 on control.texi> | |
2415 @end group | |
2416 @group | |
2417 (save-window-excursion | |
2418 (delete-other-windows w) | |
2419 (switch-to-buffer "foo") | |
2420 'do-something) | |
2421 @result{} do-something | |
2422 ;; @r{The screen is now split again.} | |
2423 @end group | |
2424 @end example | |
2425 @end defspec | |
2426 | |
2427 @defun window-configuration-p object | |
2428 This function returns @code{t} if @var{object} is a window configuration. | |
2429 @end defun | |
2430 | |
2431 @defun compare-window-configurations config1 config2 | |
2432 This function compares two window configurations as regards the | |
2433 structure of windows, but ignores the values of point and mark and the | |
2434 saved scrolling positions---it can return @code{t} even if those | |
2435 aspects differ. | |
2436 | |
2437 The function @code{equal} can also compare two window configurations; it | |
2438 regards configurations as unequal if they differ in any respect, even a | |
2439 saved point or mark. | |
2440 @end defun | |
2441 | |
2442 @defun window-configuration-frame config | |
2443 This function returns the frame for which the window configuration | |
2444 @var{config} was made. | |
2445 @end defun | |
2446 | |
2447 Other primitives to look inside of window configurations would make | |
2448 sense, but are not implemented because we did not need them. See the | |
2449 file @file{winner.el} for some more operations on windows | |
2450 configurations. | |
2451 | |
2452 @node Window Hooks | |
2453 @section Hooks for Window Scrolling and Changes | |
2454 @cindex hooks for window operations | |
2455 | |
2456 This section describes how a Lisp program can take action whenever a | |
2457 window displays a different part of its buffer or a different buffer. | |
2458 There are three actions that can change this: scrolling the window, | |
2459 switching buffers in the window, and changing the size of the window. | |
2460 The first two actions run @code{window-scroll-functions}; the last runs | |
2461 @code{window-size-change-functions}. | |
2462 | |
2463 @defvar window-scroll-functions | |
2464 This variable holds a list of functions that Emacs should call before | |
2465 redisplaying a window with scrolling. It is not a normal hook, because | |
2466 each function is called with two arguments: the window, and its new | |
2467 display-start position. | |
2468 | |
2469 Displaying a different buffer in the window also runs these functions. | |
2470 | |
2471 These functions must be careful in using @code{window-end} | |
2472 (@pxref{Window Start}); if you need an up-to-date value, you must use | |
2473 the @var{update} argument to ensure you get it. | |
2474 | |
2475 @strong{Warning:} don't use this feature to alter the way the window | |
2476 is scrolled. It's not designed for that, and such use probably won't | |
2477 work. | |
2478 @end defvar | |
2479 | |
2480 @defvar window-size-change-functions | |
2481 This variable holds a list of functions to be called if the size of any | |
2482 window changes for any reason. The functions are called just once per | |
2483 redisplay, and just once for each frame on which size changes have | |
2484 occurred. | |
2485 | |
2486 Each function receives the frame as its sole argument. There is no | |
2487 direct way to find out which windows on that frame have changed size, or | |
2488 precisely how. However, if a size-change function records, at each | |
2489 call, the existing windows and their sizes, it can also compare the | |
2490 present sizes and the previous sizes. | |
2491 | |
2492 Creating or deleting windows counts as a size change, and therefore | |
2493 causes these functions to be called. Changing the frame size also | |
2494 counts, because it changes the sizes of the existing windows. | |
2495 | |
2496 It is not a good idea to use @code{save-window-excursion} (@pxref{Window | |
2497 Configurations}) in these functions, because that always counts as a | |
2498 size change, and it would cause these functions to be called over and | |
2499 over. In most cases, @code{save-selected-window} (@pxref{Selecting | |
2500 Windows}) is what you need here. | |
2501 @end defvar | |
2502 | |
2503 @defvar redisplay-end-trigger-functions | |
2504 This abnormal hook is run whenever redisplay in a window uses text that | |
2505 extends past a specified end trigger position. You set the end trigger | |
2506 position with the function @code{set-window-redisplay-end-trigger}. The | |
2507 functions are called with two arguments: the window, and the end trigger | |
2508 position. Storing @code{nil} for the end trigger position turns off the | |
2509 feature, and the trigger value is automatically reset to @code{nil} just | |
2510 after the hook is run. | |
2511 @end defvar | |
2512 | |
2513 @defun set-window-redisplay-end-trigger window position | |
2514 This function sets @var{window}'s end trigger position at | |
2515 @var{position}. | |
2516 @end defun | |
2517 | |
2518 @defun window-redisplay-end-trigger &optional window | |
2519 This function returns @var{window}'s current end trigger position. | |
2520 If @var{window} is @code{nil} or omitted, it uses the selected window. | |
2521 @end defun | |
2522 | |
2523 @defvar window-configuration-change-hook | |
2524 A normal hook that is run every time you change the window configuration | |
2525 of an existing frame. This includes splitting or deleting windows, | |
2526 changing the sizes of windows, or displaying a different buffer in a | |
2527 window. The frame whose window configuration has changed is the | |
2528 selected frame when this hook runs. | |
2529 @end defvar | |
2530 | |
2531 @ignore | |
2532 arch-tag: 3f6c36e8-df49-4986-b757-417feed88be3 | |
2533 @end ignore |