*** empty log message ***
[bpt/emacs.git] / src / window.c
CommitLineData
7ab12479
JB
1/* Window creation, deletion and examination for GNU Emacs.
2 Does not include redisplay.
b0b7ed0e 3 Copyright (C) 1985,86,87,93,94,95,96,97,1998,2000, 2001
6529ed87 4 Free Software Foundation, Inc.
7ab12479
JB
5
6This file is part of GNU Emacs.
7
8GNU Emacs is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
1113d9db 10the Free Software Foundation; either version 2, or (at your option)
7ab12479
JB
11any later version.
12
13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with GNU Emacs; see the file COPYING. If not, write to
3b7ad313
EN
20the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21Boston, MA 02111-1307, USA. */
7ab12479 22
18160b98 23#include <config.h>
7ab12479
JB
24#include "lisp.h"
25#include "buffer.h"
3e4731a3 26#include "keyboard.h"
44fa5b1e 27#include "frame.h"
7ab12479
JB
28#include "window.h"
29#include "commands.h"
30#include "indent.h"
31#include "termchar.h"
32#include "disptab.h"
dfcf069d 33#include "dispextern.h"
5500c422
GM
34#include "blockinput.h"
35#include "intervals.h"
36
6d55d620 37#ifdef HAVE_X_WINDOWS
dfcf069d 38#include "xterm.h"
5500c422 39#endif /* HAVE_X_WINDOWS */
8f23f280
AI
40#ifdef WINDOWSNT
41#include "w32term.h"
42#endif
1e3c8885
EZ
43#ifdef MSDOS
44#include "msdos.h"
45#endif
1a578e9b
AC
46#ifdef macintosh
47#include "macterm.h"
48#endif
5500c422
GM
49
50#ifndef max
51#define max(a, b) ((a) < (b) ? (b) : (a))
dfcf069d 52#endif
7ab12479 53
5500c422 54
3f8ab7bd 55Lisp_Object Qwindowp, Qwindow_live_p, Qwindow_configuration_p;
8a37516b 56Lisp_Object Qwindow_size_fixed, Qleft_bitmap_area, Qright_bitmap_area;
233a4a2c 57extern Lisp_Object Qheight, Qwidth;
7ab12479 58
5e14b1fc 59static struct window *decode_window P_ ((Lisp_Object));
b7354ddf 60static Lisp_Object select_window_1 P_ ((Lisp_Object, int));
5500c422
GM
61static int count_windows P_ ((struct window *));
62static int get_leaf_windows P_ ((struct window *, struct window **, int));
63static void window_scroll P_ ((Lisp_Object, int, int, int));
64static void window_scroll_pixel_based P_ ((Lisp_Object, int, int, int));
65static void window_scroll_line_based P_ ((Lisp_Object, int, int, int));
233a4a2c 66static int window_min_size_1 P_ ((struct window *, int));
f984d4fc 67static int window_min_size P_ ((struct window *, int, int, int *));
233a4a2c 68static void size_window P_ ((Lisp_Object, int, int, int));
f95464e4 69static int freeze_window_start P_ ((struct window *, void *));
f984d4fc 70static int window_fixed_size_p P_ ((struct window *, int, int));
86c8e823 71static void enlarge_window P_ ((Lisp_Object, int, int));
67492200 72static Lisp_Object window_list P_ ((void));
f95464e4 73static int add_window_to_list P_ ((struct window *, void *));
118ea242
GM
74static int candidate_window_p P_ ((Lisp_Object, Lisp_Object, Lisp_Object,
75 Lisp_Object));
67492200
GM
76static Lisp_Object next_window P_ ((Lisp_Object, Lisp_Object,
77 Lisp_Object, int));
78static void decode_next_window_args P_ ((Lisp_Object *, Lisp_Object *,
79 Lisp_Object *));
f95464e4
GM
80static int foreach_window_1 P_ ((struct window *,
81 int (* fn) (struct window *, void *),
82 void *));
cd2904bd 83static Lisp_Object window_list_1 P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
b7354ddf 84
b0b7ed0e
GM
85/* The value of `window-size-fixed'. */
86
87int window_size_fixed;
88
7ab12479
JB
89/* This is the window in which the terminal's cursor should
90 be left when nothing is being done with it. This must
91 always be a leaf window, and its buffer is selected by
92 the top level editing loop at the end of each command.
93
94 This value is always the same as
44fa5b1e 95 FRAME_SELECTED_WINDOW (selected_frame). */
7ab12479
JB
96
97Lisp_Object selected_window;
98
67492200
GM
99/* A list of all windows for use by next_window and Fwindow_list.
100 Functions creating or deleting windows should invalidate this cache
101 by setting it to nil. */
102
103Lisp_Object Vwindow_list;
104
5500c422
GM
105/* The mini-buffer window of the selected frame.
106 Note that you cannot test for mini-bufferness of an arbitrary window
107 by comparing against this; but you can test for mini-bufferness of
7ab12479 108 the selected window. */
5500c422 109
7ab12479
JB
110Lisp_Object minibuf_window;
111
112/* Non-nil means it is the window for C-M-v to scroll
5500c422
GM
113 when the mini-buffer is selected. */
114
7ab12479
JB
115Lisp_Object Vminibuf_scroll_window;
116
117/* Non-nil means this is the buffer whose window C-M-v should scroll. */
5500c422 118
7ab12479
JB
119Lisp_Object Vother_window_scroll_buffer;
120
7ab12479 121/* Non-nil means it's function to call to display temp buffers. */
5500c422 122
7ab12479
JB
123Lisp_Object Vtemp_buffer_show_function;
124
125/* If a window gets smaller than either of these, it is removed. */
5500c422 126
7ab12479
JB
127int window_min_height;
128int window_min_width;
129
130/* Nonzero implies Fdisplay_buffer should create windows. */
5500c422 131
7ab12479
JB
132int pop_up_windows;
133
44fa5b1e 134/* Nonzero implies make new frames for Fdisplay_buffer. */
5500c422 135
44fa5b1e 136int pop_up_frames;
7ab12479 137
9c3da604
GM
138/* Nonzero means reuse existing frames for displaying buffers. */
139
140int display_buffer_reuse_frames;
141
7ab12479 142/* Non-nil means use this function instead of default */
5500c422 143
44fa5b1e 144Lisp_Object Vpop_up_frame_function;
7ab12479
JB
145
146/* Function to call to handle Fdisplay_buffer. */
5500c422 147
7ab12479
JB
148Lisp_Object Vdisplay_buffer_function;
149
6529ed87
GM
150/* Non-nil means that Fdisplay_buffer should even the heights of windows. */
151
152Lisp_Object Veven_window_heights;
153
a90712c2 154/* List of buffer *names* for buffers that should have their own frames. */
5500c422 155
a90712c2
RS
156Lisp_Object Vspecial_display_buffer_names;
157
158/* List of regexps for buffer names that should have their own frames. */
5500c422 159
a90712c2
RS
160Lisp_Object Vspecial_display_regexps;
161
162/* Function to pop up a special frame. */
5500c422 163
a90712c2
RS
164Lisp_Object Vspecial_display_function;
165
855d8627 166/* List of buffer *names* for buffers to appear in selected window. */
5500c422 167
855d8627
RS
168Lisp_Object Vsame_window_buffer_names;
169
170/* List of regexps for buffer names to appear in selected window. */
5500c422 171
855d8627
RS
172Lisp_Object Vsame_window_regexps;
173
a58ec57d 174/* Hook run at end of temp_output_buffer_show. */
5500c422 175
a58ec57d
RS
176Lisp_Object Qtemp_buffer_show_hook;
177
37962e60 178/* Fdisplay_buffer always splits the largest window
7ab12479 179 if that window is more than this high. */
5500c422 180
7ab12479
JB
181int split_height_threshold;
182
183/* Number of lines of continuity in scrolling by screenfuls. */
5500c422 184
7ab12479
JB
185int next_screen_context_lines;
186
187/* Incremented for each window created. */
5500c422 188
7ab12479
JB
189static int sequence_number;
190
5b03d3c0 191/* Nonzero after init_window_once has finished. */
5500c422 192
5b03d3c0
RS
193static int window_initialized;
194
543f5fb1 195/* Hook to run when window config changes. */
5500c422 196
543f5fb1
RS
197Lisp_Object Qwindow_configuration_change_hook;
198Lisp_Object Vwindow_configuration_change_hook;
199
9317a85d
RS
200/* Nonzero means scroll commands try to put point
201 at the same screen height as previously. */
9317a85d 202
5500c422
GM
203Lisp_Object Vscroll_preserve_screen_position;
204
205#if 0 /* This isn't used anywhere. */
91a78190 206/* Nonzero means we can split a frame even if it is "unsplittable". */
eddd51c2 207static int inhibit_frame_unsplittable;
5500c422 208#endif /* 0 */
7d601aaa 209
7ab12479 210#define min(a, b) ((a) < (b) ? (a) : (b))
dba06815 211
9317a85d
RS
212extern int scroll_margin;
213
dba06815 214extern Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;
7ab12479
JB
215\f
216DEFUN ("windowp", Fwindowp, Swindowp, 1, 1, 0,
413430c5
EN
217 "Returns t if OBJECT is a window.")
218 (object)
219 Lisp_Object object;
7ab12479 220{
413430c5 221 return WINDOWP (object) ? Qt : Qnil;
7ab12479
JB
222}
223
806b4d9b 224DEFUN ("window-live-p", Fwindow_live_p, Swindow_live_p, 1, 1, 0,
413430c5
EN
225 "Returns t if OBJECT is a window which is currently visible.")
226 (object)
227 Lisp_Object object;
605be8af 228{
9e571f49 229 return WINDOW_LIVE_P (object) ? Qt : Qnil;
605be8af
JB
230}
231
7ab12479
JB
232Lisp_Object
233make_window ()
234{
cffec418 235 Lisp_Object val;
7ab12479 236 register struct window *p;
cffec418
KH
237 register struct Lisp_Vector *vec;
238 int i;
239
240 vec = allocate_vectorlike ((EMACS_INT) VECSIZE (struct window));
241 for (i = 0; i < VECSIZE (struct window); i++)
242 vec->contents[i] = Qnil;
243 vec->size = VECSIZE (struct window);
5500c422 244 p = (struct window *) vec;
d834a2e9
KH
245 XSETFASTINT (p->sequence_number, ++sequence_number);
246 XSETFASTINT (p->left, 0);
247 XSETFASTINT (p->top, 0);
248 XSETFASTINT (p->height, 0);
249 XSETFASTINT (p->width, 0);
250 XSETFASTINT (p->hscroll, 0);
ea68264b 251 XSETFASTINT (p->min_hscroll, 0);
f984d4fc 252 p->orig_top = p->orig_height = Qnil;
7ab12479
JB
253 p->start = Fmake_marker ();
254 p->pointm = Fmake_marker ();
d834a2e9 255 XSETFASTINT (p->use_time, 0);
44fa5b1e 256 p->frame = Qnil;
7ab12479
JB
257 p->display_table = Qnil;
258 p->dedicated = Qnil;
5500c422
GM
259 p->pseudo_window_p = 0;
260 bzero (&p->cursor, sizeof (p->cursor));
261 bzero (&p->last_cursor, sizeof (p->last_cursor));
262 bzero (&p->phys_cursor, sizeof (p->phys_cursor));
263 p->desired_matrix = p->current_matrix = 0;
264 p->phys_cursor_type = -1;
265 p->must_be_updated_p = 0;
266 XSETFASTINT (p->window_end_vpos, 0);
267 XSETFASTINT (p->window_end_pos, 0);
268 p->window_end_valid = Qnil;
269 p->vscroll = 0;
cffec418 270 XSETWINDOW (val, p);
5500c422 271 XSETFASTINT (p->last_point, 0);
7bbb5782 272 p->frozen_window_start_p = 0;
67492200
GM
273
274 Vwindow_list = Qnil;
7ab12479
JB
275 return val;
276}
277
278DEFUN ("selected-window", Fselected_window, Sselected_window, 0, 0, 0,
279 "Return the window that the cursor now appears in and commands apply to.")
280 ()
281{
282 return selected_window;
283}
284
83762ba4
JB
285DEFUN ("minibuffer-window", Fminibuffer_window, Sminibuffer_window, 0, 1, 0,
286 "Return the window used now for minibuffers.\n\
287If the optional argument FRAME is specified, return the minibuffer window\n\
288used by that frame.")
289 (frame)
290 Lisp_Object frame;
7ab12479 291{
83762ba4 292 if (NILP (frame))
1ae1a37d
GM
293 frame = selected_frame;
294 CHECK_LIVE_FRAME (frame, 0);
83762ba4 295 return FRAME_MINIBUF_WINDOW (XFRAME (frame));
7ab12479
JB
296}
297
605be8af 298DEFUN ("window-minibuffer-p", Fwindow_minibuffer_p, Swindow_minibuffer_p, 0, 1, 0,
7ab12479
JB
299 "Returns non-nil if WINDOW is a minibuffer window.")
300 (window)
301 Lisp_Object window;
302{
303 struct window *w = decode_window (window);
53bb6b99 304 return MINI_WINDOW_P (w) ? Qt : Qnil;
81e4d465
MB
305}
306
307
7ab12479 308DEFUN ("pos-visible-in-window-p", Fpos_visible_in_window_p,
81e4d465 309 Spos_visible_in_window_p, 0, 3, 0,
44fa5b1e 310 "Return t if position POS is currently on the frame in WINDOW.\n\
53bb6b99 311Return nil if that position is scrolled vertically out of view.\n\
5cdb3cf3
MB
312If a character is only partially visible, nil is returned, unless the\n\
313optional argument PARTIALLY is non-nil.\n\
f28b75a9 314POS defaults to point in WINDOW; WINDOW defaults to the selected window.")
5cdb3cf3
MB
315 (pos, window, partially)
316 Lisp_Object pos, window, partially;
7ab12479
JB
317{
318 register struct window *w;
7ab12479
JB
319 register int posint;
320 register struct buffer *buf;
9a132b1f
GM
321 struct text_pos top;
322 Lisp_Object in_window;
53bb6b99 323 int fully_p;
7ab12479 324
f28b75a9
MB
325 w = decode_window (window);
326 buf = XBUFFER (w->buffer);
327 SET_TEXT_POS_FROM_MARKER (top, w->start);
328
329 if (!NILP (pos))
7ab12479
JB
330 {
331 CHECK_NUMBER_COERCE_MARKER (pos, 0);
332 posint = XINT (pos);
333 }
f28b75a9
MB
334 else if (w == XWINDOW (selected_window))
335 posint = PT;
336 else
337 posint = XMARKER (w->pointm)->charpos;
7ab12479 338
53bb6b99 339 /* If position is above window start, it's not visible. */
5500c422 340 if (posint < CHARPOS (top))
9a132b1f
GM
341 in_window = Qnil;
342 else if (XFASTINT (w->last_modified) >= BUF_MODIFF (buf)
81e4d465
MB
343 && XFASTINT (w->last_overlay_modified) >= BUF_OVERLAY_MODIFF (buf)
344 && posint < BUF_Z (buf) - XFASTINT (w->window_end_pos))
81e4d465 345 {
53bb6b99
GM
346 /* If frame is up-to-date, and POSINT is < window end pos, use
347 that info. This doesn't work for POSINT == end pos, because
348 the window end pos is actually the position _after_ the last
349 char in the window. */
5cdb3cf3 350 if (NILP (partially))
53bb6b99 351 {
5cdb3cf3 352 pos_visible_p (w, posint, &fully_p, NILP (partially));
53bb6b99
GM
353 in_window = fully_p ? Qt : Qnil;
354 }
81e4d465 355 else
53bb6b99 356 in_window = Qt;
81e4d465 357 }
9a132b1f
GM
358 else if (posint > BUF_ZV (buf))
359 in_window = Qnil;
360 else if (CHARPOS (top) < BUF_BEGV (buf) || CHARPOS (top) > BUF_ZV (buf))
361 /* If window start is out of range, do something reasonable. */
362 in_window = Qnil;
7ab12479
JB
363 else
364 {
5cdb3cf3
MB
365 if (pos_visible_p (w, posint, &fully_p, NILP (partially)))
366 in_window = !NILP (partially) || fully_p ? Qt : Qnil;
81e4d465
MB
367 else
368 in_window = Qnil;
7ab12479 369 }
9a132b1f
GM
370
371 return in_window;
7ab12479 372}
53bb6b99 373
7ab12479
JB
374\f
375static struct window *
376decode_window (window)
377 register Lisp_Object window;
378{
265a9e55 379 if (NILP (window))
7ab12479
JB
380 return XWINDOW (selected_window);
381
605be8af 382 CHECK_LIVE_WINDOW (window, 0);
7ab12479
JB
383 return XWINDOW (window);
384}
385
386DEFUN ("window-buffer", Fwindow_buffer, Swindow_buffer, 0, 1, 0,
387 "Return the buffer that WINDOW is displaying.")
388 (window)
389 Lisp_Object window;
390{
391 return decode_window (window)->buffer;
392}
393
394DEFUN ("window-height", Fwindow_height, Swindow_height, 0, 1, 0,
395 "Return the number of lines in WINDOW (including its mode line).")
396 (window)
397 Lisp_Object window;
398{
399 return decode_window (window)->height;
400}
401
402DEFUN ("window-width", Fwindow_width, Swindow_width, 0, 1, 0,
3b5908ef
RS
403 "Return the number of display columns in WINDOW.\n\
404This is the width that is usable columns available for text in WINDOW.\n\
405If you want to find out how many columns WINDOW takes up,\n\
406use (let ((edges (window-edges))) (- (nth 2 edges) (nth 0 edges))).")
7ab12479
JB
407 (window)
408 Lisp_Object window;
409{
ee61d94e 410 return make_number (window_internal_width (decode_window (window)));
7ab12479
JB
411}
412
413DEFUN ("window-hscroll", Fwindow_hscroll, Swindow_hscroll, 0, 1, 0,
414 "Return the number of columns by which WINDOW is scrolled from left margin.")
415 (window)
416 Lisp_Object window;
417{
418 return decode_window (window)->hscroll;
419}
420
421DEFUN ("set-window-hscroll", Fset_window_hscroll, Sset_window_hscroll, 2, 2, 0,
422 "Set number of columns WINDOW is scrolled from left margin to NCOL.\n\
423NCOL should be zero or positive.")
424 (window, ncol)
ea68264b 425 Lisp_Object window, ncol;
7ab12479 426{
ea68264b
GM
427 struct window *w = decode_window (window);
428 int hscroll;
7ab12479
JB
429
430 CHECK_NUMBER (ncol, 1);
ea68264b
GM
431 hscroll = max (0, XINT (ncol));
432
433 /* Prevent redisplay shortcuts when changing the hscroll. */
434 if (XINT (w->hscroll) != hscroll)
b1599b4c 435 XBUFFER (w->buffer)->prevent_redisplay_optimizations_p = 1;
ea68264b 436
c67fa410 437 w->hscroll = make_number (hscroll);
7ab12479
JB
438 return ncol;
439}
440
190eb263
RS
441DEFUN ("window-redisplay-end-trigger", Fwindow_redisplay_end_trigger,
442 Swindow_redisplay_end_trigger, 0, 1, 0,
443 "Return WINDOW's redisplay end trigger value.\n\
444See `set-window-redisplay-end-trigger' for more information.")
445 (window)
446 Lisp_Object window;
447{
448 return decode_window (window)->redisplay_end_trigger;
449}
450
451DEFUN ("set-window-redisplay-end-trigger", Fset_window_redisplay_end_trigger,
452 Sset_window_redisplay_end_trigger, 2, 2, 0,
453 "Set WINDOW's redisplay end trigger value to VALUE.\n\
454VALUE should be a buffer position (typically a marker) or nil.\n\
76854cf2
RS
455If it is a buffer position, then if redisplay in WINDOW reaches a position\n\
456beyond VALUE, the functions in `redisplay-end-trigger-functions' are called\n\
457with two arguments: WINDOW, and the end trigger value.\n\
458Afterwards the end-trigger value is reset to nil.")
190eb263
RS
459 (window, value)
460 register Lisp_Object window, value;
461{
462 register struct window *w;
463
464 w = decode_window (window);
465 w->redisplay_end_trigger = value;
466 return value;
467}
468
7ab12479
JB
469DEFUN ("window-edges", Fwindow_edges, Swindow_edges, 0, 1, 0,
470 "Return a list of the edge coordinates of WINDOW.\n\
44fa5b1e 471\(LEFT TOP RIGHT BOTTOM), all relative to 0, 0 at top left corner of frame.\n\
7ab12479
JB
472RIGHT is one more than the rightmost column used by WINDOW,\n\
473and BOTTOM is one more than the bottommost row used by WINDOW\n\
474 and its mode-line.")
475 (window)
476 Lisp_Object window;
477{
478 register struct window *w = decode_window (window);
479
480 return Fcons (w->left, Fcons (w->top,
111e5992 481 Fcons (make_number (WINDOW_RIGHT_EDGE (w)),
7ab12479
JB
482 Fcons (make_number (XFASTINT (w->top)
483 + XFASTINT (w->height)),
484 Qnil))));
485}
486
fbad6f9a 487/* Test if the character at column *X, row *Y is within window W.
d5783c40
JB
488 If it is not, return 0;
489 if it is in the window's text area,
490 set *x and *y to its location relative to the upper left corner
491 of the window, and
492 return 1;
493 if it is on the window's modeline, return 2;
494 if it is on the border between the window and its right sibling,
5500c422
GM
495 return 3.
496 if it is on the window's top line, return 4;
fbad6f9a
GM
497 if it is in the bitmap area to the left/right of the window,
498 return 5 or 6, and convert *X and *Y to window-relative corrdinates.
5500c422
GM
499
500 X and Y are frame relative pixel coordinates. */
501
d5783c40
JB
502static int
503coordinates_in_window (w, x, y)
504 register struct window *w;
505 register int *x, *y;
506{
1cb794ba
GM
507 /* Let's make this a global enum later, instead of using numbers
508 everywhere. */
509 enum {ON_NOTHING, ON_TEXT, ON_MODE_LINE, ON_VERTICAL_BORDER,
510 ON_HEADER_LINE, ON_LEFT_FRINGE, ON_RIGHT_FRINGE};
511
b0228ace
GM
512 struct frame *f = XFRAME (WINDOW_FRAME (w));
513 int left_x, right_x, top_y, bottom_y;
514 int flags_area_width = FRAME_LEFT_FLAGS_AREA_WIDTH (f);
515 int part;
516 int ux = CANON_X_UNIT (f), uy = CANON_Y_UNIT (f);
517 int x0 = XFASTINT (w->left) * ux;
518 int x1 = x0 + XFASTINT (w->width) * ux;
519
520 if (*x < x0 || *x >= x1)
521 return ON_NOTHING;
522
466539bc
EZ
523 /* In what's below, we subtract 1 when computing right_x because we
524 want the rightmost pixel, which is given by left_pixel+width-1. */
5500c422
GM
525 if (w->pseudo_window_p)
526 {
527 left_x = 0;
b0228ace 528 right_x = XFASTINT (w->width) * CANON_X_UNIT (f) - 1;
5500c422
GM
529 top_y = WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y (w);
530 bottom_y = WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y (w);
531 }
532 else
533 {
2add4349 534 left_x = (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X (w)
50df5e5a 535 - FRAME_INTERNAL_BORDER_WIDTH_SAFE (f));
466539bc 536 right_x = WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X (w) - 1;
2add4349 537 top_y = (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y (w)
50df5e5a 538 - FRAME_INTERNAL_BORDER_WIDTH_SAFE (f));
5500c422
GM
539 bottom_y = WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y (w);
540 }
37962e60 541
1cb794ba
GM
542 /* On the mode line or header line? If it's near the start of
543 the mode or header line of window that's has a horizontal
544 sibling, say it's on the vertical line. That's to be able
545 to resize windows horizontally in case we're using toolkit
546 scroll bars. */
b0228ace 547
1cb794ba 548 if (WINDOW_WANTS_MODELINE_P (w)
b0228ace
GM
549 && *y >= bottom_y - CURRENT_MODE_LINE_HEIGHT (w)
550 && *y < bottom_y)
1cb794ba 551 {
b0228ace
GM
552 /* We're somewhere on the mode line. We consider the place
553 between mode lines of horizontally adjacent mode lines
554 as the vertical border. If scroll bars on the left,
555 return the right window. */
556 part = ON_MODE_LINE;
557
558 if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT (f))
559 {
560 if (abs (*x - x0) < ux / 2)
561 part = ON_VERTICAL_BORDER;
562 }
563 else if (!WINDOW_RIGHTMOST_P (w) && abs (*x - x1) < ux / 2)
564 part = ON_VERTICAL_BORDER;
1cb794ba 565 }
b0228ace
GM
566 else if (WINDOW_WANTS_HEADER_LINE_P (w)
567 && *y < top_y + CURRENT_HEADER_LINE_HEIGHT (w)
568 && *y >= top_y)
569 {
570 part = ON_HEADER_LINE;
571
572 if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT (f))
573 {
574 if (abs (*x - x0) < ux / 2)
575 part = ON_VERTICAL_BORDER;
576 }
577 else if (!WINDOW_RIGHTMOST_P (w) && abs (*x - x1) < ux / 2)
578 part = ON_VERTICAL_BORDER;
579 }
580 /* Outside anything interesting? */
581 else if (*y < top_y
582 || *y >= bottom_y
583 || *x < (left_x
584 - flags_area_width
585 - FRAME_LEFT_SCROLL_BAR_WIDTH (f) * ux)
586 || *x > right_x + flags_area_width)
1cb794ba 587 {
b0228ace 588 part = ON_NOTHING;
1cb794ba 589 }
b0228ace 590 else if (FRAME_WINDOW_P (f))
fbad6f9a 591 {
447e9da0
GM
592 if (!w->pseudo_window_p
593 && !FRAME_HAS_VERTICAL_SCROLL_BARS (f)
594 && !WINDOW_RIGHTMOST_P (w)
b0228ace
GM
595 && (abs (*x - right_x - flags_area_width) < ux / 2))
596 {
597 part = ON_VERTICAL_BORDER;
598 }
599 else if (*x < left_x || *x > right_x)
447e9da0
GM
600 {
601 /* Other lines than the mode line don't include flags areas and
602 scroll bars on the left. */
fbad6f9a 603
447e9da0
GM
604 /* Convert X and Y to window-relative pixel coordinates. */
605 *x -= left_x;
606 *y -= top_y;
b0228ace
GM
607 part = *x < left_x ? ON_LEFT_FRINGE : ON_RIGHT_FRINGE;
608 }
609 else
610 {
611 *x -= left_x;
612 *y -= top_y;
613 part = ON_TEXT;
447e9da0 614 }
fbad6f9a 615 }
447e9da0
GM
616 else
617 {
618 /* Need to say "*x > right_x" rather than >=, since on character
619 terminals, the vertical line's x coordinate is right_x. */
620 if (*x < left_x || *x > right_x)
621 {
622 /* Other lines than the mode line don't include flags areas and
623 scroll bars on the left. */
624
625 /* Convert X and Y to window-relative pixel coordinates. */
626 *x -= left_x;
627 *y -= top_y;
b0228ace 628 part = *x < left_x ? ON_LEFT_FRINGE : ON_RIGHT_FRINGE;
447e9da0 629 }
447e9da0 630 /* Here, too, "*x > right_x" is because of character terminals. */
b0228ace
GM
631 else if (!w->pseudo_window_p
632 && !WINDOW_RIGHTMOST_P (w)
633 && *x > right_x - ux)
634 {
635 /* On the border on the right side of the window? Assume that
636 this area begins at RIGHT_X minus a canonical char width. */
637 part = ON_VERTICAL_BORDER;
638 }
639 else
640 {
641 /* Convert X and Y to window-relative pixel coordinates. */
642 *x -= left_x;
643 *y -= top_y;
644 part = ON_TEXT;
645 }
447e9da0 646 }
b0228ace
GM
647
648 return part;
d5783c40
JB
649}
650
b0228ace 651
d5783c40
JB
652DEFUN ("coordinates-in-window-p", Fcoordinates_in_window_p,
653 Scoordinates_in_window_p, 2, 2, 0,
654 "Return non-nil if COORDINATES are in WINDOW.\n\
1113d9db 655COORDINATES is a cons of the form (X . Y), X and Y being distances\n\
44fa5b1e 656measured in characters from the upper-left corner of the frame.\n\
1113d9db 657(0 . 0) denotes the character in the upper left corner of the\n\
44fa5b1e 658frame.\n\
d5783c40
JB
659If COORDINATES are in the text portion of WINDOW,\n\
660 the coordinates relative to the window are returned.\n\
e5d77022 661If they are in the mode line of WINDOW, `mode-line' is returned.\n\
045dee35 662If they are in the top mode line of WINDOW, `header-line' is returned.\n\
fbad6f9a
GM
663If they are in the bitmap-area to the left of the window,\n\
664 `left-bitmap-area' is returned, if they are in the area on the right of\n\
665 the window, `right-bitmap-area' is returned.\n\
d5783c40 666If they are on the border between WINDOW and its right sibling,\n\
e5d77022 667 `vertical-line' is returned.")
d5783c40
JB
668 (coordinates, window)
669 register Lisp_Object coordinates, window;
670{
5500c422
GM
671 struct window *w;
672 struct frame *f;
d5783c40 673 int x, y;
5500c422 674 Lisp_Object lx, ly;
d5783c40 675
605be8af 676 CHECK_LIVE_WINDOW (window, 0);
5500c422
GM
677 w = XWINDOW (window);
678 f = XFRAME (w->frame);
d5783c40 679 CHECK_CONS (coordinates, 1);
5500c422
GM
680 lx = Fcar (coordinates);
681 ly = Fcdr (coordinates);
682 CHECK_NUMBER_OR_FLOAT (lx, 1);
683 CHECK_NUMBER_OR_FLOAT (ly, 1);
684 x = PIXEL_X_FROM_CANON_X (f, lx);
685 y = PIXEL_Y_FROM_CANON_Y (f, ly);
686
687 switch (coordinates_in_window (w, &x, &y))
d5783c40
JB
688 {
689 case 0: /* NOT in window at all. */
690 return Qnil;
691
692 case 1: /* In text part of window. */
5500c422
GM
693 /* X and Y are now window relative pixel coordinates.
694 Convert them to canonical char units before returning
695 them. */
696 return Fcons (CANON_X_FROM_PIXEL_X (f, x),
697 CANON_Y_FROM_PIXEL_Y (f, y));
d5783c40
JB
698
699 case 2: /* In mode line of window. */
700 return Qmode_line;
37962e60 701
d5783c40 702 case 3: /* On right border of window. */
e5d77022 703 return Qvertical_line;
d5783c40 704
5500c422 705 case 4:
045dee35 706 return Qheader_line;
5500c422 707
fbad6f9a
GM
708 case 5:
709 return Qleft_bitmap_area;
710
711 case 6:
712 return Qright_bitmap_area;
713
d5783c40
JB
714 default:
715 abort ();
716 }
717}
718
67492200
GM
719
720/* Callback for foreach_window, used in window_from_coordinates.
f95464e4
GM
721 Check if window W contains coordinates specified by USER_DATA which
722 is actually a pointer to a struct check_window_data CW.
723
724 Check if window W contains coordinates *CW->x and *CW->y. If it
725 does, return W in *CW->window, as Lisp_Object, and return in
5372262f 726 *CW->part the part of the window under coordinates *X,*Y. Return
f95464e4
GM
727 zero from this function to stop iterating over windows. */
728
729struct check_window_data
730{
731 Lisp_Object *window;
732 int *x, *y, *part;
733};
67492200
GM
734
735static int
f95464e4 736check_window_containing (w, user_data)
67492200 737 struct window *w;
f95464e4 738 void *user_data;
67492200 739{
f95464e4 740 struct check_window_data *cw = (struct check_window_data *) user_data;
67492200
GM
741 int found;
742
f95464e4 743 found = coordinates_in_window (w, cw->x, cw->y);
67492200
GM
744 if (found)
745 {
f95464e4
GM
746 *cw->part = found - 1;
747 XSETWINDOW (*cw->window, w);
67492200
GM
748 }
749
750 return !found;
751}
752
753
5500c422
GM
754/* Find the window containing frame-relative pixel position X/Y and
755 return it as a Lisp_Object. If X, Y is on the window's modeline,
756 set *PART to 1; if it is on the separating line between the window
757 and its right sibling, set it to 2; otherwise set it to 0. If
758 there is no window under X, Y return nil and leave *PART
67492200
GM
759 unmodified. TOOL_BAR_P non-zero means detect tool-bar windows.
760
761 This function was previously implemented with a loop cycling over
762 windows with Fnext_window, and starting with the frame's selected
763 window. It turned out that this doesn't work with an
764 implementation of next_window using Vwindow_list, because
765 FRAME_SELECTED_WINDOW (F) is not always contained in the window
766 tree of F when this function is called asynchronously from
767 note_mouse_highlight. The original loop didn't terminate in this
768 case. */
5500c422 769
7ab12479 770Lisp_Object
67492200
GM
771window_from_coordinates (f, x, y, part, tool_bar_p)
772 struct frame *f;
7ab12479 773 int x, y;
d5783c40 774 int *part;
9ea173e8 775 int tool_bar_p;
7ab12479 776{
67492200 777 Lisp_Object window;
f95464e4 778 struct check_window_data cw;
5500c422 779
67492200 780 window = Qnil;
f95464e4
GM
781 cw.window = &window, cw.x = &x, cw.y = &y; cw.part = part;
782 foreach_window (f, check_window_containing, &cw);
67492200
GM
783
784 /* If not found above, see if it's in the tool bar window, if a tool
785 bar exists. */
786 if (NILP (window)
787 && tool_bar_p
788 && WINDOWP (f->tool_bar_window)
789 && XINT (XWINDOW (f->tool_bar_window)->height) > 0
790 && coordinates_in_window (XWINDOW (f->tool_bar_window), &x, &y))
5500c422
GM
791 {
792 *part = 0;
67492200 793 window = f->tool_bar_window;
5500c422 794 }
37962e60 795
67492200 796 return window;
7ab12479
JB
797}
798
ab17c3f2 799DEFUN ("window-at", Fwindow_at, Swindow_at, 2, 3, 0,
b0c33a94 800 "Return window containing coordinates X and Y on FRAME.\n\
44fa5b1e
JB
801If omitted, FRAME defaults to the currently selected frame.\n\
802The top left corner of the frame is considered to be row 0,\n\
95605e15 803column 0.")
b0c33a94
RS
804 (x, y, frame)
805 Lisp_Object x, y, frame;
7ab12479
JB
806{
807 int part;
5500c422 808 struct frame *f;
7ab12479 809
44fa5b1e 810 if (NILP (frame))
1ae1a37d
GM
811 frame = selected_frame;
812 CHECK_LIVE_FRAME (frame, 2);
5500c422 813 f = XFRAME (frame);
7ab12479 814
5500c422
GM
815 /* Check that arguments are integers or floats. */
816 CHECK_NUMBER_OR_FLOAT (x, 0);
817 CHECK_NUMBER_OR_FLOAT (y, 1);
818
819 return window_from_coordinates (f,
820 PIXEL_X_FROM_CANON_X (f, x),
821 PIXEL_Y_FROM_CANON_Y (f, y),
822 &part, 0);
7ab12479
JB
823}
824
825DEFUN ("window-point", Fwindow_point, Swindow_point, 0, 1, 0,
826 "Return current value of point in WINDOW.\n\
827For a nonselected window, this is the value point would have\n\
828if that window were selected.\n\
829\n\
830Note that, when WINDOW is the selected window and its buffer\n\
831is also currently selected, the value returned is the same as (point).\n\
832It would be more strictly correct to return the `top-level' value\n\
833of point, outside of any save-excursion forms.\n\
834But that is hard to define.")
835 (window)
836 Lisp_Object window;
837{
838 register struct window *w = decode_window (window);
839
840 if (w == XWINDOW (selected_window)
841 && current_buffer == XBUFFER (w->buffer))
842 return Fpoint ();
843 return Fmarker_position (w->pointm);
844}
845
846DEFUN ("window-start", Fwindow_start, Swindow_start, 0, 1, 0,
0fea6c40
RS
847 "Return position at which display currently starts in WINDOW.\n\
848This is updated by redisplay or by calling `set-window-start'.")
7ab12479
JB
849 (window)
850 Lisp_Object window;
851{
852 return Fmarker_position (decode_window (window)->start);
853}
854
8646118f
RS
855/* This is text temporarily removed from the doc string below.
856
7250968e
RS
857This function returns nil if the position is not currently known.\n\
858That happens when redisplay is preempted and doesn't finish.\n\
859If in that case you want to compute where the end of the window would\n\
860have been if redisplay had finished, do this:\n\
861 (save-excursion\n\
862 (goto-char (window-start window))\n\
863 (vertical-motion (1- (window-height window)) window)\n\
8646118f
RS
864 (point))") */
865
478292ed 866DEFUN ("window-end", Fwindow_end, Swindow_end, 0, 2, 0,
8646118f
RS
867 "Return position at which display currently ends in WINDOW.\n\
868This is updated by redisplay, when it runs to completion.\n\
869Simply changing the buffer text or setting `window-start'\n\
478292ed 870does not update this value.\n\
dffde83f 871If UPDATE is non-nil, compute the up-to-date position\n\
478292ed
RS
872if it isn't already recorded.")
873 (window, update)
874 Lisp_Object window, update;
7ab12479
JB
875{
876 Lisp_Object value;
877 struct window *w = decode_window (window);
5a41ab94
RS
878 Lisp_Object buf;
879
880 buf = w->buffer;
881 CHECK_BUFFER (buf, 0);
882
8646118f 883#if 0 /* This change broke some things. We should make it later. */
7250968e
RS
884 /* If we don't know the end position, return nil.
885 The user can compute it with vertical-motion if he wants to.
886 It would be nicer to do it automatically,
887 but that's so slow that it would probably bother people. */
888 if (NILP (w->window_end_valid))
889 return Qnil;
8646118f 890#endif
7250968e 891
478292ed
RS
892 if (! NILP (update)
893 && ! (! NILP (w->window_end_valid)
894 && XFASTINT (w->last_modified) >= MODIFF))
895 {
cbc099e5
GM
896 struct text_pos startp;
897 struct it it;
2d6d9df0
GM
898
899 /* In case W->start is out of the range, use something
900 reasonable. This situation occured when loading a file with
901 `-l' containing a call to `rmail' with subsequent other
902 commands. At the end, W->start happened to be BEG, while
cbc099e5 903 rmail had already narrowed the buffer. */
2d6d9df0 904 if (XMARKER (w->start)->charpos < BEGV)
cbc099e5 905 SET_TEXT_POS (startp, BEGV, BEGV_BYTE);
2d6d9df0 906 else if (XMARKER (w->start)->charpos > ZV)
cbc099e5 907 SET_TEXT_POS (startp, ZV, ZV_BYTE);
2d6d9df0 908 else
cbc099e5
GM
909 SET_TEXT_POS_FROM_MARKER (startp, w->start);
910
911 /* Cannot use Fvertical_motion because that function doesn't
912 cope with variable-height lines. */
913 start_display (&it, w, startp);
914 move_it_vertically (&it, window_box_height (w));
2f3cad6c 915 move_it_past_eol (&it);
cbc099e5 916 value = make_number (IT_CHARPOS (it));
478292ed
RS
917 }
918 else
cbc099e5 919 XSETINT (value, BUF_Z (XBUFFER (buf)) - XFASTINT (w->window_end_pos));
7ab12479
JB
920
921 return value;
922}
923
924DEFUN ("set-window-point", Fset_window_point, Sset_window_point, 2, 2, 0,
925 "Make point value in WINDOW be at position POS in WINDOW's buffer.")
926 (window, pos)
927 Lisp_Object window, pos;
928{
929 register struct window *w = decode_window (window);
930
931 CHECK_NUMBER_COERCE_MARKER (pos, 1);
e90c4fe6
RS
932 if (w == XWINDOW (selected_window)
933 && XBUFFER (w->buffer) == current_buffer)
7ab12479
JB
934 Fgoto_char (pos);
935 else
936 set_marker_restricted (w->pointm, pos, w->buffer);
799417bd 937
0685cb3c
GM
938 /* We have to make sure that redisplay updates the window to show
939 the new value of point. */
940 if (!EQ (window, selected_window))
799417bd 941 ++windows_or_buffers_changed;
ce7fae7d 942
7ab12479
JB
943 return pos;
944}
945
946DEFUN ("set-window-start", Fset_window_start, Sset_window_start, 2, 3, 0,
947 "Make display in WINDOW start at position POS in WINDOW's buffer.\n\
948Optional third arg NOFORCE non-nil inhibits next redisplay\n\
949from overriding motion of point in order to display at this exact start.")
950 (window, pos, noforce)
951 Lisp_Object window, pos, noforce;
952{
953 register struct window *w = decode_window (window);
954
955 CHECK_NUMBER_COERCE_MARKER (pos, 1);
956 set_marker_restricted (w->start, pos, w->buffer);
957 /* this is not right, but much easier than doing what is right. */
958 w->start_at_line_beg = Qnil;
265a9e55 959 if (NILP (noforce))
7ab12479
JB
960 w->force_start = Qt;
961 w->update_mode_line = Qt;
d834a2e9 962 XSETFASTINT (w->last_modified, 0);
3cd21523 963 XSETFASTINT (w->last_overlay_modified, 0);
62c07cc7
JB
964 if (!EQ (window, selected_window))
965 windows_or_buffers_changed++;
ce7fae7d 966
7ab12479
JB
967 return pos;
968}
969
970DEFUN ("window-dedicated-p", Fwindow_dedicated_p, Swindow_dedicated_p,
971 1, 1, 0,
972 "Return WINDOW's dedicated object, usually t or nil.\n\
1f18c48f 973See also `set-window-dedicated-p'.")
7ab12479
JB
974 (window)
975 Lisp_Object window;
976{
977 return decode_window (window)->dedicated;
978}
979
d207b766
RS
980DEFUN ("set-window-dedicated-p", Fset_window_dedicated_p,
981 Sset_window_dedicated_p, 2, 2, 0,
982 "Control whether WINDOW is dedicated to the buffer it displays.\n\
983If it is dedicated, Emacs will not automatically change\n\
984which buffer appears in it.\n\
985The second argument is the new value for the dedication flag;\n\
986non-nil means yes.")
7ab12479
JB
987 (window, arg)
988 Lisp_Object window, arg;
989{
990 register struct window *w = decode_window (window);
991
265a9e55 992 if (NILP (arg))
7ab12479
JB
993 w->dedicated = Qnil;
994 else
d207b766 995 w->dedicated = Qt;
7ab12479
JB
996
997 return w->dedicated;
998}
999
1000DEFUN ("window-display-table", Fwindow_display_table, Swindow_display_table,
1001 0, 1, 0,
1002 "Return the display-table that WINDOW is using.")
1003 (window)
1004 Lisp_Object window;
1005{
1006 return decode_window (window)->display_table;
1007}
1008
5500c422
GM
1009/* Get the display table for use on window W. This is either W's
1010 display table or W's buffer's display table. Ignore the specified
1011 tables if they are not valid; if no valid table is specified,
1012 return 0. */
7ab12479 1013
319315f1 1014struct Lisp_Char_Table *
7ab12479
JB
1015window_display_table (w)
1016 struct window *w;
1017{
c756cdbe
GM
1018 struct Lisp_Char_Table *dp = NULL;
1019
1020 if (DISP_TABLE_P (w->display_table))
1021 dp = XCHAR_TABLE (w->display_table);
1022 else if (BUFFERP (w->buffer))
1023 {
1024 struct buffer *b = XBUFFER (w->buffer);
1025
1026 if (DISP_TABLE_P (b->display_table))
1027 dp = XCHAR_TABLE (b->display_table);
1028 else if (DISP_TABLE_P (Vstandard_display_table))
1029 dp = XCHAR_TABLE (Vstandard_display_table);
1030 }
171d003c 1031
c756cdbe 1032 return dp;
7ab12479
JB
1033}
1034
3a2712f9 1035DEFUN ("set-window-display-table", Fset_window_display_table, Sset_window_display_table, 2, 2, 0,
7ab12479
JB
1036 "Set WINDOW's display-table to TABLE.")
1037 (window, table)
1038 register Lisp_Object window, table;
1039{
1040 register struct window *w;
7ab12479
JB
1041
1042 w = decode_window (window);
1043 w->display_table = table;
1044 return table;
1045}
1046\f
1047/* Record info on buffer window w is displaying
1048 when it is about to cease to display that buffer. */
dfcf069d 1049static void
7ab12479
JB
1050unshow_buffer (w)
1051 register struct window *w;
1052{
12cae7c0 1053 Lisp_Object buf;
b73ea88e 1054 struct buffer *b;
7ab12479 1055
12cae7c0 1056 buf = w->buffer;
b73ea88e
RS
1057 b = XBUFFER (buf);
1058 if (b != XMARKER (w->pointm)->buffer)
7ab12479
JB
1059 abort ();
1060
573f41ab 1061#if 0
7ab12479
JB
1062 if (w == XWINDOW (selected_window)
1063 || ! EQ (buf, XWINDOW (selected_window)->buffer))
1064 /* Do this except when the selected window's buffer
1065 is being removed from some other window. */
573f41ab
RS
1066#endif
1067 /* last_window_start records the start position that this buffer
1068 had in the last window to be disconnected from it.
1069 Now that this statement is unconditional,
1070 it is possible for the buffer to be displayed in the
1071 selected window, while last_window_start reflects another
1072 window which was recently showing the same buffer.
1073 Some people might say that might be a good thing. Let's see. */
b73ea88e 1074 b->last_window_start = marker_position (w->start);
7ab12479
JB
1075
1076 /* Point in the selected window's buffer
1077 is actually stored in that buffer, and the window's pointm isn't used.
1078 So don't clobber point in that buffer. */
719eaeb1
GM
1079 if (! EQ (buf, XWINDOW (selected_window)->buffer)
1080 /* This line helps to fix Horsley's testbug.el bug. */
8801a864
KR
1081 && !(WINDOWP (b->last_selected_window)
1082 && w != XWINDOW (b->last_selected_window)
719eaeb1 1083 && EQ (buf, XWINDOW (b->last_selected_window)->buffer)))
b73ea88e
RS
1084 temp_set_point_both (b,
1085 clip_to_bounds (BUF_BEGV (b),
1086 XMARKER (w->pointm)->charpos,
1087 BUF_ZV (b)),
1088 clip_to_bounds (BUF_BEGV_BYTE (b),
1089 marker_byte_position (w->pointm),
1090 BUF_ZV_BYTE (b)));
719eaeb1 1091
8801a864
KR
1092 if (WINDOWP (b->last_selected_window)
1093 && w == XWINDOW (b->last_selected_window))
719eaeb1 1094 b->last_selected_window = Qnil;
7ab12479
JB
1095}
1096
1097/* Put replacement into the window structure in place of old. */
dfcf069d 1098static void
7ab12479
JB
1099replace_window (old, replacement)
1100 Lisp_Object old, replacement;
1101{
1102 register Lisp_Object tem;
1103 register struct window *o = XWINDOW (old), *p = XWINDOW (replacement);
1104
44fa5b1e
JB
1105 /* If OLD is its frame's root_window, then replacement is the new
1106 root_window for that frame. */
7ab12479 1107
7f4161e0 1108 if (EQ (old, FRAME_ROOT_WINDOW (XFRAME (o->frame))))
44fa5b1e 1109 FRAME_ROOT_WINDOW (XFRAME (o->frame)) = replacement;
7ab12479
JB
1110
1111 p->left = o->left;
1112 p->top = o->top;
1113 p->width = o->width;
1114 p->height = o->height;
5500c422
GM
1115 p->desired_matrix = p->current_matrix = 0;
1116 p->vscroll = 0;
1117 bzero (&p->cursor, sizeof (p->cursor));
1118 bzero (&p->last_cursor, sizeof (p->last_cursor));
1119 bzero (&p->phys_cursor, sizeof (p->phys_cursor));
1120 p->phys_cursor_type = -1;
1121 p->must_be_updated_p = 0;
1122 p->pseudo_window_p = 0;
1123 XSETFASTINT (p->window_end_vpos, 0);
1124 XSETFASTINT (p->window_end_pos, 0);
1125 p->window_end_valid = Qnil;
7bbb5782 1126 p->frozen_window_start_p = 0;
f984d4fc 1127 p->orig_top = p->orig_height = Qnil;
7ab12479
JB
1128
1129 p->next = tem = o->next;
265a9e55 1130 if (!NILP (tem))
7ab12479
JB
1131 XWINDOW (tem)->prev = replacement;
1132
1133 p->prev = tem = o->prev;
265a9e55 1134 if (!NILP (tem))
7ab12479
JB
1135 XWINDOW (tem)->next = replacement;
1136
1137 p->parent = tem = o->parent;
265a9e55 1138 if (!NILP (tem))
7ab12479
JB
1139 {
1140 if (EQ (XWINDOW (tem)->vchild, old))
1141 XWINDOW (tem)->vchild = replacement;
1142 if (EQ (XWINDOW (tem)->hchild, old))
1143 XWINDOW (tem)->hchild = replacement;
1144 }
1145
1146/*** Here, if replacement is a vertical combination
1147and so is its new parent, we should make replacement's
1148children be children of that parent instead. ***/
1149}
1150
1151DEFUN ("delete-window", Fdelete_window, Sdelete_window, 0, 1, "",
1152 "Remove WINDOW from the display. Default is selected window.")
1153 (window)
1154 register Lisp_Object window;
543f5fb1
RS
1155{
1156 delete_window (window);
1157
1158 if (! NILP (Vwindow_configuration_change_hook)
1159 && ! NILP (Vrun_hooks))
1160 call1 (Vrun_hooks, Qwindow_configuration_change_hook);
1161
1162 return Qnil;
1163}
1164
5e14b1fc 1165void
543f5fb1
RS
1166delete_window (window)
1167 register Lisp_Object window;
7ab12479
JB
1168{
1169 register Lisp_Object tem, parent, sib;
1170 register struct window *p;
1171 register struct window *par;
951f9df5 1172 struct frame *f;
7ab12479 1173
605be8af
JB
1174 /* Because this function is called by other C code on non-leaf
1175 windows, the CHECK_LIVE_WINDOW macro would choke inappropriately,
1176 so we can't decode_window here. */
265a9e55 1177 if (NILP (window))
7ab12479
JB
1178 window = selected_window;
1179 else
1180 CHECK_WINDOW (window, 0);
7ab12479 1181 p = XWINDOW (window);
605be8af
JB
1182
1183 /* It's okay to delete an already-deleted window. */
1184 if (NILP (p->buffer)
1185 && NILP (p->hchild)
1186 && NILP (p->vchild))
296b535c 1187 return;
605be8af 1188
7ab12479 1189 parent = p->parent;
265a9e55 1190 if (NILP (parent))
7ab12479
JB
1191 error ("Attempt to delete minibuffer or sole ordinary window");
1192 par = XWINDOW (parent);
1193
1194 windows_or_buffers_changed++;
67492200 1195 Vwindow_list = Qnil;
951f9df5
GM
1196 f = XFRAME (WINDOW_FRAME (p));
1197 FRAME_WINDOW_SIZES_CHANGED (f) = 1;
7ab12479 1198
605be8af
JB
1199 /* Are we trying to delete any frame's selected window? */
1200 {
951f9df5 1201 Lisp_Object pwindow;
605be8af 1202
0def0403
RS
1203 /* See if the frame's selected window is either WINDOW
1204 or any subwindow of it, by finding all that window's parents
1205 and comparing each one with WINDOW. */
951f9df5 1206 pwindow = FRAME_SELECTED_WINDOW (f);
0def0403
RS
1207
1208 while (!NILP (pwindow))
1209 {
1210 if (EQ (window, pwindow))
1211 break;
1212 pwindow = XWINDOW (pwindow)->parent;
1213 }
1214
1215 if (EQ (window, pwindow))
605be8af 1216 {
89bca612
RS
1217 Lisp_Object alternative;
1218 alternative = Fnext_window (window, Qlambda, Qnil);
605be8af
JB
1219
1220 /* If we're about to delete the selected window on the
1221 selected frame, then we should use Fselect_window to select
1222 the new window. On the other hand, if we're about to
1223 delete the selected window on any other frame, we shouldn't do
1224 anything but set the frame's selected_window slot. */
1225 if (EQ (window, selected_window))
1226 Fselect_window (alternative);
1227 else
951f9df5 1228 FRAME_SELECTED_WINDOW (f) = alternative;
605be8af
JB
1229 }
1230 }
7ab12479
JB
1231
1232 tem = p->buffer;
1233 /* tem is null for dummy parent windows
1234 (which have inferiors but not any contents themselves) */
265a9e55 1235 if (!NILP (tem))
7ab12479
JB
1236 {
1237 unshow_buffer (p);
1238 unchain_marker (p->pointm);
1239 unchain_marker (p->start);
7ab12479
JB
1240 }
1241
05e71564
GM
1242 /* Free window glyph matrices. It is sure that they are allocated
1243 again when ADJUST_GLYPHS is called. Block input so that expose
1244 events and other events that access glyph matrices are not
1245 processed while we are changing them. */
1246 BLOCK_INPUT;
951f9df5 1247 free_window_matrices (XWINDOW (FRAME_ROOT_WINDOW (f)));
5500c422 1248
7ab12479 1249 tem = p->next;
265a9e55 1250 if (!NILP (tem))
7ab12479
JB
1251 XWINDOW (tem)->prev = p->prev;
1252
1253 tem = p->prev;
265a9e55 1254 if (!NILP (tem))
7ab12479
JB
1255 XWINDOW (tem)->next = p->next;
1256
1257 if (EQ (window, par->hchild))
1258 par->hchild = p->next;
1259 if (EQ (window, par->vchild))
1260 par->vchild = p->next;
1261
1262 /* Find one of our siblings to give our space to. */
1263 sib = p->prev;
265a9e55 1264 if (NILP (sib))
7ab12479
JB
1265 {
1266 /* If p gives its space to its next sibling, that sibling needs
1267 to have its top/left side pulled back to where p's is.
1268 set_window_{height,width} will re-position the sibling's
1269 children. */
1270 sib = p->next;
7f4161e0
JB
1271 XWINDOW (sib)->top = p->top;
1272 XWINDOW (sib)->left = p->left;
7ab12479
JB
1273 }
1274
1275 /* Stretch that sibling. */
265a9e55 1276 if (!NILP (par->vchild))
7ab12479
JB
1277 set_window_height (sib,
1278 XFASTINT (XWINDOW (sib)->height) + XFASTINT (p->height),
1279 1);
265a9e55 1280 if (!NILP (par->hchild))
7ab12479
JB
1281 set_window_width (sib,
1282 XFASTINT (XWINDOW (sib)->width) + XFASTINT (p->width),
1283 1);
1284
1285 /* If parent now has only one child,
1286 put the child into the parent's place. */
7ab12479 1287 tem = par->hchild;
265a9e55 1288 if (NILP (tem))
7ab12479 1289 tem = par->vchild;
265a9e55 1290 if (NILP (XWINDOW (tem)->next))
7ab12479 1291 replace_window (parent, tem);
605be8af
JB
1292
1293 /* Since we may be deleting combination windows, we must make sure that
1294 not only p but all its children have been marked as deleted. */
1295 if (! NILP (p->hchild))
1296 delete_all_subwindows (XWINDOW (p->hchild));
1297 else if (! NILP (p->vchild))
1298 delete_all_subwindows (XWINDOW (p->vchild));
1299
1300 /* Mark this window as deleted. */
1301 p->buffer = p->hchild = p->vchild = Qnil;
5500c422
GM
1302
1303 /* Adjust glyph matrices. */
951f9df5 1304 adjust_glyphs (f);
05e71564 1305 UNBLOCK_INPUT;
7ab12479 1306}
67492200
GM
1307
1308
7ab12479 1309\f
67492200
GM
1310/***********************************************************************
1311 Window List
1312 ***********************************************************************/
1313
f95464e4
GM
1314/* Add window W to *USER_DATA. USER_DATA is actually a Lisp_Object
1315 pointer. This is a callback function for foreach_window, used in
1316 function window_list. */
67492200
GM
1317
1318static int
f95464e4 1319add_window_to_list (w, user_data)
67492200 1320 struct window *w;
f95464e4 1321 void *user_data;
67492200 1322{
f95464e4 1323 Lisp_Object *list = (Lisp_Object *) user_data;
67492200
GM
1324 Lisp_Object window;
1325 XSETWINDOW (window, w);
212116d6 1326 *list = Fcons (window, *list);
67492200
GM
1327 return 1;
1328}
1329
1330
1331/* Return a list of all windows, for use by next_window. If
1332 Vwindow_list is a list, return that list. Otherwise, build a new
1333 list, cache it in Vwindow_list, and return that. */
1334
1335static Lisp_Object
1336window_list ()
1337{
1338 if (!CONSP (Vwindow_list))
1339 {
1340 Lisp_Object tail;
212116d6 1341
67492200
GM
1342 Vwindow_list = Qnil;
1343 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
212116d6
GM
1344 {
1345 Lisp_Object args[2];
1346
1347 /* We are visiting windows in canonical order, and add
1348 new windows at the front of args[1], which means we
1349 have to reverse this list at the end. */
1350 args[1] = Qnil;
1351 foreach_window (XFRAME (XCAR (tail)), add_window_to_list, &args[1]);
1352 args[0] = Vwindow_list;
1353 args[1] = Fnreverse (args[1]);
1354 Vwindow_list = Fnconc (2, args);
1355 }
67492200
GM
1356 }
1357
1358 return Vwindow_list;
1359}
1360
1361
118ea242
GM
1362/* Value is non-zero if WINDOW satisfies the constraints given by
1363 OWINDOW, MINIBUF and ALL_FRAMES.
67492200 1364
118ea242
GM
1365 MINIBUF t means WINDOW may be minibuffer windows.
1366 `lambda' means WINDOW may not be a minibuffer window.
1367 a window means a specific minibuffer window
67492200 1368
118ea242
GM
1369 ALL_FRAMES t means search all frames,
1370 nil means search just current frame,
1371 `visible' means search just visible frames,
1372 0 means search visible and iconified frames,
1373 a window means search the frame that window belongs to,
1374 a frame means consider windows on that frame, only. */
67492200
GM
1375
1376static int
118ea242
GM
1377candidate_window_p (window, owindow, minibuf, all_frames)
1378 Lisp_Object window, owindow, minibuf, all_frames;
67492200
GM
1379{
1380 struct window *w = XWINDOW (window);
1381 struct frame *f = XFRAME (w->frame);
1382 int candidate_p = 1;
1383
1384 if (!BUFFERP (w->buffer))
1385 candidate_p = 0;
1386 else if (MINI_WINDOW_P (w)
1387 && (EQ (minibuf, Qlambda)
1388 || (WINDOWP (minibuf) && !EQ (minibuf, window))))
1389 {
1390 /* If MINIBUF is `lambda' don't consider any mini-windows.
1391 If it is a window, consider only that one. */
1392 candidate_p = 0;
1393 }
118ea242
GM
1394 else if (EQ (all_frames, Qt))
1395 candidate_p = 1;
67492200 1396 else if (NILP (all_frames))
118ea242
GM
1397 {
1398 xassert (WINDOWP (owindow));
1399 candidate_p = EQ (w->frame, XWINDOW (owindow)->frame);
1400 }
67492200
GM
1401 else if (EQ (all_frames, Qvisible))
1402 {
1403 FRAME_SAMPLE_VISIBILITY (f);
1404 candidate_p = FRAME_VISIBLE_P (f);
1405 }
1406 else if (INTEGERP (all_frames) && XINT (all_frames) == 0)
1407 {
1408 FRAME_SAMPLE_VISIBILITY (f);
1409 candidate_p = FRAME_VISIBLE_P (f) || FRAME_ICONIFIED_P (f);
1410 }
67492200
GM
1411 else if (WINDOWP (all_frames))
1412 candidate_p = (EQ (FRAME_MINIBUF_WINDOW (f), all_frames)
1413 || EQ (XWINDOW (all_frames)->frame, w->frame)
1414 || EQ (XWINDOW (all_frames)->frame, FRAME_FOCUS_FRAME (f)));
118ea242
GM
1415 else if (FRAMEP (all_frames))
1416 candidate_p = EQ (all_frames, w->frame);
67492200
GM
1417
1418 return candidate_p;
1419}
1420
1421
1422/* Decode arguments as allowed by Fnext_window, Fprevious_window, and
1423 Fwindow_list. See there for the meaning of WINDOW, MINIBUF, and
1424 ALL_FRAMES. */
1425
1426static void
1427decode_next_window_args (window, minibuf, all_frames)
1428 Lisp_Object *window, *minibuf, *all_frames;
1429{
1430 if (NILP (*window))
1431 *window = selected_window;
1432 else
1433 CHECK_LIVE_WINDOW (*window, 0);
1434
1435 /* MINIBUF nil may or may not include minibuffers. Decide if it
1436 does. */
1437 if (NILP (*minibuf))
1438 *minibuf = minibuf_level ? minibuf_window : Qlambda;
1439 else if (!EQ (*minibuf, Qt))
1440 *minibuf = Qlambda;
1441
1442 /* Now *MINIBUF can be t => count all minibuffer windows, `lambda'
1443 => count none of them, or a specific minibuffer window (the
1444 active one) to count. */
1445
1446 /* ALL_FRAMES nil doesn't specify which frames to include. */
1447 if (NILP (*all_frames))
1448 *all_frames = (!EQ (*minibuf, Qlambda)
1449 ? FRAME_MINIBUF_WINDOW (XFRAME (XWINDOW (*window)->frame))
1450 : Qnil);
1451 else if (EQ (*all_frames, Qvisible))
1452 ;
1453 else if (XFASTINT (*all_frames) == 0)
1454 ;
1455 else if (FRAMEP (*all_frames))
1456 ;
1457 else if (!EQ (*all_frames, Qt))
1458 *all_frames = Qnil;
1459
1460 /* Now *ALL_FRAMES is t meaning search all frames, nil meaning
1461 search just current frame, `visible' meaning search just visible
1462 frames, 0 meaning search visible and iconified frames, or a
1463 window, meaning search the frame that window belongs to, or a
1464 frame, meaning consider windows on that frame, only. */
1465}
1466
1467
1468/* Return the next or previous window of WINDOW in canonical ordering
1469 of windows. NEXT_P non-zero means return the next window. See the
1470 documentation string of next-window for the meaning of MINIBUF and
1471 ALL_FRAMES. */
1472
1473static Lisp_Object
1474next_window (window, minibuf, all_frames, next_p)
1475 Lisp_Object window, minibuf, all_frames;
1476 int next_p;
1477{
1478 decode_next_window_args (&window, &minibuf, &all_frames);
1479
1480 /* If ALL_FRAMES is a frame, and WINDOW isn't on that frame, just
1481 return the first window on the frame. */
1482 if (FRAMEP (all_frames)
1483 && !EQ (all_frames, XWINDOW (window)->frame))
1484 return Fframe_first_window (all_frames);
1485
212116d6 1486 if (next_p)
67492200
GM
1487 {
1488 Lisp_Object list;
1489
1490 /* Find WINDOW in the list of all windows. */
1491 list = Fmemq (window, window_list ());
1492
1493 /* Scan forward from WINDOW to the end of the window list. */
1494 if (CONSP (list))
1495 for (list = XCDR (list); CONSP (list); list = XCDR (list))
118ea242 1496 if (candidate_window_p (XCAR (list), window, minibuf, all_frames))
67492200
GM
1497 break;
1498
1499 /* Scan from the start of the window list up to WINDOW. */
1500 if (!CONSP (list))
1501 for (list = Vwindow_list;
1502 CONSP (list) && !EQ (XCAR (list), window);
1503 list = XCDR (list))
118ea242 1504 if (candidate_window_p (XCAR (list), window, minibuf, all_frames))
67492200
GM
1505 break;
1506
1507 if (CONSP (list))
1508 window = XCAR (list);
1509 }
1510 else
1511 {
1512 Lisp_Object candidate, list;
1513
1514 /* Scan through the list of windows for candidates. If there are
1515 candidate windows in front of WINDOW, the last one of these
1516 is the one we want. If there are candidates following WINDOW
1517 in the list, again the last one of these is the one we want. */
1518 candidate = Qnil;
1519 for (list = window_list (); CONSP (list); list = XCDR (list))
1520 {
1521 if (EQ (XCAR (list), window))
1522 {
1523 if (WINDOWP (candidate))
1524 break;
1525 }
118ea242
GM
1526 else if (candidate_window_p (XCAR (list), window, minibuf,
1527 all_frames))
67492200
GM
1528 candidate = XCAR (list);
1529 }
1530
1531 if (WINDOWP (candidate))
1532 window = candidate;
1533 }
1534
1535 return window;
1536}
7ab12479 1537
7ab12479 1538
26f6279d
JB
1539/* This comment supplies the doc string for `next-window',
1540 for make-docfile to see. We cannot put this in the real DEFUN
1541 due to limits in the Unix cpp.
1542
1543DEFUN ("next-window", Ffoo, Sfoo, 0, 3, 0,
7ab12479 1544 "Return next window after WINDOW in canonical ordering of windows.\n\
d5783c40
JB
1545If omitted, WINDOW defaults to the selected window.\n\
1546\n\
1547Optional second arg MINIBUF t means count the minibuffer window even\n\
1548if not active. MINIBUF nil or omitted means count the minibuffer iff\n\
1549it is active. MINIBUF neither t nor nil means not to count the\n\
1550minibuffer even if it is active.\n\
1551\n\
44fa5b1e
JB
1552Several frames may share a single minibuffer; if the minibuffer\n\
1553counts, all windows on all frames that share that minibuffer count\n\
ed160f1f 1554too. Therefore, `next-window' can be used to iterate through the\n\
44fa5b1e
JB
1555set of windows even when the minibuffer is on another frame. If the\n\
1556minibuffer does not count, only windows from WINDOW's frame count.\n\
d5783c40 1557\n\
44fa5b1e
JB
1558Optional third arg ALL-FRAMES t means include windows on all frames.\n\
1559ALL-FRAMES nil or omitted means cycle within the frames as specified\n\
89bca612 1560above. ALL-FRAMES = `visible' means include windows on all visible frames.\n\
f812f9c6 1561ALL-FRAMES = 0 means include windows on all visible and iconified frames.\n\
1f4c5d09 1562If ALL-FRAMES is a frame, restrict search to windows on that frame.\n\
89bca612 1563Anything else means restrict to WINDOW's frame.\n\
dbc4e1c1
JB
1564\n\
1565If you use consistent values for MINIBUF and ALL-FRAMES, you can use\n\
1566`next-window' to iterate through the entire cycle of acceptable\n\
1567windows, eventually ending up back at the window you started with.\n\
1568`previous-window' traverses the same cycle, in the reverse order.")
26f6279d
JB
1569 (window, minibuf, all_frames) */
1570
1571DEFUN ("next-window", Fnext_window, Snext_window, 0, 3, 0,
1572 0)
44fa5b1e 1573 (window, minibuf, all_frames)
67492200 1574 Lisp_Object window, minibuf, all_frames;
7ab12479 1575{
67492200 1576 return next_window (window, minibuf, all_frames, 1);
7ab12479
JB
1577}
1578
67492200 1579
26f6279d
JB
1580/* This comment supplies the doc string for `previous-window',
1581 for make-docfile to see. We cannot put this in the real DEFUN
1582 due to limits in the Unix cpp.
1583
1584DEFUN ("previous-window", Ffoo, Sfoo, 0, 3, 0,
5c4d25a6 1585 "Return the window preceding WINDOW in canonical ordering of windows.\n\
d5783c40
JB
1586If omitted, WINDOW defaults to the selected window.\n\
1587\n\
1588Optional second arg MINIBUF t means count the minibuffer window even\n\
1589if not active. MINIBUF nil or omitted means count the minibuffer iff\n\
1590it is active. MINIBUF neither t nor nil means not to count the\n\
1591minibuffer even if it is active.\n\
1592\n\
44fa5b1e
JB
1593Several frames may share a single minibuffer; if the minibuffer\n\
1594counts, all windows on all frames that share that minibuffer count\n\
ed160f1f 1595too. Therefore, `previous-window' can be used to iterate through\n\
44fa5b1e 1596the set of windows even when the minibuffer is on another frame. If\n\
ed160f1f 1597the minibuffer does not count, only windows from WINDOW's frame count\n\
d5783c40 1598\n\
44fa5b1e
JB
1599Optional third arg ALL-FRAMES t means include windows on all frames.\n\
1600ALL-FRAMES nil or omitted means cycle within the frames as specified\n\
89bca612 1601above. ALL-FRAMES = `visible' means include windows on all visible frames.\n\
f812f9c6 1602ALL-FRAMES = 0 means include windows on all visible and iconified frames.\n\
1f4c5d09 1603If ALL-FRAMES is a frame, restrict search to windows on that frame.\n\
89bca612 1604Anything else means restrict to WINDOW's frame.\n\
dbc4e1c1
JB
1605\n\
1606If you use consistent values for MINIBUF and ALL-FRAMES, you can use\n\
1607`previous-window' to iterate through the entire cycle of acceptable\n\
1608windows, eventually ending up back at the window you started with.\n\
1609`next-window' traverses the same cycle, in the reverse order.")
26f6279d
JB
1610 (window, minibuf, all_frames) */
1611
1612
1613DEFUN ("previous-window", Fprevious_window, Sprevious_window, 0, 3, 0,
1614 0)
44fa5b1e 1615 (window, minibuf, all_frames)
67492200 1616 Lisp_Object window, minibuf, all_frames;
7ab12479 1617{
67492200 1618 return next_window (window, minibuf, all_frames, 0);
7ab12479
JB
1619}
1620
67492200 1621
62c07cc7 1622DEFUN ("other-window", Fother_window, Sother_window, 1, 2, "p",
44fa5b1e
JB
1623 "Select the ARG'th different window on this frame.\n\
1624All windows on current frame are arranged in a cyclic order.\n\
7ab12479
JB
1625This command selects the window ARG steps away in that order.\n\
1626A negative ARG moves in the opposite order. If the optional second\n\
44fa5b1e 1627argument ALL_FRAMES is non-nil, cycle through all frames.")
413430c5 1628 (arg, all_frames)
67492200 1629 Lisp_Object arg, all_frames;
7ab12479 1630{
67492200
GM
1631 Lisp_Object window;
1632 int i;
7ab12479 1633
413430c5 1634 CHECK_NUMBER (arg, 0);
67492200
GM
1635 window = selected_window;
1636
1637 for (i = XINT (arg); i > 0; --i)
1638 window = Fnext_window (window, Qnil, all_frames);
1639 for (; i < 0; ++i)
1640 window = Fprevious_window (window, Qnil, all_frames);
1641
1642 Fselect_window (window);
7ab12479
JB
1643 return Qnil;
1644}
67492200
GM
1645
1646
1647DEFUN ("window-list", Fwindow_list, Swindow_list, 0, 3, 0,
cd2904bd
GM
1648 "Return a list of windows on FRAME, starting with WINDOW.\n\
1649FRAME nil or omitted means use the selected frame.\n\
1650WINDOW nil or omitted means use the selected window.\n\
1651MINIBUF t means include the minibuffer window, even if it isn't active.\n\
1652MINIBUF nil or omitted means include the minibuffer window only\n\
1653if it's active.\n\
1654MINIBUF neither nil nor t means never include the minibuffer window.")
1655 (frame, minibuf, window)
1656 Lisp_Object frame, minibuf, window;
1657{
cd2904bd
GM
1658
1659 if (NILP (window))
1660 window = selected_window;
1661 if (NILP (frame))
1662 frame = selected_frame;
1663
1664 if (!EQ (frame, XWINDOW (window)->frame))
1665 error ("Window is on a different frame");
1666
1667 return window_list_1 (window, minibuf, frame);
1668}
1669
1670
1671/* Return a list of windows in canonical ordering. Arguments are like
1672 for `next-window'. */
1673
1674static Lisp_Object
1675window_list_1 (window, minibuf, all_frames)
069f5950 1676 Lisp_Object window, minibuf, all_frames;
67492200
GM
1677{
1678 Lisp_Object tail, list;
1679
1680 decode_next_window_args (&window, &minibuf, &all_frames);
1681 list = Qnil;
1682
1683 for (tail = window_list (); CONSP (tail); tail = XCDR (tail))
118ea242 1684 if (candidate_window_p (XCAR (tail), window, minibuf, all_frames))
67492200
GM
1685 list = Fcons (XCAR (tail), list);
1686
118ea242 1687 return Fnreverse (list);
67492200
GM
1688}
1689
1690
7ab12479
JB
1691\f
1692/* Look at all windows, performing an operation specified by TYPE
1693 with argument OBJ.
75d8f668 1694 If FRAMES is Qt, look at all frames;
75d8f668 1695 Qnil, look at just the selected frame;
89bca612 1696 Qvisible, look at visible frames;
75d8f668 1697 a frame, just look at windows on that frame.
85fe3b5e 1698 If MINI is non-zero, perform the operation on minibuffer windows too. */
7ab12479
JB
1699
1700enum window_loop
1701{
1702 WINDOW_LOOP_UNUSED,
1703 GET_BUFFER_WINDOW, /* Arg is buffer */
1704 GET_LRU_WINDOW, /* Arg is t for full-width windows only */
1705 DELETE_OTHER_WINDOWS, /* Arg is window not to delete */
1706 DELETE_BUFFER_WINDOWS, /* Arg is buffer */
1707 GET_LARGEST_WINDOW,
3f8ab7bd
RS
1708 UNSHOW_BUFFER, /* Arg is buffer */
1709 CHECK_ALL_WINDOWS
7ab12479
JB
1710};
1711
1712static Lisp_Object
44fa5b1e 1713window_loop (type, obj, mini, frames)
7ab12479 1714 enum window_loop type;
118ea242 1715 Lisp_Object obj, frames;
7ab12479
JB
1716 int mini;
1717{
118ea242
GM
1718 Lisp_Object window, windows, best_window, frame_arg;
1719 struct frame *f;
ffdc852d 1720 struct gcpro gcpro1;
118ea242 1721
44fa5b1e
JB
1722 /* If we're only looping through windows on a particular frame,
1723 frame points to that frame. If we're looping through windows
1724 on all frames, frame is 0. */
1725 if (FRAMEP (frames))
118ea242 1726 f = XFRAME (frames);
44fa5b1e 1727 else if (NILP (frames))
118ea242 1728 f = SELECTED_FRAME ();
7ab12479 1729 else
118ea242
GM
1730 f = NULL;
1731
1732 if (f)
89bca612 1733 frame_arg = Qlambda;
f812f9c6
RS
1734 else if (XFASTINT (frames) == 0)
1735 frame_arg = frames;
89bca612
RS
1736 else if (EQ (frames, Qvisible))
1737 frame_arg = frames;
118ea242
GM
1738 else
1739 frame_arg = Qt;
7ab12479 1740
89bca612
RS
1741 /* frame_arg is Qlambda to stick to one frame,
1742 Qvisible to consider all visible frames,
1743 or Qt otherwise. */
1744
7ab12479 1745 /* Pick a window to start with. */
017b2bad 1746 if (WINDOWP (obj))
118ea242
GM
1747 window = obj;
1748 else if (f)
1749 window = FRAME_SELECTED_WINDOW (f);
7ab12479 1750 else
118ea242 1751 window = FRAME_SELECTED_WINDOW (SELECTED_FRAME ());
4b206065
JB
1752
1753 /* Figure out the last window we're going to mess with. Since
1754 Fnext_window, given the same options, is guaranteed to go in a
1755 ring, we can just use Fprevious_window to find the last one.
1756
1757 We can't just wait until we hit the first window again, because
1758 it might be deleted. */
1759
cd2904bd 1760 windows = window_list_1 (window, mini ? Qt : Qnil, frame_arg);
118ea242 1761 GCPRO1 (windows);
7ab12479 1762 best_window = Qnil;
118ea242
GM
1763
1764 for (; CONSP (windows); windows = CDR (windows))
7ab12479 1765 {
118ea242
GM
1766 struct window *w;
1767
1768 window = XCAR (windows);
1769 w = XWINDOW (window);
1770
1771 /* Note that we do not pay attention here to whether the frame
1772 is visible, since Fwindow_list skips non-visible frames if
1773 that is desired, under the control of frame_arg. */
1774 if (!MINI_WINDOW_P (w)
65a04b96
RS
1775 /* For UNSHOW_BUFFER, we must always consider all windows. */
1776 || type == UNSHOW_BUFFER
7ab12479
JB
1777 || (mini && minibuf_level > 0))
1778 switch (type)
1779 {
1780 case GET_BUFFER_WINDOW:
118ea242 1781 if (EQ (w->buffer, obj)
5c204627
RS
1782 /* Don't find any minibuffer window
1783 except the one that is currently in use. */
118ea242
GM
1784 && (MINI_WINDOW_P (w)
1785 ? EQ (window, minibuf_window)
1786 : 1))
1787 {
1788 UNGCPRO;
1789 return window;
1790 }
7ab12479
JB
1791 break;
1792
1793 case GET_LRU_WINDOW:
1794 /* t as arg means consider only full-width windows */
118ea242 1795 if (!NILP (obj) && !WINDOW_FULL_WIDTH_P (w))
7ab12479 1796 break;
7ab12479 1797 /* Ignore dedicated windows and minibuffers. */
118ea242 1798 if (MINI_WINDOW_P (w) || !NILP (w->dedicated))
7ab12479 1799 break;
265a9e55 1800 if (NILP (best_window)
7ab12479 1801 || (XFASTINT (XWINDOW (best_window)->use_time)
118ea242
GM
1802 > XFASTINT (w->use_time)))
1803 best_window = window;
7ab12479
JB
1804 break;
1805
1806 case DELETE_OTHER_WINDOWS:
118ea242
GM
1807 if (!EQ (window, obj))
1808 Fdelete_window (window);
7ab12479
JB
1809 break;
1810
1811 case DELETE_BUFFER_WINDOWS:
118ea242 1812 if (EQ (w->buffer, obj))
7ab12479 1813 {
118ea242 1814 struct frame *f = XFRAME (WINDOW_FRAME (w));
3548e138
RS
1815
1816 /* If this window is dedicated, and in a frame of its own,
1817 kill the frame. */
118ea242
GM
1818 if (EQ (window, FRAME_ROOT_WINDOW (f))
1819 && !NILP (w->dedicated)
3548e138 1820 && other_visible_frames (f))
7ab12479 1821 {
3548e138
RS
1822 /* Skip the other windows on this frame.
1823 There might be one, the minibuffer! */
118ea242
GM
1824 while (CONSP (XCDR (windows))
1825 && EQ (XWINDOW (XCAR (windows))->frame,
1826 XWINDOW (XCAR (XCDR (windows)))->frame))
1827 windows = XCDR (windows);
1828
3548e138 1829 /* Now we can safely delete the frame. */
118ea242
GM
1830 Fdelete_frame (w->frame, Qnil);
1831 }
1832 else if (NILP (w->parent))
1833 {
1834 /* If we're deleting the buffer displayed in the
1835 only window on the frame, find a new buffer to
1836 display there. */
1837 Lisp_Object buffer;
1838 buffer = Fother_buffer (obj, Qnil, w->frame);
1839 if (NILP (buffer))
1840 buffer = Fget_buffer_create (build_string ("*scratch*"));
1841 Fset_window_buffer (window, buffer);
1842 if (EQ (window, selected_window))
1843 Fset_buffer (w->buffer);
7ab12479
JB
1844 }
1845 else
118ea242 1846 Fdelete_window (window);
7ab12479
JB
1847 }
1848 break;
1849
1850 case GET_LARGEST_WINDOW:
7ab12479 1851 {
118ea242 1852 /* Ignore dedicated windows and minibuffers. */
c930dfab 1853 if (MINI_WINDOW_P (w) || !NILP (w->dedicated))
118ea242
GM
1854 break;
1855
c930dfab 1856 if (NILP (best_window))
118ea242 1857 best_window = window;
c930dfab
GM
1858 else
1859 {
1860 struct window *b = XWINDOW (best_window);
1861 if (XFASTINT (w->height) * XFASTINT (w->width)
1862 > XFASTINT (b->height) * XFASTINT (b->width))
1863 best_window = window;
1864 }
7ab12479
JB
1865 }
1866 break;
1867
1868 case UNSHOW_BUFFER:
118ea242 1869 if (EQ (w->buffer, obj))
7ab12479 1870 {
118ea242
GM
1871 Lisp_Object buffer;
1872 struct frame *f = XFRAME (w->frame);
1873
7ab12479 1874 /* Find another buffer to show in this window. */
118ea242
GM
1875 buffer = Fother_buffer (obj, Qnil, w->frame);
1876 if (NILP (buffer))
1877 buffer = Fget_buffer_create (build_string ("*scratch*"));
1878
38ab08d1
RS
1879 /* If this window is dedicated, and in a frame of its own,
1880 kill the frame. */
118ea242
GM
1881 if (EQ (window, FRAME_ROOT_WINDOW (f))
1882 && !NILP (w->dedicated)
38ab08d1 1883 && other_visible_frames (f))
45945a7b
RS
1884 {
1885 /* Skip the other windows on this frame.
1886 There might be one, the minibuffer! */
118ea242
GM
1887 while (CONSP (XCDR (windows))
1888 && EQ (XWINDOW (XCAR (windows))->frame,
1889 XWINDOW (XCAR (XCDR (windows)))->frame))
1890 windows = XCDR (windows);
1891
45945a7b 1892 /* Now we can safely delete the frame. */
118ea242 1893 Fdelete_frame (w->frame, Qnil);
45945a7b 1894 }
38ab08d1 1895 else
38ab08d1
RS
1896 {
1897 /* Otherwise show a different buffer in the window. */
118ea242
GM
1898 w->dedicated = Qnil;
1899 Fset_window_buffer (window, buffer);
1900 if (EQ (window, selected_window))
1901 Fset_buffer (w->buffer);
38ab08d1 1902 }
7ab12479
JB
1903 }
1904 break;
3f8ab7bd
RS
1905
1906 /* Check for a window that has a killed buffer. */
1907 case CHECK_ALL_WINDOWS:
118ea242
GM
1908 if (! NILP (w->buffer)
1909 && NILP (XBUFFER (w->buffer)->name))
3f8ab7bd 1910 abort ();
118ea242 1911 break;
6bbd7a29
GM
1912
1913 case WINDOW_LOOP_UNUSED:
1914 break;
7ab12479 1915 }
7ab12479 1916 }
7ab12479 1917
118ea242 1918 UNGCPRO;
7ab12479 1919 return best_window;
37962e60 1920}
605be8af 1921
3f8ab7bd
RS
1922/* Used for debugging. Abort if any window has a dead buffer. */
1923
233a4a2c 1924void
3f8ab7bd
RS
1925check_all_windows ()
1926{
1927 window_loop (CHECK_ALL_WINDOWS, Qnil, 1, Qt);
1928}
1929
7ab12479
JB
1930DEFUN ("get-lru-window", Fget_lru_window, Sget_lru_window, 0, 1, 0,
1931 "Return the window least recently selected or used for display.\n\
89bca612 1932If optional argument FRAME is `visible', search all visible frames.\n\
cee67da9 1933If FRAME is 0, search all visible and iconified frames.\n\
89bca612
RS
1934If FRAME is t, search all frames.\n\
1935If FRAME is nil, search only the selected frame.\n\
1936If FRAME is a frame, search only that frame.")
1937 (frame)
1938 Lisp_Object frame;
7ab12479
JB
1939{
1940 register Lisp_Object w;
1941 /* First try for a window that is full-width */
89bca612 1942 w = window_loop (GET_LRU_WINDOW, Qt, 0, frame);
265a9e55 1943 if (!NILP (w) && !EQ (w, selected_window))
7ab12479
JB
1944 return w;
1945 /* If none of them, try the rest */
89bca612 1946 return window_loop (GET_LRU_WINDOW, Qnil, 0, frame);
7ab12479
JB
1947}
1948
1949DEFUN ("get-largest-window", Fget_largest_window, Sget_largest_window, 0, 1, 0,
1950 "Return the largest window in area.\n\
89bca612 1951If optional argument FRAME is `visible', search all visible frames.\n\
cee67da9 1952If FRAME is 0, search all visible and iconified frames.\n\
89bca612
RS
1953If FRAME is t, search all frames.\n\
1954If FRAME is nil, search only the selected frame.\n\
1955If FRAME is a frame, search only that frame.")
44fa5b1e
JB
1956 (frame)
1957 Lisp_Object frame;
7ab12479
JB
1958{
1959 return window_loop (GET_LARGEST_WINDOW, Qnil, 0,
44fa5b1e 1960 frame);
7ab12479
JB
1961}
1962
1963DEFUN ("get-buffer-window", Fget_buffer_window, Sget_buffer_window, 1, 2, 0,
1964 "Return a window currently displaying BUFFER, or nil if none.\n\
89bca612 1965If optional argument FRAME is `visible', search all visible frames.\n\
f812f9c6 1966If optional argument FRAME is 0, search all visible and iconified frames.\n\
89bca612 1967If FRAME is t, search all frames.\n\
1bc981d2 1968If FRAME is nil, search only the selected frame.\n\
89bca612 1969If FRAME is a frame, search only that frame.")
44fa5b1e
JB
1970 (buffer, frame)
1971 Lisp_Object buffer, frame;
7ab12479
JB
1972{
1973 buffer = Fget_buffer (buffer);
017b2bad 1974 if (BUFFERP (buffer))
44fa5b1e 1975 return window_loop (GET_BUFFER_WINDOW, buffer, 1, frame);
7ab12479
JB
1976 else
1977 return Qnil;
1978}
1979
1980DEFUN ("delete-other-windows", Fdelete_other_windows, Sdelete_other_windows,
1981 0, 1, "",
44fa5b1e 1982 "Make WINDOW (or the selected window) fill its frame.\n\
f16a1ed3
RS
1983Only the frame WINDOW is on is affected.\n\
1984This function tries to reduce display jumps\n\
1985by keeping the text previously visible in WINDOW\n\
1986in the same place on the frame. Doing this depends on\n\
1987the value of (window-start WINDOW), so if calling this function\n\
1988in a program gives strange scrolling, make sure the window-start\n\
1989value is reasonable when this function is called.")
7ab12479
JB
1990 (window)
1991 Lisp_Object window;
1992{
1993 struct window *w;
00d3d838 1994 int startpos;
85fe3b5e 1995 int top, new_top;
7ab12479 1996
265a9e55 1997 if (NILP (window))
7ab12479
JB
1998 window = selected_window;
1999 else
605be8af 2000 CHECK_LIVE_WINDOW (window, 0);
7ab12479 2001 w = XWINDOW (window);
a2b38b3c 2002
00d3d838 2003 startpos = marker_position (w->start);
5500c422 2004 top = XFASTINT (w->top) - FRAME_TOP_MARGIN (XFRAME (WINDOW_FRAME (w)));
7ab12479 2005
a2b38b3c
RS
2006 if (MINI_WINDOW_P (w) && top > 0)
2007 error ("Can't expand minibuffer to full frame");
2008
70728a80 2009 window_loop (DELETE_OTHER_WINDOWS, window, 0, WINDOW_FRAME (w));
7ab12479 2010
00d3d838
KH
2011 /* Try to minimize scrolling, by setting the window start to the point
2012 will cause the text at the old window start to be at the same place
2013 on the frame. But don't try to do this if the window start is
2014 outside the visible portion (as might happen when the display is
2015 not current, due to typeahead). */
85fe3b5e
GM
2016 new_top = XFASTINT (w->top) - FRAME_TOP_MARGIN (XFRAME (WINDOW_FRAME (w)));
2017 if (new_top != top
2018 && startpos >= BUF_BEGV (XBUFFER (w->buffer))
00d3d838
KH
2019 && startpos <= BUF_ZV (XBUFFER (w->buffer)))
2020 {
2021 struct position pos;
2022 struct buffer *obuf = current_buffer;
2023
2024 Fset_buffer (w->buffer);
2025 /* This computation used to temporarily move point, but that can
2026 have unwanted side effects due to text properties. */
0383eb57 2027 pos = *vmotion (startpos, -top, w);
4d047f50 2028
b73ea88e 2029 set_marker_both (w->start, w->buffer, pos.bufpos, pos.bytepos);
85fe3b5e 2030 w->window_end_valid = Qnil;
b73ea88e
RS
2031 w->start_at_line_beg = ((pos.bytepos == BEGV_BYTE
2032 || FETCH_BYTE (pos.bytepos - 1) == '\n') ? Qt
00d3d838 2033 : Qnil);
80622eec
RS
2034 /* We need to do this, so that the window-scroll-functions
2035 get called. */
4d047f50 2036 w->optional_new_start = Qt;
00d3d838
KH
2037
2038 set_buffer_internal (obuf);
2039 }
5500c422 2040
7ab12479
JB
2041 return Qnil;
2042}
2043
2044DEFUN ("delete-windows-on", Fdelete_windows_on, Sdelete_windows_on,
3cbbb729 2045 1, 2, "bDelete windows on (buffer): ",
26f6279d
JB
2046 "Delete all windows showing BUFFER.\n\
2047Optional second argument FRAME controls which frames are affected.\n\
c520265e
RS
2048If optional argument FRAME is `visible', search all visible frames.\n\
2049If FRAME is 0, search all visible and iconified frames.\n\
2050If FRAME is nil, search all frames.\n\
2051If FRAME is t, search only the selected frame.\n\
2052If FRAME is a frame, search only that frame.")
26f6279d
JB
2053 (buffer, frame)
2054 Lisp_Object buffer, frame;
7ab12479 2055{
26f6279d
JB
2056 /* FRAME uses t and nil to mean the opposite of what window_loop
2057 expects. */
c520265e
RS
2058 if (NILP (frame))
2059 frame = Qt;
2060 else if (EQ (frame, Qt))
2061 frame = Qnil;
26f6279d 2062
265a9e55 2063 if (!NILP (buffer))
7ab12479
JB
2064 {
2065 buffer = Fget_buffer (buffer);
2066 CHECK_BUFFER (buffer, 0);
26f6279d 2067 window_loop (DELETE_BUFFER_WINDOWS, buffer, 0, frame);
7ab12479 2068 }
5500c422 2069
7ab12479
JB
2070 return Qnil;
2071}
2072
2073DEFUN ("replace-buffer-in-windows", Freplace_buffer_in_windows,
2074 Sreplace_buffer_in_windows,
2075 1, 1, "bReplace buffer in windows: ",
2076 "Replace BUFFER with some other buffer in all windows showing it.")
2077 (buffer)
2078 Lisp_Object buffer;
2079{
265a9e55 2080 if (!NILP (buffer))
7ab12479
JB
2081 {
2082 buffer = Fget_buffer (buffer);
2083 CHECK_BUFFER (buffer, 0);
2084 window_loop (UNSHOW_BUFFER, buffer, 0, Qt);
2085 }
2086 return Qnil;
2087}
ff58478b
RS
2088
2089/* Replace BUFFER with some other buffer in all windows
2090 of all frames, even those on other keyboards. */
2091
2092void
2093replace_buffer_in_all_windows (buffer)
2094 Lisp_Object buffer;
2095{
27abb84f 2096#ifdef MULTI_KBOARD
ff58478b
RS
2097 Lisp_Object tail, frame;
2098
ff58478b
RS
2099 /* A single call to window_loop won't do the job
2100 because it only considers frames on the current keyboard.
2101 So loop manually over frames, and handle each one. */
2102 FOR_EACH_FRAME (tail, frame)
db7f721d 2103 window_loop (UNSHOW_BUFFER, buffer, 1, frame);
ff58478b 2104#else
db7f721d 2105 window_loop (UNSHOW_BUFFER, buffer, 1, Qt);
ff58478b
RS
2106#endif
2107}
7ab12479
JB
2108\f
2109/* Set the height of WINDOW and all its inferiors. */
a481b3ea
JB
2110
2111/* The smallest acceptable dimensions for a window. Anything smaller
2112 might crash Emacs. */
5500c422 2113
a481b3ea
JB
2114#define MIN_SAFE_WINDOW_WIDTH (2)
2115#define MIN_SAFE_WINDOW_HEIGHT (2)
2116
2117/* Make sure that window_min_height and window_min_width are
2118 not too small; if they are, set them to safe minima. */
2119
2120static void
2121check_min_window_sizes ()
2122{
2123 /* Smaller values might permit a crash. */
2124 if (window_min_width < MIN_SAFE_WINDOW_WIDTH)
2125 window_min_width = MIN_SAFE_WINDOW_WIDTH;
2126 if (window_min_height < MIN_SAFE_WINDOW_HEIGHT)
2127 window_min_height = MIN_SAFE_WINDOW_HEIGHT;
2128}
2129
2130/* If *ROWS or *COLS are too small a size for FRAME, set them to the
2131 minimum allowable size. */
5500c422 2132
605be8af 2133void
a481b3ea 2134check_frame_size (frame, rows, cols)
605be8af
JB
2135 FRAME_PTR frame;
2136 int *rows, *cols;
a481b3ea 2137{
628df3bf 2138 /* For height, we have to see:
37962e60 2139 whether the frame has a minibuffer,
628df3bf
JB
2140 whether it wants a mode line, and
2141 whether it has a menu bar. */
a481b3ea 2142 int min_height =
79f92720
JB
2143 (FRAME_MINIBUF_ONLY_P (frame) ? MIN_SAFE_WINDOW_HEIGHT - 1
2144 : (! FRAME_HAS_MINIBUF_P (frame)) ? MIN_SAFE_WINDOW_HEIGHT
a481b3ea 2145 : 2 * MIN_SAFE_WINDOW_HEIGHT - 1);
5500c422
GM
2146
2147 if (FRAME_TOP_MARGIN (frame) > 0)
2148 min_height += FRAME_TOP_MARGIN (frame);
a481b3ea
JB
2149
2150 if (*rows < min_height)
2151 *rows = min_height;
2152 if (*cols < MIN_SAFE_WINDOW_WIDTH)
2153 *cols = MIN_SAFE_WINDOW_WIDTH;
2154}
2155
c1636aa6 2156
233a4a2c
GM
2157/* Value is non-zero if window W is fixed-size. WIDTH_P non-zero means
2158 check if W's width can be changed, otherwise check W's height.
2159 CHECK_SIBLINGS_P non-zero means check resizablity of WINDOW's
2160 siblings, too. If none of the siblings is resizable, WINDOW isn't
2161 either. */
c1636aa6 2162
233a4a2c
GM
2163static int
2164window_fixed_size_p (w, width_p, check_siblings_p)
2165 struct window *w;
2166 int width_p, check_siblings_p;
2167{
2168 int fixed_p;
2169 struct window *c;
2170
2171 if (!NILP (w->hchild))
2172 {
2173 c = XWINDOW (w->hchild);
2174
2175 if (width_p)
2176 {
2177 /* A horiz. combination is fixed-width if all of if its
2178 children are. */
2179 while (c && window_fixed_size_p (c, width_p, 0))
2180 c = WINDOWP (c->next) ? XWINDOW (c->next) : NULL;
2181 fixed_p = c == NULL;
2182 }
2183 else
2184 {
2185 /* A horiz. combination is fixed-height if one of if its
2186 children is. */
2187 while (c && !window_fixed_size_p (c, width_p, 0))
2188 c = WINDOWP (c->next) ? XWINDOW (c->next) : NULL;
2189 fixed_p = c != NULL;
2190 }
2191 }
2192 else if (!NILP (w->vchild))
2193 {
2194 c = XWINDOW (w->vchild);
2195
2196 if (width_p)
2197 {
2198 /* A vert. combination is fixed-width if one of if its
2199 children is. */
2200 while (c && !window_fixed_size_p (c, width_p, 0))
2201 c = WINDOWP (c->next) ? XWINDOW (c->next) : NULL;
2202 fixed_p = c != NULL;
2203 }
2204 else
2205 {
2206 /* A vert. combination is fixed-height if all of if its
2207 children are. */
2208 while (c && window_fixed_size_p (c, width_p, 0))
2209 c = WINDOWP (c->next) ? XWINDOW (c->next) : NULL;
2210 fixed_p = c == NULL;
2211 }
2212 }
2213 else if (BUFFERP (w->buffer))
2214 {
a34dfd12
GM
2215 if (w->height_fixed_p && !width_p)
2216 fixed_p = 1;
2217 else
233a4a2c 2218 {
a34dfd12
GM
2219 struct buffer *old = current_buffer;
2220 Lisp_Object val;
2221
2222 current_buffer = XBUFFER (w->buffer);
2223 val = find_symbol_value (Qwindow_size_fixed);
2224 current_buffer = old;
2225
2226 fixed_p = 0;
2227 if (!EQ (val, Qunbound))
2228 {
2229 fixed_p = !NILP (val);
2230
2231 if (fixed_p
2232 && ((EQ (val, Qheight) && width_p)
2233 || (EQ (val, Qwidth) && !width_p)))
2234 fixed_p = 0;
2235 }
233a4a2c
GM
2236 }
2237
2238 /* Can't tell if this one is resizable without looking at
2239 siblings. If all siblings are fixed-size this one is too. */
2240 if (!fixed_p && check_siblings_p && WINDOWP (w->parent))
2241 {
2242 Lisp_Object child;
2243
2244 for (child = w->prev; !NILP (child); child = XWINDOW (child)->prev)
2245 if (!window_fixed_size_p (XWINDOW (child), width_p, 0))
2246 break;
2247
2248 if (NILP (child))
2249 for (child = w->next; !NILP (child); child = XWINDOW (child)->next)
2250 if (!window_fixed_size_p (XWINDOW (child), width_p, 0))
2251 break;
2252
2253 if (NILP (child))
2254 fixed_p = 1;
2255 }
2256 }
2257 else
2258 fixed_p = 1;
2259
2260 return fixed_p;
2261}
2262
2263
2264/* Return the minimum size of window W, not taking fixed-width windows
2265 into account. WIDTH_P non-zero means return the minimum width,
2266 otherwise return the minimum height. If W is a combination window,
2267 compute the minimum size from the minimum sizes of W's children. */
2268
2269static int
2270window_min_size_1 (w, width_p)
c1636aa6
GM
2271 struct window *w;
2272 int width_p;
2273{
233a4a2c 2274 struct window *c;
c1636aa6
GM
2275 int size;
2276
233a4a2c
GM
2277 if (!NILP (w->hchild))
2278 {
2279 c = XWINDOW (w->hchild);
2280 size = 0;
2281
2282 if (width_p)
2283 {
2284 /* The min width of a horizontal combination is
2285 the sum of the min widths of its children. */
2286 while (c)
2287 {
2288 size += window_min_size_1 (c, width_p);
2289 c = WINDOWP (c->next) ? XWINDOW (c->next) : NULL;
2290 }
2291 }
2292 else
2293 {
2294 /* The min height a horizontal combination equals
2295 the maximum of all min height of its children. */
2296 while (c)
2297 {
2298 int min_size = window_min_size_1 (c, width_p);
2299 size = max (min_size, size);
2300 c = WINDOWP (c->next) ? XWINDOW (c->next) : NULL;
2301 }
2302 }
2303 }
2304 else if (!NILP (w->vchild))
2305 {
2306 c = XWINDOW (w->vchild);
2307 size = 0;
2308
2309 if (width_p)
2310 {
2311 /* The min width of a vertical combination is
2312 the maximum of the min widths of its children. */
2313 while (c)
2314 {
2315 int min_size = window_min_size_1 (c, width_p);
2316 size = max (min_size, size);
2317 c = WINDOWP (c->next) ? XWINDOW (c->next) : NULL;
2318 }
2319 }
2320 else
2321 {
2322 /* The min height of a vertical combination equals
2323 the sum of the min height of its children. */
2324 while (c)
2325 {
2326 size += window_min_size_1 (c, width_p);
2327 c = WINDOWP (c->next) ? XWINDOW (c->next) : NULL;
2328 }
2329 }
2330 }
c1636aa6
GM
2331 else
2332 {
233a4a2c
GM
2333 if (width_p)
2334 size = window_min_width;
c1636aa6 2335 else
233a4a2c
GM
2336 {
2337 if (MINI_WINDOW_P (w)
2338 || (!WINDOW_WANTS_MODELINE_P (w)
045dee35 2339 && !WINDOW_WANTS_HEADER_LINE_P (w)))
233a4a2c
GM
2340 size = 1;
2341 else
2342 size = window_min_height;
2343 }
c1636aa6
GM
2344 }
2345
2346 return size;
2347}
2348
2349
233a4a2c
GM
2350/* Return the minimum size of window W, taking fixed-size windows into
2351 account. WIDTH_P non-zero means return the minimum width,
f984d4fc
GM
2352 otherwise return the minimum height. IGNORE_FIXED_P non-zero means
2353 ignore if W is fixed-size. Set *FIXED to 1 if W is fixed-size
2354 unless FIXED is null. */
7ab12479 2355
233a4a2c 2356static int
f984d4fc 2357window_min_size (w, width_p, ignore_fixed_p, fixed)
233a4a2c 2358 struct window *w;
f984d4fc 2359 int width_p, ignore_fixed_p, *fixed;
233a4a2c
GM
2360{
2361 int size, fixed_p;
2362
f984d4fc
GM
2363 if (ignore_fixed_p)
2364 fixed_p = 0;
2365 else
2366 fixed_p = window_fixed_size_p (w, width_p, 1);
2367
233a4a2c
GM
2368 if (fixed)
2369 *fixed = fixed_p;
2370
2371 if (fixed_p)
2372 size = width_p ? XFASTINT (w->width) : XFASTINT (w->height);
2373 else
2374 size = window_min_size_1 (w, width_p);
f984d4fc 2375
233a4a2c
GM
2376 return size;
2377}
2378
2379
2380/* Set WINDOW's height or width to SIZE. WIDTH_P non-zero means set
2381 WINDOW's width. Resize WINDOW's children, if any, so that they
2382 keep their proportionate size relative to WINDOW. Propagate
2383 WINDOW's top or left edge position to children. Delete windows
2384 that become too small unless NODELETE_P is non-zero. */
2385
2386static void
2387size_window (window, size, width_p, nodelete_p)
7ab12479 2388 Lisp_Object window;
233a4a2c 2389 int size, width_p, nodelete_p;
7ab12479 2390{
233a4a2c
GM
2391 struct window *w = XWINDOW (window);
2392 struct window *c;
2393 Lisp_Object child, *forward, *sideward;
2394 int old_size, min_size;
7ab12479 2395
a481b3ea 2396 check_min_window_sizes ();
7ae2f10f 2397 size = max (0, size);
233a4a2c 2398
b5f05b50
GM
2399 /* If the window has been "too small" at one point,
2400 don't delete it for being "too small" in the future.
2401 Preserve it as long as that is at all possible. */
233a4a2c
GM
2402 if (width_p)
2403 {
8b6d9dc9 2404 old_size = XINT (w->width);
233a4a2c
GM
2405 min_size = window_min_width;
2406 }
2407 else
2408 {
8b6d9dc9 2409 old_size = XINT (w->height);
233a4a2c
GM
2410 min_size = window_min_height;
2411 }
2412
f18625cd 2413 if (old_size < min_size)
b5f05b50
GM
2414 w->too_small_ok = Qt;
2415
233a4a2c
GM
2416 /* Maybe delete WINDOW if it's too small. */
2417 if (!nodelete_p && !NILP (w->parent))
7ab12479 2418 {
b5f05b50 2419 if (!MINI_WINDOW_P (w) && !NILP (w->too_small_ok))
233a4a2c 2420 min_size = width_p ? MIN_SAFE_WINDOW_WIDTH : MIN_SAFE_WINDOW_HEIGHT;
b5f05b50 2421 else
233a4a2c 2422 min_size = width_p ? window_min_width : window_min_height;
b5f05b50 2423
233a4a2c 2424 if (size < min_size)
c1636aa6
GM
2425 {
2426 delete_window (window);
2427 return;
2428 }
7ab12479
JB
2429 }
2430
233a4a2c 2431 /* Set redisplay hints. */
7ae2f10f
GM
2432 w->last_modified = make_number (0);
2433 w->last_overlay_modified = make_number (0);
7ab12479 2434 windows_or_buffers_changed++;
7ae2f10f 2435 FRAME_WINDOW_SIZES_CHANGED (XFRAME (w->frame)) = 1;
29aeee73 2436
233a4a2c
GM
2437 if (width_p)
2438 {
2439 sideward = &w->vchild;
2440 forward = &w->hchild;
7ae2f10f 2441 w->width = make_number (size);
233a4a2c
GM
2442 }
2443 else
2444 {
2445 sideward = &w->hchild;
2446 forward = &w->vchild;
7ae2f10f 2447 w->height = make_number (size);
233a4a2c
GM
2448 }
2449
2450 if (!NILP (*sideward))
7ab12479 2451 {
233a4a2c 2452 for (child = *sideward; !NILP (child); child = c->next)
7ab12479 2453 {
233a4a2c
GM
2454 c = XWINDOW (child);
2455 if (width_p)
2456 c->left = w->left;
2457 else
2458 c->top = w->top;
2459 size_window (child, size, width_p, nodelete_p);
7ab12479
JB
2460 }
2461 }
233a4a2c 2462 else if (!NILP (*forward))
7ab12479 2463 {
233a4a2c
GM
2464 int fixed_size, each, extra, n;
2465 int resize_fixed_p, nfixed;
8b6d9dc9 2466 int last_pos, first_pos, nchildren, total;
233a4a2c
GM
2467
2468 /* Determine the fixed-size portion of the this window, and the
2469 number of child windows. */
8b6d9dc9 2470 fixed_size = nchildren = nfixed = total = 0;
233a4a2c 2471 for (child = *forward; !NILP (child); child = c->next, ++nchildren)
7ab12479 2472 {
8b6d9dc9
GM
2473 int child_size;
2474
7ab12479 2475 c = XWINDOW (child);
8b6d9dc9
GM
2476 child_size = width_p ? XINT (c->width) : XINT (c->height);
2477 total += child_size;
2478
233a4a2c
GM
2479 if (window_fixed_size_p (c, width_p, 0))
2480 {
8b6d9dc9 2481 fixed_size += child_size;
233a4a2c
GM
2482 ++nfixed;
2483 }
2484 }
7ab12479 2485
233a4a2c
GM
2486 /* If the new size is smaller than fixed_size, or if there
2487 aren't any resizable windows, allow resizing fixed-size
2488 windows. */
2489 resize_fixed_p = nfixed == nchildren || size < fixed_size;
2490
2491 /* Compute how many lines/columns to add to each child. The
2492 value of extra takes care of rounding errors. */
2493 n = resize_fixed_p ? nchildren : nchildren - nfixed;
8b6d9dc9
GM
2494 each = (size - total) / n;
2495 extra = (size - total) - n * each;
233a4a2c
GM
2496
2497 /* Compute new children heights and edge positions. */
8b6d9dc9 2498 first_pos = width_p ? XINT (w->left) : XINT (w->top);
233a4a2c
GM
2499 last_pos = first_pos;
2500 for (child = *forward; !NILP (child); child = c->next)
2501 {
2502 int new_size, old_size;
2503
2504 c = XWINDOW (child);
2505 old_size = width_p ? XFASTINT (c->width) : XFASTINT (c->height);
2506 new_size = old_size;
7ab12479 2507
233a4a2c
GM
2508 /* The top or left edge position of this child equals the
2509 bottom or right edge of its predecessor. */
2510 if (width_p)
2511 c->left = make_number (last_pos);
2512 else
2513 c->top = make_number (last_pos);
7ab12479 2514
233a4a2c
GM
2515 /* If this child can be resized, do it. */
2516 if (resize_fixed_p || !window_fixed_size_p (c, width_p, 0))
2517 {
2518 new_size = old_size + each + extra;
2519 extra = 0;
2520 }
2521
2522 /* Set new height. Note that size_window also propagates
2523 edge positions to children, so it's not a no-op if we
2524 didn't change the child's size. */
2525 size_window (child, new_size, width_p, 1);
2526
2527 /* Remember the bottom/right edge position of this child; it
2528 will be used to set the top/left edge of the next child. */
2529 last_pos += new_size;
7ab12479 2530 }
233a4a2c
GM
2531
2532 /* We should have covered the parent exactly with child windows. */
2533 xassert (size == last_pos - first_pos);
2534
7ab12479 2535 /* Now delete any children that became too small. */
233a4a2c
GM
2536 if (!nodelete_p)
2537 for (child = *forward; !NILP (child); child = c->next)
7ab12479 2538 {
233a4a2c
GM
2539 int child_size;
2540 c = XWINDOW (child);
8b6d9dc9 2541 child_size = width_p ? XINT (c->width) : XINT (c->height);
233a4a2c 2542 size_window (child, child_size, width_p, 0);
7ab12479
JB
2543 }
2544 }
2545}
2546
233a4a2c
GM
2547/* Set WINDOW's height to HEIGHT, and recursively change the height of
2548 WINDOW's children. NODELETE non-zero means don't delete windows
2549 that become too small in the process. (The caller should check
2550 later and do so if appropriate.) */
7ab12479 2551
5e14b1fc 2552void
233a4a2c 2553set_window_height (window, height, nodelete)
7ab12479 2554 Lisp_Object window;
233a4a2c 2555 int height;
7ab12479
JB
2556 int nodelete;
2557{
233a4a2c
GM
2558 size_window (window, height, 0, nodelete);
2559}
7ab12479 2560
7ab12479 2561
233a4a2c
GM
2562/* Set WINDOW's width to WIDTH, and recursively change the width of
2563 WINDOW's children. NODELETE non-zero means don't delete windows
2564 that become too small in the process. (The caller should check
2565 later and do so if appropriate.) */
7ab12479 2566
233a4a2c
GM
2567void
2568set_window_width (window, width, nodelete)
2569 Lisp_Object window;
2570 int width;
2571 int nodelete;
2572{
2573 size_window (window, width, 1, nodelete);
7ab12479 2574}
233a4a2c 2575
7ab12479 2576\f
1d8d96fa 2577int window_select_count;
7ab12479 2578
5b03d3c0
RS
2579Lisp_Object
2580Fset_window_buffer_unwind (obuf)
2581 Lisp_Object obuf;
2582{
2583 Fset_buffer (obuf);
2584 return Qnil;
2585}
2586
7ab12479 2587
5500c422
GM
2588/* Make WINDOW display BUFFER as its contents. RUN_HOOKS_P non-zero
2589 means it's allowed to run hooks. See make_frame for a case where
2590 it's not allowed. */
7ab12479 2591
5500c422
GM
2592void
2593set_window_buffer (window, buffer, run_hooks_p)
2594 Lisp_Object window, buffer;
2595 int run_hooks_p;
2596{
2597 struct window *w = XWINDOW (window);
2598 struct buffer *b = XBUFFER (buffer);
2599 int count = specpdl_ptr - specpdl;
7ab12479
JB
2600
2601 w->buffer = buffer;
86e48436
RS
2602
2603 if (EQ (window, selected_window))
5500c422 2604 b->last_selected_window = window;
beb4e312
RS
2605
2606 /* Update time stamps of buffer display. */
5500c422
GM
2607 if (INTEGERP (b->display_count))
2608 XSETINT (b->display_count, XINT (b->display_count) + 1);
2609 b->display_time = Fcurrent_time ();
86e48436 2610
d834a2e9 2611 XSETFASTINT (w->window_end_pos, 0);
5500c422
GM
2612 XSETFASTINT (w->window_end_vpos, 0);
2613 bzero (&w->last_cursor, sizeof w->last_cursor);
5a41ab94 2614 w->window_end_valid = Qnil;
dba06815 2615 XSETFASTINT (w->hscroll, 0);
ea68264b 2616 XSETFASTINT (w->min_hscroll, 0);
5500c422 2617 set_marker_both (w->pointm, buffer, BUF_PT (b), BUF_PT_BYTE (b));
7ab12479 2618 set_marker_restricted (w->start,
5500c422 2619 make_number (b->last_window_start),
7ab12479
JB
2620 buffer);
2621 w->start_at_line_beg = Qnil;
e36ab06b 2622 w->force_start = Qnil;
d834a2e9 2623 XSETFASTINT (w->last_modified, 0);
3cd21523 2624 XSETFASTINT (w->last_overlay_modified, 0);
7ab12479 2625 windows_or_buffers_changed++;
5b03d3c0
RS
2626
2627 /* We must select BUFFER for running the window-scroll-functions.
2628 If WINDOW is selected, switch permanently.
2629 Otherwise, switch but go back to the ambient buffer afterward. */
7ab12479
JB
2630 if (EQ (window, selected_window))
2631 Fset_buffer (buffer);
5b03d3c0
RS
2632 /* We can't check ! NILP (Vwindow_scroll_functions) here
2633 because that might itself be a local variable. */
2634 else if (window_initialized)
2635 {
2636 record_unwind_protect (Fset_window_buffer_unwind, Fcurrent_buffer ());
2637 Fset_buffer (buffer);
2638 }
2639
5500c422 2640 /* Set left and right marginal area width from buffer. */
cfa22082 2641 Fset_window_margins (window, b->left_margin_width, b->right_margin_width);
7ab12479 2642
5500c422
GM
2643 if (run_hooks_p)
2644 {
2645 if (! NILP (Vwindow_scroll_functions))
2646 run_hook_with_args_2 (Qwindow_scroll_functions, window,
2647 Fmarker_position (w->start));
2648
2649 if (! NILP (Vwindow_configuration_change_hook)
2650 && ! NILP (Vrun_hooks))
2651 call1 (Vrun_hooks, Qwindow_configuration_change_hook);
2652 }
543f5fb1 2653
5b03d3c0 2654 unbind_to (count, Qnil);
5500c422 2655}
5b03d3c0 2656
5500c422
GM
2657
2658DEFUN ("set-window-buffer", Fset_window_buffer, Sset_window_buffer, 2, 2, 0,
2659 "Make WINDOW display BUFFER as its contents.\n\
2660BUFFER can be a buffer or buffer name.")
2661 (window, buffer)
2662 register Lisp_Object window, buffer;
2663{
2664 register Lisp_Object tem;
2665 register struct window *w = decode_window (window);
5500c422 2666
bed0c171 2667 XSETWINDOW (window, w);
5500c422
GM
2668 buffer = Fget_buffer (buffer);
2669 CHECK_BUFFER (buffer, 1);
2670
2671 if (NILP (XBUFFER (buffer)->name))
2672 error ("Attempt to display deleted buffer");
2673
2674 tem = w->buffer;
2675 if (NILP (tem))
2676 error ("Window is deleted");
2677 else if (! EQ (tem, Qt)) /* w->buffer is t when the window
2678 is first being set up. */
2679 {
2680 if (!NILP (w->dedicated) && !EQ (tem, buffer))
2681 error ("Window is dedicated to `%s'",
2682 XSTRING (XBUFFER (tem)->name)->data);
2683
2684 unshow_buffer (w);
2685 }
2686
2687 set_window_buffer (window, buffer, 1);
7ab12479
JB
2688 return Qnil;
2689}
2690
2691DEFUN ("select-window", Fselect_window, Sselect_window, 1, 1, 0,
2692 "Select WINDOW. Most editing will apply to WINDOW's buffer.\n\
beb4e312
RS
2693If WINDOW is not already selected, also make WINDOW's buffer current.\n\
2694Note that the main editor command loop\n\
2695selects the buffer of the selected window before each command.")
7ab12479
JB
2696 (window)
2697 register Lisp_Object window;
b7354ddf
RS
2698{
2699 return select_window_1 (window, 1);
2700}
2701\f
719eaeb1
GM
2702/* Note that selected_window can be nil
2703 when this is called from Fset_window_configuration. */
2704
b7354ddf
RS
2705static Lisp_Object
2706select_window_1 (window, recordflag)
2707 register Lisp_Object window;
2708 int recordflag;
7ab12479
JB
2709{
2710 register struct window *w;
719eaeb1 2711 register struct window *ow;
1ae1a37d 2712 struct frame *sf;
7ab12479 2713
605be8af 2714 CHECK_LIVE_WINDOW (window, 0);
7ab12479
JB
2715
2716 w = XWINDOW (window);
2717
265a9e55 2718 if (NILP (w->buffer))
7ab12479
JB
2719 error ("Trying to select deleted window or non-leaf window");
2720
d834a2e9 2721 XSETFASTINT (w->use_time, ++window_select_count);
7ab12479
JB
2722 if (EQ (window, selected_window))
2723 return window;
2724
719eaeb1
GM
2725 if (!NILP (selected_window))
2726 {
2727 ow = XWINDOW (selected_window);
2728 if (! NILP (ow->buffer))
2729 set_marker_both (ow->pointm, ow->buffer,
2730 BUF_PT (XBUFFER (ow->buffer)),
2731 BUF_PT_BYTE (XBUFFER (ow->buffer)));
2732 }
7ab12479
JB
2733
2734 selected_window = window;
1ae1a37d
GM
2735 sf = SELECTED_FRAME ();
2736 if (XFRAME (WINDOW_FRAME (w)) != sf)
7ab12479 2737 {
44fa5b1e 2738 XFRAME (WINDOW_FRAME (w))->selected_window = window;
147a6615
RS
2739 /* Use this rather than Fhandle_switch_frame
2740 so that FRAME_FOCUS_FRAME is moved appropriately as we
2741 move around in the state where a minibuffer in a separate
2742 frame is active. */
2743 Fselect_frame (WINDOW_FRAME (w), Qnil);
7ab12479
JB
2744 }
2745 else
1ae1a37d 2746 sf->selected_window = window;
7ab12479 2747
b7354ddf
RS
2748 if (recordflag)
2749 record_buffer (w->buffer);
7ab12479
JB
2750 Fset_buffer (w->buffer);
2751
86e48436
RS
2752 XBUFFER (w->buffer)->last_selected_window = window;
2753
7ab12479
JB
2754 /* Go to the point recorded in the window.
2755 This is important when the buffer is in more
2756 than one window. It also matters when
2757 redisplay_window has altered point after scrolling,
2758 because it makes the change only in the window. */
2759 {
2760 register int new_point = marker_position (w->pointm);
2761 if (new_point < BEGV)
2762 SET_PT (BEGV);
a9c95e08 2763 else if (new_point > ZV)
7ab12479
JB
2764 SET_PT (ZV);
2765 else
2766 SET_PT (new_point);
2767 }
2768
2769 windows_or_buffers_changed++;
2770 return window;
2771}
b7354ddf 2772\f
441a127e
RS
2773/* Deiconify the frame containing the window WINDOW,
2774 unless it is the selected frame;
2775 then return WINDOW.
2776
2777 The reason for the exception for the selected frame
2778 is that it seems better not to change the selected frames visibility
2779 merely because of displaying a different buffer in it.
2780 The deiconification is useful when a buffer gets shown in
2781 another frame that you were not using lately. */
d07f802a
RS
2782
2783static Lisp_Object
2784display_buffer_1 (window)
2785 Lisp_Object window;
2786{
1ae1a37d
GM
2787 Lisp_Object frame = XWINDOW (window)->frame;
2788 FRAME_PTR f = XFRAME (frame);
2789
d07f802a 2790 FRAME_SAMPLE_VISIBILITY (f);
1ae1a37d
GM
2791
2792 if (!EQ (frame, selected_frame))
60117126
RS
2793 {
2794 if (FRAME_ICONIFIED_P (f))
1ae1a37d 2795 Fmake_frame_visible (frame);
37962e60 2796 else if (FRAME_VISIBLE_P (f))
1ae1a37d 2797 Fraise_frame (frame);
60117126 2798 }
1ae1a37d 2799
d07f802a
RS
2800 return window;
2801}
2802
4628f7a4 2803DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0,
0f7d64d2
GV
2804 "Returns non-nil if a buffer named BUFFER-NAME would be created specially.\n\
2805The value is actually t if the frame should be called with default frame\n\
2806parameters, and a list of frame parameters if they were specified.\n\
4628f7a4
EN
2807See `special-display-buffer-names', and `special-display-regexps'.")
2808 (buffer_name)
2809 Lisp_Object buffer_name;
2810{
2811 Lisp_Object tem;
2812
2813 CHECK_STRING (buffer_name, 1);
2814
2815 tem = Fmember (buffer_name, Vspecial_display_buffer_names);
2816 if (!NILP (tem))
2817 return Qt;
2818
2819 tem = Fassoc (buffer_name, Vspecial_display_buffer_names);
2820 if (!NILP (tem))
2821 return XCDR (tem);
2822
2823 for (tem = Vspecial_display_regexps; CONSP (tem); tem = XCDR (tem))
2824 {
2825 Lisp_Object car = XCAR (tem);
2826 if (STRINGP (car)
2827 && fast_string_match (car, buffer_name) >= 0)
2828 return Qt;
2829 else if (CONSP (car)
2830 && STRINGP (XCAR (car))
2831 && fast_string_match (XCAR (car), buffer_name) >= 0)
0057b00a 2832 return XCDR (car);
4628f7a4
EN
2833 }
2834 return Qnil;
2835}
2836
2837DEFUN ("same-window-p", Fsame_window_p, Ssame_window_p, 1, 1, 0,
0f7d64d2 2838 "Returns non-nil if a new buffer named BUFFER-NAME would use the same window.\n\
4628f7a4
EN
2839See `same-window-buffer-names' and `same-window-regexps'.")
2840 (buffer_name)
2841 Lisp_Object buffer_name;
2842{
2843 Lisp_Object tem;
2844
2845 CHECK_STRING (buffer_name, 1);
2846
2847 tem = Fmember (buffer_name, Vsame_window_buffer_names);
2848 if (!NILP (tem))
2849 return Qt;
2850
2851 tem = Fassoc (buffer_name, Vsame_window_buffer_names);
2852 if (!NILP (tem))
2853 return Qt;
2854
2855 for (tem = Vsame_window_regexps; CONSP (tem); tem = XCDR (tem))
2856 {
2857 Lisp_Object car = XCAR (tem);
2858 if (STRINGP (car)
2859 && fast_string_match (car, buffer_name) >= 0)
2860 return Qt;
2861 else if (CONSP (car)
2862 && STRINGP (XCAR (car))
2863 && fast_string_match (XCAR (car), buffer_name) >= 0)
2864 return Qt;
2865 }
2866 return Qnil;
2867}
2868
53f76081
RS
2869 /* Use B so the default is (other-buffer). */
2870DEFUN ("display-buffer", Fdisplay_buffer, Sdisplay_buffer, 1, 3,
2871 "BDisplay buffer: \nP",
7ab12479
JB
2872 "Make BUFFER appear in some window but don't select it.\n\
2873BUFFER can be a buffer or a buffer name.\n\
2874If BUFFER is shown already in some window, just use that one,\n\
2875unless the window is the selected window and the optional second\n\
46d3268a 2876argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).\n\
5141b901 2877If `pop-up-frames' is non-nil, make a new frame if no window shows BUFFER.\n\
5abcf432 2878Returns the window displaying BUFFER.\n\
9c3da604
GM
2879If `display-reuse-frames' is non-nil, and another frame is currently\n\
2880displaying BUFFER, then simply raise that frame.\n\
5abcf432
RS
2881\n\
2882The variables `special-display-buffer-names', `special-display-regexps',\n\
2883`same-window-buffer-names', and `same-window-regexps' customize how certain\n\
53f76081
RS
2884buffer names are handled.\n\
2885\n\
2886If optional argument FRAME is `visible', search all visible frames.\n\
2887If FRAME is 0, search all visible and iconified frames.\n\
2888If FRAME is t, search all frames.\n\
2889If FRAME is a frame, search only that frame.\n\
2890If FRAME is nil, search only the selected frame\n\
2891 (actually the last nonminibuffer frame),\n\
32cf3ee0 2892 unless `pop-up-frames' or `display-buffer-reuse-frames' is non-nil,\n\
6529ed87
GM
2893 which means search visible and iconified frames.\n\
2894\n\
2895If `even-window-heights' is non-nil, window heights will be evened out\n\
e9ce2497 2896if displaying the buffer causes two vertically adjacent windows to be\n\
6529ed87 2897displayed.")
53f76081
RS
2898 (buffer, not_this_window, frame)
2899 register Lisp_Object buffer, not_this_window, frame;
7ab12479 2900{
aee631c2 2901 register Lisp_Object window, tem, swp;
1ae1a37d 2902 struct frame *f;
7ab12479 2903
aee631c2 2904 swp = Qnil;
7ab12479
JB
2905 buffer = Fget_buffer (buffer);
2906 CHECK_BUFFER (buffer, 0);
2907
265a9e55 2908 if (!NILP (Vdisplay_buffer_function))
7ab12479
JB
2909 return call2 (Vdisplay_buffer_function, buffer, not_this_window);
2910
265a9e55 2911 if (NILP (not_this_window)
7ab12479 2912 && XBUFFER (XWINDOW (selected_window)->buffer) == XBUFFER (buffer))
d07f802a 2913 return display_buffer_1 (selected_window);
7ab12479 2914
855d8627
RS
2915 /* See if the user has specified this buffer should appear
2916 in the selected window. */
2917 if (NILP (not_this_window))
2918 {
aee631c2
RS
2919 swp = Fsame_window_p (XBUFFER (buffer)->name);
2920 if (!NILP (swp) && !no_switch_window (selected_window))
c63dc4a2
RS
2921 {
2922 Fswitch_to_buffer (buffer, Qnil);
d07f802a 2923 return display_buffer_1 (selected_window);
c63dc4a2 2924 }
855d8627
RS
2925 }
2926
9c3da604 2927 /* If the user wants pop-up-frames or display-reuse-frames, then
73dc5198
KH
2928 look for a window showing BUFFER on any visible or iconified frame.
2929 Otherwise search only the current frame. */
53f76081
RS
2930 if (! NILP (frame))
2931 tem = frame;
9c3da604
GM
2932 else if (pop_up_frames
2933 || display_buffer_reuse_frames
2934 || last_nonminibuf_frame == 0)
73dc5198
KH
2935 XSETFASTINT (tem, 0);
2936 else
73dc5198 2937 XSETFRAME (tem, last_nonminibuf_frame);
9c3da604 2938
73dc5198 2939 window = Fget_buffer_window (buffer, tem);
265a9e55
JB
2940 if (!NILP (window)
2941 && (NILP (not_this_window) || !EQ (window, selected_window)))
9c3da604 2942 return display_buffer_1 (window);
7ab12479 2943
a90712c2 2944 /* Certain buffer names get special handling. */
aee631c2 2945 if (!NILP (Vspecial_display_function) && NILP (swp))
a90712c2 2946 {
4628f7a4
EN
2947 tem = Fspecial_display_p (XBUFFER (buffer)->name);
2948 if (EQ (tem, Qt))
a90712c2 2949 return call1 (Vspecial_display_function, buffer);
4628f7a4
EN
2950 if (CONSP (tem))
2951 return call2 (Vspecial_display_function, buffer, tem);
a90712c2
RS
2952 }
2953
44fa5b1e
JB
2954 /* If there are no frames open that have more than a minibuffer,
2955 we need to create a new frame. */
2956 if (pop_up_frames || last_nonminibuf_frame == 0)
7ab12479 2957 {
a90712c2 2958 window = Fframe_selected_window (call0 (Vpop_up_frame_function));
7ab12479 2959 Fset_window_buffer (window, buffer);
d07f802a 2960 return display_buffer_1 (window);
7ab12479 2961 }
7ab12479 2962
1ae1a37d 2963 f = SELECTED_FRAME ();
43bad991 2964 if (pop_up_windows
1ae1a37d 2965 || FRAME_MINIBUF_ONLY_P (f)
cee67da9
RS
2966 /* If the current frame is a special display frame,
2967 don't try to reuse its windows. */
1ae1a37d 2968 || !NILP (XWINDOW (FRAME_ROOT_WINDOW (f))->dedicated))
7ab12479 2969 {
12cae7c0
KH
2970 Lisp_Object frames;
2971
37962e60 2972 frames = Qnil;
1ae1a37d 2973 if (FRAME_MINIBUF_ONLY_P (f))
74112613 2974 XSETFRAME (frames, last_nonminibuf_frame);
7ab12479
JB
2975 /* Don't try to create a window if would get an error */
2976 if (split_height_threshold < window_min_height << 1)
2977 split_height_threshold = window_min_height << 1;
2978
cee67da9
RS
2979 /* Note that both Fget_largest_window and Fget_lru_window
2980 ignore minibuffers and dedicated windows.
2981 This means they can return nil. */
7ab12479 2982
cee67da9
RS
2983 /* If the frame we would try to split cannot be split,
2984 try other frames. */
1ae1a37d 2985 if (FRAME_NO_SPLIT_P (NILP (frames) ? f : last_nonminibuf_frame))
cee67da9
RS
2986 {
2987 /* Try visible frames first. */
2988 window = Fget_largest_window (Qvisible);
2989 /* If that didn't work, try iconified frames. */
2990 if (NILP (window))
2991 window = Fget_largest_window (make_number (0));
2992 if (NILP (window))
2993 window = Fget_largest_window (Qt);
2994 }
2995 else
2996 window = Fget_largest_window (frames);
2997
92cca945
RS
2998 /* If we got a tall enough full-width window that can be split,
2999 split it. */
265a9e55 3000 if (!NILP (window)
92cca945 3001 && ! FRAME_NO_SPLIT_P (XFRAME (XWINDOW (window)->frame))
7ab12479 3002 && window_height (window) >= split_height_threshold
111e5992 3003 && WINDOW_FULL_WIDTH_P (XWINDOW (window)))
7ab12479
JB
3004 window = Fsplit_window (window, Qnil, Qnil);
3005 else
3006 {
1942f68f
RS
3007 Lisp_Object upper, lower, other;
3008
44fa5b1e 3009 window = Fget_lru_window (frames);
92cca945
RS
3010 /* If the LRU window is selected, and big enough,
3011 and can be split, split it. */
cee67da9 3012 if (!NILP (window)
92cca945 3013 && ! FRAME_NO_SPLIT_P (XFRAME (XWINDOW (window)->frame))
cee67da9
RS
3014 && (EQ (window, selected_window)
3015 || EQ (XWINDOW (window)->parent, Qnil))
7ab12479
JB
3016 && window_height (window) >= window_min_height << 1)
3017 window = Fsplit_window (window, Qnil, Qnil);
cee67da9 3018 /* If Fget_lru_window returned nil, try other approaches. */
48d9379d 3019
cee67da9 3020 /* Try visible frames first. */
48d9379d
RS
3021 if (NILP (window))
3022 window = Fget_buffer_window (buffer, Qvisible);
cee67da9
RS
3023 if (NILP (window))
3024 window = Fget_largest_window (Qvisible);
3025 /* If that didn't work, try iconified frames. */
48d9379d
RS
3026 if (NILP (window))
3027 window = Fget_buffer_window (buffer, make_number (0));
cee67da9
RS
3028 if (NILP (window))
3029 window = Fget_largest_window (make_number (0));
3030 /* Try invisible frames. */
48d9379d
RS
3031 if (NILP (window))
3032 window = Fget_buffer_window (buffer, Qt);
cee67da9
RS
3033 if (NILP (window))
3034 window = Fget_largest_window (Qt);
3035 /* As a last resort, make a new frame. */
3036 if (NILP (window))
3037 window = Fframe_selected_window (call0 (Vpop_up_frame_function));
1942f68f
RS
3038 /* If window appears above or below another,
3039 even out their heights. */
cac66e4f 3040 other = upper = lower = Qnil;
1942f68f
RS
3041 if (!NILP (XWINDOW (window)->prev))
3042 other = upper = XWINDOW (window)->prev, lower = window;
3043 if (!NILP (XWINDOW (window)->next))
3044 other = lower = XWINDOW (window)->next, upper = window;
3045 if (!NILP (other)
6529ed87 3046 && !NILP (Veven_window_heights)
1942f68f 3047 /* Check that OTHER and WINDOW are vertically arrayed. */
296b535c
KH
3048 && !EQ (XWINDOW (other)->top, XWINDOW (window)->top)
3049 && (XFASTINT (XWINDOW (other)->height)
3050 > XFASTINT (XWINDOW (window)->height)))
1942f68f 3051 {
296b535c
KH
3052 int total = (XFASTINT (XWINDOW (other)->height)
3053 + XFASTINT (XWINDOW (window)->height));
86c8e823
GM
3054 enlarge_window (upper,
3055 total / 2 - XFASTINT (XWINDOW (upper)->height),
f984d4fc 3056 0);
1942f68f 3057 }
7ab12479
JB
3058 }
3059 }
3060 else
3061 window = Fget_lru_window (Qnil);
3062
3063 Fset_window_buffer (window, buffer);
d07f802a 3064 return display_buffer_1 (window);
7ab12479
JB
3065}
3066
3067void
3068temp_output_buffer_show (buf)
3069 register Lisp_Object buf;
3070{
3071 register struct buffer *old = current_buffer;
3072 register Lisp_Object window;
3073 register struct window *w;
3074
bccd3dd1
RS
3075 XBUFFER (buf)->directory = current_buffer->directory;
3076
7ab12479 3077 Fset_buffer (buf);
c6367666 3078 BUF_SAVE_MODIFF (XBUFFER (buf)) = MODIFF;
7ab12479
JB
3079 BEGV = BEG;
3080 ZV = Z;
3081 SET_PT (BEG);
b1599b4c 3082 XBUFFER (buf)->prevent_redisplay_optimizations_p = 1;
7ab12479
JB
3083 set_buffer_internal (old);
3084
3085 if (!EQ (Vtemp_buffer_show_function, Qnil))
3086 call1 (Vtemp_buffer_show_function, buf);
3087 else
3088 {
53f76081 3089 window = Fdisplay_buffer (buf, Qnil, Qnil);
7ab12479 3090
1ae1a37d 3091 if (!EQ (XWINDOW (window)->frame, selected_frame))
44fa5b1e 3092 Fmake_frame_visible (WINDOW_FRAME (XWINDOW (window)));
7ab12479
JB
3093 Vminibuf_scroll_window = window;
3094 w = XWINDOW (window);
d834a2e9 3095 XSETFASTINT (w->hscroll, 0);
ea68264b 3096 XSETFASTINT (w->min_hscroll, 0);
b73ea88e
RS
3097 set_marker_restricted_both (w->start, buf, 1, 1);
3098 set_marker_restricted_both (w->pointm, buf, 1, 1);
a58ec57d 3099
beb4e312
RS
3100 /* Run temp-buffer-show-hook, with the chosen window selected
3101 and it sbuffer current. */
f52cca03 3102 if (!NILP (Vrun_hooks))
2cccc823 3103 {
f52cca03
RS
3104 Lisp_Object tem;
3105 tem = Fboundp (Qtemp_buffer_show_hook);
2cccc823
RS
3106 if (!NILP (tem))
3107 {
f52cca03
RS
3108 tem = Fsymbol_value (Qtemp_buffer_show_hook);
3109 if (!NILP (tem))
3110 {
3111 int count = specpdl_ptr - specpdl;
b7354ddf
RS
3112 Lisp_Object prev_window;
3113 prev_window = selected_window;
2cccc823 3114
f52cca03 3115 /* Select the window that was chosen, for running the hook. */
65a04b96 3116 record_unwind_protect (Fselect_window, prev_window);
b7354ddf 3117 select_window_1 (window, 0);
beb4e312 3118 Fset_buffer (w->buffer);
f52cca03 3119 call1 (Vrun_hooks, Qtemp_buffer_show_hook);
b7354ddf 3120 select_window_1 (prev_window, 0);
f52cca03
RS
3121 unbind_to (count, Qnil);
3122 }
2cccc823
RS
3123 }
3124 }
3125 }
7ab12479
JB
3126}
3127\f
dfcf069d 3128static void
7ab12479
JB
3129make_dummy_parent (window)
3130 Lisp_Object window;
3131{
cffec418 3132 Lisp_Object new;
7ab12479 3133 register struct window *o, *p;
cffec418
KH
3134 register struct Lisp_Vector *vec;
3135 int i;
7ab12479 3136
cffec418
KH
3137 o = XWINDOW (window);
3138 vec = allocate_vectorlike ((EMACS_INT)VECSIZE (struct window));
3139 for (i = 0; i < VECSIZE (struct window); ++i)
3140 vec->contents[i] = ((struct Lisp_Vector *)o)->contents[i];
3141 vec->size = VECSIZE (struct window);
3142 p = (struct window *)vec;
3143 XSETWINDOW (new, p);
7ab12479 3144
d834a2e9 3145 XSETFASTINT (p->sequence_number, ++sequence_number);
7ab12479
JB
3146
3147 /* Put new into window structure in place of window */
3148 replace_window (window, new);
3149
3150 o->next = Qnil;
3151 o->prev = Qnil;
3152 o->vchild = Qnil;
3153 o->hchild = Qnil;
3154 o->parent = new;
3155
3156 p->start = Qnil;
3157 p->pointm = Qnil;
3158 p->buffer = Qnil;
3159}
3160
3161DEFUN ("split-window", Fsplit_window, Ssplit_window, 0, 3, "",
3162 "Split WINDOW, putting SIZE lines in the first of the pair.\n\
3163WINDOW defaults to selected one and SIZE to half its size.\n\
77ae0fe3 3164If optional third arg HORFLAG is non-nil, split side by side\n\
10f96191
RS
3165and put SIZE columns in the first of the pair. In that case,\n\
3166SIZE includes that window's scroll bar, or the divider column to its right.")
77ae0fe3
KH
3167 (window, size, horflag)
3168 Lisp_Object window, size, horflag;
7ab12479
JB
3169{
3170 register Lisp_Object new;
3171 register struct window *o, *p;
c0807608 3172 FRAME_PTR fo;
77ae0fe3 3173 register int size_int;
7ab12479 3174
265a9e55 3175 if (NILP (window))
7ab12479
JB
3176 window = selected_window;
3177 else
605be8af 3178 CHECK_LIVE_WINDOW (window, 0);
7ab12479
JB
3179
3180 o = XWINDOW (window);
c0807608 3181 fo = XFRAME (WINDOW_FRAME (o));
7ab12479 3182
77ae0fe3 3183 if (NILP (size))
7ab12479 3184 {
265a9e55 3185 if (!NILP (horflag))
c0807608 3186 /* Calculate the size of the left-hand window, by dividing
25b33244
KH
3187 the usable space in columns by two.
3188 We round up, since the left-hand window may include
3189 a dividing line, while the right-hand may not. */
3190 size_int = (XFASTINT (o->width) + 1) >> 1;
7ab12479 3191 else
77ae0fe3 3192 size_int = XFASTINT (o->height) >> 1;
7ab12479
JB
3193 }
3194 else
3195 {
77ae0fe3
KH
3196 CHECK_NUMBER (size, 1);
3197 size_int = XINT (size);
7ab12479
JB
3198 }
3199
3200 if (MINI_WINDOW_P (o))
3201 error ("Attempt to split minibuffer window");
233a4a2c
GM
3202 else if (window_fixed_size_p (o, !NILP (horflag), 0))
3203 error ("Attempt to split fixed-size window");
7ab12479 3204
a481b3ea 3205 check_min_window_sizes ();
7ab12479 3206
265a9e55 3207 if (NILP (horflag))
7ab12479 3208 {
77ae0fe3
KH
3209 if (size_int < window_min_height)
3210 error ("Window height %d too small (after splitting)", size_int);
3211 if (size_int + window_min_height > XFASTINT (o->height))
37962e60 3212 error ("Window height %d too small (after splitting)",
77ae0fe3 3213 XFASTINT (o->height) - size_int);
265a9e55
JB
3214 if (NILP (o->parent)
3215 || NILP (XWINDOW (o->parent)->vchild))
7ab12479
JB
3216 {
3217 make_dummy_parent (window);
3218 new = o->parent;
3219 XWINDOW (new)->vchild = window;
3220 }
3221 }
3222 else
3223 {
77ae0fe3
KH
3224 if (size_int < window_min_width)
3225 error ("Window width %d too small (after splitting)", size_int);
a59fed7e
RS
3226
3227 if (size_int + window_min_width > XFASTINT (o->width))
37962e60 3228 error ("Window width %d too small (after splitting)",
a59fed7e 3229 XFASTINT (o->width) - size_int);
265a9e55
JB
3230 if (NILP (o->parent)
3231 || NILP (XWINDOW (o->parent)->hchild))
7ab12479
JB
3232 {
3233 make_dummy_parent (window);
3234 new = o->parent;
3235 XWINDOW (new)->hchild = window;
3236 }
3237 }
3238
3239 /* Now we know that window's parent is a vertical combination
3240 if we are dividing vertically, or a horizontal combination
3241 if we are making side-by-side windows */
3242
3243 windows_or_buffers_changed++;
c0807608 3244 FRAME_WINDOW_SIZES_CHANGED (fo) = 1;
7ab12479
JB
3245 new = make_window ();
3246 p = XWINDOW (new);
3247
44fa5b1e 3248 p->frame = o->frame;
7ab12479 3249 p->next = o->next;
265a9e55 3250 if (!NILP (p->next))
7ab12479
JB
3251 XWINDOW (p->next)->prev = new;
3252 p->prev = window;
3253 o->next = new;
3254 p->parent = o->parent;
3255 p->buffer = Qt;
5500c422
GM
3256 p->window_end_valid = Qnil;
3257 bzero (&p->last_cursor, sizeof p->last_cursor);
7ab12479 3258
44fa5b1e 3259 /* Apportion the available frame space among the two new windows */
7ab12479 3260
265a9e55 3261 if (!NILP (horflag))
7ab12479
JB
3262 {
3263 p->height = o->height;
3264 p->top = o->top;
a59fed7e 3265 XSETFASTINT (p->width, XFASTINT (o->width) - size_int);
77ae0fe3
KH
3266 XSETFASTINT (o->width, size_int);
3267 XSETFASTINT (p->left, XFASTINT (o->left) + size_int);
7ab12479
JB
3268 }
3269 else
3270 {
3271 p->left = o->left;
3272 p->width = o->width;
77ae0fe3
KH
3273 XSETFASTINT (p->height, XFASTINT (o->height) - size_int);
3274 XSETFASTINT (o->height, size_int);
3275 XSETFASTINT (p->top, XFASTINT (o->top) + size_int);
7ab12479
JB
3276 }
3277
5500c422
GM
3278 /* Adjust glyph matrices. */
3279 adjust_glyphs (fo);
543f5fb1 3280 Fset_window_buffer (new, o->buffer);
7ab12479
JB
3281 return new;
3282}
3283\f
3284DEFUN ("enlarge-window", Fenlarge_window, Senlarge_window, 1, 2, "p",
3285 "Make current window ARG lines bigger.\n\
3286From program, optional second arg non-nil means grow sideways ARG columns.")
413430c5
EN
3287 (arg, side)
3288 register Lisp_Object arg, side;
7ab12479 3289{
413430c5 3290 CHECK_NUMBER (arg, 0);
86c8e823 3291 enlarge_window (selected_window, XINT (arg), !NILP (side));
543f5fb1
RS
3292
3293 if (! NILP (Vwindow_configuration_change_hook))
3294 call1 (Vrun_hooks, Qwindow_configuration_change_hook);
3295
7ab12479
JB
3296 return Qnil;
3297}
3298
3299DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p",
3300 "Make current window ARG lines smaller.\n\
413430c5
EN
3301From program, optional second arg non-nil means shrink sideways arg columns.")
3302 (arg, side)
3303 register Lisp_Object arg, side;
7ab12479 3304{
413430c5 3305 CHECK_NUMBER (arg, 0);
86c8e823 3306 enlarge_window (selected_window, -XINT (arg), !NILP (side));
543f5fb1
RS
3307
3308 if (! NILP (Vwindow_configuration_change_hook))
3309 call1 (Vrun_hooks, Qwindow_configuration_change_hook);
3310
7ab12479
JB
3311 return Qnil;
3312}
3313
3314int
3315window_height (window)
3316 Lisp_Object window;
3317{
3318 register struct window *p = XWINDOW (window);
3319 return XFASTINT (p->height);
3320}
3321
3322int
3323window_width (window)
3324 Lisp_Object window;
3325{
3326 register struct window *p = XWINDOW (window);
3327 return XFASTINT (p->width);
3328}
3329
c1636aa6 3330
7ab12479 3331#define CURBEG(w) \
3578db3c 3332 *(widthflag ? &(XWINDOW (w)->left) : &(XWINDOW (w)->top))
7ab12479
JB
3333
3334#define CURSIZE(w) \
3578db3c 3335 *(widthflag ? &(XWINDOW (w)->width) : &(XWINDOW (w)->height))
7ab12479 3336
233a4a2c
GM
3337
3338/* Enlarge selected_window by DELTA. WIDTHFLAG non-zero means
3339 increase its width. Siblings of the selected window are resized to
3340 fullfil the size request. If they become too small in the process,
3341 they will be deleted. */
7ab12479 3342
f984d4fc 3343static void
86c8e823
GM
3344enlarge_window (window, delta, widthflag)
3345 Lisp_Object window;
233a4a2c 3346 int delta, widthflag;
7ab12479 3347{
86c8e823 3348 Lisp_Object parent, next, prev;
233a4a2c 3349 struct window *p;
3578db3c
KR
3350 Lisp_Object *sizep;
3351 int maximum;
5e14b1fc
AS
3352 int (*sizefun) P_ ((Lisp_Object))
3353 = widthflag ? window_width : window_height;
233a4a2c 3354 void (*setsizefun) P_ ((Lisp_Object, int, int))
5e14b1fc 3355 = (widthflag ? set_window_width : set_window_height);
7ab12479 3356
233a4a2c
GM
3357 /* Check values of window_min_width and window_min_height for
3358 validity. */
a481b3ea 3359 check_min_window_sizes ();
7ab12479 3360
233a4a2c 3361 /* Give up if this window cannot be resized. */
233a4a2c
GM
3362 if (window_fixed_size_p (XWINDOW (window), widthflag, 1))
3363 error ("Window is not resizable");
3364
3365 /* Find the parent of the selected window. */
7ab12479
JB
3366 while (1)
3367 {
3368 p = XWINDOW (window);
3369 parent = p->parent;
233a4a2c 3370
265a9e55 3371 if (NILP (parent))
7ab12479
JB
3372 {
3373 if (widthflag)
3374 error ("No other window to side of this one");
3375 break;
3376 }
233a4a2c
GM
3377
3378 if (widthflag
3379 ? !NILP (XWINDOW (parent)->hchild)
265a9e55 3380 : !NILP (XWINDOW (parent)->vchild))
7ab12479 3381 break;
233a4a2c 3382
7ab12479
JB
3383 window = parent;
3384 }
3385
05c2896a 3386 sizep = &CURSIZE (window);
7ab12479 3387
7ab12479
JB
3388 {
3389 register int maxdelta;
7ab12479 3390
3578db3c 3391 maxdelta = (!NILP (parent) ? (*sizefun) (parent) - XINT (*sizep)
c1636aa6
GM
3392 : !NILP (p->next) ? ((*sizefun) (p->next)
3393 - window_min_size (XWINDOW (p->next),
f984d4fc 3394 widthflag, 0, 0))
c1636aa6
GM
3395 : !NILP (p->prev) ? ((*sizefun) (p->prev)
3396 - window_min_size (XWINDOW (p->prev),
f984d4fc 3397 widthflag, 0, 0))
44fa5b1e
JB
3398 /* This is a frame with only one window, a minibuffer-only
3399 or a minibufferless frame. */
d5783c40 3400 : (delta = 0));
7ab12479
JB
3401
3402 if (delta > maxdelta)
3403 /* This case traps trying to make the minibuffer
44fa5b1e
JB
3404 the full frame, or make the only window aside from the
3405 minibuffer the full frame. */
7ab12479 3406 delta = maxdelta;
6b54027b 3407 }
d5783c40 3408
3578db3c 3409 if (XINT (*sizep) + delta < window_min_size (XWINDOW (window), widthflag, 0, 0))
6b54027b 3410 {
543f5fb1 3411 delete_window (window);
d5783c40 3412 return;
6b54027b
RS
3413 }
3414
3415 if (delta == 0)
3416 return;
7ab12479 3417
db98a733
RS
3418 /* Find the total we can get from other siblings. */
3419 maximum = 0;
3420 for (next = p->next; ! NILP (next); next = XWINDOW (next)->next)
c1636aa6 3421 maximum += (*sizefun) (next) - window_min_size (XWINDOW (next),
f984d4fc 3422 widthflag, 0, 0);
db98a733 3423 for (prev = p->prev; ! NILP (prev); prev = XWINDOW (prev)->prev)
c1636aa6 3424 maximum += (*sizefun) (prev) - window_min_size (XWINDOW (prev),
f984d4fc 3425 widthflag, 0, 0);
db98a733
RS
3426
3427 /* If we can get it all from them, do so. */
c6b530ed 3428 if (delta <= maximum)
7ab12479 3429 {
db98a733
RS
3430 Lisp_Object first_unaffected;
3431 Lisp_Object first_affected;
233a4a2c 3432 int fixed_p;
db98a733
RS
3433
3434 next = p->next;
3435 prev = p->prev;
3436 first_affected = window;
3437 /* Look at one sibling at a time,
3438 moving away from this window in both directions alternately,
3439 and take as much as we can get without deleting that sibling. */
233a4a2c 3440 while (delta != 0 && (!NILP (next) || !NILP (prev)))
db98a733 3441 {
db98a733
RS
3442 if (! NILP (next))
3443 {
c1636aa6 3444 int this_one = ((*sizefun) (next)
233a4a2c 3445 - window_min_size (XWINDOW (next),
f984d4fc 3446 widthflag, 0, &fixed_p));
233a4a2c
GM
3447 if (!fixed_p)
3448 {
3449 if (this_one > delta)
3450 this_one = delta;
3451
3452 (*setsizefun) (next, (*sizefun) (next) - this_one, 0);
3578db3c 3453 (*setsizefun) (window, XINT (*sizep) + this_one, 0);
db98a733 3454
233a4a2c
GM
3455 delta -= this_one;
3456 }
3457
db98a733
RS
3458 next = XWINDOW (next)->next;
3459 }
233a4a2c 3460
db98a733
RS
3461 if (delta == 0)
3462 break;
233a4a2c 3463
db98a733
RS
3464 if (! NILP (prev))
3465 {
c1636aa6 3466 int this_one = ((*sizefun) (prev)
233a4a2c 3467 - window_min_size (XWINDOW (prev),
f984d4fc 3468 widthflag, 0, &fixed_p));
233a4a2c
GM
3469 if (!fixed_p)
3470 {
3471 if (this_one > delta)
3472 this_one = delta;
3473
3474 first_affected = prev;
3475
3476 (*setsizefun) (prev, (*sizefun) (prev) - this_one, 0);
3578db3c 3477 (*setsizefun) (window, XINT (*sizep) + this_one, 0);
233a4a2c
GM
3478
3479 delta -= this_one;
3480 }
3481
db98a733
RS
3482 prev = XWINDOW (prev)->prev;
3483 }
3484 }
3485
233a4a2c
GM
3486 xassert (delta == 0);
3487
db98a733
RS
3488 /* Now recalculate the edge positions of all the windows affected,
3489 based on the new sizes. */
3490 first_unaffected = next;
3491 prev = first_affected;
3492 for (next = XWINDOW (prev)->next; ! EQ (next, first_unaffected);
3493 prev = next, next = XWINDOW (next)->next)
3494 {
3578db3c 3495 XSETINT (CURBEG (next), XINT (CURBEG (prev)) + (*sizefun) (prev));
db98a733
RS
3496 /* This does not change size of NEXT,
3497 but it propagates the new top edge to its children */
3498 (*setsizefun) (next, (*sizefun) (next), 0);
3499 }
7ab12479
JB
3500 }
3501 else
3502 {
3503 register int delta1;
3504 register int opht = (*sizefun) (parent);
3505
3506 /* If trying to grow this window to or beyond size of the parent,
3507 make delta1 so big that, on shrinking back down,
3508 all the siblings end up with less than one line and are deleted. */
3578db3c 3509 if (opht <= XINT (*sizep) + delta)
7ab12479 3510 delta1 = opht * opht * 2;
7ab12479 3511 else
233a4a2c
GM
3512 {
3513 /* Otherwise, make delta1 just right so that if we add
3514 delta1 lines to this window and to the parent, and then
3515 shrink the parent back to its original size, the new
3516 proportional size of this window will increase by delta.
3517
3518 The function size_window will compute the new height h'
3519 of the window from delta1 as:
3520
3521 e = delta1/n
3522 x = delta1 - delta1/n * n for the 1st resizable child
3523 h' = h + e + x
3524
3525 where n is the number of children that can be resized.
3526 We can ignore x by choosing a delta1 that is a multiple of
3527 n. We want the height of this window to come out as
3528
3529 h' = h + delta
3530
3531 So, delta1 must be
3532
3533 h + e = h + delta
3534 delta1/n = delta
3535 delta1 = n * delta.
3536
3537 The number of children n rquals the number of resizable
3538 children of this window + 1 because we know window itself
3539 is resizable (otherwise we would have signalled an error. */
3540
3541 struct window *w = XWINDOW (window);
3542 Lisp_Object s;
3543 int n = 1;
3544
3545 for (s = w->next; !NILP (s); s = XWINDOW (s)->next)
3546 if (!window_fixed_size_p (XWINDOW (s), widthflag, 0))
3547 ++n;
3548 for (s = w->prev; !NILP (s); s = XWINDOW (s)->prev)
3549 if (!window_fixed_size_p (XWINDOW (s), widthflag, 0))
3550 ++n;
3551
3552 delta1 = n * delta;
3553 }
7ab12479
JB
3554
3555 /* Add delta1 lines or columns to this window, and to the parent,
3556 keeping things consistent while not affecting siblings. */
3578db3c
KR
3557 XSETINT (CURSIZE (parent), opht + delta1);
3558 (*setsizefun) (window, XINT (*sizep) + delta1, 0);
7ab12479
JB
3559
3560 /* Squeeze out delta1 lines or columns from our parent,
3561 shriking this window and siblings proportionately.
3562 This brings parent back to correct size.
3563 Delta1 was calculated so this makes this window the desired size,
3564 taking it all out of the siblings. */
3565 (*setsizefun) (parent, opht, 0);
3566 }
3567
d834a2e9 3568 XSETFASTINT (p->last_modified, 0);
3cd21523 3569 XSETFASTINT (p->last_overlay_modified, 0);
5500c422
GM
3570
3571 /* Adjust glyph matrices. */
3572 adjust_glyphs (XFRAME (WINDOW_FRAME (XWINDOW (window))));
7ab12479 3573}
c1636aa6 3574
7ab12479
JB
3575#undef CURBEG
3576#undef CURSIZE
3577
5500c422 3578
f984d4fc
GM
3579\f
3580/***********************************************************************
3581 Resizing Mini-Windows
3582 ***********************************************************************/
3583
3584static void shrink_window_lowest_first P_ ((struct window *, int));
f984d4fc 3585
43b4a21f
GM
3586enum save_restore_action
3587{
3588 CHECK_ORIG_SIZES,
3589 SAVE_ORIG_SIZES,
3590 RESTORE_ORIG_SIZES
3591};
3592
3593static int save_restore_orig_size P_ ((struct window *,
3594 enum save_restore_action));
f984d4fc
GM
3595
3596/* Shrink windows rooted in window W to HEIGHT. Take the space needed
3597 from lowest windows first. */
3598
3599static void
3600shrink_window_lowest_first (w, height)
3601 struct window *w;
3602 int height;
3603{
3604 struct window *c;
3605 Lisp_Object child;
3606 int old_height;
3607
3608 xassert (!MINI_WINDOW_P (w));
3609
3610 /* Set redisplay hints. */
3611 XSETFASTINT (w->last_modified, 0);
3612 XSETFASTINT (w->last_overlay_modified, 0);
3613 windows_or_buffers_changed++;
3614 FRAME_WINDOW_SIZES_CHANGED (XFRAME (WINDOW_FRAME (w))) = 1;
3615
3616 old_height = XFASTINT (w->height);
3617 XSETFASTINT (w->height, height);
3618
3619 if (!NILP (w->hchild))
3620 {
3621 for (child = w->hchild; !NILP (child); child = c->next)
3622 {
3623 c = XWINDOW (child);
3624 c->top = w->top;
3625 shrink_window_lowest_first (c, height);
3626 }
3627 }
3628 else if (!NILP (w->vchild))
3629 {
3630 Lisp_Object last_child;
3631 int delta = old_height - height;
3632 int last_top;
6bbd7a29
GM
3633
3634 last_child = Qnil;
f984d4fc
GM
3635
3636 /* Find the last child. We are taking space from lowest windows
3637 first, so we iterate over children from the last child
3638 backwards. */
3639 for (child = w->vchild; !NILP (child); child = XWINDOW (child)->next)
3640 last_child = child;
3641
3642 /* Assign new heights. We leave only MIN_SAFE_WINDOW_HEIGHT. */
3643 for (child = last_child; delta && !NILP (child); child = c->prev)
3644 {
3645 int this_one;
3646
3647 c = XWINDOW (child);
3648 this_one = XFASTINT (c->height) - MIN_SAFE_WINDOW_HEIGHT;
3649
3650 if (this_one > delta)
3651 this_one = delta;
3652
3653 shrink_window_lowest_first (c, XFASTINT (c->height) - this_one);
3654 delta -= this_one;
3655 }
3656
3657 /* Compute new positions. */
3578db3c 3658 last_top = XINT (w->top);
f984d4fc
GM
3659 for (child = w->vchild; !NILP (child); child = c->next)
3660 {
3661 c = XWINDOW (child);
3662 c->top = make_number (last_top);
3663 shrink_window_lowest_first (c, XFASTINT (c->height));
3664 last_top += XFASTINT (c->height);
3665 }
3666 }
3667}
3668
3669
43b4a21f
GM
3670/* Save, restore, or check positions and sizes in the window tree
3671 rooted at W. ACTION says what to do.
f984d4fc 3672
43b4a21f
GM
3673 If ACTION is CHECK_ORIG_SIZES, check if orig_top and orig_height
3674 members are valid for all windows in the window tree. Value is
3675 non-zero if they are valid.
3676
3677 If ACTION is SAVE_ORIG_SIZES, save members top and height in
3678 orig_top and orig_height for all windows in the tree.
3679
3680 If ACTION is RESTORE_ORIG_SIZES, restore top and height from
3681 values stored in orig_top and orig_height for all windows. */
3682
3683static int
3684save_restore_orig_size (w, action)
f984d4fc 3685 struct window *w;
43b4a21f 3686 enum save_restore_action action;
f984d4fc 3687{
43b4a21f
GM
3688 int success_p = 1;
3689
f984d4fc
GM
3690 while (w)
3691 {
3692 if (!NILP (w->hchild))
43b4a21f
GM
3693 {
3694 if (!save_restore_orig_size (XWINDOW (w->hchild), action))
3695 success_p = 0;
3696 }
f984d4fc 3697 else if (!NILP (w->vchild))
43b4a21f
GM
3698 {
3699 if (!save_restore_orig_size (XWINDOW (w->vchild), action))
3700 success_p = 0;
3701 }
f984d4fc 3702
43b4a21f 3703 switch (action)
f984d4fc 3704 {
43b4a21f
GM
3705 case CHECK_ORIG_SIZES:
3706 if (!INTEGERP (w->orig_top) || !INTEGERP (w->orig_height))
3707 return 0;
3708 break;
3709
3710 case SAVE_ORIG_SIZES:
f984d4fc
GM
3711 w->orig_top = w->top;
3712 w->orig_height = w->height;
43b4a21f
GM
3713 XSETFASTINT (w->last_modified, 0);
3714 XSETFASTINT (w->last_overlay_modified, 0);
3715 break;
3716
3717 case RESTORE_ORIG_SIZES:
f984d4fc
GM
3718 xassert (INTEGERP (w->orig_top) && INTEGERP (w->orig_height));
3719 w->top = w->orig_top;
3720 w->height = w->orig_height;
3721 w->orig_height = w->orig_top = Qnil;
43b4a21f
GM
3722 XSETFASTINT (w->last_modified, 0);
3723 XSETFASTINT (w->last_overlay_modified, 0);
3724 break;
3725
3726 default:
3727 abort ();
f984d4fc 3728 }
43b4a21f 3729
f984d4fc
GM
3730 w = NILP (w->next) ? NULL : XWINDOW (w->next);
3731 }
43b4a21f
GM
3732
3733 return success_p;
f984d4fc
GM
3734}
3735
3736
3737/* Grow mini-window W by DELTA lines, DELTA >= 0, or as much as we can
3738 without deleting other windows. */
3739
3740void
3741grow_mini_window (w, delta)
3742 struct window *w;
3743 int delta;
3744{
3745 struct frame *f = XFRAME (w->frame);
3746 struct window *root;
3747
3748 xassert (MINI_WINDOW_P (w));
3749 xassert (delta >= 0);
3750
3751 /* Check values of window_min_width and window_min_height for
3752 validity. */
3753 check_min_window_sizes ();
3754
3755 /* Compute how much we can enlarge the mini-window without deleting
3756 other windows. */
3757 root = XWINDOW (FRAME_ROOT_WINDOW (f));
3758 if (delta)
3759 {
3760 int min_height = window_min_size (root, 0, 0, 0);
3761 if (XFASTINT (root->height) - delta < min_height)
3762 delta = XFASTINT (root->height) - min_height;
3763 }
3764
3765 if (delta)
3766 {
3767 /* Save original window sizes and positions, if not already done. */
43b4a21f
GM
3768 if (!save_restore_orig_size (root, CHECK_ORIG_SIZES))
3769 save_restore_orig_size (root, SAVE_ORIG_SIZES);
f984d4fc
GM
3770
3771 /* Shrink other windows. */
3772 shrink_window_lowest_first (root, XFASTINT (root->height) - delta);
3773
3774 /* Grow the mini-window. */
3578db3c 3775 w->top = make_number (XFASTINT (root->top) + XFASTINT (root->height));
f984d4fc
GM
3776 w->height = make_number (XFASTINT (w->height) + delta);
3777 XSETFASTINT (w->last_modified, 0);
3778 XSETFASTINT (w->last_overlay_modified, 0);
3779
3780 adjust_glyphs (f);
3781 }
3782}
3783
3784
86c8e823
GM
3785/* Shrink mini-window W. If there is recorded info about window sizes
3786 before a call to grow_mini_window, restore recorded window sizes.
3787 Otherwise, if the mini-window is higher than 1 line, resize it to 1
3788 line. */
f984d4fc
GM
3789
3790void
3791shrink_mini_window (w)
3792 struct window *w;
3793{
3794 struct frame *f = XFRAME (w->frame);
3795 struct window *root = XWINDOW (FRAME_ROOT_WINDOW (f));
3796
43b4a21f 3797 if (save_restore_orig_size (root, CHECK_ORIG_SIZES))
f984d4fc 3798 {
43b4a21f 3799 save_restore_orig_size (root, RESTORE_ORIG_SIZES);
f984d4fc
GM
3800 adjust_glyphs (f);
3801 FRAME_WINDOW_SIZES_CHANGED (f) = 1;
3802 windows_or_buffers_changed = 1;
3803 }
86c8e823
GM
3804 else if (XFASTINT (w->height) > 1)
3805 {
3806 Lisp_Object window;
3807 XSETWINDOW (window, w);
3808 enlarge_window (window, 1 - XFASTINT (w->height), 0);
3809 }
f984d4fc
GM
3810}
3811
3812
3813\f
5500c422
GM
3814/* Mark window cursors off for all windows in the window tree rooted
3815 at W by setting their phys_cursor_on_p flag to zero. Called from
3816 xterm.c, e.g. when a frame is cleared and thereby all cursors on
3817 the frame are cleared. */
3818
3819void
3820mark_window_cursors_off (w)
3821 struct window *w;
3822{
3823 while (w)
3824 {
3825 if (!NILP (w->hchild))
3826 mark_window_cursors_off (XWINDOW (w->hchild));
3827 else if (!NILP (w->vchild))
3828 mark_window_cursors_off (XWINDOW (w->vchild));
3829 else
3830 w->phys_cursor_on_p = 0;
3831
3832 w = NILP (w->next) ? 0 : XWINDOW (w->next);
3833 }
3834}
3835
3836
7ab12479
JB
3837/* Return number of lines of text (not counting mode line) in W. */
3838
3839int
3840window_internal_height (w)
3841 struct window *w;
3842{
3843 int ht = XFASTINT (w->height);
3844
3845 if (MINI_WINDOW_P (w))
3846 return ht;
3847
265a9e55
JB
3848 if (!NILP (w->parent) || !NILP (w->vchild) || !NILP (w->hchild)
3849 || !NILP (w->next) || !NILP (w->prev)
44fa5b1e 3850 || FRAME_WANTS_MODELINE_P (XFRAME (WINDOW_FRAME (w))))
7ab12479
JB
3851 return ht - 1;
3852
3853 return ht;
3854}
3855
535e0b8e
JB
3856
3857/* Return the number of columns in W.
a3c87d4e 3858 Don't count columns occupied by scroll bars or the vertical bar
535e0b8e 3859 separating W from the sibling to its right. */
5500c422 3860
535e0b8e
JB
3861int
3862window_internal_width (w)
3863 struct window *w;
3864{
5500c422 3865 struct frame *f = XFRAME (WINDOW_FRAME (w));
535e0b8e
JB
3866 int width = XINT (w->width);
3867
a3c87d4e 3868 if (FRAME_HAS_VERTICAL_SCROLL_BARS (f))
5500c422
GM
3869 /* Scroll bars occupy a few columns. */
3870 width -= FRAME_SCROLL_BAR_COLS (f);
3871 else if (!WINDOW_RIGHTMOST_P (w) && !WINDOW_FULL_WIDTH_P (w))
3872 /* The column of `|' characters separating side-by-side windows
3873 occupies one column only. */
3874 width -= 1;
3875
3876 /* On window-systems, areas to the left and right of the window
3877 are used to display bitmaps there. */
3878 if (FRAME_WINDOW_P (f))
b46dfc64 3879 width -= FRAME_FLAGS_AREA_COLS (f);
111e5992
RS
3880
3881 return width;
535e0b8e
JB
3882}
3883
5500c422
GM
3884\f
3885/************************************************************************
3886 Window Scrolling
3887 ***********************************************************************/
535e0b8e 3888
5500c422
GM
3889/* Scroll contents of window WINDOW up. If WHOLE is non-zero, scroll
3890 one screen-full, which is defined as the height of the window minus
3891 next_screen_context_lines. If WHOLE is zero, scroll up N lines
3892 instead. Negative values of N mean scroll down. NOERROR non-zero
3893 means don't signal an error if we try to move over BEGV or ZV,
3894 respectively. */
7ab12479 3895
101d1605
RS
3896static void
3897window_scroll (window, n, whole, noerror)
7ab12479
JB
3898 Lisp_Object window;
3899 int n;
101d1605 3900 int whole;
f8026fd8 3901 int noerror;
5500c422
GM
3902{
3903 /* If we must, use the pixel-based version which is much slower than
3904 the line-based one but can handle varying line heights. */
3905 if (FRAME_WINDOW_P (XFRAME (XWINDOW (window)->frame)))
3906 window_scroll_pixel_based (window, n, whole, noerror);
3907 else
3908 window_scroll_line_based (window, n, whole, noerror);
3909}
3910
3911
3912/* Implementation of window_scroll that works based on pixel line
3913 heights. See the comment of window_scroll for parameter
3914 descriptions. */
3915
3916static void
3917window_scroll_pixel_based (window, n, whole, noerror)
3918 Lisp_Object window;
3919 int n;
3920 int whole;
3921 int noerror;
3922{
3923 struct it it;
3924 struct window *w = XWINDOW (window);
3925 struct text_pos start;
3926 Lisp_Object tem;
3927 int this_scroll_margin;
3928 int preserve_y;
5cdb3cf3
MB
3929 /* True if we fiddled the window vscroll field without really scrolling. */
3930 int vscrolled = 0;
5500c422
GM
3931
3932 SET_TEXT_POS_FROM_MARKER (start, w->start);
3933
3934 /* If PT is not visible in WINDOW, move back one half of
3935 the screen. */
d72340d4 3936 tem = Fpos_visible_in_window_p (make_number (PT), window, Qnil);
5500c422
GM
3937 if (NILP (tem))
3938 {
3939 /* Move backward half the height of the window. Performance note:
3940 vmotion used here is about 10% faster, but would give wrong
3941 results for variable height lines. */
3942 init_iterator (&it, w, PT, PT_BYTE, NULL, DEFAULT_FACE_ID);
3943 it.current_y = it.last_visible_y;
3944 move_it_vertically (&it, -it.last_visible_y / 2);
3945
3946 /* The function move_iterator_vertically may move over more than
3947 the specified y-distance. If it->w is small, e.g. a
3948 mini-buffer window, we may end up in front of the window's
3949 display area. This is the case when Start displaying at the
3950 start of the line containing PT in this case. */
3951 if (it.current_y <= 0)
3952 {
3953 init_iterator (&it, w, PT, PT_BYTE, NULL, DEFAULT_FACE_ID);
3954 move_it_vertically (&it, 0);
3955 it.current_y = 0;
3956 }
3957
3958 start = it.current.pos;
3959 }
3960
3961 /* If scroll_preserve_screen_position is non-zero, we try to set
3962 point in the same window line as it is now, so get that line. */
3963 if (!NILP (Vscroll_preserve_screen_position))
3964 {
3965 start_display (&it, w, start);
3966 move_it_to (&it, PT, -1, -1, -1, MOVE_TO_POS);
3967 preserve_y = it.current_y;
3968 }
3969 else
3970 preserve_y = -1;
3971
3972 /* Move iterator it from start the specified distance forward or
3973 backward. The result is the new window start. */
3974 start_display (&it, w, start);
3975 if (whole)
3976 {
3977 int screen_full = (it.last_visible_y
3978 - next_screen_context_lines * CANON_Y_UNIT (it.f));
3979 int direction = n < 0 ? -1 : 1;
d72340d4
GM
3980 int dy = direction * screen_full;
3981
3982 /* Note that move_it_vertically always moves the iterator to the
3983 start of a line. So, if the last line doesn't have a newline,
3984 we would end up at the start of the line ending at ZV. */
3985 if (dy <= 0)
3986 move_it_vertically_backward (&it, -dy);
3987 else if (dy > 0)
3988 move_it_to (&it, ZV, -1, it.current_y + dy, -1,
3989 MOVE_TO_POS | MOVE_TO_Y);
5500c422
GM
3990 }
3991 else
3992 move_it_by_lines (&it, n, 1);
3993
3994 /* End if we end up at ZV or BEGV. */
3995 if ((n > 0 && IT_CHARPOS (it) == ZV)
3996 || (n < 0 && IT_CHARPOS (it) == CHARPOS (start)))
3997 {
5cdb3cf3
MB
3998 if (IT_CHARPOS (it) == ZV)
3999 {
4000 if (it.current_y + it.max_ascent + it.max_descent
4001 > it.last_visible_y)
a74eca50
GM
4002 {
4003 /* The last line was only partially visible, make it fully
4004 visible. */
4005 w->vscroll = (it.last_visible_y
4006 - it.current_y + it.max_ascent + it.max_descent);
4007 adjust_glyphs (it.f);
4008 }
5cdb3cf3
MB
4009 else if (noerror)
4010 return;
4011 else
4012 Fsignal (Qend_of_buffer, Qnil);
4013 }
5500c422 4014 else
5cdb3cf3
MB
4015 {
4016 if (w->vscroll != 0)
4017 /* The first line was only partially visible, make it fully
4018 visible. */
4019 w->vscroll = 0;
4020 else if (noerror)
4021 return;
4022 else
4023 Fsignal (Qbeginning_of_buffer, Qnil);
4024 }
4025
4026 /* If control gets here, then we vscrolled. */
4027
4028 XBUFFER (w->buffer)->prevent_redisplay_optimizations_p = 1;
4029
4030 /* Don't try to change the window start below. */
4031 vscrolled = 1;
5500c422
GM
4032 }
4033
5cdb3cf3
MB
4034 if (! vscrolled)
4035 {
4036 /* Set the window start, and set up the window for redisplay. */
4037 set_marker_restricted (w->start, make_number (IT_CHARPOS (it)),
4038 w->buffer);
4039 w->start_at_line_beg = Fbolp ();
4040 w->update_mode_line = Qt;
4041 XSETFASTINT (w->last_modified, 0);
4042 XSETFASTINT (w->last_overlay_modified, 0);
4043 /* Set force_start so that redisplay_window will run the
4044 window-scroll-functions. */
4045 w->force_start = Qt;
4046 }
5500c422
GM
4047
4048 it.current_y = it.vpos = 0;
4049
4050 /* Preserve the screen position if we must. */
4051 if (preserve_y >= 0)
4052 {
4053 move_it_to (&it, -1, -1, preserve_y, -1, MOVE_TO_Y);
4054 SET_PT_BOTH (IT_CHARPOS (it), IT_BYTEPOS (it));
4055 }
4056 else
4057 {
4058 /* Move PT out of scroll margins. */
4059 this_scroll_margin = max (0, scroll_margin);
4060 this_scroll_margin = min (this_scroll_margin, XFASTINT (w->height) / 4);
4061 this_scroll_margin *= CANON_Y_UNIT (it.f);
4062
4063 if (n > 0)
4064 {
4065 /* We moved the window start towards ZV, so PT may be now
4066 in the scroll margin at the top. */
4067 move_it_to (&it, PT, -1, -1, -1, MOVE_TO_POS);
4068 while (it.current_y < this_scroll_margin)
4069 move_it_by_lines (&it, 1, 1);
4070 SET_PT_BOTH (IT_CHARPOS (it), IT_BYTEPOS (it));
4071 }
4072 else if (n < 0)
4073 {
5cdb3cf3
MB
4074 int charpos, bytepos;
4075
5500c422
GM
4076 /* We moved the window start towards BEGV, so PT may be now
4077 in the scroll margin at the bottom. */
4078 move_it_to (&it, PT, -1,
4079 it.last_visible_y - this_scroll_margin - 1, -1,
4080 MOVE_TO_POS | MOVE_TO_Y);
5cdb3cf3
MB
4081
4082 /* Save our position, in case it's correct. */
4083 charpos = IT_CHARPOS (it);
4084 bytepos = IT_BYTEPOS (it);
5500c422 4085
5cdb3cf3
MB
4086 /* See if point is on a partially visible line at the end. */
4087 move_it_by_lines (&it, 1, 1);
4088 if (it.current_y > it.last_visible_y)
4089 /* The last line was only partially visible, so back up two
4090 lines to make sure we're on a fully visible line. */
4091 {
4092 move_it_by_lines (&it, -2, 0);
4093 SET_PT_BOTH (IT_CHARPOS (it), IT_BYTEPOS (it));
4094 }
4095 else
4096 /* No, the position we saved is OK, so use it. */
4097 SET_PT_BOTH (charpos, bytepos);
5500c422
GM
4098 }
4099 }
4100}
4101
4102
4103/* Implementation of window_scroll that works based on screen lines.
4104 See the comment of window_scroll for parameter descriptions. */
4105
4106static void
4107window_scroll_line_based (window, n, whole, noerror)
4108 Lisp_Object window;
4109 int n;
4110 int whole;
4111 int noerror;
7ab12479
JB
4112{
4113 register struct window *w = XWINDOW (window);
5500c422 4114 register int opoint = PT, opoint_byte = PT_BYTE;
b73ea88e 4115 register int pos, pos_byte;
7ab12479
JB
4116 register int ht = window_internal_height (w);
4117 register Lisp_Object tem;
4118 int lose;
5500c422 4119 Lisp_Object bolp;
345d45b2 4120 int startpos;
101d1605
RS
4121 struct position posit;
4122 int original_vpos;
4123
4124 startpos = marker_position (w->start);
4125
4126 posit = *compute_motion (startpos, 0, 0, 0,
4127 PT, ht, 0,
4128 window_internal_width (w), XINT (w->hscroll),
4129 0, w);
4130 original_vpos = posit.vpos;
0a1f771a 4131
d834a2e9 4132 XSETFASTINT (tem, PT);
6ffdb539 4133 tem = Fpos_visible_in_window_p (tem, window, Qnil);
7ab12479 4134
265a9e55 4135 if (NILP (tem))
7ab12479 4136 {
cd2be1dd 4137 Fvertical_motion (make_number (- (ht / 2)), window);
345d45b2 4138 startpos = PT;
7ab12479
JB
4139 }
4140
345d45b2 4141 SET_PT (startpos);
5ce7b543 4142 lose = n < 0 && PT == BEGV;
540b6aa0 4143 Fvertical_motion (make_number (n), window);
5ce7b543 4144 pos = PT;
b73ea88e 4145 pos_byte = PT_BYTE;
7ab12479 4146 bolp = Fbolp ();
b73ea88e 4147 SET_PT_BOTH (opoint, opoint_byte);
7ab12479
JB
4148
4149 if (lose)
f8026fd8
JB
4150 {
4151 if (noerror)
4152 return;
4153 else
4154 Fsignal (Qbeginning_of_buffer, Qnil);
4155 }
7ab12479
JB
4156
4157 if (pos < ZV)
7ab12479 4158 {
0c7da84e
RS
4159 int this_scroll_margin = scroll_margin;
4160
4161 /* Don't use a scroll margin that is negative or too large. */
4162 if (this_scroll_margin < 0)
4163 this_scroll_margin = 0;
4164
4165 if (XINT (w->height) < 4 * scroll_margin)
4166 this_scroll_margin = XINT (w->height) / 4;
4167
b73ea88e 4168 set_marker_restricted_both (w->start, w->buffer, pos, pos_byte);
7ab12479
JB
4169 w->start_at_line_beg = bolp;
4170 w->update_mode_line = Qt;
d834a2e9 4171 XSETFASTINT (w->last_modified, 0);
3cd21523 4172 XSETFASTINT (w->last_overlay_modified, 0);
345d45b2
RS
4173 /* Set force_start so that redisplay_window will run
4174 the window-scroll-functions. */
4175 w->force_start = Qt;
0c7da84e 4176
5500c422 4177 if (whole && !NILP (Vscroll_preserve_screen_position))
0c7da84e 4178 {
b73ea88e 4179 SET_PT_BOTH (pos, pos_byte);
101d1605 4180 Fvertical_motion (make_number (original_vpos), window);
0c7da84e 4181 }
101d1605
RS
4182 /* If we scrolled forward, put point enough lines down
4183 that it is outside the scroll margin. */
4184 else if (n > 0)
0c7da84e 4185 {
101d1605
RS
4186 int top_margin;
4187
4188 if (this_scroll_margin > 0)
4189 {
b73ea88e 4190 SET_PT_BOTH (pos, pos_byte);
101d1605
RS
4191 Fvertical_motion (make_number (this_scroll_margin), window);
4192 top_margin = PT;
4193 }
4194 else
4195 top_margin = pos;
4196
4197 if (top_margin <= opoint)
b73ea88e 4198 SET_PT_BOTH (opoint, opoint_byte);
5500c422 4199 else if (!NILP (Vscroll_preserve_screen_position))
101d1605 4200 {
b73ea88e 4201 SET_PT_BOTH (pos, pos_byte);
101d1605
RS
4202 Fvertical_motion (make_number (original_vpos), window);
4203 }
9317a85d 4204 else
335406fc 4205 SET_PT (top_margin);
0c7da84e 4206 }
101d1605 4207 else if (n < 0)
7ab12479 4208 {
101d1605
RS
4209 int bottom_margin;
4210
0c7da84e
RS
4211 /* If we scrolled backward, put point near the end of the window
4212 but not within the scroll margin. */
b73ea88e 4213 SET_PT_BOTH (pos, pos_byte);
0c7da84e 4214 tem = Fvertical_motion (make_number (ht - this_scroll_margin), window);
101d1605
RS
4215 if (XFASTINT (tem) == ht - this_scroll_margin)
4216 bottom_margin = PT;
4217 else
4218 bottom_margin = PT + 1;
4219
4220 if (bottom_margin > opoint)
b73ea88e 4221 SET_PT_BOTH (opoint, opoint_byte);
7ab12479 4222 else
101d1605 4223 {
5500c422 4224 if (!NILP (Vscroll_preserve_screen_position))
9317a85d 4225 {
b73ea88e 4226 SET_PT_BOTH (pos, pos_byte);
9317a85d
RS
4227 Fvertical_motion (make_number (original_vpos), window);
4228 }
4229 else
4230 Fvertical_motion (make_number (-1), window);
101d1605 4231 }
7ab12479
JB
4232 }
4233 }
4234 else
f8026fd8
JB
4235 {
4236 if (noerror)
4237 return;
4238 else
4239 Fsignal (Qend_of_buffer, Qnil);
4240 }
7ab12479 4241}
5500c422
GM
4242
4243
4244/* Scroll selected_window up or down. If N is nil, scroll a
4245 screen-full which is defined as the height of the window minus
4246 next_screen_context_lines. If N is the symbol `-', scroll.
4247 DIRECTION may be 1 meaning to scroll down, or -1 meaning to scroll
4248 up. This is the guts of Fscroll_up and Fscroll_down. */
7ab12479
JB
4249
4250static void
4251scroll_command (n, direction)
5500c422 4252 Lisp_Object n;
7ab12479
JB
4253 int direction;
4254{
4255 register int defalt;
4256 int count = specpdl_ptr - specpdl;
4257
5500c422
GM
4258 xassert (abs (direction) == 1);
4259
4260 /* If selected window's buffer isn't current, make it current for
4261 the moment. But don't screw up if window_scroll gets an error. */
7ab12479 4262 if (XBUFFER (XWINDOW (selected_window)->buffer) != current_buffer)
95605e15
JB
4263 {
4264 record_unwind_protect (save_excursion_restore, save_excursion_save ());
4265 Fset_buffer (XWINDOW (selected_window)->buffer);
5500c422
GM
4266
4267 /* Make redisplay consider other windows than just selected_window. */
4268 ++windows_or_buffers_changed;
95605e15 4269 }
7ab12479
JB
4270
4271 defalt = (window_internal_height (XWINDOW (selected_window))
4272 - next_screen_context_lines);
4273 defalt = direction * (defalt < 1 ? 1 : defalt);
4274
265a9e55 4275 if (NILP (n))
101d1605 4276 window_scroll (selected_window, defalt, 1, 0);
7ab12479 4277 else if (EQ (n, Qminus))
101d1605 4278 window_scroll (selected_window, - defalt, 1, 0);
7ab12479
JB
4279 else
4280 {
4281 n = Fprefix_numeric_value (n);
101d1605 4282 window_scroll (selected_window, XINT (n) * direction, 0, 0);
7ab12479 4283 }
95605e15
JB
4284
4285 unbind_to (count, Qnil);
7ab12479
JB
4286}
4287
4288DEFUN ("scroll-up", Fscroll_up, Sscroll_up, 0, 1, "P",
4289 "Scroll text of current window upward ARG lines; or near full screen if no ARG.\n\
4290A near full screen is `next-screen-context-lines' less than a full screen.\n\
279e0e0c 4291Negative ARG means scroll downward.\n\
dd394ff9
KH
4292If ARG is the atom `-', scroll downward by nearly full screen.\n\
4293When calling from a program, supply as argument a number, nil, or `-'.")
413430c5
EN
4294 (arg)
4295 Lisp_Object arg;
7ab12479 4296{
413430c5 4297 scroll_command (arg, 1);
7ab12479
JB
4298 return Qnil;
4299}
4300
4301DEFUN ("scroll-down", Fscroll_down, Sscroll_down, 0, 1, "P",
a5fcbc4e 4302 "Scroll text of current window down ARG lines; or near full screen if no ARG.\n\
7ab12479 4303A near full screen is `next-screen-context-lines' less than a full screen.\n\
279e0e0c 4304Negative ARG means scroll upward.\n\
dd394ff9
KH
4305If ARG is the atom `-', scroll upward by nearly full screen.\n\
4306When calling from a program, supply as argument a number, nil, or `-'.")
413430c5
EN
4307 (arg)
4308 Lisp_Object arg;
7ab12479 4309{
413430c5 4310 scroll_command (arg, -1);
7ab12479
JB
4311 return Qnil;
4312}
ccd0664b
RS
4313\f
4314DEFUN ("other-window-for-scrolling", Fother_window_for_scrolling, Sother_window_for_scrolling, 0, 0, 0,
4315 "Return the other window for \"other window scroll\" commands.\n\
77b24de6 4316If in the minibuffer, `minibuffer-scroll-window' if non-nil\n\
ccd0664b
RS
4317specifies the window.\n\
4318If `other-window-scroll-buffer' is non-nil, a window\n\
4319showing that buffer is used.")
eb16ec06 4320 ()
7ab12479 4321{
ccd0664b 4322 Lisp_Object window;
7ab12479
JB
4323
4324 if (MINI_WINDOW_P (XWINDOW (selected_window))
265a9e55 4325 && !NILP (Vminibuf_scroll_window))
7ab12479
JB
4326 window = Vminibuf_scroll_window;
4327 /* If buffer is specified, scroll that buffer. */
265a9e55 4328 else if (!NILP (Vother_window_scroll_buffer))
7ab12479
JB
4329 {
4330 window = Fget_buffer_window (Vother_window_scroll_buffer, Qnil);
265a9e55 4331 if (NILP (window))
53f76081 4332 window = Fdisplay_buffer (Vother_window_scroll_buffer, Qt, Qnil);
7ab12479
JB
4333 }
4334 else
dbc4e1c1
JB
4335 {
4336 /* Nothing specified; look for a neighboring window on the same
4337 frame. */
4338 window = Fnext_window (selected_window, Qnil, Qnil);
4339
4340 if (EQ (window, selected_window))
4341 /* That didn't get us anywhere; look for a window on another
4342 visible frame. */
4343 do
4344 window = Fnext_window (window, Qnil, Qt);
4345 while (! FRAME_VISIBLE_P (XFRAME (WINDOW_FRAME (XWINDOW (window))))
4346 && ! EQ (window, selected_window));
4347 }
4348
605be8af 4349 CHECK_LIVE_WINDOW (window, 0);
7ab12479
JB
4350
4351 if (EQ (window, selected_window))
4352 error ("There is no other window");
4353
ccd0664b
RS
4354 return window;
4355}
4356
4357DEFUN ("scroll-other-window", Fscroll_other_window, Sscroll_other_window, 0, 1, "P",
4358 "Scroll next window upward ARG lines; or near full screen if no ARG.\n\
dd394ff9 4359A near full screen is `next-screen-context-lines' less than a full screen.\n\
ccd0664b
RS
4360The next window is the one below the current one; or the one at the top\n\
4361if the current one is at the bottom. Negative ARG means scroll downward.\n\
dd394ff9
KH
4362If ARG is the atom `-', scroll downward by nearly full screen.\n\
4363When calling from a program, supply as argument a number, nil, or `-'.\n\
ccd0664b
RS
4364\n\
4365If in the minibuffer, `minibuffer-scroll-window' if non-nil\n\
4366specifies the window to scroll.\n\
4367If `other-window-scroll-buffer' is non-nil, scroll the window\n\
4368showing that buffer, popping the buffer up if necessary.")
413430c5
EN
4369 (arg)
4370 register Lisp_Object arg;
ccd0664b
RS
4371{
4372 register Lisp_Object window;
2f787aa3 4373 register int defalt;
ccd0664b
RS
4374 register struct window *w;
4375 register int count = specpdl_ptr - specpdl;
4376
4377 window = Fother_window_for_scrolling ();
4378
7ab12479 4379 w = XWINDOW (window);
2f787aa3
KH
4380 defalt = window_internal_height (w) - next_screen_context_lines;
4381 if (defalt < 1) defalt = 1;
7ab12479
JB
4382
4383 /* Don't screw up if window_scroll gets an error. */
4384 record_unwind_protect (save_excursion_restore, save_excursion_save ());
5500c422 4385 ++windows_or_buffers_changed;
7ab12479
JB
4386
4387 Fset_buffer (w->buffer);
4388 SET_PT (marker_position (w->pointm));
4389
413430c5 4390 if (NILP (arg))
101d1605 4391 window_scroll (window, defalt, 1, 1);
413430c5 4392 else if (EQ (arg, Qminus))
101d1605 4393 window_scroll (window, -defalt, 1, 1);
7ab12479
JB
4394 else
4395 {
413430c5
EN
4396 if (CONSP (arg))
4397 arg = Fcar (arg);
4398 CHECK_NUMBER (arg, 0);
101d1605 4399 window_scroll (window, XINT (arg), 0, 1);
7ab12479
JB
4400 }
4401
b73ea88e 4402 set_marker_both (w->pointm, Qnil, PT, PT_BYTE);
f4e7b2c2 4403 unbind_to (count, Qnil);
7ab12479
JB
4404
4405 return Qnil;
4406}
4407\f
644b477c 4408DEFUN ("scroll-left", Fscroll_left, Sscroll_left, 0, 1, "P",
7ab12479
JB
4409 "Scroll selected window display ARG columns left.\n\
4410Default for ARG is window width minus 2.")
4411 (arg)
4412 register Lisp_Object arg;
4413{
c67fa410
GM
4414 Lisp_Object result;
4415 int hscroll;
4416 struct window *w = XWINDOW (selected_window);
4417
265a9e55 4418 if (NILP (arg))
c67fa410 4419 XSETFASTINT (arg, window_internal_width (w) - 2);
7ab12479
JB
4420 else
4421 arg = Fprefix_numeric_value (arg);
4422
c67fa410
GM
4423 hscroll = XINT (w->hscroll) + XINT (arg);
4424 result = Fset_window_hscroll (selected_window, make_number (hscroll));
4425
4426 if (!NILP (Finteractive_p ()))
4427 w->min_hscroll = w->hscroll;
4428
4429 return result;
7ab12479
JB
4430}
4431
644b477c 4432DEFUN ("scroll-right", Fscroll_right, Sscroll_right, 0, 1, "P",
7ab12479
JB
4433 "Scroll selected window display ARG columns right.\n\
4434Default for ARG is window width minus 2.")
4435 (arg)
4436 register Lisp_Object arg;
4437{
c67fa410
GM
4438 Lisp_Object result;
4439 int hscroll;
4440 struct window *w = XWINDOW (selected_window);
4441
265a9e55 4442 if (NILP (arg))
c67fa410 4443 XSETFASTINT (arg, window_internal_width (w) - 2);
7ab12479
JB
4444 else
4445 arg = Fprefix_numeric_value (arg);
4446
c67fa410
GM
4447 hscroll = XINT (w->hscroll) - XINT (arg);
4448 result = Fset_window_hscroll (selected_window, make_number (hscroll));
4449
4450 if (!NILP (Finteractive_p ()))
4451 w->min_hscroll = w->hscroll;
4452
4453 return result;
7ab12479
JB
4454}
4455
12c8b416
GM
4456/* Value is the number of lines actually displayed in window W,
4457 as opposed to its height. */
4458
4459static int
4460displayed_window_lines (w)
4461 struct window *w;
4462{
4463 struct it it;
4464 struct text_pos start;
4465 int height = window_box_height (w);
4466 struct buffer *old_buffer;
4467 int bottom_y;
4468
4469 if (XBUFFER (w->buffer) != current_buffer)
4470 {
4471 old_buffer = current_buffer;
4472 set_buffer_internal (XBUFFER (w->buffer));
4473 }
4474 else
4475 old_buffer = NULL;
4476
4477 SET_TEXT_POS_FROM_MARKER (start, w->start);
4478 start_display (&it, w, start);
4479 move_it_vertically (&it, height);
4480
4481 if (old_buffer)
4482 set_buffer_internal (old_buffer);
4483
4484 bottom_y = it.current_y + it.max_ascent + it.max_descent;
4485
4486 if (bottom_y > it.current_y && bottom_y <= it.last_visible_y)
4487 /* Hit a line without a terminating newline. */
4488 it.vpos++;
4489
4490 /* Add in empty lines at the bottom of the window. */
4491 if (bottom_y < height)
4492 {
4493 struct frame *f = XFRAME (w->frame);
4494 int rest = height - bottom_y;
4495 int lines = rest / CANON_Y_UNIT (f);
4496 it.vpos += lines;
4497 }
4498
4499 return it.vpos;
4500}
4501
4502
7ab12479 4503DEFUN ("recenter", Frecenter, Srecenter, 0, 1, "P",
04212fcb
RS
4504 "Center point in window and redisplay frame.\n\
4505With prefix argument ARG, recenter putting point on screen line ARG\n\
4506relative to the current window. If ARG is negative, it counts up from the\n\
4507bottom of the window. (ARG should be less than the height of the window.)\n\
4508\n\
4509If ARG is omitted or nil, erase the entire frame and then\n\
4510redraw with point in the center of the current window.\n\
4511Just C-u as prefix means put point in the center of the window\n\
4512and redisplay normally--don't erase and redraw the frame.")
413430c5
EN
4513 (arg)
4514 register Lisp_Object arg;
7ab12479 4515{
6df47b59 4516 struct window *w = XWINDOW (selected_window);
478292ed
RS
4517 struct buffer *buf = XBUFFER (w->buffer);
4518 struct buffer *obuf = current_buffer;
6df47b59
GM
4519 int center_p = 0;
4520 int charpos, bytepos;
7ab12479 4521
413430c5 4522 if (NILP (arg))
7ab12479 4523 {
f02d6d5c
KH
4524 int i;
4525
4526 /* Invalidate pixel data calculated for all compositions. */
4527 for (i = 0; i < n_compositions; i++)
4528 composition_table[i]->font = NULL;
7ab12479 4529
527b6458 4530 Fredraw_frame (w->frame);
44fa5b1e 4531 SET_FRAME_GARBAGED (XFRAME (WINDOW_FRAME (w)));
6df47b59 4532 center_p = 1;
7ab12479 4533 }
413430c5 4534 else if (CONSP (arg)) /* Just C-u. */
6df47b59 4535 center_p = 1;
7ab12479
JB
4536 else
4537 {
413430c5
EN
4538 arg = Fprefix_numeric_value (arg);
4539 CHECK_NUMBER (arg, 0);
7ab12479
JB
4540 }
4541
478292ed 4542 set_buffer_internal (buf);
7ab12479 4543
6df47b59
GM
4544 /* Handle centering on a gfaphical frame specially. Such frames can
4545 have variable-height lines and centering point on the basis of
4546 line counts would lead to strange effects. */
4547 if (center_p && FRAME_WINDOW_P (XFRAME (w->frame)))
4548 {
4549 struct it it;
4550 struct text_pos pt;
4551
4552 SET_TEXT_POS (pt, PT, PT_BYTE);
4553 start_display (&it, w, pt);
4554 move_it_vertically (&it, - it.last_visible_y / 2);
4555 charpos = IT_CHARPOS (it);
4556 bytepos = IT_BYTEPOS (it);
4557 }
4558 else
4559 {
4560 struct position pos;
4561
4562 if (center_p)
4563 {
4564 int ht = displayed_window_lines (w);
4565 arg = make_number (ht / 2);
4566 }
4567 else if (XINT (arg) < 0)
4568 {
4569 int ht = displayed_window_lines (w);
4570 XSETINT (arg, XINT (arg) + ht);
4571 }
4572
4573 pos = *vmotion (PT, - XINT (arg), w);
4574 charpos = pos.bufpos;
4575 bytepos = pos.bytepos;
4576 }
4577
4578 /* Set the new window start. */
4579 set_marker_both (w->start, w->buffer, charpos, bytepos);
2f3cad6c 4580 w->window_end_valid = Qnil;
7ab12479 4581 w->force_start = Qt;
6df47b59
GM
4582 if (bytepos == BEGV_BYTE || FETCH_BYTE (bytepos - 1) == '\n')
4583 w->start_at_line_beg = Qt;
4584 else
4585 w->start_at_line_beg = Qnil;
4586
478292ed 4587 set_buffer_internal (obuf);
7ab12479
JB
4588 return Qnil;
4589}
b7617575
GM
4590
4591
81fe0836
MB
4592DEFUN ("window-text-height", Fwindow_text_height, Swindow_text_height,
4593 0, 1, 0,
4594 "Return the height in lines of the text display area of WINDOW.\n\
4595This doesn't include the mode-line (or header-line if any) or any\n\
4596partial-height lines in the text display area.")
4597 (window)
4598 Lisp_Object window;
4599{
4600 struct window *w = decode_window (window);
4601 int pixel_height = window_box_height (w);
4602 int line_height = pixel_height / CANON_Y_UNIT (XFRAME (w->frame));
4603 return make_number (line_height);
4604}
4605
4606
7ab12479
JB
4607\f
4608DEFUN ("move-to-window-line", Fmove_to_window_line, Smove_to_window_line,
4609 1, 1, "P",
4610 "Position point relative to window.\n\
19e3bf0a 4611With no argument, position point at center of window.\n\
d81724c7
RS
4612An argument specifies vertical position within the window;\n\
4613zero means top of window, negative means relative to bottom of window.")
7ab12479 4614 (arg)
b7617575 4615 Lisp_Object arg;
7ab12479 4616{
b7617575
GM
4617 struct window *w = XWINDOW (selected_window);
4618 int lines, start;
540b6aa0 4619 Lisp_Object window;
7ab12479 4620
b7617575 4621 window = selected_window;
7ab12479
JB
4622 start = marker_position (w->start);
4623 if (start < BEGV || start > ZV)
4624 {
b7617575 4625 int height = window_internal_height (w);
cd2be1dd 4626 Fvertical_motion (make_number (- (height / 2)), window);
b73ea88e 4627 set_marker_both (w->start, w->buffer, PT, PT_BYTE);
7ab12479
JB
4628 w->start_at_line_beg = Fbolp ();
4629 w->force_start = Qt;
4630 }
4631 else
b73ea88e 4632 Fgoto_char (w->start);
7ab12479 4633
b7617575
GM
4634 lines = displayed_window_lines (w);
4635 if (NILP (arg))
4636 XSETFASTINT (arg, lines / 2);
4637 else
4638 {
4639 arg = Fprefix_numeric_value (arg);
4640 if (XINT (arg) < 0)
4641 XSETINT (arg, XINT (arg) + lines);
4642 }
4643
163784df
MB
4644 if (w->vscroll)
4645 /* Skip past a partially visible first line. */
4646 XSETINT (arg, XINT (arg) + 1);
4647
540b6aa0 4648 return Fvertical_motion (arg, window);
7ab12479 4649}
5500c422
GM
4650
4651
7ab12479 4652\f
5500c422
GM
4653/***********************************************************************
4654 Window Configuration
4655 ***********************************************************************/
4656
7ab12479
JB
4657struct save_window_data
4658 {
f5ccc0cc 4659 EMACS_INT size_from_Lisp_Vector_struct;
7ab12479 4660 struct Lisp_Vector *next_from_Lisp_Vector_struct;
8f6ea2e9 4661 Lisp_Object frame_width, frame_height, frame_menu_bar_lines;
9ea173e8 4662 Lisp_Object frame_tool_bar_lines;
bdc727bf 4663 Lisp_Object selected_frame;
7ab12479
JB
4664 Lisp_Object current_window;
4665 Lisp_Object current_buffer;
4666 Lisp_Object minibuf_scroll_window;
4667 Lisp_Object root_window;
bdc727bf 4668 Lisp_Object focus_frame;
756b6edc
RS
4669 /* Record the values of window-min-width and window-min-height
4670 so that window sizes remain consistent with them. */
4671 Lisp_Object min_width, min_height;
cbff28e8
RS
4672 /* A vector, each of whose elements is a struct saved_window
4673 for one window. */
7ab12479
JB
4674 Lisp_Object saved_windows;
4675 };
ff06df24 4676
cbff28e8 4677/* This is saved as a Lisp_Vector */
7ab12479 4678struct saved_window
ea68264b
GM
4679{
4680 /* these first two must agree with struct Lisp_Vector in lisp.h */
4681 EMACS_INT size_from_Lisp_Vector_struct;
4682 struct Lisp_Vector *next_from_Lisp_Vector_struct;
7ab12479 4683
ea68264b
GM
4684 Lisp_Object window;
4685 Lisp_Object buffer, start, pointm, mark;
4686 Lisp_Object left, top, width, height, hscroll, min_hscroll;
4687 Lisp_Object parent, prev;
4688 Lisp_Object start_at_line_beg;
4689 Lisp_Object display_table;
4690 Lisp_Object orig_top, orig_height;
4691};
4692
4693#define SAVED_WINDOW_VECTOR_SIZE 17 /* Arg to Fmake_vector */
7ab12479
JB
4694
4695#define SAVED_WINDOW_N(swv,n) \
4696 ((struct saved_window *) (XVECTOR ((swv)->contents[(n)])))
4697
4698DEFUN ("window-configuration-p", Fwindow_configuration_p, Swindow_configuration_p, 1, 1, 0,
cbff28e8 4699 "Return t if OBJECT is a window-configuration object.")
413430c5
EN
4700 (object)
4701 Lisp_Object object;
7ab12479 4702{
413430c5 4703 if (WINDOW_CONFIGURATIONP (object))
7ab12479
JB
4704 return Qt;
4705 return Qnil;
4706}
4707
3f8ab7bd
RS
4708DEFUN ("window-configuration-frame", Fwindow_configuration_frame, Swindow_configuration_frame, 1, 1, 0,
4709 "Return the frame that CONFIG, a window-configuration object, is about.")
4710 (config)
4711 Lisp_Object config;
4712{
4713 register struct save_window_data *data;
4714 struct Lisp_Vector *saved_windows;
4715
4716 if (! WINDOW_CONFIGURATIONP (config))
4717 wrong_type_argument (Qwindow_configuration_p, config);
4718
4719 data = (struct save_window_data *) XVECTOR (config);
4720 saved_windows = XVECTOR (data->saved_windows);
4721 return XWINDOW (SAVED_WINDOW_N (saved_windows, 0)->window)->frame;
4722}
4723
d5b2799e
RS
4724DEFUN ("set-window-configuration", Fset_window_configuration,
4725 Sset_window_configuration, 1, 1, 0,
7ab12479
JB
4726 "Set the configuration of windows and buffers as specified by CONFIGURATION.\n\
4727CONFIGURATION must be a value previously returned\n\
3f8ab7bd
RS
4728by `current-window-configuration' (which see).\n\
4729If CONFIGURATION was made from a frame that is now deleted,\n\
4730only frame-independent values can be restored. In this case,\n\
4731the return value is nil. Otherwise the value is t.")
4732 (configuration)
2f83aebe 4733 Lisp_Object configuration;
7ab12479 4734{
7ab12479
JB
4735 register struct save_window_data *data;
4736 struct Lisp_Vector *saved_windows;
7ab12479 4737 Lisp_Object new_current_buffer;
fd482be5 4738 Lisp_Object frame;
44fa5b1e 4739 FRAME_PTR f;
d2b35234 4740 int old_point = -1;
7ab12479 4741
017b2bad 4742 while (!WINDOW_CONFIGURATIONP (configuration))
3f8ab7bd 4743 wrong_type_argument (Qwindow_configuration_p, configuration);
7ab12479 4744
2f83aebe 4745 data = (struct save_window_data *) XVECTOR (configuration);
7ab12479
JB
4746 saved_windows = XVECTOR (data->saved_windows);
4747
7ab12479 4748 new_current_buffer = data->current_buffer;
265a9e55 4749 if (NILP (XBUFFER (new_current_buffer)->name))
7ab12479 4750 new_current_buffer = Qnil;
d2b35234
RS
4751 else
4752 {
4753 if (XBUFFER (new_current_buffer) == current_buffer)
4754 old_point = PT;
4755 }
7ab12479 4756
fd482be5
JB
4757 frame = XWINDOW (SAVED_WINDOW_N (saved_windows, 0)->window)->frame;
4758 f = XFRAME (frame);
aa35ba9e 4759
fd482be5
JB
4760 /* If f is a dead frame, don't bother rebuilding its window tree.
4761 However, there is other stuff we should still try to do below. */
4762 if (FRAME_LIVE_P (f))
7ab12479 4763 {
fd482be5
JB
4764 register struct window *w;
4765 register struct saved_window *p;
5500c422
GM
4766 struct window *root_window;
4767 struct window **leaf_windows;
4768 int n_leaf_windows;
c4280705 4769 int k, i, n;
fd482be5
JB
4770
4771 /* If the frame has been resized since this window configuration was
4772 made, we change the frame to the size specified in the
4773 configuration, restore the configuration, and then resize it
4774 back. We keep track of the prevailing height in these variables. */
4775 int previous_frame_height = FRAME_HEIGHT (f);
4776 int previous_frame_width = FRAME_WIDTH (f);
8f6ea2e9 4777 int previous_frame_menu_bar_lines = FRAME_MENU_BAR_LINES (f);
9ea173e8 4778 int previous_frame_tool_bar_lines = FRAME_TOOL_BAR_LINES (f);
fd482be5 4779
d2b35234
RS
4780 /* The mouse highlighting code could get screwed up
4781 if it runs during this. */
4782 BLOCK_INPUT;
4783
fd482be5
JB
4784 if (XFASTINT (data->frame_height) != previous_frame_height
4785 || XFASTINT (data->frame_width) != previous_frame_width)
f8ad443a 4786 change_frame_size (f, XFASTINT (data->frame_height),
2b653806 4787 XFASTINT (data->frame_width), 0, 0, 0);
e3678b64 4788#if defined (HAVE_WINDOW_SYSTEM) || defined (MSDOS)
8f6ea2e9
KH
4789 if (XFASTINT (data->frame_menu_bar_lines)
4790 != previous_frame_menu_bar_lines)
f8ad443a 4791 x_set_menu_bar_lines (f, data->frame_menu_bar_lines, make_number (0));
4314246f 4792#ifdef HAVE_WINDOW_SYSTEM
9ea173e8
GM
4793 if (XFASTINT (data->frame_tool_bar_lines)
4794 != previous_frame_tool_bar_lines)
4795 x_set_tool_bar_lines (f, data->frame_tool_bar_lines, make_number (0));
4314246f 4796#endif
217f2871 4797#endif
fd482be5 4798
719eaeb1
GM
4799 /* "Swap out" point from the selected window
4800 into its buffer. We do this now, before
4801 restoring the window contents, and prevent it from
4802 being done later on when we select a new window. */
596ae0cf
RS
4803 if (! NILP (XWINDOW (selected_window)->buffer))
4804 {
4805 w = XWINDOW (selected_window);
4806 set_marker_both (w->pointm,
4807 w->buffer,
4808 BUF_PT (XBUFFER (w->buffer)),
4809 BUF_PT_BYTE (XBUFFER (w->buffer)));
4810 }
4811
fd482be5 4812 windows_or_buffers_changed++;
29aeee73 4813 FRAME_WINDOW_SIZES_CHANGED (f) = 1;
fd482be5 4814
5500c422
GM
4815 /* Problem: Freeing all matrices and later allocating them again
4816 is a serious redisplay flickering problem. What we would
4817 really like to do is to free only those matrices not reused
4818 below. */
4819 root_window = XWINDOW (FRAME_ROOT_WINDOW (f));
4820 leaf_windows
4821 = (struct window **) alloca (count_windows (root_window)
4822 * sizeof (struct window *));
4823 n_leaf_windows = get_leaf_windows (root_window, leaf_windows, 0);
4824
756b6edc
RS
4825 /* Temporarily avoid any problems with windows that are smaller
4826 than they are supposed to be. */
4827 window_min_height = 1;
4828 window_min_width = 1;
4829
fd482be5
JB
4830 /* Kludge Alert!
4831 Mark all windows now on frame as "deleted".
4832 Restoring the new configuration "undeletes" any that are in it.
37962e60 4833
fd482be5
JB
4834 Save their current buffers in their height fields, since we may
4835 need it later, if a buffer saved in the configuration is now
4836 dead. */
4837 delete_all_subwindows (XWINDOW (FRAME_ROOT_WINDOW (f)));
4838
4839 for (k = 0; k < saved_windows->size; k++)
4840 {
4841 p = SAVED_WINDOW_N (saved_windows, k);
4842 w = XWINDOW (p->window);
4843 w->next = Qnil;
7ab12479 4844
fd482be5
JB
4845 if (!NILP (p->parent))
4846 w->parent = SAVED_WINDOW_N (saved_windows,
4847 XFASTINT (p->parent))->window;
4848 else
4849 w->parent = Qnil;
7ab12479 4850
fd482be5 4851 if (!NILP (p->prev))
7ab12479 4852 {
fd482be5
JB
4853 w->prev = SAVED_WINDOW_N (saved_windows,
4854 XFASTINT (p->prev))->window;
4855 XWINDOW (w->prev)->next = p->window;
4856 }
4857 else
4858 {
4859 w->prev = Qnil;
4860 if (!NILP (w->parent))
4861 {
4862 if (EQ (p->width, XWINDOW (w->parent)->width))
4863 {
4864 XWINDOW (w->parent)->vchild = p->window;
4865 XWINDOW (w->parent)->hchild = Qnil;
4866 }
4867 else
4868 {
4869 XWINDOW (w->parent)->hchild = p->window;
4870 XWINDOW (w->parent)->vchild = Qnil;
4871 }
4872 }
4873 }
4874
4875 /* If we squirreled away the buffer in the window's height,
4876 restore it now. */
017b2bad 4877 if (BUFFERP (w->height))
fd482be5
JB
4878 w->buffer = w->height;
4879 w->left = p->left;
4880 w->top = p->top;
4881 w->width = p->width;
4882 w->height = p->height;
4883 w->hscroll = p->hscroll;
ea68264b 4884 w->min_hscroll = p->min_hscroll;
fd482be5 4885 w->display_table = p->display_table;
a1d58e5b
GM
4886 w->orig_top = p->orig_top;
4887 w->orig_height = p->orig_height;
d834a2e9 4888 XSETFASTINT (w->last_modified, 0);
3cd21523 4889 XSETFASTINT (w->last_overlay_modified, 0);
fd482be5
JB
4890
4891 /* Reinstall the saved buffer and pointers into it. */
4892 if (NILP (p->buffer))
4893 w->buffer = p->buffer;
4894 else
4895 {
4896 if (!NILP (XBUFFER (p->buffer)->name))
4897 /* If saved buffer is alive, install it. */
4898 {
4899 w->buffer = p->buffer;
4900 w->start_at_line_beg = p->start_at_line_beg;
b73ea88e
RS
4901 set_marker_restricted (w->start, p->start, w->buffer);
4902 set_marker_restricted (w->pointm, p->pointm, w->buffer);
fd482be5 4903 Fset_marker (XBUFFER (w->buffer)->mark,
b73ea88e 4904 p->mark, w->buffer);
fd482be5
JB
4905
4906 /* As documented in Fcurrent_window_configuration, don't
4907 save the location of point in the buffer which was current
4908 when the window configuration was recorded. */
6b54027b
RS
4909 if (!EQ (p->buffer, new_current_buffer)
4910 && XBUFFER (p->buffer) == current_buffer)
fd482be5
JB
4911 Fgoto_char (w->pointm);
4912 }
52a68e98
RS
4913 else if (NILP (w->buffer) || NILP (XBUFFER (w->buffer)->name))
4914 /* Else unless window has a live buffer, get one. */
7ab12479 4915 {
fd482be5
JB
4916 w->buffer = Fcdr (Fcar (Vbuffer_alist));
4917 /* This will set the markers to beginning of visible
4918 range. */
4919 set_marker_restricted (w->start, make_number (0), w->buffer);
4920 set_marker_restricted (w->pointm, make_number (0),w->buffer);
4921 w->start_at_line_beg = Qt;
7ab12479
JB
4922 }
4923 else
fd482be5 4924 /* Keeping window's old buffer; make sure the markers
52a68e98 4925 are real. */
7ab12479 4926 {
fd482be5
JB
4927 /* Set window markers at start of visible range. */
4928 if (XMARKER (w->start)->buffer == 0)
4929 set_marker_restricted (w->start, make_number (0),
4930 w->buffer);
4931 if (XMARKER (w->pointm)->buffer == 0)
b73ea88e
RS
4932 set_marker_restricted_both (w->pointm, w->buffer,
4933 BUF_PT (XBUFFER (w->buffer)),
4934 BUF_PT_BYTE (XBUFFER (w->buffer)));
fd482be5 4935 w->start_at_line_beg = Qt;
7ab12479
JB
4936 }
4937 }
4938 }
9ace597f 4939
fd482be5 4940 FRAME_ROOT_WINDOW (f) = data->root_window;
719eaeb1
GM
4941 /* Prevent "swapping out point" in the old selected window
4942 using the buffer that has been restored into it.
4943 That swapping out has already been done,
4944 near the beginning of this function. */
4945 selected_window = Qnil;
fd482be5 4946 Fselect_window (data->current_window);
396a830c
RS
4947 XBUFFER (XWINDOW (selected_window)->buffer)->last_selected_window
4948 = selected_window;
7ab12479 4949
db269683 4950 if (NILP (data->focus_frame)
017b2bad 4951 || (FRAMEP (data->focus_frame)
db269683
JB
4952 && FRAME_LIVE_P (XFRAME (data->focus_frame))))
4953 Fredirect_frame_focus (frame, data->focus_frame);
7ab12479 4954
fd482be5
JB
4955#if 0 /* I don't understand why this is needed, and it causes problems
4956 when the frame's old selected window has been deleted. */
e4e59717 4957 if (f != selected_frame && FRAME_WINDOW_P (f))
9a7c6fc3
RS
4958 do_switch_frame (WINDOW_FRAME (XWINDOW (data->root_window)),
4959 Qnil, 0);
fd482be5
JB
4960#endif
4961
4962 /* Set the screen height to the value it had before this function. */
4963 if (previous_frame_height != FRAME_HEIGHT (f)
4964 || previous_frame_width != FRAME_WIDTH (f))
4965 change_frame_size (f, previous_frame_height, previous_frame_width,
2b653806 4966 0, 0, 0);
e3678b64 4967#if defined (HAVE_WINDOW_SYSTEM) || defined (MSDOS)
8f6ea2e9 4968 if (previous_frame_menu_bar_lines != FRAME_MENU_BAR_LINES (f))
f8ad443a
AS
4969 x_set_menu_bar_lines (f, make_number (previous_frame_menu_bar_lines),
4970 make_number (0));
4314246f 4971#ifdef HAVE_WINDOW_SYSTEM
9ea173e8
GM
4972 if (previous_frame_tool_bar_lines != FRAME_TOOL_BAR_LINES (f))
4973 x_set_tool_bar_lines (f, make_number (previous_frame_tool_bar_lines),
4974 make_number (0));
4314246f 4975#endif
217f2871 4976#endif
d2b35234 4977
5500c422 4978 /* Now, free glyph matrices in windows that were not reused. */
c4280705
GM
4979 for (i = n = 0; i < n_leaf_windows; ++i)
4980 {
4981 if (NILP (leaf_windows[i]->buffer))
4982 {
4983 /* Assert it's not reused as a combination. */
4984 xassert (NILP (leaf_windows[i]->hchild)
4985 && NILP (leaf_windows[i]->vchild));
4986 free_window_matrices (leaf_windows[i]);
c4280705
GM
4987 }
4988 else if (EQ (leaf_windows[i]->buffer, new_current_buffer))
4989 ++n;
4990 }
4991
4992 /* If more than one window shows the new and old current buffer,
4993 don't try to preserve point in that buffer. */
4994 if (old_point > 0 && n > 1)
4995 old_point = -1;
5500c422
GM
4996
4997 adjust_glyphs (f);
4998
d2b35234 4999 UNBLOCK_INPUT;
756b6edc 5000
478292ed
RS
5001 /* Fselect_window will have made f the selected frame, so we
5002 reselect the proper frame here. Fhandle_switch_frame will change the
5003 selected window too, but that doesn't make the call to
5004 Fselect_window above totally superfluous; it still sets f's
5005 selected window. */
5006 if (FRAME_LIVE_P (XFRAME (data->selected_frame)))
5007 do_switch_frame (data->selected_frame, Qnil, 0);
5008
5009 if (! NILP (Vwindow_configuration_change_hook)
5010 && ! NILP (Vrun_hooks))
5011 call1 (Vrun_hooks, Qwindow_configuration_change_hook);
5012 }
bdc727bf
JB
5013
5014 if (!NILP (new_current_buffer))
d2b35234
RS
5015 {
5016 Fset_buffer (new_current_buffer);
5017
5018 /* If the buffer that is current now is the same
5019 that was current before setting the window configuration,
5020 don't alter its PT. */
5021 if (old_point >= 0)
5022 SET_PT (old_point);
5023 }
bdc727bf 5024
478292ed
RS
5025 /* Restore the minimum heights recorded in the configuration. */
5026 window_min_height = XINT (data->min_height);
5027 window_min_width = XINT (data->min_width);
543f5fb1 5028
478292ed 5029 Vminibuf_scroll_window = data->minibuf_scroll_window;
543f5fb1 5030
3f8ab7bd 5031 return (FRAME_LIVE_P (f) ? Qt : Qnil);
7ab12479
JB
5032}
5033
44fa5b1e 5034/* Mark all windows now on frame as deleted
7ab12479
JB
5035 by setting their buffers to nil. */
5036
fd482be5 5037void
7ab12479
JB
5038delete_all_subwindows (w)
5039 register struct window *w;
5040{
265a9e55 5041 if (!NILP (w->next))
7ab12479 5042 delete_all_subwindows (XWINDOW (w->next));
265a9e55 5043 if (!NILP (w->vchild))
7ab12479 5044 delete_all_subwindows (XWINDOW (w->vchild));
265a9e55 5045 if (!NILP (w->hchild))
7ab12479 5046 delete_all_subwindows (XWINDOW (w->hchild));
605be8af
JB
5047
5048 w->height = w->buffer; /* See Fset_window_configuration for excuse. */
5049
86e48436
RS
5050 if (!NILP (w->buffer))
5051 unshow_buffer (w);
5052
605be8af
JB
5053 /* We set all three of these fields to nil, to make sure that we can
5054 distinguish this dead window from any live window. Live leaf
5055 windows will have buffer set, and combination windows will have
5056 vchild or hchild set. */
5057 w->buffer = Qnil;
5058 w->vchild = Qnil;
5059 w->hchild = Qnil;
acf70840
GM
5060
5061 Vwindow_list = Qnil;
7ab12479
JB
5062}
5063\f
5064static int
5065count_windows (window)
5066 register struct window *window;
5067{
5068 register int count = 1;
265a9e55 5069 if (!NILP (window->next))
7ab12479 5070 count += count_windows (XWINDOW (window->next));
265a9e55 5071 if (!NILP (window->vchild))
7ab12479 5072 count += count_windows (XWINDOW (window->vchild));
265a9e55 5073 if (!NILP (window->hchild))
7ab12479
JB
5074 count += count_windows (XWINDOW (window->hchild));
5075 return count;
5076}
5077
5500c422
GM
5078
5079/* Fill vector FLAT with leaf windows under W, starting at index I.
5080 Value is last index + 1. */
5081
5082static int
5083get_leaf_windows (w, flat, i)
5084 struct window *w;
5085 struct window **flat;
5086 int i;
5087{
5088 while (w)
5089 {
5090 if (!NILP (w->hchild))
5091 i = get_leaf_windows (XWINDOW (w->hchild), flat, i);
5092 else if (!NILP (w->vchild))
5093 i = get_leaf_windows (XWINDOW (w->vchild), flat, i);
5094 else
5095 flat[i++] = w;
5096
5097 w = NILP (w->next) ? 0 : XWINDOW (w->next);
5098 }
5099
5100 return i;
5101}
5102
5103
5104/* Return a pointer to the glyph W's physical cursor is on. Value is
5105 null if W's current matrix is invalid, so that no meaningfull glyph
5106 can be returned. */
5107
5108struct glyph *
5109get_phys_cursor_glyph (w)
5110 struct window *w;
5111{
5112 struct glyph_row *row;
5113 struct glyph *glyph;
5114
5115 if (w->phys_cursor.vpos >= 0
5116 && w->phys_cursor.vpos < w->current_matrix->nrows
5117 && (row = MATRIX_ROW (w->current_matrix, w->phys_cursor.vpos),
5118 row->enabled_p)
5119 && row->used[TEXT_AREA] > w->phys_cursor.hpos)
5120 glyph = row->glyphs[TEXT_AREA] + w->phys_cursor.hpos;
5121 else
5122 glyph = NULL;
5123
5124 return glyph;
5125}
5126
5127
7ab12479
JB
5128static int
5129save_window_save (window, vector, i)
5130 Lisp_Object window;
5131 struct Lisp_Vector *vector;
5132 int i;
5133{
5134 register struct saved_window *p;
5135 register struct window *w;
5136 register Lisp_Object tem;
5137
265a9e55 5138 for (;!NILP (window); window = w->next)
7ab12479
JB
5139 {
5140 p = SAVED_WINDOW_N (vector, i);
5141 w = XWINDOW (window);
5142
d834a2e9 5143 XSETFASTINT (w->temslot, i++);
7ab12479
JB
5144 p->window = window;
5145 p->buffer = w->buffer;
5146 p->left = w->left;
5147 p->top = w->top;
5148 p->width = w->width;
5149 p->height = w->height;
5150 p->hscroll = w->hscroll;
ea68264b 5151 p->min_hscroll = w->min_hscroll;
7ab12479 5152 p->display_table = w->display_table;
a1d58e5b
GM
5153 p->orig_top = w->orig_top;
5154 p->orig_height = w->orig_height;
265a9e55 5155 if (!NILP (w->buffer))
7ab12479
JB
5156 {
5157 /* Save w's value of point in the window configuration.
5158 If w is the selected window, then get the value of point
5159 from the buffer; pointm is garbage in the selected window. */
5160 if (EQ (window, selected_window))
5161 {
5162 p->pointm = Fmake_marker ();
b73ea88e
RS
5163 set_marker_both (p->pointm, w->buffer,
5164 BUF_PT (XBUFFER (w->buffer)),
5165 BUF_PT_BYTE (XBUFFER (w->buffer)));
7ab12479
JB
5166 }
5167 else
eeb82665 5168 p->pointm = Fcopy_marker (w->pointm, Qnil);
7ab12479 5169
eeb82665 5170 p->start = Fcopy_marker (w->start, Qnil);
7ab12479
JB
5171 p->start_at_line_beg = w->start_at_line_beg;
5172
5173 tem = XBUFFER (w->buffer)->mark;
eeb82665 5174 p->mark = Fcopy_marker (tem, Qnil);
7ab12479
JB
5175 }
5176 else
5177 {
5178 p->pointm = Qnil;
5179 p->start = Qnil;
5180 p->mark = Qnil;
5181 p->start_at_line_beg = Qnil;
5182 }
5183
265a9e55 5184 if (NILP (w->parent))
7ab12479
JB
5185 p->parent = Qnil;
5186 else
5187 p->parent = XWINDOW (w->parent)->temslot;
5188
265a9e55 5189 if (NILP (w->prev))
7ab12479
JB
5190 p->prev = Qnil;
5191 else
5192 p->prev = XWINDOW (w->prev)->temslot;
5193
265a9e55 5194 if (!NILP (w->vchild))
7ab12479 5195 i = save_window_save (w->vchild, vector, i);
265a9e55 5196 if (!NILP (w->hchild))
7ab12479
JB
5197 i = save_window_save (w->hchild, vector, i);
5198 }
5199
5200 return i;
5201}
5202
a0d76c27
EN
5203DEFUN ("current-window-configuration", Fcurrent_window_configuration,
5204 Scurrent_window_configuration, 0, 1, 0,
44fa5b1e
JB
5205 "Return an object representing the current window configuration of FRAME.\n\
5206If FRAME is nil or omitted, use the selected frame.\n\
7ab12479
JB
5207This describes the number of windows, their sizes and current buffers,\n\
5208and for each displayed buffer, where display starts, and the positions of\n\
5209point and mark. An exception is made for point in the current buffer:\n\
bdc727bf
JB
5210its value is -not- saved.\n\
5211This also records the currently selected frame, and FRAME's focus\n\
5212redirection (see `redirect-frame-focus').")
44fa5b1e
JB
5213 (frame)
5214 Lisp_Object frame;
7ab12479
JB
5215{
5216 register Lisp_Object tem;
5217 register int n_windows;
5218 register struct save_window_data *data;
da2792e0 5219 register struct Lisp_Vector *vec;
7ab12479 5220 register int i;
44fa5b1e 5221 FRAME_PTR f;
43bad991 5222
44fa5b1e 5223 if (NILP (frame))
1ae1a37d
GM
5224 frame = selected_frame;
5225 CHECK_LIVE_FRAME (frame, 0);
5226 f = XFRAME (frame);
7ab12479 5227
44fa5b1e 5228 n_windows = count_windows (XWINDOW (FRAME_ROOT_WINDOW (f)));
da2792e0
KH
5229 vec = allocate_vectorlike (VECSIZE (struct save_window_data));
5230 for (i = 0; i < VECSIZE (struct save_window_data); i++)
5231 vec->contents[i] = Qnil;
5232 vec->size = VECSIZE (struct save_window_data);
5233 data = (struct save_window_data *)vec;
5234
d834a2e9
KH
5235 XSETFASTINT (data->frame_width, FRAME_WIDTH (f));
5236 XSETFASTINT (data->frame_height, FRAME_HEIGHT (f));
5237 XSETFASTINT (data->frame_menu_bar_lines, FRAME_MENU_BAR_LINES (f));
9ea173e8 5238 XSETFASTINT (data->frame_tool_bar_lines, FRAME_TOOL_BAR_LINES (f));
1ae1a37d 5239 data->selected_frame = selected_frame;
44fa5b1e 5240 data->current_window = FRAME_SELECTED_WINDOW (f);
74112613 5241 XSETBUFFER (data->current_buffer, current_buffer);
7ab12479 5242 data->minibuf_scroll_window = Vminibuf_scroll_window;
44fa5b1e 5243 data->root_window = FRAME_ROOT_WINDOW (f);
bdc727bf 5244 data->focus_frame = FRAME_FOCUS_FRAME (f);
74112613
KH
5245 XSETINT (data->min_height, window_min_height);
5246 XSETINT (data->min_width, window_min_width);
7ab12479
JB
5247 tem = Fmake_vector (make_number (n_windows), Qnil);
5248 data->saved_windows = tem;
5249 for (i = 0; i < n_windows; i++)
5250 XVECTOR (tem)->contents[i]
5251 = Fmake_vector (make_number (SAVED_WINDOW_VECTOR_SIZE), Qnil);
a1d58e5b 5252 save_window_save (FRAME_ROOT_WINDOW (f), XVECTOR (tem), 0);
74112613 5253 XSETWINDOW_CONFIGURATION (tem, data);
7ab12479
JB
5254 return (tem);
5255}
5256
5257DEFUN ("save-window-excursion", Fsave_window_excursion, Ssave_window_excursion,
5258 0, UNEVALLED, 0,
5259 "Execute body, preserving window sizes and contents.\n\
eb16ec06
RS
5260Restore which buffer appears in which window, where display starts,\n\
5261and the value of point and mark for each window.\n\
8ed92cf0 5262Also restore the choice of selected window.\n\
eb16ec06 5263Also restore which buffer is current.\n\
7ab12479
JB
5264Does not restore the value of point in current buffer.")
5265 (args)
5266 Lisp_Object args;
5267{
5268 register Lisp_Object val;
5269 register int count = specpdl_ptr - specpdl;
5270
5271 record_unwind_protect (Fset_window_configuration,
43bad991 5272 Fcurrent_window_configuration (Qnil));
7ab12479
JB
5273 val = Fprogn (args);
5274 return unbind_to (count, val);
5275}
5500c422
GM
5276
5277\f
5278/***********************************************************************
5279 Marginal Areas
5280 ***********************************************************************/
5281
5282DEFUN ("set-window-margins", Fset_window_margins, Sset_window_margins,
a7bdfc08 5283 2, 3, 0,
5500c422 5284 "Set width of marginal areas of window WINDOW.\n\
a7bdfc08 5285If window is nil, set margins of the currently selected window.\n\
5500c422
GM
5286First parameter LEFT-WIDTH specifies the number of character\n\
5287cells to reserve for the left marginal area. Second parameter\n\
5288RIGHT-WIDTH does the same for the right marginal area.\n\
5289A nil width parameter means no margin.")
cfa22082 5290 (window, left, right)
5500c422
GM
5291 Lisp_Object window, left, right;
5292{
5293 struct window *w = decode_window (window);
5500c422
GM
5294
5295 if (!NILP (left))
cfa22082 5296 CHECK_NUMBER_OR_FLOAT (left, 1);
5500c422 5297 if (!NILP (right))
cfa22082 5298 CHECK_NUMBER_OR_FLOAT (right, 2);
5500c422
GM
5299
5300 /* Check widths < 0 and translate a zero width to nil.
5301 Margins that are too wide have to be checked elsewhere. */
5302 if ((INTEGERP (left) && XINT (left) < 0)
7539e11f 5303 || (FLOATP (left) && XFLOAT_DATA (left) <= 0))
5500c422
GM
5304 XSETFASTINT (left, 0);
5305 if (INTEGERP (left) && XFASTINT (left) == 0)
5306 left = Qnil;
5307
5308 if ((INTEGERP (right) && XINT (right) < 0)
7539e11f 5309 || (FLOATP (right) && XFLOAT_DATA (right) <= 0))
5500c422
GM
5310 XSETFASTINT (right, 0);
5311 if (INTEGERP (right) && XFASTINT (right) == 0)
5312 right = Qnil;
5313
5314 w->left_margin_width = left;
5315 w->right_margin_width = right;
5316
5317 ++windows_or_buffers_changed;
5318 adjust_glyphs (XFRAME (WINDOW_FRAME (w)));
5319 return Qnil;
5320}
5321
5322
5323DEFUN ("window-margins", Fwindow_margins, Swindow_margins,
5324 0, 1, 0,
5325 "Get width of marginal areas of window WINDOW.\n\
5326If WINDOW is omitted or nil, use the currently selected window.\n\
5327Value is a cons of the form (LEFT-WIDTH . RIGHT-WIDTH).\n\
5328If a marginal area does not exist, its width will be returned\n\
5329as nil.")
5330 (window)
5331 Lisp_Object window;
5332{
5333 struct window *w = decode_window (window);
5334 return Fcons (w->left_margin_width, w->right_margin_width);
5335}
5336
5337
7ab12479 5338\f
5500c422
GM
5339/***********************************************************************
5340 Smooth scrolling
5341 ***********************************************************************/
5342
5343DEFUN ("window-vscroll", Fwindow_vscroll, Swindow_vscroll, 0, 1, 0,
5344 "Return the amount by which WINDOW is scrolled vertically.\n\
5345Use the selected window if WINDOW is nil or omitted.\n\
5346Value is a multiple of the canonical character height of WINDOW.")
5347 (window)
5348 Lisp_Object window;
5349{
47004952 5350 Lisp_Object result;
5500c422
GM
5351 struct frame *f;
5352 struct window *w;
5353
5354 if (NILP (window))
5355 window = selected_window;
47004952
GM
5356 else
5357 CHECK_WINDOW (window, 0);
5500c422
GM
5358 w = XWINDOW (window);
5359 f = XFRAME (w->frame);
5360
5361 if (FRAME_WINDOW_P (f))
47004952 5362 result = CANON_Y_FROM_PIXEL_Y (f, -w->vscroll);
5500c422 5363 else
47004952
GM
5364 result = make_number (0);
5365 return result;
5500c422
GM
5366}
5367
5368
5369DEFUN ("set-window-vscroll", Fset_window_vscroll, Sset_window_vscroll,
47004952
GM
5370 2, 2, 0,
5371 "Set amount by which WINDOW should be scrolled vertically to VSCROLL.\n\
5500c422 5372WINDOW nil or omitted means use the selected window. VSCROLL is a\n\
47004952
GM
5373non-negative multiple of the canonical character height of WINDOW.")
5374 (window, vscroll)
5375 Lisp_Object window, vscroll;
5500c422
GM
5376{
5377 struct window *w;
5378 struct frame *f;
5379
5500c422
GM
5380 if (NILP (window))
5381 window = selected_window;
47004952
GM
5382 else
5383 CHECK_WINDOW (window, 0);
5384 CHECK_NUMBER_OR_FLOAT (vscroll, 1);
5385
5500c422
GM
5386 w = XWINDOW (window);
5387 f = XFRAME (w->frame);
5388
5389 if (FRAME_WINDOW_P (f))
5390 {
5391 int old_dy = w->vscroll;
47004952
GM
5392
5393 w->vscroll = - CANON_Y_UNIT (f) * XFLOATINT (vscroll);
5394 w->vscroll = min (w->vscroll, 0);
5500c422
GM
5395
5396 /* Adjust glyph matrix of the frame if the virtual display
5397 area becomes larger than before. */
5398 if (w->vscroll < 0 && w->vscroll < old_dy)
5399 adjust_glyphs (f);
5400
5401 /* Prevent redisplay shortcuts. */
b1599b4c 5402 XBUFFER (w->buffer)->prevent_redisplay_optimizations_p = 1;
5500c422
GM
5403 }
5404
47004952 5405 return Fwindow_vscroll (window);
5500c422
GM
5406}
5407
7bbb5782
GM
5408\f
5409/* Call FN for all leaf windows on frame F. FN is called with the
5410 first argument being a pointer to the leaf window, and with
f95464e4 5411 additional argument USER_DATA. Stops when FN returns 0. */
7bbb5782
GM
5412
5413void
f95464e4 5414foreach_window (f, fn, user_data)
7bbb5782 5415 struct frame *f;
f95464e4
GM
5416 int (* fn) P_ ((struct window *, void *));
5417 void *user_data;
7bbb5782 5418{
f95464e4 5419 foreach_window_1 (XWINDOW (FRAME_ROOT_WINDOW (f)), fn, user_data);
7bbb5782
GM
5420}
5421
5422
5423/* Helper function for foreach_window. Call FN for all leaf windows
5424 reachable from W. FN is called with the first argument being a
f95464e4 5425 pointer to the leaf window, and with additional argument USER_DATA.
67492200 5426 Stop when FN returns 0. Value is 0 if stopped by FN. */
7bbb5782 5427
67492200 5428static int
f95464e4 5429foreach_window_1 (w, fn, user_data)
7bbb5782 5430 struct window *w;
f95464e4
GM
5431 int (* fn) P_ ((struct window *, void *));
5432 void *user_data;
7bbb5782 5433{
67492200
GM
5434 int cont;
5435
5436 for (cont = 1; w && cont;)
7bbb5782
GM
5437 {
5438 if (!NILP (w->hchild))
f95464e4 5439 cont = foreach_window_1 (XWINDOW (w->hchild), fn, user_data);
7bbb5782 5440 else if (!NILP (w->vchild))
f95464e4 5441 cont = foreach_window_1 (XWINDOW (w->vchild), fn, user_data);
0f532a9a
GM
5442 else
5443 cont = fn (w, user_data);
7bbb5782
GM
5444
5445 w = NILP (w->next) ? 0 : XWINDOW (w->next);
5446 }
67492200
GM
5447
5448 return cont;
7bbb5782
GM
5449}
5450
5451
5452/* Freeze or unfreeze the window start of W if unless it is a
f95464e4 5453 mini-window or the selected window. FREEZE_P non-null means freeze
7bbb5782
GM
5454 the window start. */
5455
67492200 5456static int
7bbb5782
GM
5457freeze_window_start (w, freeze_p)
5458 struct window *w;
f95464e4 5459 void *freeze_p;
7bbb5782
GM
5460{
5461 if (w == XWINDOW (selected_window)
5462 || MINI_WINDOW_P (w)
5463 || (MINI_WINDOW_P (XWINDOW (selected_window))
24d744ac 5464 && ! NILP (Vminibuf_scroll_window)
7bbb5782 5465 && w == XWINDOW (Vminibuf_scroll_window)))
f95464e4 5466 freeze_p = NULL;
7bbb5782 5467
f95464e4 5468 w->frozen_window_start_p = freeze_p != NULL;
67492200 5469 return 1;
7bbb5782
GM
5470}
5471
5472
5473/* Freeze or unfreeze the window starts of all leaf windows on frame
5474 F, except the selected window and a mini-window. FREEZE_P non-zero
5475 means freeze the window start. */
5476
5477void
5478freeze_window_starts (f, freeze_p)
5479 struct frame *f;
5480 int freeze_p;
5481{
cbccabec 5482 foreach_window (f, freeze_window_start, (void *) (freeze_p ? f : 0));
7bbb5782 5483}
5500c422
GM
5484
5485\f
5486/***********************************************************************
5487 Initialization
5488 ***********************************************************************/
5489
cbff28e8
RS
5490/* Return 1 if window configurations C1 and C2
5491 describe the same state of affairs. This is used by Fequal. */
5492
5493int
2f8274be 5494compare_window_configurations (c1, c2, ignore_positions)
cbff28e8 5495 Lisp_Object c1, c2;
2f8274be 5496 int ignore_positions;
cbff28e8
RS
5497{
5498 register struct save_window_data *d1, *d2;
5499 struct Lisp_Vector *sw1, *sw2;
5500 int i;
5501
4d3edcb4
GM
5502 if (!WINDOW_CONFIGURATIONP (c1))
5503 wrong_type_argument (Qwindow_configuration_p, c1);
5504 if (!WINDOW_CONFIGURATIONP (c2))
5505 wrong_type_argument (Qwindow_configuration_p, c2);
5506
cbff28e8
RS
5507 d1 = (struct save_window_data *) XVECTOR (c1);
5508 d2 = (struct save_window_data *) XVECTOR (c2);
5509 sw1 = XVECTOR (d1->saved_windows);
5510 sw2 = XVECTOR (d2->saved_windows);
5511
5512 if (! EQ (d1->frame_width, d2->frame_width))
5513 return 0;
5514 if (! EQ (d1->frame_height, d2->frame_height))
5515 return 0;
5516 if (! EQ (d1->frame_menu_bar_lines, d2->frame_menu_bar_lines))
5517 return 0;
5518 if (! EQ (d1->selected_frame, d2->selected_frame))
5519 return 0;
5520 /* Don't compare the current_window field directly.
5521 Instead see w1_is_current and w2_is_current, below. */
5522 if (! EQ (d1->current_buffer, d2->current_buffer))
5523 return 0;
2f8274be
RS
5524 if (! ignore_positions)
5525 if (! EQ (d1->minibuf_scroll_window, d2->minibuf_scroll_window))
5526 return 0;
cbff28e8
RS
5527 /* Don't compare the root_window field.
5528 We don't require the two configurations
5529 to use the same window object,
5530 and the two root windows must be equivalent
5531 if everything else compares equal. */
5532 if (! EQ (d1->focus_frame, d2->focus_frame))
5533 return 0;
5534 if (! EQ (d1->min_width, d2->min_width))
5535 return 0;
5536 if (! EQ (d1->min_height, d2->min_height))
5537 return 0;
5538
5539 /* Verify that the two confis have the same number of windows. */
5540 if (sw1->size != sw2->size)
5541 return 0;
5542
5543 for (i = 0; i < sw1->size; i++)
5544 {
5545 struct saved_window *p1, *p2;
5546 int w1_is_current, w2_is_current;
5547
5548 p1 = SAVED_WINDOW_N (sw1, i);
5549 p2 = SAVED_WINDOW_N (sw2, i);
5550
5551 /* Verify that the current windows in the two
5552 configurations correspond to each other. */
5553 w1_is_current = EQ (d1->current_window, p1->window);
5554 w2_is_current = EQ (d2->current_window, p2->window);
5555
5556 if (w1_is_current != w2_is_current)
5557 return 0;
5558
5559 /* Verify that the corresponding windows do match. */
5560 if (! EQ (p1->buffer, p2->buffer))
5561 return 0;
5562 if (! EQ (p1->left, p2->left))
5563 return 0;
5564 if (! EQ (p1->top, p2->top))
5565 return 0;
5566 if (! EQ (p1->width, p2->width))
5567 return 0;
5568 if (! EQ (p1->height, p2->height))
5569 return 0;
cbff28e8
RS
5570 if (! EQ (p1->display_table, p2->display_table))
5571 return 0;
5572 if (! EQ (p1->parent, p2->parent))
5573 return 0;
5574 if (! EQ (p1->prev, p2->prev))
5575 return 0;
2f8274be
RS
5576 if (! ignore_positions)
5577 {
5578 if (! EQ (p1->hscroll, p2->hscroll))
5579 return 0;
ea68264b
GM
5580 if (!EQ (p1->min_hscroll, p2->min_hscroll))
5581 return 0;
2f8274be
RS
5582 if (! EQ (p1->start_at_line_beg, p2->start_at_line_beg))
5583 return 0;
5584 if (NILP (Fequal (p1->start, p2->start)))
5585 return 0;
5586 if (NILP (Fequal (p1->pointm, p2->pointm)))
5587 return 0;
5588 if (NILP (Fequal (p1->mark, p2->mark)))
5589 return 0;
5590 }
cbff28e8
RS
5591 }
5592
5593 return 1;
5594}
2f8274be
RS
5595
5596DEFUN ("compare-window-configurations", Fcompare_window_configurations,
5597 Scompare_window_configurations, 2, 2, 0,
5598 "Compare two window configurations as regards the structure of windows.\n\
5599This function ignores details such as the values of point and mark\n\
5600and scrolling positions.")
5601 (x, y)
5602 Lisp_Object x, y;
5603{
5604 if (compare_window_configurations (x, y, 1))
5605 return Qt;
5606 return Qnil;
5607}
cbff28e8 5608\f
dfcf069d 5609void
7ab12479
JB
5610init_window_once ()
5611{
1ae1a37d
GM
5612 struct frame *f = make_terminal_frame ();
5613 XSETFRAME (selected_frame, f);
5614 Vterminal_frame = selected_frame;
5615 minibuf_window = f->minibuffer_window;
5616 selected_window = f->selected_window;
5617 last_nonminibuf_frame = f;
5b03d3c0
RS
5618
5619 window_initialized = 1;
7ab12479
JB
5620}
5621
67492200
GM
5622void
5623init_window ()
5624{
5625 Vwindow_list = Qnil;
5626}
5627
dfcf069d 5628void
7ab12479
JB
5629syms_of_window ()
5630{
fbad6f9a
GM
5631 Qleft_bitmap_area = intern ("left-bitmap-area");
5632 staticpro (&Qleft_bitmap_area);
5633 Qright_bitmap_area = intern ("right-bitmap-area");
5634 staticpro (&Qright_bitmap_area);
5635
8a37516b
GM
5636 Qwindow_size_fixed = intern ("window-size-fixed");
5637 staticpro (&Qwindow_size_fixed);
233a4a2c 5638
543f5fb1
RS
5639 staticpro (&Qwindow_configuration_change_hook);
5640 Qwindow_configuration_change_hook
5641 = intern ("window-configuration-change-hook");
5642
7ab12479
JB
5643 Qwindowp = intern ("windowp");
5644 staticpro (&Qwindowp);
5645
3f8ab7bd
RS
5646 Qwindow_configuration_p = intern ("window-configuration-p");
5647 staticpro (&Qwindow_configuration_p);
5648
806b4d9b
JB
5649 Qwindow_live_p = intern ("window-live-p");
5650 staticpro (&Qwindow_live_p);
605be8af 5651
2cccc823 5652 Qtemp_buffer_show_hook = intern ("temp-buffer-show-hook");
a58ec57d
RS
5653 staticpro (&Qtemp_buffer_show_hook);
5654
67492200
GM
5655 staticpro (&Vwindow_list);
5656
7ab12479
JB
5657 DEFVAR_LISP ("temp-buffer-show-function", &Vtemp_buffer_show_function,
5658 "Non-nil means call as function to display a help buffer.\n\
c3ef6b1d 5659The function is called with one argument, the buffer to be displayed.\n\
f52cca03
RS
5660Used by `with-output-to-temp-buffer'.\n\
5661If this function is used, then it must do the entire job of showing\n\
5662the buffer; `temp-buffer-show-hook' is not run unless this function runs it.");
7ab12479
JB
5663 Vtemp_buffer_show_function = Qnil;
5664
5665 DEFVAR_LISP ("display-buffer-function", &Vdisplay_buffer_function,
5666 "If non-nil, function to call to handle `display-buffer'.\n\
5667It will receive two args, the buffer and a flag which if non-nil means\n\
5668 that the currently selected window is not acceptable.\n\
5669Commands such as `switch-to-buffer-other-window' and `find-file-other-window'\n\
5670work using this function.");
5671 Vdisplay_buffer_function = Qnil;
5672
6529ed87
GM
5673 DEFVAR_LISP ("even-window-heights", &Veven_window_heights,
5674 "*If non-nil, `display-buffer' should even the window heights.\n\
85d19b32 5675If nil, `display-buffer' will leave the window configuration alone.");
6529ed87
GM
5676 Veven_window_heights = Qt;
5677
7ab12479
JB
5678 DEFVAR_LISP ("minibuffer-scroll-window", &Vminibuf_scroll_window,
5679 "Non-nil means it is the window that C-M-v in minibuffer should scroll.");
5680 Vminibuf_scroll_window = Qnil;
5681
5682 DEFVAR_LISP ("other-window-scroll-buffer", &Vother_window_scroll_buffer,
5683 "If non-nil, this is a buffer and \\[scroll-other-window] should scroll its window.");
5684 Vother_window_scroll_buffer = Qnil;
5685
44fa5b1e 5686 DEFVAR_BOOL ("pop-up-frames", &pop_up_frames,
700f75a4 5687 "*Non-nil means `display-buffer' should make a separate frame.");
44fa5b1e 5688 pop_up_frames = 0;
7ab12479 5689
9c3da604 5690 DEFVAR_BOOL ("display-buffer-reuse-frames", &display_buffer_reuse_frames,
5372262f 5691 "*Non-nil means `display-buffer' should reuse frames.\n\
9c3da604
GM
5692If the buffer in question is already displayed in a frame, raise that frame.");
5693 display_buffer_reuse_frames = 0;
5694
44fa5b1e 5695 DEFVAR_LISP ("pop-up-frame-function", &Vpop_up_frame_function,
a90712c2 5696 "Function to call to handle automatic new frame creation.\n\
44fa5b1e 5697It is called with no arguments and should return a newly created frame.\n\
7ab12479 5698\n\
44fa5b1e
JB
5699A typical value might be `(lambda () (new-frame pop-up-frame-alist))'\n\
5700where `pop-up-frame-alist' would hold the default frame parameters.");
5701 Vpop_up_frame_function = Qnil;
7ab12479 5702
a90712c2
RS
5703 DEFVAR_LISP ("special-display-buffer-names", &Vspecial_display_buffer_names,
5704 "*List of buffer names that should have their own special frames.\n\
5705Displaying a buffer whose name is in this list makes a special frame for it\n\
524580a4 5706using `special-display-function'. See also `special-display-regexps'.\n\
3548e138 5707\n\
524580a4
RS
5708An element of the list can be a list instead of just a string.\n\
5709There are two ways to use a list as an element:\n\
5710 (BUFFER FRAME-PARAMETERS...) (BUFFER FUNCTION OTHER-ARGS...)\n\
5711In the first case, FRAME-PARAMETERS are used to create the frame.\n\
5712In the latter case, FUNCTION is called with BUFFER as the first argument,\n\
5713followed by OTHER-ARGS--it can display BUFFER in any way it likes.\n\
4caa7448
RS
5714All this is done by the function found in `special-display-function'.\n\
5715\n\
5716If this variable appears \"not to work\", because you add a name to it\n\
5717but that buffer still appears in the selected window, look at the\n\
5718values of `same-window-buffer-names' and `same-window-regexps'.\n\
5719Those variables take precedence over this one.");
a90712c2
RS
5720 Vspecial_display_buffer_names = Qnil;
5721
5722 DEFVAR_LISP ("special-display-regexps", &Vspecial_display_regexps,
5723 "*List of regexps saying which buffers should have their own special frames.\n\
5724If a buffer name matches one of these regexps, it gets its own frame.\n\
5725Displaying a buffer whose name is in this list makes a special frame for it\n\
0a952b57 5726using `special-display-function'.\n\
3548e138 5727\n\
524580a4
RS
5728An element of the list can be a list instead of just a string.\n\
5729There are two ways to use a list as an element:\n\
5730 (REGEXP FRAME-PARAMETERS...) (REGEXP FUNCTION OTHER-ARGS...)\n\
5731In the first case, FRAME-PARAMETERS are used to create the frame.\n\
5732In the latter case, FUNCTION is called with the buffer as first argument,\n\
5733followed by OTHER-ARGS--it can display the buffer in any way it likes.\n\
4caa7448
RS
5734All this is done by the function found in `special-display-function'.\n\
5735\n\
5736If this variable appears \"not to work\", because you add a regexp to it\n\
5737but the matching buffers still appear in the selected window, look at the\n\
5738values of `same-window-buffer-names' and `same-window-regexps'.\n\
5739Those variables take precedence over this one.");
a90712c2
RS
5740 Vspecial_display_regexps = Qnil;
5741
5742 DEFVAR_LISP ("special-display-function", &Vspecial_display_function,
5743 "Function to call to make a new frame for a special buffer.\n\
0a952b57
RS
5744It is called with two arguments, the buffer and optional buffer specific\n\
5745data, and should return a window displaying that buffer.\n\
a90712c2 5746The default value makes a separate frame for the buffer,\n\
bdd3a802 5747using `special-display-frame-alist' to specify the frame parameters.\n\
a90712c2
RS
5748\n\
5749A buffer is special if its is listed in `special-display-buffer-names'\n\
5750or matches a regexp in `special-display-regexps'.");
5751 Vspecial_display_function = Qnil;
5752
855d8627
RS
5753 DEFVAR_LISP ("same-window-buffer-names", &Vsame_window_buffer_names,
5754 "*List of buffer names that should appear in the selected window.\n\
5755Displaying one of these buffers using `display-buffer' or `pop-to-buffer'\n\
5756switches to it in the selected window, rather than making it appear\n\
2e5ce1a0 5757in some other window.\n\
855d8627
RS
5758\n\
5759An element of the list can be a cons cell instead of just a string.\n\
5760Then the car must be a string, which specifies the buffer name.\n\
5761This is for compatibility with `special-display-buffer-names';\n\
5762the cdr of the cons cell is ignored.\n\
5763\n\
5764See also `same-window-regexps'.");
5765 Vsame_window_buffer_names = Qnil;
5766
5767 DEFVAR_LISP ("same-window-regexps", &Vsame_window_regexps,
5768 "*List of regexps saying which buffers should appear in the selected window.\n\
5769If a buffer name matches one of these regexps, then displaying it\n\
5770using `display-buffer' or `pop-to-buffer' switches to it\n\
5771in the selected window, rather than making it appear in some other window.\n\
5772\n\
5773An element of the list can be a cons cell instead of just a string.\n\
5774Then the car must be a string, which specifies the buffer name.\n\
5775This is for compatibility with `special-display-buffer-names';\n\
5776the cdr of the cons cell is ignored.\n\
5777\n\
5778See also `same-window-buffer-names'.");
5779 Vsame_window_regexps = Qnil;
5780
7ab12479
JB
5781 DEFVAR_BOOL ("pop-up-windows", &pop_up_windows,
5782 "*Non-nil means display-buffer should make new windows.");
5783 pop_up_windows = 1;
5784
5785 DEFVAR_INT ("next-screen-context-lines", &next_screen_context_lines,
5786 "*Number of lines of continuity when scrolling by screenfuls.");
5787 next_screen_context_lines = 2;
5788
5789 DEFVAR_INT ("split-height-threshold", &split_height_threshold,
5790 "*display-buffer would prefer to split the largest window if this large.\n\
5791If there is only one window, it is split regardless of this value.");
5792 split_height_threshold = 500;
5793
5794 DEFVAR_INT ("window-min-height", &window_min_height,
5795 "*Delete any window less than this tall (including its mode line).");
5796 window_min_height = 4;
5797
5798 DEFVAR_INT ("window-min-width", &window_min_width,
5799 "*Delete any window less than this wide.");
5800 window_min_width = 10;
5801
5500c422
GM
5802 DEFVAR_LISP ("scroll-preserve-screen-position",
5803 &Vscroll_preserve_screen_position,
2afb2f41 5804 "*Non-nil means scroll commands move point to keep its screen line unchanged.");
5500c422 5805 Vscroll_preserve_screen_position = Qnil;
9317a85d 5806
543f5fb1
RS
5807 DEFVAR_LISP ("window-configuration-change-hook",
5808 &Vwindow_configuration_change_hook,
5809 "Functions to call when window configuration changes.\n\
e3e041eb 5810The selected frame is the one whose configuration has changed.");
543f5fb1
RS
5811 Vwindow_configuration_change_hook = Qnil;
5812
b0b7ed0e
GM
5813 DEFVAR_BOOL ("window-size-fixed", &window_size_fixed,
5814 "Non-nil in a buffer means windows displaying the buffer are fixed-size.\n\
5815Emacs won't change the size of any window displaying that buffer,\n\
5816unless you explicitly change the size, or Emacs has no other choice.\n\
5817This variable automatically becomes buffer-local when set.");
5818 Fmake_variable_buffer_local (Qwindow_size_fixed);
5819 window_size_fixed = 0;
5820
7ab12479
JB
5821 defsubr (&Sselected_window);
5822 defsubr (&Sminibuffer_window);
5823 defsubr (&Swindow_minibuffer_p);
5824 defsubr (&Swindowp);
806b4d9b 5825 defsubr (&Swindow_live_p);
7ab12479
JB
5826 defsubr (&Spos_visible_in_window_p);
5827 defsubr (&Swindow_buffer);
5828 defsubr (&Swindow_height);
5829 defsubr (&Swindow_width);
5830 defsubr (&Swindow_hscroll);
5831 defsubr (&Sset_window_hscroll);
190eb263
RS
5832 defsubr (&Swindow_redisplay_end_trigger);
5833 defsubr (&Sset_window_redisplay_end_trigger);
7ab12479 5834 defsubr (&Swindow_edges);
d5783c40
JB
5835 defsubr (&Scoordinates_in_window_p);
5836 defsubr (&Swindow_at);
7ab12479
JB
5837 defsubr (&Swindow_point);
5838 defsubr (&Swindow_start);
5839 defsubr (&Swindow_end);
5840 defsubr (&Sset_window_point);
5841 defsubr (&Sset_window_start);
5842 defsubr (&Swindow_dedicated_p);
d207b766 5843 defsubr (&Sset_window_dedicated_p);
7ab12479
JB
5844 defsubr (&Swindow_display_table);
5845 defsubr (&Sset_window_display_table);
5846 defsubr (&Snext_window);
5847 defsubr (&Sprevious_window);
5848 defsubr (&Sother_window);
5849 defsubr (&Sget_lru_window);
5850 defsubr (&Sget_largest_window);
5851 defsubr (&Sget_buffer_window);
5852 defsubr (&Sdelete_other_windows);
5853 defsubr (&Sdelete_windows_on);
5854 defsubr (&Sreplace_buffer_in_windows);
5855 defsubr (&Sdelete_window);
5856 defsubr (&Sset_window_buffer);
5857 defsubr (&Sselect_window);
4628f7a4
EN
5858 defsubr (&Sspecial_display_p);
5859 defsubr (&Ssame_window_p);
7ab12479
JB
5860 defsubr (&Sdisplay_buffer);
5861 defsubr (&Ssplit_window);
5862 defsubr (&Senlarge_window);
5863 defsubr (&Sshrink_window);
5864 defsubr (&Sscroll_up);
5865 defsubr (&Sscroll_down);
5866 defsubr (&Sscroll_left);
5867 defsubr (&Sscroll_right);
ccd0664b 5868 defsubr (&Sother_window_for_scrolling);
7ab12479
JB
5869 defsubr (&Sscroll_other_window);
5870 defsubr (&Srecenter);
81fe0836 5871 defsubr (&Swindow_text_height);
7ab12479
JB
5872 defsubr (&Smove_to_window_line);
5873 defsubr (&Swindow_configuration_p);
3f8ab7bd 5874 defsubr (&Swindow_configuration_frame);
7ab12479
JB
5875 defsubr (&Sset_window_configuration);
5876 defsubr (&Scurrent_window_configuration);
5877 defsubr (&Ssave_window_excursion);
5500c422
GM
5878 defsubr (&Sset_window_margins);
5879 defsubr (&Swindow_margins);
5880 defsubr (&Swindow_vscroll);
5881 defsubr (&Sset_window_vscroll);
2f8274be 5882 defsubr (&Scompare_window_configurations);
67492200 5883 defsubr (&Swindow_list);
7ab12479
JB
5884}
5885
dfcf069d 5886void
7ab12479
JB
5887keys_of_window ()
5888{
5889 initial_define_key (control_x_map, '1', "delete-other-windows");
5890 initial_define_key (control_x_map, '2', "split-window");
5891 initial_define_key (control_x_map, '0', "delete-window");
5892 initial_define_key (control_x_map, 'o', "other-window");
5893 initial_define_key (control_x_map, '^', "enlarge-window");
5894 initial_define_key (control_x_map, '<', "scroll-left");
5895 initial_define_key (control_x_map, '>', "scroll-right");
5896
5897 initial_define_key (global_map, Ctl ('V'), "scroll-up");
5898 initial_define_key (meta_map, Ctl ('V'), "scroll-other-window");
5899 initial_define_key (meta_map, 'v', "scroll-down");
5900
5901 initial_define_key (global_map, Ctl('L'), "recenter");
5902 initial_define_key (meta_map, 'r', "move-to-window-line");
5903}