annotate src/window.c @ 247:e70b3a057e12 r20-5b22

Import from CVS: tag r20-5b22
author cvs
date Mon, 13 Aug 2007 10:18:21 +0200
parents 2c611d1463a6
children 677f6a0ee643
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* Window creation, deletion and examination for XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 Copyright (C) 1985-1987, 1992-1995 Free Software Foundation, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 Copyright (C) 1994, 1995 Board of Trustees, University of Illinois.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 Copyright (C) 1995, 1996 Ben Wing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 Copyright (C) 1996 Chuck Thompson.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 This file is part of XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 XEmacs is free software; you can redistribute it and/or modify it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 under the terms of the GNU General Public License as published by the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 Free Software Foundation; either version 2, or (at your option) any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 later version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 XEmacs is distributed in the hope that it will be useful, but WITHOUT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 for more details.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 You should have received a copy of the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 along with XEmacs; see the file COPYING. If not, write to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 Boston, MA 02111-1307, USA. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 /* Synched up with: FSF 19.30. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 /* Beginning to diverge significantly. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 /* This file has been Mule-ized. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 #include <config.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 #include "lisp.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 #include "buffer.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 #include "faces.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 #include "frame.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 #include "objects.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 #include "glyphs.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 #include "redisplay.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 #include "window.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 #include "commands.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 Lisp_Object Qwindowp, Qwindow_live_p;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 Lisp_Object Qwindow_configurationp;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 Lisp_Object Qscroll_up;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 Lisp_Object Qscroll_down;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 Lisp_Object Qdisplay_buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 #ifdef MEMORY_USAGE_STATS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 Lisp_Object Qface_cache;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 Lisp_Object Qglyph_cache;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 Lisp_Object Qline_start_cache;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 Lisp_Object Qscrollbar_instances;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 Lisp_Object Qother_redisplay;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 static int window_pixel_width_to_char_width (struct window *w,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 int pixel_width,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 int include_margins_p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 static int window_char_width_to_pixel_width (struct window *w,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 int char_width,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 int include_margins_p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 static int window_pixel_height_to_char_height (struct window *w,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 int pixel_height,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 int include_gutters_p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 static int window_char_height_to_pixel_height (struct window *w,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 int char_height,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 int include_gutters_p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 static void change_window_height (struct window *w, int delta, int widthflag);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 /* Thickness of shadow border around 3d modelines. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 Lisp_Object Vmodeline_shadow_thickness;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 /* Whether a modeline should be displayed. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 Lisp_Object Vhas_modeline_p;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 /* Scroll if point lands on the bottom line and that line is partially
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 clipped. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 int scroll_on_clipped_lines;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 /* The minibuffer window of the selected frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 Note that you cannot test for minibufferness of an arbitrary window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 by comparing against this; but you can test for minibufferness of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 the selected window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 Lisp_Object minibuf_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 /* Non-nil means it is the window for C-M-v to scroll
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 when the minibuffer is selected. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 Lisp_Object Vminibuf_scroll_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 /* Non-nil means this is the buffer whose window C-M-v should scroll. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 Lisp_Object Vother_window_scroll_buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
95 /* Non-nil means it's the function to call to display temp buffers. */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 Lisp_Object Vtemp_buffer_show_function;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 Lisp_Object Vtemp_buffer_show_hook;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 /* If a window gets smaller than either of these, it is removed. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 int window_min_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 int window_min_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 /* Hook run at end of temp_output_buffer_show. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 Lisp_Object Qtemp_buffer_show_hook;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 /* Number of lines of continuity in scrolling by screenfuls. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 int next_screen_context_lines;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 /* List of freed window configurations with 1 - 10 windows. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 Lisp_Object Vwindow_configuration_free_list[10];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 #define SET_LAST_MODIFIED(w, cache_too) \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 do { \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 (w)->last_modified[CURRENT_DISP] = Qzero; \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 (w)->last_modified[DESIRED_DISP] = Qzero; \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 (w)->last_modified[CMOTION_DISP] = Qzero; \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 if (cache_too) \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 (w)->line_cache_last_updated = Qzero; \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 } while (0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 #define SET_LAST_FACECHANGE(w) \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 do { \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 (w)->last_facechange[CURRENT_DISP] = Qzero; \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 (w)->last_facechange[DESIRED_DISP] = Qzero; \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 (w)->last_facechange[CMOTION_DISP] = Qzero; \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 } while (0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 static Lisp_Object mark_window (Lisp_Object, void (*) (Lisp_Object));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 static void print_window (Lisp_Object, Lisp_Object, int);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 static void finalize_window (void *header, int for_disksave);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 DEFINE_LRECORD_IMPLEMENTATION ("window", window,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 mark_window, print_window, finalize_window,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 0, 0, struct window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
137 #define MARK_DISP_VARIABLE(field) \
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
138 ((markobj) (window->field[CURRENT_DISP])); \
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
139 ((markobj) (window->field[DESIRED_DISP])); \
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 ((markobj) (window->field[CMOTION_DISP]));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 static Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 mark_window (Lisp_Object obj, void (*markobj) (Lisp_Object))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 struct window *window = XWINDOW (obj);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 ((markobj) (window->frame));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 ((markobj) (window->mini_p));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 ((markobj) (window->next));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 ((markobj) (window->prev));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 ((markobj) (window->hchild));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 ((markobj) (window->vchild));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 ((markobj) (window->parent));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 ((markobj) (window->buffer));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 MARK_DISP_VARIABLE (start);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 MARK_DISP_VARIABLE (pointm);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 ((markobj) (window->sb_point)); /* #### move to scrollbar.c? */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 ((markobj) (window->use_time));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 MARK_DISP_VARIABLE (last_modified);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 MARK_DISP_VARIABLE (last_point);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 MARK_DISP_VARIABLE (last_start);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 MARK_DISP_VARIABLE (last_facechange);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 ((markobj) (window->line_cache_last_updated));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 ((markobj) (window->redisplay_end_trigger));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 /* Cached specifiers: */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 ((markobj) (window->display_table));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 ((markobj) (window->has_modeline_p));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 ((markobj) (window->modeline_shadow_thickness));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 ((markobj) (window->scrollbar_width));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 ((markobj) (window->scrollbar_height));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 ((markobj) (window->scrollbar_pointer));
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
172 #endif /* HAVE_SCROLLBARS */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 ((markobj) (window->left_margin_width));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 ((markobj) (window->right_margin_width));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 #ifdef HAVE_TOOLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 ((markobj) (window->toolbar[0]));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 ((markobj) (window->toolbar[1]));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 ((markobj) (window->toolbar[2]));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 ((markobj) (window->toolbar[3]));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 ((markobj) (window->toolbar_size[0]));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 ((markobj) (window->toolbar_size[1]));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 ((markobj) (window->toolbar_size[2]));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 ((markobj) (window->toolbar_size[3]));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 ((markobj) (window->toolbar_visible_p[0]));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 ((markobj) (window->toolbar_visible_p[1]));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 ((markobj) (window->toolbar_visible_p[2]));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 ((markobj) (window->toolbar_visible_p[3]));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 ((markobj) (window->toolbar_buttons_captioned_p));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 ((markobj) (window->default_toolbar));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 ((markobj) (window->default_toolbar_height));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 ((markobj) (window->default_toolbar_width));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 ((markobj) (window->default_toolbar_visible_p));
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
193 #endif /* HAVE_TOOLBARS */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 ((markobj) (window->minimum_line_ascent));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 ((markobj) (window->minimum_line_descent));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 ((markobj) (window->use_left_overflow));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 ((markobj) (window->use_right_overflow));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 #ifdef HAVE_MENUBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 ((markobj) (window->menubar_visible_p));
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
200 #endif /* HAVE_MENUBARS */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 ((markobj) (window->text_cursor_visible_p));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 /* End cached specifiers. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 ((markobj) (window->dedicated));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 mark_face_cachels (window->face_cachels, markobj);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 mark_glyph_cachels (window->glyph_cachels, markobj);
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 149
diff changeset
206 return Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 print_window (Lisp_Object obj, Lisp_Object printcharfun, int escapeflag)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 char buf[200];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 if (print_readably)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 error ("printing unreadable object #<window 0x%x>",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 XWINDOW (obj)->header.uid);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
217
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 write_c_string ("#<window", printcharfun);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 if (!NILP (XWINDOW (obj)->buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 Lisp_Object name = XBUFFER (XWINDOW (obj)->buffer)->name;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 write_c_string (" on ", printcharfun);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 print_internal (name, printcharfun, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 sprintf (buf, " 0x%x>", XWINDOW (obj)->header.uid);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 write_c_string (buf, printcharfun);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 finalize_window (void *header, int for_disksave)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 struct window *w = (struct window *) header;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 if (w->line_start_cache)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 Dynarr_free (w->line_start_cache);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 w->line_start_cache = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 if (w->face_cachels)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 int i;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 for (i = 0; i < Dynarr_length (w->face_cachels); i++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 struct face_cachel *cachel = Dynarr_atp (w->face_cachels, i);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 if (cachel->merged_faces)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 Dynarr_free (cachel->merged_faces);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 cachel->merged_faces = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 Dynarr_free (w->face_cachels);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 w->face_cachels = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 if (w->glyph_cachels)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 Dynarr_free (w->glyph_cachels);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 w->glyph_cachels = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 #define INIT_DISP_VARIABLE(field, initialization) \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 p->field[CURRENT_DISP] = initialization; \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 p->field[DESIRED_DISP] = initialization; \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 p->field[CMOTION_DISP] = initialization;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 /* We have an implicit assertion that the first two elements (default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 and modeline faces) are always present in the face_element_cache.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 Normally redisplay ensures this. However, it is possible for a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 window to get created and functions which reference these values
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 called before redisplay works with the window for the first time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 All callers of allocate_window should therefore call
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 reset_face_cachels on the created window. We can't do it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 here because the window must have its frame pointer set or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 reset_face_cachels will fail. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279 allocate_window (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 Lisp_Object val = Qnil;
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
282 struct window *p = alloc_lcrecord_type (struct window, lrecord_window);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 zero_lcrecord (p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 XSETWINDOW (val, p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 p->dead = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 p->frame = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 p->mini_p = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 p->next = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 p->prev = Qnil;
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
292 p->hchild = Qnil;
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
293 p->vchild = Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 p->parent = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 p->buffer = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 INIT_DISP_VARIABLE (start, Fmake_marker ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 INIT_DISP_VARIABLE (pointm, Fmake_marker ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 p->sb_point = Fmake_marker ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 p->use_time = Qzero;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 INIT_DISP_VARIABLE (last_modified, Qzero);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 INIT_DISP_VARIABLE (last_point, Fmake_marker ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 INIT_DISP_VARIABLE (last_start, Fmake_marker ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 INIT_DISP_VARIABLE (last_facechange, Qzero);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
304 p->face_cachels = Dynarr_new (face_cachel);
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
305 p->glyph_cachels = Dynarr_new (glyph_cachel);
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
306 p->line_start_cache = Dynarr_new (line_start_cache);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 p->line_cache_last_updated = Qzero;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 INIT_DISP_VARIABLE (last_point_x, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 INIT_DISP_VARIABLE (last_point_y, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 INIT_DISP_VARIABLE (window_end_pos, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 p->redisplay_end_trigger = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 /* cached specifier values: will get set properly later */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 p->display_table = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314 p->has_modeline_p = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 p->modeline_shadow_thickness = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 p->scrollbar_width = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318 p->scrollbar_height = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 p->left_margin_width = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 p->right_margin_width = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 #ifdef HAVE_TOOLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 p->toolbar_size[0] = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 p->toolbar_size[1] = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325 p->toolbar_size[2] = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326 p->toolbar_size[3] = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 p->minimum_line_ascent = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329 p->minimum_line_descent = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 p->use_left_overflow = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 p->use_right_overflow = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 #ifdef HAVE_MENUBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 p->menubar_visible_p = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 #ifdef HAVE_TOOLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336 p->toolbar_buttons_captioned_p = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338 p->text_cursor_visible_p = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 /* end cached specifier values. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 p->dedicated = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 p->windows_changed = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 p->shadow_thickness_changed = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 149
diff changeset
345 return val;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 #undef INIT_DISP_VARIABLE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 * The redisplay structures used to be stored with each window. While
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 * they are logically something associated with frames they can't be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 * stored there with a redisplay which handles variable height lines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 * Lines in horizontally split windows might not line up. So they get
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 * stored with the windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 * The problem with this is window configurations. When restoring a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 * window configuration it now becomes problematic to do an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 * incremental redisplay. The solution is to store the redisplay
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 * structures with the frame as they should be but laid out in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 * same manner as the window structure. Thus is born the window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 * mirror.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 * It also becomes a convenient place to stick scrollbar instances
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 * since they extrapolate out to having the same problem described for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 * the display structures.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
368 /* Create a new window mirror structure and associated redisplay
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 structs. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 static struct window_mirror *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 new_window_mirror (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 {
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
373 struct window_mirror *t = xnew_and_zero (struct window_mirror);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 t->frame = f;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
377 t->current_display_lines = Dynarr_new (display_line);
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
378 t->desired_display_lines = Dynarr_new (display_line);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 t->buffer = NULL;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382 t->scrollbar_vertical_instance = NULL;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383 t->scrollbar_horizontal_instance = NULL;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386 return t;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 /* Synchronize the mirror structure with a given window structure.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 This is normally called from update_frame_window_mirror with a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 starting window of f->root_window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 static struct window_mirror *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 update_mirror_internal (Lisp_Object win, struct window_mirror *mir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395 if (NILP (win))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397 if (mir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 free_window_mirror (mir);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 mir = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 return mir;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 if (!mir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406 mir = new_window_mirror (XFRAME (XWINDOW (win)->frame));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
408 mir->next = update_mirror_internal (XWINDOW (win)->next, mir->next);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 mir->hchild = update_mirror_internal (XWINDOW (win)->hchild, mir->hchild);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410 mir->vchild = update_mirror_internal (XWINDOW (win)->vchild, mir->vchild);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 * If the redisplay structs are not empty and the mirror has
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414 * children, then this mirror structure was formerly being used for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 * display but is no longer. Reset its current display structs so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416 * that redisplay doesn't accidentally think they are accurate if it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417 * is later used for display purposes once again. Also, mark the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418 * scrollbar instance as not active.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 if (mir->vchild || mir->hchild)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 /* The redisplay structures are big. Leaving them around in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423 non-leaf windows can add up to a lot of wasted space. So
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424 don't do it. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425 free_display_structs (mir);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
426 mir->current_display_lines = Dynarr_new (display_line);
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
427 mir->desired_display_lines = Dynarr_new (display_line);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 update_window_scrollbars (XWINDOW (win), mir, 0, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432 mir->buffer = NULL;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435 return mir;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438 /* Given a window mirror, determine which real window it contains the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439 redisplay structures for. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440 static Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441 real_window_internal (Lisp_Object win, struct window_mirror *rmir,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442 struct window_mirror *mir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 Lisp_Object retval;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 for (; !NILP (win) && rmir ; win = XWINDOW (win)->next, rmir = rmir->next)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 if (mir == rmir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449 return win;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 if (!NILP (XWINDOW (win)->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 retval = real_window_internal (XWINDOW (win)->vchild, rmir->vchild,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453 mir);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 if (!NILP (retval))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455 return retval;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457 if (!NILP (XWINDOW (win)->hchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 retval = real_window_internal (XWINDOW (win)->hchild, rmir->hchild,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 mir);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 if (!NILP (retval))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462 return retval;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469 /* Given a real window, find the mirror structure which contains its
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470 redisplay structures. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471 static struct window_mirror *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 find_window_mirror_internal (Lisp_Object win, struct window_mirror *rmir,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475 struct window_mirror *retval;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 for (; !NILP (win); win = XWINDOW (win)->next, rmir = rmir->next)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 if (w == XWINDOW (win))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 return rmir;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 if (!NILP (XWINDOW (win)->vchild) &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 (retval = find_window_mirror_internal (XWINDOW (win)->vchild,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 rmir->vchild, w)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 return retval;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 if (!NILP (XWINDOW (win)->hchild) &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 (retval = find_window_mirror_internal (XWINDOW (win)->hchild,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 rmir->hchild, w)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 return retval;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494 /* Update the mirror structure for the given frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 update_frame_window_mirror (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498 f->root_mirror = update_mirror_internal (f->root_window, f->root_mirror);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499 f->mirror_dirty = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 /* Free a given mirror structure along with all of its children as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503 well as their associated display structures. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505 free_window_mirror (struct window_mirror *mir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 struct window_mirror *p;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509 p = mir;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510 while (mir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512 if (mir->hchild) free_window_mirror (mir->hchild);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513 if (mir->vchild) free_window_mirror (mir->vchild);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515 release_window_mirror_scrollbars (mir);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517 free_display_structs (mir);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 mir = mir->next;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 xfree (p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 p = mir;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 /* Given a mirror structure, return the window it mirrors. Calls
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 real_window_internal to do most of the work. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 real_window (struct window_mirror *mir, int no_abort)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529 Lisp_Object retval;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 retval = real_window_internal (mir->frame->root_window,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 mir->frame->root_mirror, mir);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 if (NILP (retval) && !no_abort)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 return retval;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540 /* Given a real window, return its mirror structure. Calls
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 find_window_mirror_internal to do all of the work. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 struct window_mirror *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 find_window_mirror (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 struct frame *f = XFRAME (w->frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 if (f->mirror_dirty)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547 update_frame_window_mirror (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548 return find_window_mirror_internal (f->root_window, f->root_mirror, w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551 /*****************************************************************************
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 find_window_by_pixel_pos
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 Given a pixel position relative to a frame, find the window at that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 position.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556 ****************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 struct window *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558 find_window_by_pixel_pos (unsigned int pix_x, unsigned int pix_y,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 Lisp_Object win)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 struct window *w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563 if (NILP (win))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566 for (; !NILP (win); win = XWINDOW (win)->next)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568 if (!NILP (XWINDOW (win)->vchild) &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 (w = find_window_by_pixel_pos (pix_x, pix_y, XWINDOW (win)->vchild)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570 return w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571 if (!NILP (XWINDOW (win)->hchild) &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572 (w = find_window_by_pixel_pos (pix_x, pix_y, XWINDOW (win)->hchild)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573 return w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574 w = XWINDOW (win);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575 if (pix_x >= WINDOW_LEFT (w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576 && pix_x <= WINDOW_RIGHT (w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577 && pix_y >= WINDOW_TOP (w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 && pix_y <= WINDOW_BOTTOM (w))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579 return w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584 /* Return a pointer to the display structures for the given window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 display_line_dynarr *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586 window_display_lines (struct window *w, int which)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588 struct window_mirror *t;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590 if (XFRAME (w->frame)->mirror_dirty)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
591 update_frame_window_mirror (XFRAME (w->frame));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
592 t = find_window_mirror (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
593 if (!t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
596 if (which == CURRENT_DISP)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597 return t->current_display_lines;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598 else if (which == DESIRED_DISP)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599 return t->desired_display_lines;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600 else if (which == CMOTION_DISP)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601 /* The CMOTION_DISP display lines are global. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
602 return cmotion_display_lines;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606 return 0; /* shut up compiler */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609 struct buffer *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610 window_display_buffer (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
612 struct window_mirror *t;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
613
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
614 if (XFRAME (w->frame)->mirror_dirty)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
615 update_frame_window_mirror (XFRAME (w->frame));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
616 t = find_window_mirror (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
617 if (!t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
618 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
619
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
620 return t->buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
621 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
622
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
623 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
624 set_window_display_buffer (struct window *w, struct buffer *b)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
625 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
626 struct window_mirror *t;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
627
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628 if (XFRAME (w->frame)->mirror_dirty)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
629 update_frame_window_mirror (XFRAME (w->frame));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630 t = find_window_mirror (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
631 if (!t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
632 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634 t->buffer = b;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
638 /* Determining a window's position based solely on its pixel
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639 positioning doesn't work. Instead, we do it the intelligent way,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
640 by checking its positioning in the window hierarchy. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642 window_is_leftmost (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644 Lisp_Object parent, current_ancestor, window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
645
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646 XSETWINDOW (window, w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
647
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
648 parent = XWINDOW (window)->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
649 current_ancestor = window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
650
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651 while (!NILP (parent))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
652 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653 if (!NILP (XWINDOW (parent)->hchild) &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
654 !EQ (XWINDOW (parent)->hchild, current_ancestor))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
656
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
657 current_ancestor = parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658 parent = XWINDOW (parent)->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
659 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661 return 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665 window_is_rightmost (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
666 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667 Lisp_Object parent, current_ancestor, window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 XSETWINDOW (window, w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671 parent = XWINDOW (window)->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672 current_ancestor = window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674 while (!NILP (parent))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
676 if (!NILP (XWINDOW (parent)->hchild)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
677 && !NILP (XWINDOW (current_ancestor)->next))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
679
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680 current_ancestor = parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
681 parent = XWINDOW (parent)->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684 return 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688 window_full_width_p (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690 return window_is_leftmost (w) && window_is_rightmost (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694 window_is_highest (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
695 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696 Lisp_Object parent, current_ancestor, window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698 XSETWINDOW (window, w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700 parent = XWINDOW (window)->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701 current_ancestor = window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703 while (!NILP (parent))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705 if (!NILP (XWINDOW (parent)->vchild) &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706 !EQ (XWINDOW (parent)->vchild, current_ancestor))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709 current_ancestor = parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710 parent = XWINDOW (parent)->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713 /* This is really to catch the minibuffer but we make it generic in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714 case we ever change things around to let the minibuffer be on top. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715 if (NILP (XWINDOW (current_ancestor)->prev))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
716 return 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
717 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
718 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
719 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
720
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
721 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
722 window_is_lowest (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
723 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
724 Lisp_Object parent, current_ancestor, window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726 XSETWINDOW (window, w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
727
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728 parent = XWINDOW (window)->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729 current_ancestor = window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731 while (!NILP (parent))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
733 if (!NILP (XWINDOW (parent)->vchild)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
734 && !NILP (XWINDOW (current_ancestor)->next))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
735 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737 current_ancestor = parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738 parent = XWINDOW (parent)->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
739 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
740
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
741 return 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
742 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
743
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
744 #if 0 /* not currently used */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
745
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
746 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
747 window_full_height_p (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
748 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
749 return window_is_highest (w) && window_is_lowest (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
750 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
751
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
752 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
753
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
754 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
755 window_truncation_on (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
756 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
757 /* Horizontally scrolled windows are truncated. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
758 if (w->hscroll)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
759 return 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
761 /* If truncate_partial_width_windows is true and the window is not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
762 the full width of the frame it is truncated. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
763 if (truncate_partial_width_windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
764 && !(window_is_leftmost (w) && window_is_rightmost (w)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765 return 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
766
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
767 /* If the window's buffer's value of truncate_lines is non-nil, then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768 the window is truncated. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
769 if (!NILP (XBUFFER (w->buffer)->truncate_lines))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
770 return 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
771
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
772 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
773 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
774
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
775 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
776 window_needs_vertical_divider (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
777 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
778 #ifdef HAVE_SCROLLBARS
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
779 return (!window_scrollbar_width (w) &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
780 ((XFRAME (w->frame)->scrollbar_on_left) ?
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
781 !window_is_leftmost (w) :
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
782 !window_is_rightmost (w)));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783 #else
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
784 return !window_is_leftmost (w);
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
785 #endif /* HAVE_SCROLLBARS */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
788 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
789 window_scrollbar_width (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
792 if (!WINDOW_WIN_P (w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
793 || MINI_WINDOW_P (w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
794 || NILP (w->buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
795 /* #### when does NILP (w->buffer) happen? */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
796 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
797
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
798 return XINT (w->scrollbar_width);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
800 return 0;
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
801 #endif /* HAVE_SCROLLBARS */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
802 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804 /* Horizontal scrollbars are only active on windows with truncation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805 turned on. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 window_scrollbar_height (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
808 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
810 if (!WINDOW_WIN_P (w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
811 || MINI_WINDOW_P (w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812 || NILP (w->buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
813 || !window_truncation_on (w))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
814 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
815
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
816 return XINT (w->scrollbar_height);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
817 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
818 return 0;
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
819 #endif /* HAVE_SCROLLBARS */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
820 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
821
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
822 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
823 window_modeline_height (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
824 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
825 struct frame *f = XFRAME (w->frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
826 int modeline_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
827
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
828 if (MINI_WINDOW_P (w) || NILP (w->buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
829 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
830 modeline_height = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
831 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
832 else if (!WINDOW_HAS_MODELINE_P (w))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
833 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
834 if (window_scrollbar_height (w))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
835 modeline_height = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
836 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
837 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
838 modeline_height = FRAMEMETH (f, divider_height, ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
839
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
840 if (!EQ (Qzero, w->modeline_shadow_thickness) && FRAME_WIN_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
841 modeline_height += (2 * MODELINE_SHADOW_THICKNESS (w));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
842 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
843 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
844 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
845 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
846 if (noninteractive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
847 modeline_height = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
848 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
849 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
850 display_line_dynarr *dla;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
851
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
852 /* We don't force a regeneration of the modeline here.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
853 Instead it is now a precondition that any function calling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
854 this should make sure that one of these structures is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
855 up-to-date. In practice this only affects two internal
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
856 redisplay functions, regenerate_window and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
857 regenerate_window_point_center. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
858 /* We check DESIRED_DISP because if it is valid it is more
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
859 up-to-date than CURRENT_DISP. For calls to this outside
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
860 of redisplay it doesn't matter which structure we check
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
861 since there is a redisplay condition that these
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
862 structures be identical outside of redisplay. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
863 dla = window_display_lines (w, DESIRED_DISP);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
864 if (dla && Dynarr_length (dla) && Dynarr_atp (dla, 0)->modeline)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
865 modeline_height = (Dynarr_atp (dla, 0)->ascent +
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
866 Dynarr_atp (dla, 0)->descent);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
867 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
868 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
869 dla = window_display_lines (w, CURRENT_DISP);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
870 if (dla && Dynarr_length (dla) && Dynarr_atp (dla, 0)->modeline)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
871 modeline_height = (Dynarr_atp (dla, 0)->ascent +
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
872 Dynarr_atp (dla, 0)->descent);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
873 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
874 /* This should be an abort except I'm not yet 100%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
875 confident that it won't ever get hit (though I
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
876 haven't been able to trigger it). It is extremely
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
877 unlikely to cause any noticable problem and even if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
878 it does it will be a minor display glitch. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
879 /* #### Bullshit alert. It does get hit and it causes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
880 noticeable glitches. real_current_modeline_height
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
881 is a kludge to fix this for 19.14. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
882 modeline_height = real_current_modeline_height (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
883 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
884
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
885 if (!EQ (Qzero, w->modeline_shadow_thickness) && FRAME_WIN_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
886 modeline_height += (2 * MODELINE_SHADOW_THICKNESS (w));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
887 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
888 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
889
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
890 return modeline_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
891 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
892
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
893 /*****************************************************************************
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
894 margin_width_internal
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
895
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
896 For a given window, return the width in pixels of the specified margin.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
897 ****************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
898 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
899 margin_width_internal (struct window *w, int left_margin)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
900 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
901 struct buffer *b;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
902 int window_cwidth = window_char_width (w, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
903 int margin_cwidth;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
904 int font_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
905 Lisp_Object window = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
906
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
907 /* We might be getting called on a non-leaf. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
908 if (NILP (w->buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
909 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
910
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
911 /* The minibuffer never has margins. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
912 if (MINI_WINDOW_P (w))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
913 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
914
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
915 XSETWINDOW (window, w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
916 b = XBUFFER (w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
917 margin_cwidth = (left_margin ? XINT (w->left_margin_width) :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
918 XINT (w->right_margin_width));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
919
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
920 default_face_height_and_width (window, 0, &font_width);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
921
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
922 /* The left margin takes precedence over the right margin so we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
923 subtract its width from the space available for the right
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
924 margin. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
925 if (!left_margin)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
926 window_cwidth -= XINT (w->left_margin_width);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
927
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
928 /* The margin cannot be wider than the window is. We allow the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
929 value to be bigger since it is possible for the user to enlarge
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
930 the window such that the left margin value would no longer be too
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
931 big, but we won't return a value that is larger. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
932 if (margin_cwidth > window_cwidth)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
933 margin_cwidth = window_cwidth;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
934
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
935 /* At the user level the margin is always specified in characters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
936 Internally however it is manipulated in terms of pixels. */
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 149
diff changeset
937 return margin_cwidth * font_width;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
938 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
939
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
940 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
941 window_left_margin_width (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
942 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
943 return margin_width_internal (w, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
944 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
945
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
946 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
947 window_right_margin_width (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
948 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
949 return margin_width_internal (w, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
950 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
951
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
952 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
953 window_top_toolbar_height (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
954 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
955 /* #### implement this shit. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
956 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
957 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
958
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
959 /* #### Currently used in scrollbar.c. Does it actually need to be? */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
960 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
961 window_bottom_toolbar_height (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
962 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
963 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
964 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
965
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
966 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
967 window_left_toolbar_width (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
968 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
969 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
970 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
971
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
972 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
973 window_right_toolbar_width (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
974 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
975 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
976 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
977
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
978 /*****************************************************************************
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
979 Window Gutters
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
980
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
981 The gutters of a window are those areas in the boundary defined by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
982 w->pixel_top, w->pixel_left, w->pixel_height and w->pixel_width which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
983 do not contain text. Items which may be in the gutters include
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
984 scrollbars, toolbars and modelines. The margin areas are not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
985 included. This is an exception made because redisplay special cases
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
986 the handling of those areas in many places in such a way that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
987 including them in the gutter area would make life difficult.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
988
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
989 The size functions refer to height for the bottom and top gutters and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
990 width for the left and right gutters. The starting position
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
991 functions refer to the Y coord for bottom and top gutters and the X
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
992 coord for left and right gutters. All starting positions are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
993 relative to the frame, not the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
994 ****************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
995
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
996 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
997 window_top_gutter_height (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
998 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
999 int toolbar_height = window_top_toolbar_height (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1001 if (!NILP (w->hchild) || !NILP (w->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1002 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1003
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1004 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1005 if (XFRAME (w->frame)->scrollbar_on_top)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1006 return window_scrollbar_height (w) + toolbar_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1007 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1008 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1009 return toolbar_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1010 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1011
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1012 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1013 window_bottom_gutter_height (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1014 {
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
1015 int other_height;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1016
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1017 if (!NILP (w->hchild) || !NILP (w->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1018 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1019 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1020 other_height =
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1021 window_modeline_height (w) + window_bottom_toolbar_height (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1022
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1023 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1024 if (!XFRAME (w->frame)->scrollbar_on_top)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1025 return window_scrollbar_height (w) + other_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1026 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1027 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1028 return other_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1029 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1030
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1031 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1032 window_left_right_gutter_width_internal (struct window *w, int modeline)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1033 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1034 struct frame *f = XFRAME (w->frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1035 int scrollbar_width = window_scrollbar_width (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1036
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1037 if (!NILP (w->hchild) || !NILP (w->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1038 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1039
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1040 if (!modeline)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1041 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1042 if (scrollbar_width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1043 return scrollbar_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1044 else if (window_needs_vertical_divider (w))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1045 return FRAMEMETH (f, divider_width, ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1046 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1047 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1048 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1049 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1050 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1051 /* The shadows on the 3D modelines provide a visual break
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1052 between the modelines of horizontally split windows. 2D
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1053 modelines need some help, though. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1054 if (!EQ (Qzero, w->modeline_shadow_thickness))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1055 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1056 else if (window_needs_vertical_divider (w))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1057 return FRAMEMETH (f, divider_width, ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1058 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1059 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1060 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1061 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1062
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1063 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1064 window_left_gutter_width (struct window *w, int modeline)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1065 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1066 if (!NILP (w->hchild) || !NILP (w->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1067 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1068
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1069 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1070 if (XFRAME (w->frame)->scrollbar_on_left)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1071 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1072 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1073 return (window_left_right_gutter_width_internal (w, modeline) +
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1074 window_left_toolbar_width (w));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1075 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1076 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1077 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1078 return window_left_toolbar_width (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1079 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1080 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1081
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1082 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1083 window_right_gutter_width (struct window *w, int modeline)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1084 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1085 if (!NILP (w->hchild) || !NILP (w->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1086 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1087
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1088 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1089 if (!XFRAME (w->frame)->scrollbar_on_left)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1090 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1091 return (window_left_right_gutter_width_internal (w, modeline) +
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1092 window_right_toolbar_width (w));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1093 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1094 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1095 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1096 return window_right_toolbar_width (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1097 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1098
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1099
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1100 DEFUN ("windowp", Fwindowp, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1101 Return t if OBJ is a window.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1102 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1103 (obj))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1104 {
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 149
diff changeset
1105 return WINDOWP (obj) ? Qt : Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1106 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1107
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1108 DEFUN ("window-live-p", Fwindow_live_p, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1109 Return t if OBJ is a window which is currently visible.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1110 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1111 (obj))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1112 {
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 149
diff changeset
1113 return WINDOWP (obj) && WINDOW_LIVE_P (XWINDOW (obj)) ? Qt : Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1114 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1115
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1116 DEFUN ("selected-window", Fselected_window, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1117 Return the window that the cursor now appears in and commands apply to.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1118 If the optional argument CON-DEV-OR-FRAME is specified and is a frame, return
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1119 the selected window used by that frame. If CON-DEV-OR-FRAME is a device,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1120 then the selected frame on that device will be used. If CON-DEV-OR-FRAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1121 is a console, the selected frame on that console's selected device will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1122 be used. Otherwise, the selected frame is used.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1123 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1124 (con_dev_or_frame))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1125 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1126 struct frame *f;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1127
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1128 if (NILP (con_dev_or_frame) && NILP (Fselected_device (Qnil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1129 return Qnil; /* happens at startup */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1130
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1131 f = decode_frame_or_selected (con_dev_or_frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1132 return FRAME_SELECTED_WINDOW (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1133 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1134
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1135 DEFUN ("minibuffer-window", Fminibuffer_window, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1136 Return the window used now for minibuffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1137 If the optional argument CON-DEV-OR-FRAME is specified and is a frame, return
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1138 the minibuffer window used by that frame. If CON-DEV-OR-FRAME is a device,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1139 then the selected frame on that device will be used. If CON-DEV-OR-FRAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1140 is a console, the selected frame on that console's selected device will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1141 be used. Otherwise, the selected frame is used.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1142 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1143 (con_dev_or_frame))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1144 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1145 struct frame *f = decode_frame_or_selected (con_dev_or_frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1146
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1147 return FRAME_MINIBUF_WINDOW (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1148 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1149
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1150 DEFUN ("window-minibuffer-p", Fwindow_minibuffer_p, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1151 Return non-nil if WINDOW is a minibuffer window.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1152 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1153 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1154 {
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 149
diff changeset
1155 return MINI_WINDOW_P (decode_window (window)) ? Qt : Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1156 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1157
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1158 DEFUN ("window-first-hchild", Fwindow_first_hchild, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1159 Return the first horizontal child of WINDOW, or nil.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1160 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1161 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1162 {
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
1163 return decode_window (window)->hchild;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1164 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1165
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1166 DEFUN ("window-first-vchild", Fwindow_first_vchild, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1167 Return the first vertical child of WINDOW, or nil.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1168 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1169 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1170 {
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
1171 return decode_window (window)->vchild;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1172 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1173
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1174 DEFUN ("window-next-child", Fwindow_next_child, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1175 Return the next window on the same level as WINDOW, or nil.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1176 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1177 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1178 {
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
1179 return decode_window (window)->next;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1180 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1181
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1182 DEFUN ("window-previous-child", Fwindow_previous_child, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1183 Return the previous window on the same level as WINDOW, or nil.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1184 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1185 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1186 {
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
1187 return decode_window (window)->prev;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1188 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1189
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1190 DEFUN ("window-parent", Fwindow_parent, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1191 Return the parent of WINDOW, or nil.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1192 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1193 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1194 {
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
1195 return decode_window (window)->parent;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1196 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1197
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1198 DEFUN ("window-lowest-p", Fwindow_lowest_p, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1199 Return non-nil if WINDOW is along the bottom of its frame.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1200 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1201 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1202 {
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
1203 return window_is_lowest (decode_window (window)) ? Qt : Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1204 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1205
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1206 DEFUN ("window-highest-p", Fwindow_highest_p, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1207 Return non-nil if WINDOW is along the top of its frame.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1208 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1209 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1210 {
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
1211 return window_is_highest (decode_window (window)) ? Qt : Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1212 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1213
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1214 DEFUN ("window-leftmost-p", Fwindow_leftmost_p, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1215 Return non-nil if WINDOW is along the left edge of its frame.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1216 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1217 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1218 {
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
1219 return window_is_leftmost (decode_window (window)) ? Qt : Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1220 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1221
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1222 DEFUN ("window-rightmost-p", Fwindow_rightmost_p, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1223 Return non-nil if WINDOW is along the right edge of its frame.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1224 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1225 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1226 {
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
1227 return window_is_rightmost (decode_window (window)) ? Qt : Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1228 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1229
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1230 DEFUN ("pos-visible-in-window-p", Fpos_visible_in_window_p, 0, 2, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1231 Return t if position POS is currently on the frame in WINDOW.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1232 Returns nil if that position is scrolled vertically out of view.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1233 POS defaults to point in WINDOW's buffer; WINDOW, to the selected window.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1234 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1235 (pos, window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1236 {
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
1237 struct window *w = decode_window (window);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1238 Bufpos top;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1239 Bufpos posint;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1240 struct buffer *buf;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1241
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1242 top = marker_position (w->start[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1243
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1244 buf = XBUFFER (w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1245
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1246 if (NILP (pos))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1247 posint = BUF_PT (buf);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1248 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1249 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1250 CHECK_INT_COERCE_MARKER (pos);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1251 posint = XINT (pos);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1252 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1253
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1254 if (posint < top || posint > BUF_ZV (buf))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1255 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1256
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1257 /* w->start can be out of range. If it is, do something reasonable. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1258 if (top < BUF_BEGV (buf) || top > BUF_ZV (buf))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1259 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1260
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1261 if (point_would_be_visible (w, top, posint))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1262 return Qt;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1263 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1264 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1265 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1266
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1267
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1268 struct window *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1269 decode_window (Lisp_Object window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1270 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1271 if (NILP (window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1272 return XWINDOW (Fselected_window (Qnil));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1273
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1274 CHECK_LIVE_WINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1275 return XWINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1276 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1277
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1278 DEFUN ("window-buffer", Fwindow_buffer, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1279 Return the buffer that WINDOW is displaying.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1280 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1281 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1282 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1283 return decode_window (window)->buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1284 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1285
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1286 DEFUN ("window-frame", Fwindow_frame, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1287 Return the frame that window WINDOW is on.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1288 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1289 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1290 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1291 return decode_window (window)->frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1292 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1293
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1294 DEFUN ("window-height", Fwindow_height, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1295 Return the number of default lines in WINDOW.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1296 This actually works by dividing the window's pixel height (including
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1297 the modeline and horizontal scrollbar, if any) by the height of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1298 default font; therefore, the number of displayed lines will probably
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1299 be different.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1300 Use `window-height' to get consistent results in geometry calculations.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1301 Use `window-displayed-height' to get the actual number of lines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1302 currently displayed in a window.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1303 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1304 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1305 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1306 return make_int (window_char_height (decode_window (window), 1));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1307 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1308
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1309 DEFUN ("window-displayed-height", Fwindow_displayed_height, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1310 Return the number of lines currently displayed in WINDOW.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1311 This counts the actual number of lines displayed in WINDOW
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1312 (as opposed to `window-height'). The modeline and horizontal
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1313 scrollbar do not count as lines. If there is some blank space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1314 between the end of the buffer and the end of the window, this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1315 function pretends that there are lines of text in the default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1316 font there.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1317 */
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
1318 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1319 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1320 return make_int (window_displayed_height (decode_window (window)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1321 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1322
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1323 DEFUN ("window-pixel-height", Fwindow_pixel_height, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1324 Return the height of WINDOW in pixels. Defaults to current window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1325 This includes the window's modeline and horizontal scrollbar (if any).
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1326 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1327 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1328 {
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 149
diff changeset
1329 return make_int (decode_window (window)->pixel_height);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1330 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1331
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1332 DEFUN ("window-width", Fwindow_width, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1333 Return the number of display columns in WINDOW.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1334 This is the width that is usable columns available for text in WINDOW.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1335 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1336 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1337 {
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 149
diff changeset
1338 return make_int (window_char_width (decode_window (window), 0));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1339 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1340
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1341 DEFUN ("window-pixel-width", Fwindow_pixel_width, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1342 Return the width of WINDOW in pixels. Defaults to current window.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1343 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1344 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1345 {
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 149
diff changeset
1346 return make_int (decode_window (window)->pixel_width);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1347 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1348
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1349 DEFUN ("window-hscroll", Fwindow_hscroll, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1350 Return the number of columns by which WINDOW is scrolled from left margin.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1351 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1352 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1353 {
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 149
diff changeset
1354 return make_int (decode_window (window)->hscroll);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1355 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1356
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1357 DEFUN ("set-window-hscroll", Fset_window_hscroll, 2, 2, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1358 Set number of columns WINDOW is scrolled from left margin to NCOL.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1359 NCOL should be zero or positive.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1360 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1361 (window, ncol))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1362 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1363 struct window *w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1364 int ncols;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1365
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1366 CHECK_INT (ncol);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1367 ncols = XINT (ncol);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1368 if (ncols < 0) ncols = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1369 w = decode_window (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1370 if (w->hscroll != ncols)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1371 MARK_CLIP_CHANGED; /* FSF marks differently but we aren't FSF. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1372 w->hscroll = ncols;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1373 return ncol;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1374 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1375
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1376 #if 0 /* bogus RMS crock */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1377
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
1378 xxDEFUN ("window-redisplay-end-trigger",
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
1379 Fwindow_redisplay_end_trigger, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1380 Return WINDOW's redisplay end trigger value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1381 See `set-window-redisplay-end-trigger' for more information.
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
1382 */
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
1383 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1384 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1385 return decode_window (window)->redisplay_end_trigger;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1386 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1387
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
1388 xxDEFUN ("set-window-redisplay-end-trigger",
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
1389 Fset_window_redisplay_end_trigger, 2, 2, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1390 Set WINDOW's redisplay end trigger value to VALUE.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1391 VALUE should be a buffer position (typically a marker) or nil.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1392 If it is a buffer position, then if redisplay in WINDOW reaches a position
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1393 beyond VALUE, the functions in `redisplay-end-trigger-functions' are called
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1394 with two arguments: WINDOW, and the end trigger value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1395 Afterwards the end-trigger value is reset to nil.
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
1396 */
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
1397 (window, value))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1398 {
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 98
diff changeset
1399 return (decode_window (window)->redisplay_end_trigger = value);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1400 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1401
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1402 #endif /* 0 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1403
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1404 DEFUN ("window-pixel-edges", Fwindow_pixel_edges, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1405 Return a list of the pixel edge coordinates of WINDOW.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1406 \(LEFT TOP RIGHT BOTTOM), all relative to 0, 0 at top left corner of frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1407 The frame toolbars and menubars are considered to be outside of this area.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1408 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1409 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1410 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1411 struct window *w = decode_window (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1412 struct frame *f = XFRAME (w->frame);
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
1413
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
1414 int left = w->pixel_left - FRAME_LEFT_BORDER_END (f);
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
1415 int top = w->pixel_top - FRAME_TOP_BORDER_END (f);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1416
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1417 return list4 (make_int (left),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1418 make_int (top),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1419 make_int (left + w->pixel_width),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1420 make_int (top + w->pixel_height));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1421 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1422
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1423 DEFUN ("window-point", Fwindow_point, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1424 Return current value of point in WINDOW.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1425 For a nonselected window, this is the value point would have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1426 if that window were selected.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1427
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1428 Note that, when WINDOW is the selected window and its buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1429 is also currently selected, the value returned is the same as (point).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1430 It would be more strictly correct to return the `top-level' value
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1431 of point, outside of any save-excursion forms.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1432 But that is hard to define.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1433 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1434 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1435 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1436 struct window *w = decode_window (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1437
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1438 /* The special check for current buffer is necessary for this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1439 function to work as defined when called within an excursion. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1440 if (w == XWINDOW (Fselected_window (XFRAME (w->frame)->device))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1441 && current_buffer == XBUFFER (w->buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1442 return Fpoint (Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1443 return Fmarker_position (w->pointm[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1444 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1445
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1446 DEFUN ("window-start", Fwindow_start, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1447 Return position at which display currently starts in WINDOW.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1448 This is updated by redisplay or by calling `set-window-start'.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1449 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1450 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1451 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1452 return Fmarker_position (decode_window (window)->start[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1453 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1454
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1455 DEFUN ("window-end", Fwindow_end, 0, 2, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1456 Return position at which display currently ends in WINDOW.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1457 This is updated by redisplay, when it runs to completion.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1458 Simply changing the buffer text or setting `window-start'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1459 does not update this value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1460 If GUARANTEE is non-nil, then the return value is guaranteed to be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1461 the value of window-end at the end of the next full redisplay assuming
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1462 nothing else changes in the meantime. This function is potentially much
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1463 slower with this flag set.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1464 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1465 (window, guarantee))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1466 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1467 Lisp_Object value;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1468 struct window *w = decode_window (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1469 Lisp_Object buf;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1470
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1471 if (NILP (guarantee))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1472 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1473 buf = w->buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1474 CHECK_BUFFER (buf);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1475
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1476 XSETINT (value, BUF_Z (XBUFFER (buf)) - w->window_end_pos[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1477
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1478 return value;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1479 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1480 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1481 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1482 Bufpos startp = marker_position (w->start[CURRENT_DISP]);
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 149
diff changeset
1483 return make_int (end_of_last_line (w, startp));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1484 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1485 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1486
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1487 DEFUN ("set-window-point", Fset_window_point, 2, 2, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1488 Make point value in WINDOW be at position POS in WINDOW's buffer.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1489 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1490 (window, pos))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1491 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1492 struct window *w = decode_window (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1493
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1494 CHECK_INT_COERCE_MARKER (pos);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1495 if (w == XWINDOW (Fselected_window (Qnil)))
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 217
diff changeset
1496 Fgoto_char (pos, Qnil);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1497 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1498 set_marker_restricted (w->pointm[CURRENT_DISP], pos, w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1499
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1500 MARK_POINT_CHANGED;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1501 return pos;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1502 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1503
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1504 DEFUN ("set-window-start", Fset_window_start, 2, 3, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1505 Make display in WINDOW start at position POS in WINDOW's buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1506 Optional third arg NOFORCE non-nil inhibits next redisplay
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1507 from overriding motion of point in order to display at this exact start.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1508 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1509 (window, pos, noforce))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1510 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1511 struct window *w = decode_window (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1512
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1513 CHECK_INT_COERCE_MARKER (pos);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1514 set_marker_restricted (w->start[CURRENT_DISP], pos, w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1515 /* this is not right, but much easier than doing what is right. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1516 w->start_at_line_beg = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1517 if (NILP (noforce))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1518 w->force_start = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1519 w->redo_modeline = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1520 SET_LAST_MODIFIED (w, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1521 SET_LAST_FACECHANGE (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1522
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1523 MARK_WINDOWS_CHANGED (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1524
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1525 return pos;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1526 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1527
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1528 DEFUN ("window-dedicated-p", Fwindow_dedicated_p, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1529 Return WINDOW's dedicated object, usually t or nil.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1530 See also `set-window-dedicated-p'.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1531 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1532 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1533 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1534 return decode_window (window)->dedicated;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1535 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1536
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1537 DEFUN ("set-window-dedicated-p", Fset_window_dedicated_p, 2, 2, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1538 Control whether WINDOW is dedicated to the buffer it displays.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1539 If it is dedicated, Emacs will not automatically change
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1540 which buffer appears in it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1541 The second argument is the new value for the dedication flag;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1542 non-nil means yes.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1543 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1544 (window, arg))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1545 {
203
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
1546 REGISTER struct window *w = decode_window (window);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1547
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
1548 w->dedicated = NILP (arg) ? Qnil : Qt;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1549
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1550 return w->dedicated;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1551 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1552
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1553 /* FSFmacs has window-display-table here. We have display table as a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1554 specifier. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1555
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1556
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1557 /* Record info on buffer window w is displaying
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1558 when it is about to cease to display that buffer. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1559 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1560 unshow_buffer (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1561 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1562 Lisp_Object buf = w->buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1563
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1564 if (XBUFFER (buf) != XMARKER (w->pointm[CURRENT_DISP])->buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1565 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1566
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1567 /* FSF disables this check, so I'll do it too. I hope it won't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1568 break things. --ben */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1569 #if 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1570 if (w == XWINDOW (Fselected_window (Qnil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1571 || ! EQ (buf, XWINDOW (Fselected_window (Qnil))->buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1572 /* Do this except when the selected window's buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1573 is being removed from some other window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1574 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1575 /* last_window_start records the start position that this buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1576 had in the last window to be disconnected from it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1577 Now that this statement is unconditional,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1578 it is possible for the buffer to be displayed in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1579 selected window, while last_window_start reflects another
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1580 window which was recently showing the same buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1581 Some people might say that might be a good thing. Let's see. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1582 XBUFFER (buf)->last_window_start =
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1583 marker_position (w->start[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1584
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1585 /* Point in the selected window's buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1586 is actually stored in that buffer, and the window's pointm isn't used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1587 So don't clobber point in that buffer. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1588 if (! EQ (buf, XWINDOW (Fselected_window (Qnil))->buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1589 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1590 struct buffer *b= XBUFFER (buf);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1591 BUF_SET_PT (b, bufpos_clip_to_bounds (BUF_BEGV (b),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1592 marker_position (w->pointm[CURRENT_DISP]),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1593 BUF_ZV (b)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1594 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1595 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1596
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1597 /* Put REPLACEMENT into the window structure in place of OLD. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1598 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1599 replace_window (Lisp_Object old, Lisp_Object replacement)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1600 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1601 Lisp_Object tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1602 struct window *o = XWINDOW (old), *p = XWINDOW (replacement);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1603
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1604 /* If OLD is its frame's root_window, then replacement is the new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1605 root_window for that frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1606
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1607 if (EQ (old, FRAME_ROOT_WINDOW (XFRAME (o->frame))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1608 FRAME_ROOT_WINDOW (XFRAME (o->frame)) = replacement;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1609
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1610 WINDOW_LEFT (p) = WINDOW_LEFT (o);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1611 WINDOW_TOP (p) = WINDOW_TOP (o);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1612 WINDOW_WIDTH (p) = WINDOW_WIDTH (o);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1613 WINDOW_HEIGHT (p) = WINDOW_HEIGHT (o);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1614
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1615 p->next = tem = o->next;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1616 if (!NILP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1617 XWINDOW (tem)->prev = replacement;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1618
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1619 p->prev = tem = o->prev;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1620 if (!NILP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1621 XWINDOW (tem)->next = replacement;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1622
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1623 p->parent = tem = o->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1624 if (!NILP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1625 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1626 if (EQ (XWINDOW (tem)->vchild, old))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1627 XWINDOW (tem)->vchild = replacement;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1628 if (EQ (XWINDOW (tem)->hchild, old))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1629 XWINDOW (tem)->hchild = replacement;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1630 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1631
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1632 /* #### Here, if replacement is a vertical combination
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1633 and so is its new parent, we should make replacement's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1634 children be children of that parent instead. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1635 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1636
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1637 /* we're deleting W; set the structure of W to indicate this. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1638
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1639 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1640 mark_window_as_deleted (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1641 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1642 /* In the loop
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1643 (while t (split-window) (delete-window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1644 we end up with a tree of deleted windows which are all connected
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1645 through the `next' slot. This might not seem so bad, as they're
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1646 deleted, and will presumably be GCed - but if even *one* of those
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1647 windows is still being pointed to, by the user, or by a window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1648 configuration, then *all* of those windows stick around.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1649
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1650 Since the window-configuration code doesn't need any of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1651 pointers to other windows (they are all recreated from the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1652 window-config data), we set them all to nil so that we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1653 are able to collect more actual garbage.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1654 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1655 w->next = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1656 w->prev = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1657 w->hchild = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1658 w->vchild = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1659 w->parent = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1660
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1661 w->dead = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1662
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1663 /* Free the extra data structures attached to windows immediately so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1664 they don't sit around consuming excess space. They will be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1665 reinitialized by the window-configuration code as necessary. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1666 finalize_window ((void *) w, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1667 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1668
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1669 DEFUN ("delete-window", Fdelete_window, 0, 2, "", /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1670 Remove WINDOW from the display. Default is selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1671 If window is the only one on the frame, the frame is destroyed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1672 Normally, you cannot delete the last non-minibuffer-only frame (you must
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1673 use `save-buffers-kill-emacs' or `kill-emacs'). However, if optional
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1674 second argument FORCE is non-nil, you can delete the last frame. (This
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1675 will automatically call `save-buffers-kill-emacs'.)
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1676 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1677 (window, force))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1678 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1679 /* This function can GC if this is the only window in the frame */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1680 struct window *w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1681 Lisp_Object parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1682 struct window *par;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1683 Lisp_Object frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1684 struct frame *f;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1685 struct device *d;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1686
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1687 /* Note: this function is called by other C code on non-leaf
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1688 windows. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1689
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1690 /* Do the equivalent of decode_window() but don't error out on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1691 deleted window; it's OK to delete an already-deleted window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1692 if (NILP (window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1693 window = Fselected_window (Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1694 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1695 CHECK_WINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1696 w = XWINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1697
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1698 /* It's okay to delete an already-deleted window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1699 if (! WINDOW_LIVE_P (w))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1700 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1701
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1702 frame = WINDOW_FRAME (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1703 f = XFRAME (frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1704 d = XDEVICE (FRAME_DEVICE (f));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1705
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1706 if (TOP_LEVEL_WINDOW_P (w))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1707 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1708 if (NILP (memq_no_quit (frame, DEVICE_FRAME_LIST (d))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1709 /* this frame isn't fully initialized yet; don't blow up. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1710 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1711
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1712 if (MINI_WINDOW_P (XWINDOW (window)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1713 error ("Attempt to delete the minibuffer window");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1714
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1715 /* It has been suggested that it's a good thing for C-x 0 to have this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1716 behavior, but not such a good idea for #'delete-window to have it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1717 Maybe C-x 0 should be bound to something else, or maybe frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1718 deletion should only happen when this is called interactively.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1719 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1720 delete_frame_internal (f, !NILP (force), 0, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1721 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1722 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1723
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1724 /* At this point, we know the window has a parent. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1725 parent = w->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1726 par = XWINDOW (parent);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1727
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1728 MARK_FRAME_WINDOWS_STRUCTURE_CHANGED (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1729
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1730 /* Are we trying to delete any frame's selected window?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1731 Note that we could be dealing with a non-leaf window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1732 where the selected window is one of our children.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1733 So, we check by scanning all the ancestors of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1734 frame's selected window and comparing each one with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1735 WINDOW. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1736 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1737 Lisp_Object pwindow;
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
1738
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1739 pwindow = FRAME_SELECTED_WINDOW (f);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
1740
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1741 while (!NILP (pwindow))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1742 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1743 if (EQ (window, pwindow))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1744 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1745 pwindow = XWINDOW (pwindow)->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1746 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1747
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1748 if (EQ (window, pwindow))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1749 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1750 /* OK, we found it. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1751 Lisp_Object alternative;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1752 alternative = Fnext_window (window, Qlambda, Qnil, Qnil);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
1753
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1754 /* If we're about to delete the selected window on the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1755 selected frame, then we should use Fselect_window to select
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1756 the new window. On the other hand, if we're about to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1757 delete the selected window on any other frame, we shouldn't do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1758 anything but set the frame's selected_window slot. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1759 if (EQ (frame, Fselected_frame (Qnil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1760 Fselect_window (alternative);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1761 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1762 set_frame_selected_window (f, alternative);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1763 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1764 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1765
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1766 /* w->buffer is nil in a non-leaf window; in this case,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1767 get rid of the markers we maintain that point into that buffer. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1768 if (!NILP (w->buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1769 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1770 unshow_buffer (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1771 unchain_marker (w->pointm[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1772 unchain_marker (w->pointm[DESIRED_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1773 unchain_marker (w->pointm[CMOTION_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1774 unchain_marker (w->start[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1775 unchain_marker (w->start[DESIRED_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1776 unchain_marker (w->start[CMOTION_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1777 unchain_marker (w->sb_point);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1778 /* This breaks set-window-configuration if windows in the saved
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1779 configuration get deleted and multiple frames are in use. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1780 /* w->buffer = Qnil; */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1781 }
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
1782
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1783 /* close up the hole in the sibling list */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1784 if (!NILP (w->next))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1785 XWINDOW (w->next)->prev = w->prev;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1786 if (!NILP (w->prev))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1787 XWINDOW (w->prev)->next = w->next;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1788 if (EQ (window, par->hchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1789 par->hchild = w->next;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1790 if (EQ (window, par->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1791 par->vchild = w->next;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1792
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1793 /* Find one of our siblings to give our space to. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1794 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1795 Lisp_Object sib = w->prev;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1796 if (NILP (sib))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1797 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1798 /* If w gives its space to its next sibling, that sibling needs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1799 to have its top/left side pulled back to where w's is.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1800 set_window_{height,width} will re-position the sibling's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1801 children. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1802 sib = w->next;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1803 WINDOW_TOP (XWINDOW (sib)) = WINDOW_TOP (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1804 WINDOW_LEFT (XWINDOW (sib)) = WINDOW_LEFT (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1805 }
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
1806
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1807 /* Stretch that sibling. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1808 if (!NILP (par->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1809 set_window_pixheight
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1810 (sib, (WINDOW_HEIGHT (XWINDOW (sib)) + WINDOW_HEIGHT (w)), 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1811 if (!NILP (par->hchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1812 set_window_pixwidth
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1813 (sib, (WINDOW_WIDTH (XWINDOW (sib)) + WINDOW_WIDTH (w)), 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1814 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1815
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1816 /* If parent now has only one child,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1817 put the child into the parent's place. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1818 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1819 Lisp_Object parchild = par->hchild;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1820 if (NILP (parchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1821 parchild = par->vchild;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1822 if (NILP (XWINDOW (parchild)->next))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1823 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1824 replace_window (parent, parchild);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1825 mark_window_as_deleted (XWINDOW (parent));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1826 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1827 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1828
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1829 /* Since we may be deleting combination windows, we must make sure that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1830 not only W but all its children have been marked as deleted. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1831 if (!NILP (w->hchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1832 delete_all_subwindows (XWINDOW (w->hchild));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1833 else if (!NILP (w->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1834 delete_all_subwindows (XWINDOW (w->vchild));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1835
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1836 mark_window_as_deleted (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1837
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1838 f->mirror_dirty = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1839 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1840 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1841
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1842
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1843 DEFUN ("next-window", Fnext_window, 0, 4, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1844 Return next window after WINDOW in canonical ordering of windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1845 If omitted, WINDOW defaults to the selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1846
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1847 Optional second arg MINIBUF t means count the minibuffer window even
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1848 if not active. MINIBUF nil or omitted means count the minibuffer iff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1849 it is active. MINIBUF neither t nor nil means not to count the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1850 minibuffer even if it is active.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1851
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1852 Several frames may share a single minibuffer; if the minibuffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1853 counts, all windows on all frames that share that minibuffer count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1854 too. Therefore, `next-window' can be used to iterate through the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1855 set of windows even when the minibuffer is on another frame. If the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1856 minibuffer does not count, only windows from WINDOW's frame count.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1857
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1858 Optional third arg ALL-FRAMES t means include windows on all frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1859 ALL-FRAMES nil or omitted means cycle within the frames as specified
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1860 above. ALL-FRAMES = `visible' means include windows on all visible frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1861 ALL-FRAMES = 0 means include windows on all visible and iconified frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1862 If ALL-FRAMES is a frame, restrict search to windows on that frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1863 Anything else means restrict to WINDOW's frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1864
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1865 Optional fourth argument CONSOLE controls which consoles or devices the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1866 returned window may be on. If CONSOLE is a console, return windows only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1867 on that console. If CONSOLE is a device, return windows only on that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1868 device. If CONSOLE is a console type, return windows only on consoles
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1869 of that type. If CONSOLE is 'window-system, return any windows on any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1870 window-system consoles. If CONSOLE is nil or omitted, return windows only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1871 on WINDOW's console. Otherwise, all windows are considered.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1872
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1873 If you use consistent values for MINIBUF, ALL-FRAMES, and CONSOLE, you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1874 can use `next-window' to iterate through the entire cycle of acceptable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1875 windows, eventually ending up back at the window you started with.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1876 `previous-window' traverses the same cycle, in the reverse order.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1877 */
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
1878 (window, minibuf, all_frames, console))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1879 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1880 Lisp_Object tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1881 Lisp_Object start_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1882
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1883 if (NILP (window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1884 window = Fselected_window (Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1885 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1886 CHECK_LIVE_WINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1887
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1888 start_window = window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1889
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1890 /* minibuf == nil may or may not include minibuffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1891 Decide if it does. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1892 if (NILP (minibuf))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1893 minibuf = (minibuf_level ? minibuf_window : Qlambda);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1894 else if (! EQ (minibuf, Qt))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1895 minibuf = Qlambda;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1896 /* Now minibuf can be t => count all minibuffer windows,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1897 lambda => count none of them,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1898 or a specific minibuffer window (the active one) to count. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1899
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1900 /* all_frames == nil doesn't specify which frames to include. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1901 if (NILP (all_frames))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1902 all_frames = (! EQ (minibuf, Qlambda)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1903 ? (FRAME_MINIBUF_WINDOW
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1904 (XFRAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1905 (WINDOW_FRAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1906 (XWINDOW (window)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1907 : Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1908 else if (EQ (all_frames, Qvisible))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1909 ;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1910 else if (ZEROP (all_frames))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1911 ;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1912 else if (FRAMEP (all_frames) && ! EQ (all_frames, Fwindow_frame (window)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1913 /* If all_frames is a frame and window arg isn't on that frame, just
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1914 return the first window on the frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1915 return frame_first_window (XFRAME (all_frames));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1916 else if (! EQ (all_frames, Qt))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1917 all_frames = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1918 /* Now all_frames is t meaning search all frames,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1919 nil meaning search just current frame,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1920 visible meaning search just visible frames,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1921 0 meaning search visible and iconified frames,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1922 or a window, meaning search the frame that window belongs to. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1923
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1924 /* Do this loop at least once, to get the next window, and perhaps
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1925 again, if we hit the minibuffer and that is not acceptable. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1926 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1927 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1928 /* Find a window that actually has a next one. This loop
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1929 climbs up the tree. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1930 while (tem = XWINDOW (window)->next, NILP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1931 if (tem = XWINDOW (window)->parent, !NILP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1932 window = tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1933 else /* window must be minibuffer window now */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1934 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1935 /* We've reached the end of this frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1936 Which other frames are acceptable? */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1937 tem = WINDOW_FRAME (XWINDOW (window));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1938
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1939 if (! NILP (all_frames))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1940 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1941 Lisp_Object tem1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1942
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1943 tem1 = tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1944 tem = next_frame (tem, all_frames, console);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1945 /* In the case where the minibuffer is active,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1946 and we include its frame as well as the selected one,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1947 next_frame may get stuck in that frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1948 If that happens, go back to the selected frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1949 so we can complete the cycle. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1950 if (EQ (tem, tem1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1951 XSETFRAME (tem, selected_frame ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1952 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1953
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1954 tem = FRAME_ROOT_WINDOW (XFRAME (tem));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1955 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1956 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1957
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1958 window = tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1959
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1960 /* If we're in a combination window, find its first child and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1961 recurse on that. Otherwise, we've found the window we want. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1962 while (1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1963 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1964 if (!NILP (XWINDOW (window)->hchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1965 window = XWINDOW (window)->hchild;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1966 else if (!NILP (XWINDOW (window)->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1967 window = XWINDOW (window)->vchild;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1968 else break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1969 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1970 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1971 /* "acceptable" is the correct spelling. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1972 /* Which windows are acceptable?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1973 Exit the loop and accept this window if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1974 this isn't a minibuffer window,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1975 or we're accepting all minibuffer windows,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1976 or this is the active minibuffer and we are accepting that one, or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1977 we've come all the way around and we're back at the original window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1978 while (MINI_WINDOW_P (XWINDOW (window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1979 && ! EQ (minibuf, Qt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1980 && ! EQ (minibuf, window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1981 && ! EQ (window, start_window));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1982
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1983 return window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1984 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1985
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1986 DEFUN ("previous-window", Fprevious_window, 0, 4, 0, /*
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 102
diff changeset
1987 Return the window preceding WINDOW in canonical ordering of windows.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1988 If omitted, WINDOW defaults to the selected window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1989
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1990 Optional second arg MINIBUF t means count the minibuffer window even
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1991 if not active. MINIBUF nil or omitted means count the minibuffer iff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1992 it is active. MINIBUF neither t nor nil means not to count the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1993 minibuffer even if it is active.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1994
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1995 Several frames may share a single minibuffer; if the minibuffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1996 counts, all windows on all frames that share that minibuffer count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1997 too. Therefore, `previous-window' can be used to iterate through
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1998 the set of windows even when the minibuffer is on another frame. If
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1999 the minibuffer does not count, only windows from WINDOW's frame count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2001 If optional third arg ALL-FRAMES t means include windows on all frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2002 ALL-FRAMES nil or omitted means cycle within the frames as specified
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2003 above. ALL-FRAMES = `visible' means include windows on all visible frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2004 ALL-FRAMES = 0 means include windows on all visible and iconified frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2005 If ALL-FRAMES is a frame, restrict search to windows on that frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2006 Anything else means restrict to WINDOW's frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2007
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2008 Optional fourth argument CONSOLE controls which consoles or devices the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2009 returned window may be on. If CONSOLE is a console, return windows only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2010 on that console. If CONSOLE is a device, return windows only on that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2011 device. If CONSOLE is a console type, return windows only on consoles
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2012 of that type. If CONSOLE is 'window-system, return any windows on any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2013 window-system consoles. If CONSOLE is nil or omitted, return windows only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2014 on WINDOW's console. Otherwise, all windows are considered.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2015
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2016 If you use consistent values for MINIBUF, ALL-FRAMES, and CONSOLE, you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2017 can use `previous-window' to iterate through the entire cycle of acceptable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2018 windows, eventually ending up back at the window you started with.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2019 `next-window' traverses the same cycle, in the reverse order.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2020 */
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 32
diff changeset
2021 (window, minibuf, all_frames, console))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2022 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2023 Lisp_Object tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2024 Lisp_Object start_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2025
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2026 if (NILP (window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2027 window = Fselected_window (Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2028 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2029 CHECK_LIVE_WINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2030
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2031 start_window = window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2032
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2033 /* minibuf == nil may or may not include minibuffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2034 Decide if it does. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2035 if (NILP (minibuf))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2036 minibuf = (minibuf_level ? minibuf_window : Qlambda);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2037 else if (! EQ (minibuf, Qt))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2038 minibuf = Qlambda;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2039 /* Now minibuf can be t => count all minibuffer windows,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2040 lambda => count none of them,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2041 or a specific minibuffer window (the active one) to count. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2042
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2043 /* all_frames == nil doesn't specify which frames to include.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2044 Decide which frames it includes. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2045 if (NILP (all_frames))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2046 all_frames = (! EQ (minibuf, Qlambda)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2047 ? (FRAME_MINIBUF_WINDOW
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2048 (XFRAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2049 (WINDOW_FRAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2050 (XWINDOW (window)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2051 : Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2052 else if (EQ (all_frames, Qvisible))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2053 ;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2054 else if (ZEROP (all_frames))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2055 ;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2056 else if (FRAMEP (all_frames) && ! EQ (all_frames, Fwindow_frame (window)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2057 /* If all_frames is a frame and window arg isn't on that frame, just
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2058 return the first window on the frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2059 return frame_first_window (XFRAME (all_frames));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2060 else if (! EQ (all_frames, Qt))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2061 all_frames = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2062 /* Now all_frames is t meaning search all frames,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2063 nil meaning search just current frame,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2064 visible meaning search just visible frames,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2065 0 meaning search visible and iconified frames,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2066 or a window, meaning search the frame that window belongs to. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2067
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2068 /* Do this loop at least once, to get the next window, and perhaps
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2069 again, if we hit the minibuffer and that is not acceptable. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2070 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2071 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2072 /* Find a window that actually has a next one. This loop
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2073 climbs up the tree. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2074 while (tem = XWINDOW (window)->prev, NILP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2075 if (tem = XWINDOW (window)->parent, !NILP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2076 window = tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2077 else /* window must be minibuffer window now */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2078 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2079 /* We have found the top window on the frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2080 Which frames are acceptable? */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2081 tem = WINDOW_FRAME (XWINDOW (window));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2082
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2083 if (! NILP (all_frames))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2084 /* It's actually important that we use prev_frame here,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2085 rather than next_frame. All the windows acceptable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2086 according to the given parameters should form a ring;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2087 Fnext_window and Fprevious_window should go back and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2088 forth around the ring. If we use next_frame here,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2089 then Fnext_window and Fprevious_window take different
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2090 paths through the set of acceptable windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2091 window_loop assumes that these `ring' requirement are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2092 met. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2093 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2094 Lisp_Object tem1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2095
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2096 tem1 = tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2097 tem = prev_frame (tem, all_frames, console);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2098 /* In the case where the minibuffer is active,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2099 and we include its frame as well as the selected one,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2100 next_frame may get stuck in that frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2101 If that happens, go back to the selected frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2102 so we can complete the cycle. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2103 if (EQ (tem, tem1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2104 XSETFRAME (tem, selected_frame ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2105 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2106
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2107 /* If this frame has a minibuffer, find that window first,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2108 because it is conceptually the last window in that frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2109 if (FRAME_HAS_MINIBUF_P (XFRAME (tem)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2110 tem = FRAME_MINIBUF_WINDOW (XFRAME (tem));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2111 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2112 tem = FRAME_ROOT_WINDOW (XFRAME (tem));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2113
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2114 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2115 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2116
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2117 window = tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2118
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2119 /* If we're in a combination window, find its first child and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2120 recurse on that. Otherwise, we've found the window we want. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2121 while (1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2122 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2123 if (!NILP (XWINDOW (window)->hchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2124 window = XWINDOW (window)->hchild;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2125 else if (!NILP (XWINDOW (window)->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2126 window = XWINDOW (window)->vchild;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2127 else break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2128 while (tem = XWINDOW (window)->next, !NILP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2129 window = tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2130 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2131 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2132 /* Which windows are acceptable?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2133 Exit the loop and accept this window if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2134 this isn't a minibuffer window,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2135 or we're accepting all minibuffer windows,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2136 or this is the active minibuffer and we are accepting that one, or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2137 we've come all the way around and we're back at the original window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2138 while (MINI_WINDOW_P (XWINDOW (window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2139 && ! EQ (minibuf, Qt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2140 && ! EQ (minibuf, window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2141 && ! EQ (window, start_window));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2142
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2143 return window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2144 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2145
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2146 DEFUN ("next-vertical-window", Fnext_vertical_window, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2147 Return the next window which is vertically after WINDOW.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2148 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2149 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2150 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2151 Lisp_Object root;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2152 struct window *w = decode_window (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2153 XSETWINDOW (window, w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2154
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2155 if (MINI_WINDOW_P (XWINDOW (window)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2156 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2157
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2158 root = FRAME_ROOT_WINDOW (XFRAME (WINDOW_FRAME (XWINDOW (window))));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2159
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2160 if (EQ (window, root))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2161 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2162 while (1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2163 if (!NILP (XWINDOW (window)->hchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2164 window = XWINDOW (window)->hchild;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2165 else if (!NILP (XWINDOW (window)->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2166 window = XWINDOW (window)->vchild;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2167 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2168 return window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2169 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2170
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2171 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2172 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2173 if (!NILP (XWINDOW (window)->parent) &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2174 !NILP (XWINDOW (XWINDOW (window)->parent)->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2175 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2176 if (!NILP (XWINDOW (window)->next))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2177 return XWINDOW (window)->next;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2178 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2179 window = XWINDOW (window)->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2180 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2181 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2182 window = XWINDOW (window)->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2183 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2184 while (!EQ (window, root));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2185
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2186 while (1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2187 if (!NILP (XWINDOW (window)->hchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2188 window = XWINDOW (window)->hchild;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2189 else if (!NILP (XWINDOW (window)->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2190 window = XWINDOW (window)->vchild;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2191 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2192 return window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2193 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2194
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2195 DEFUN ("other-window", Fother_window, 1, 3, "p", /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2196 Select the N'th different window on this frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2197 All windows on current frame are arranged in a cyclic order.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2198 This command selects the window N steps away in that order.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2199 A negative N moves in the opposite order.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2200
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2201 If optional argument FRAME is `visible', search all visible frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2202 If FRAME is 0, search all visible and iconified frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2203 If FRAME is t, search all frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2204 If FRAME is nil, search only the selected frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2205 If FRAME is a frame, search only that frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2206
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2207 Optional third argument CONSOLE controls which consoles or devices the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2208 returned window may be on. If CONSOLE is a console, return windows only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2209 on that console. If CONSOLE is a device, return windows only on that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2210 device. If CONSOLE is a console type, return windows only on consoles
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2211 of that type. If CONSOLE is 'window-system, return any windows on any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2212 window-system consoles. If CONSOLE is nil or omitted, return windows only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2213 on FRAME'S console, or on the selected console if FRAME is not a frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2214 Otherwise, all windows are considered.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2215 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2216 (n, frame, console))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2217 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2218 int i;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2219 Lisp_Object w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2220
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2221 CHECK_INT (n);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2222 w = Fselected_window (Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2223 i = XINT (n);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2224
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2225 while (i > 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2226 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2227 w = Fnext_window (w, Qnil, frame, console);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2228 i--;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2229 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2230 while (i < 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2231 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2232 w = Fprevious_window (w, Qnil, frame, console);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2233 i++;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2234 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2235 Fselect_window (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2236 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2237 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2238
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2239
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2240 /* Look at all windows, performing an operation specified by TYPE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2241 with argument OBJ.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2242
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2243 If FRAMES is Qt, look at all frames, if Qnil, look at just the selected
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2244 frame. If FRAMES is a frame, just look at windows on that frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2245 If MINI is non-zero, perform the operation on minibuffer windows too.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2246 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2247
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2248 enum window_loop
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2249 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2250 WINDOW_LOOP_UNUSED,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2251 GET_BUFFER_WINDOW, /* Arg is buffer */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2252 GET_LRU_WINDOW, /* Arg is t for full-width windows only */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2253 DELETE_OTHER_WINDOWS, /* Arg is window not to delete */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2254 DELETE_BUFFER_WINDOWS, /* Arg is buffer */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2255 GET_LARGEST_WINDOW,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2256 UNSHOW_BUFFER, /* Arg is buffer */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2257 GET_BUFFER_WINDOW_COUNT, /* Arg is buffer */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2258 GET_BUFFER_MRU_WINDOW /* Arg is buffer */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2259 };
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2260
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2261 static Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2262 window_loop (enum window_loop type,
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
2263 Lisp_Object obj,
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2264 int mini,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2265 Lisp_Object frames,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2266 int dedicated_too,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2267 Lisp_Object console)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2268 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2269 /* This function can GC if type == DELETE_BUFFER_WINDOWS or UNSHOW_BUFFER */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2270 Lisp_Object w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2271 Lisp_Object best_window = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2272 Lisp_Object next_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2273 Lisp_Object last_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2274 struct frame *frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2275 Lisp_Object frame_arg = Qt;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2276 int count = 0; /* for GET_BUFFER_WINDOW_COUNT */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2277 /* #### I think the change of "precomputing" last_window and next_window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2278 * #### catch the lossage this is meant(?) to punt on...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2279 */
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
2280 int lose_lose = 0;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2281 Lisp_Object devcons, concons;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2282
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2283 /* FRAME_ARG is Qlambda to stick to one frame,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2284 Qvisible to consider all visible frames,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2285 or Qt otherwise. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2286
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2287 /* If we're only looping through windows on a particular frame,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2288 FRAME points to that frame. If we're looping through windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2289 on all frames, FRAME is 0. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2290
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2291 if (FRAMEP (frames))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2292 frame = XFRAME (frames);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2293 else if (NILP (frames))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2294 frame = selected_frame ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2295 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2296 frame = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2297 if (frame)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2298 frame_arg = Qlambda;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2299 else if (ZEROP (frames))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2300 frame_arg = frames;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2301 else if (EQ (frames, Qvisible))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2302 frame_arg = frames;
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
2303
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2304 DEVICE_LOOP_NO_BREAK (devcons, concons)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2305 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2306 Lisp_Object device = XCAR (devcons);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2307 Lisp_Object the_frame = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2308
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2309 if (frame)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2310 XSETFRAME (the_frame, frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2311 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2312 the_frame = DEVICE_SELECTED_FRAME (XDEVICE (device));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2313
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2314 if (NILP (the_frame))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2315 continue;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2316
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2317 if (!device_matches_console_spec (the_frame, device, console))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2318 continue;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2319
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2320 /* Pick a window to start with. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2321 if (WINDOWP (obj))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2322 w = obj;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2323 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2324 w = FRAME_SELECTED_WINDOW (XFRAME (the_frame));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2325
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2326 /* Figure out the last window we're going to mess with. Since
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2327 Fnext_window, given the same options, is guaranteed to go in a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2328 ring, we can just use Fprevious_window to find the last one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2329
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2330 We can't just wait until we hit the first window again,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2331 because it might be deleted. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2332
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2333 last_window = Fprevious_window (w, mini ? Qt : Qnil, frame_arg, Qt);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2334
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2335 best_window = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2336 for (;;)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2337 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2338 struct window *p = XWINDOW (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2339 struct frame *w_frame = XFRAME (WINDOW_FRAME (p));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2340
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2341 /* Pick the next window now, since some operations will delete
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2342 the current window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2343 next_window = Fnext_window (w, mini ? Qt : Qnil, frame_arg, Qt);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2344
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2345 /* #### Still needed ?? */
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
2346 /* Given the outstanding quality of the rest of this code,
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2347 I feel no shame about putting this piece of shit in. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2348 if (++lose_lose >= 500)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2349 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2350
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2351 /* Note that we do not pay attention here to whether
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2352 the frame is visible, since Fnext_window skips non-visible frames
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2353 if that is desired, under the control of frame_arg. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2354 if (! MINI_WINDOW_P (p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2355 || (mini && minibuf_level > 0))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2356 switch (type)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2357 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2358 case GET_BUFFER_WINDOW:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2359 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2360 if (XBUFFER (p->buffer) == XBUFFER (obj))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2361 return w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2362 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2363 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2364
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2365 case GET_BUFFER_WINDOW_COUNT:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2366 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2367 if (XBUFFER (p->buffer) == XBUFFER (obj))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2368 count++;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2369 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2370 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2371
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2372 case GET_LRU_WINDOW:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2373 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2374 /* t as arg means consider only full-width windows */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2375 if (!NILP (obj)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2376 && !window_full_width_p (p))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2377 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2378 /* Ignore dedicated windows and minibuffers. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2379 if (MINI_WINDOW_P (p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2380 || (dedicated_too ? 0 : !NILP (p->dedicated)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2381 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2382 if (NILP (best_window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2383 || (XINT (XWINDOW (best_window)->use_time)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2384 > XINT (p->use_time)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2385 best_window = w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2386 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2387 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2388
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2389 case GET_BUFFER_MRU_WINDOW:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2390 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2391 /* #### what about the first check in GET_LRU_WINDOW? */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2392 /* Ignore dedicated windows and minibuffers. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2393 if (MINI_WINDOW_P (p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2394 || (dedicated_too ? 0 : !NILP (p->dedicated)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2395 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2396
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2397 if (XBUFFER (p->buffer) == XBUFFER (obj))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2398 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2399 if (NILP (best_window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2400 || (XINT (XWINDOW (best_window)->use_time)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2401 < XINT (p->use_time)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2402 best_window = w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2403 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2404 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2405 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2406
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2407 case DELETE_OTHER_WINDOWS:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2408 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2409 /* Don't delete the last window on a frame; this can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2410 happen when the minibuffer is selected, and would
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2411 cause the frame to be deleted. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2412 if (p != XWINDOW (obj) && !TOP_LEVEL_WINDOW_P (XWINDOW (w)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2413 Fdelete_window (w, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2414 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2415 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2416
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2417 case DELETE_BUFFER_WINDOWS:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2418 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2419 if (EQ (p->buffer, obj))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2420 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2421 struct frame *f = XFRAME (WINDOW_FRAME (p));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2422
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2423 /* If this window is dedicated, and in a frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2424 of its own, kill the frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2425 if (EQ (w, FRAME_ROOT_WINDOW (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2426 && !NILP (p->dedicated)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2427 && other_visible_frames (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2428 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2429 /* Skip the other windows on this frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2430 There might be one, the minibuffer! */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2431 if (! EQ (w, last_window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2432 while (f == XFRAME (WINDOW_FRAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2433 (XWINDOW (next_window))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2434 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2435 /* As we go, check for the end of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2436 loop. We mustn't start going
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2437 around a second time. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2438 if (EQ (next_window, last_window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2439 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2440 last_window = w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2441 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2442 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2443 next_window = Fnext_window (next_window,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2444 mini ? Qt : Qnil,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2445 frame_arg, Qt);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2446 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2447 /* Now we can safely delete the frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2448 Fdelete_frame (WINDOW_FRAME (p), Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2449 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2450 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2451 /* If we're deleting the buffer displayed in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2452 the only window on the frame, find a new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2453 buffer to display there. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2454 if (NILP (p->parent))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2455 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2456 Lisp_Object new_buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2457 new_buffer = Fother_buffer (obj, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2458 if (NILP (new_buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2459 new_buffer = Fget_buffer_create (QSscratch);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2460 Fset_window_buffer (w, new_buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2461 if (EQ (w, Fselected_window (Qnil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2462 Fset_buffer (p->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2463 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2464 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2465 Fdelete_window (w, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2466 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2467 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2468 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2469
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2470 case GET_LARGEST_WINDOW:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2471 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2472 /* Ignore dedicated windows and minibuffers. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2473 if (MINI_WINDOW_P (p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2474 || (dedicated_too ? 0 : !NILP (p->dedicated)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2475 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2476 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2477 /* write the check as follows to avoid tripping
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2478 error_check_window() --ben */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2479 struct window *b = NILP (best_window) ? 0 :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2480 XWINDOW (best_window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2481 if (NILP (best_window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2482 || ((WINDOW_HEIGHT (p) * WINDOW_WIDTH (p))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2483 > (WINDOW_HEIGHT (b) * WINDOW_WIDTH (b))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2484 best_window = w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2485 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2486 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2487 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2488
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2489 case UNSHOW_BUFFER:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2490 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2491 if (EQ (p->buffer, obj))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2492 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2493 /* Find another buffer to show in this window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2494 Lisp_Object another_buffer =
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2495 Fother_buffer (obj, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2496 if (NILP (another_buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2497 another_buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2498 = Fget_buffer_create (QSscratch);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2499 /* If this window is dedicated, and in a frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2500 of its own, kill the frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2501 if (EQ (w, FRAME_ROOT_WINDOW (w_frame))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2502 && !NILP (p->dedicated)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2503 && other_visible_frames (w_frame))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2504 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2505 /* Skip the other windows on this frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2506 There might be one, the minibuffer! */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2507 if (! EQ (w, last_window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2508 while (w_frame == XFRAME (WINDOW_FRAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2509 (XWINDOW (next_window))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2510 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2511 /* As we go, check for the end of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2512 loop. We mustn't start going
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2513 around a second time. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2514 if (EQ (next_window, last_window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2515 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2516 last_window = w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2517 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2518 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2519 next_window = Fnext_window (next_window,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2520 mini ? Qt : Qnil,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2521 frame_arg, Qt);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2522 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2523 /* Now we can safely delete the frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2524 delete_frame_internal (XFRAME (WINDOW_FRAME (p)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2525 0, 0, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2526 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2527 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2528 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2529 /* Otherwise show a different buffer in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2530 window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2531 p->dedicated = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2532 Fset_window_buffer (w, another_buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2533 if (EQ (w, Fselected_window (Qnil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2534 Fset_buffer (p->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2535 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2536 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2537 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2538 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2539
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
2540 default:
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2541 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2542 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2543
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2544 if (EQ (w, last_window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2545 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2546
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2547 w = next_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2548 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2549 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2550
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 149
diff changeset
2551 return type == GET_BUFFER_WINDOW_COUNT ? make_int (count) : best_window;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2552 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2553
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2554 #if 0 /* not currently used */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2555
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2556 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2557 buffer_window_count (struct buffer *b, struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2558 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2559 Lisp_Object buffer, frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2560
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2561 XSETFRAME (frame, f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2562 XSETBUFFER (buffer, b);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2563
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2564 return XINT (window_loop (GET_BUFFER_WINDOW_COUNT, buffer, 0, frame, 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2565 Qnil));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2566 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2567
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2568 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2569 buffer_window_mru (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2570 {
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
2571 Lisp_Object window =
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2572 window_loop (GET_BUFFER_MRU_WINDOW, w->buffer, 0, w->frame, 1, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2573
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2574 if (NILP (window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2575 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2576 else if (XWINDOW (window) == w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2577 return 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2578 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2579 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2580 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2581
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2582 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2583
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2584
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2585 DEFUN ("get-lru-window", Fget_lru_window, 0, 2, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2586 Return the window least recently selected or used for display.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2587 If optional argument FRAME is `visible', search all visible frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2588 If FRAME is 0, search all visible and iconified frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2589 If FRAME is t, search all frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2590 If FRAME is nil, search only the selected frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2591 If FRAME is a frame, search only that frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2592
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2593 Optional second argument CONSOLE controls which consoles or devices the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2594 returned window may be on. If CONSOLE is a console, return windows only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2595 on that console. If CONSOLE is a device, return windows only on that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2596 device. If CONSOLE is a console type, return windows only on consoles
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2597 of that type. If CONSOLE is 'window-system, return any windows on any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2598 window-system consoles. If CONSOLE is nil or omitted, return windows only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2599 on FRAME'S console, or on the selected console if FRAME is not a frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2600 Otherwise, all windows are considered.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2601 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2602 (frame, console))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2603 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2604 Lisp_Object w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2605 /* First try for a non-dedicated window that is full-width */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2606 w = window_loop (GET_LRU_WINDOW, Qt, 0, frame, 0, console);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2607 if (!NILP (w) && !EQ (w, Fselected_window (Qnil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2608 return w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2609
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2610 /* Then try for any non-dedicated window */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2611 w = window_loop (GET_LRU_WINDOW, Qnil, 0, frame, 0, console);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2612 if (!NILP (w) && !EQ (w, Fselected_window (Qnil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2613 return w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2614
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2615 #if 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2616 /* FSFmacs never returns a dedicated window here. If we do,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2617 it makes `display-buffer' not work right. #### All of this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2618 shit is so disgusting and awful that it needs to be rethought
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2619 from scratch. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2620 /* then try for a dedicated window that is full-width */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2621 w = window_loop (GET_LRU_WINDOW, Qt, 0, frame, 1, console);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2622 if (!NILP (w) && !EQ (w, Fselected_window (Qnil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2623 return w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2624
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2625 /* If none of them, then all windows, dedicated or not. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2626 w = window_loop (GET_LRU_WINDOW, Qnil, 0, frame, 1, console);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2627
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2628 /* At this point we damn well better have found something. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2629 if (NILP (w)) abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2630 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2631
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 149
diff changeset
2632 return w;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2633 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2634
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2635 DEFUN ("get-largest-window", Fget_largest_window, 0, 2, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2636 Return the window largest in area.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2637 If optional argument FRAME is `visible', search all visible frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2638 If FRAME is 0, search all visible and iconified frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2639 If FRAME is t, search all frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2640 If FRAME is nil, search only the selected frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2641 If FRAME is a frame, search only that frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2642
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2643 Optional second argument CONSOLE controls which consoles or devices the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2644 returned window may be on. If CONSOLE is a console, return windows only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2645 on that console. If CONSOLE is a device, return windows only on that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2646 device. If CONSOLE is a console type, return windows only on consoles
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2647 of that type. If CONSOLE is 'window-system, return any windows on any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2648 window-system consoles. If CONSOLE is nil or omitted, return windows only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2649 on FRAME'S console, or on the selected console if FRAME is not a frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2650 Otherwise, all windows are considered.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2651 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2652 (frame, console))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2653 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2654 /* Don't search dedicated windows because FSFmacs doesn't.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2655 This stuff is all black magic so don't try to apply common
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2656 sense to it. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2657 return window_loop (GET_LARGEST_WINDOW, Qnil, 0, frame, 0, console);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2658 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2659
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2660 DEFUN ("get-buffer-window", Fget_buffer_window, 1, 3, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2661 Return a window currently displaying BUFFER, or nil if none.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2662 If optional argument FRAME is `visible', search all visible frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2663 If optional argument FRAME is 0, search all visible and iconified frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2664 If FRAME is t, search all frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2665 If FRAME is nil, search only the selected frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2666 If FRAME is a frame, search only that frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2667
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2668 Optional third argument CONSOLE controls which consoles or devices the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2669 returned window may be on. If CONSOLE is a console, return windows only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2670 on that console. If CONSOLE is a device, return windows only on that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2671 device. If CONSOLE is a console type, return windows only on consoles
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2672 of that type. If CONSOLE is 'window-system, return any windows on any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2673 window-system consoles. If CONSOLE is nil or omitted, return windows only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2674 on FRAME'S console, or on the selected console if FRAME is not a frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2675 Otherwise, all windows are considered.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2676 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2677 (buffer, frame, console))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2678 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2679 buffer = Fget_buffer (buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2680 if (BUFFERP (buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2681 /* Search dedicated windows too. (Doesn't matter here anyway.) */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2682 return window_loop (GET_BUFFER_WINDOW, buffer, 1, frame, 1, console);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2683 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2684 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2685 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2686
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2687 /* These functions used to be `buffer-left-margin-pixel-width', etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2688 but there is no sensible way to implement those functions, since
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2689 you can't in general derive a window from a buffer. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2690
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2691 DEFUN ("window-left-margin-pixel-width",
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2692 Fwindow_left_margin_pixel_width, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2693 Return the width in pixels of the left outside margin of window WINDOW.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2694 If WINDOW is nil, the selected window is assumed.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2695 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2696 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2697 {
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
2698 return make_int (window_left_margin_width (decode_window (window)));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2699 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2700
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2701 DEFUN ("window-right-margin-pixel-width",
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2702 Fwindow_right_margin_pixel_width, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2703 Return the width in pixels of the right outside margin of window WINDOW.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2704 If WINDOW is nil, the selected window is assumed.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2705 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2706 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2707 {
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
2708 return make_int (window_right_margin_width (decode_window (window)));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2709 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2710
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2711 DEFUN ("delete-other-windows", Fdelete_other_windows, 0, 1, "", /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2712 Make WINDOW (or the selected window) fill its frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2713 Only the frame WINDOW is on is affected.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2714 This function tries to reduce display jumps
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2715 by keeping the text previously visible in WINDOW
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2716 in the same place on the frame. Doing this depends on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2717 the value of (window-start WINDOW), so if calling this function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2718 in a program gives strange scrolling, make sure the window-start
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2719 value is reasonable when this function is called.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2720 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2721 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2722 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2723 struct window *w = decode_window (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2724 struct buffer *b = XBUFFER (w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2725 Bufpos start_pos;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2726 int old_top = WINDOW_TOP (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2727
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2728 XSETWINDOW (window, w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2729
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2730 if (MINI_WINDOW_P (w) && old_top > 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2731 error ("Can't expand minibuffer to full frame");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2732
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2733 /* Ignore dedicated windows. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2734 window_loop (DELETE_OTHER_WINDOWS, window, 0, w->frame, 0, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2735
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2736 start_pos = marker_position (w->start[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2737
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2738 /* Try to minimize scrolling, by setting the window start to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2739 point which will cause the text at the old window start to be at
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2740 the same place on the frame. But don't try to do this if the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2741 window start is outside the visible portion (as might happen when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2742 the display is not current, due to typeahead). */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2743 if (start_pos >= BUF_BEGV (b) && start_pos <= BUF_ZV (b)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2744 && !MINI_WINDOW_P (w))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2745 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2746 Bufpos new_start = start_with_line_at_pixpos (w, start_pos, old_top);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2747
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2748 if (new_start >= BUF_BEGV (b) && new_start <= BUF_ZV (b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2749 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2750 Fset_marker (w->start[CURRENT_DISP], make_int (new_start),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2751 w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2752 w->start_at_line_beg = beginning_of_line_p (b, new_start);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2753 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2754 /* We need to do this, so that the window-scroll-functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2755 get called. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2756 w->force_start = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2757 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2758
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2759 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2760 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2761
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2762 DEFUN ("delete-windows-on", Fdelete_windows_on, 1, 3,
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2763 "bDelete windows on (buffer): ", /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2764 Delete all windows showing BUFFER.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2765 Optional second argument FRAME controls which frames are affected.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2766 If nil or omitted, delete all windows showing BUFFER in any frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2767 If t, delete only windows showing BUFFER in the selected frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2768 If `visible', delete all windows showing BUFFER in any visible frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2769 If a frame, delete only windows showing BUFFER in that frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2770
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2771 Optional third argument CONSOLE controls which consoles or devices the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2772 returned window may be on. If CONSOLE is a console, return windows only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2773 on that console. If CONSOLE is a device, return windows only on that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2774 device. If CONSOLE is a console type, return windows only on consoles
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2775 of that type. If CONSOLE is 'window-system, return any windows on any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2776 window-system consoles. If CONSOLE is nil or omitted, return windows only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2777 on FRAME'S console, or on the selected console if FRAME is not a frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2778 Otherwise, all windows are considered.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2779 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2780 (buffer, frame, console))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2781 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2782 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2783 /* FRAME uses t and nil to mean the opposite of what window_loop
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2784 expects. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2785 if (!FRAMEP (frame))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2786 frame = NILP (frame) ? Qt : Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2787
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2788 if (!NILP (buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2789 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2790 buffer = Fget_buffer (buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2791 CHECK_BUFFER (buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2792 /* Ignore dedicated windows. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2793 window_loop (DELETE_BUFFER_WINDOWS, buffer, 0, frame, 0, console);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2794 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2795 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2796 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2797
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2798 DEFUN ("replace-buffer-in-windows", Freplace_buffer_in_windows, 1, 1,
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2799 "bReplace buffer in windows: ", /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2800 Replace BUFFER with some other buffer in all windows showing it.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2801 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2802 (buffer))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2803 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2804 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2805 if (!NILP (buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2806 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2807 buffer = Fget_buffer (buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2808 CHECK_BUFFER (buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2809 /* Ignore dedicated windows. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2810 window_loop (UNSHOW_BUFFER, buffer, 0, Qt, 0, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2811 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2812 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2813 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2814
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2815 /* The smallest acceptable dimensions for a window. Anything smaller
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2816 might crash Emacs. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2817 #define MIN_SAFE_WINDOW_WIDTH (2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2818 #define MIN_SAFE_WINDOW_HEIGHT (2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2819
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2820 /* Make sure that window_min_height and window_min_width are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2821 not too small; if they are, set them to safe minima. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2822
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2823 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2824 check_min_window_sizes (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2825 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2826 /* Smaller values might permit a crash. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2827 if (window_min_width < MIN_SAFE_WINDOW_WIDTH)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2828 window_min_width = MIN_SAFE_WINDOW_WIDTH;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2829 if (window_min_height < MIN_SAFE_WINDOW_HEIGHT)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2830 window_min_height = MIN_SAFE_WINDOW_HEIGHT;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2831 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2832
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2833 /* If *ROWS or *COLS are too small a size for FRAME, set them to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2834 minimum allowable size. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2835 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2836 check_frame_size (struct frame *frame, int *rows, int *cols)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2837 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2838 /* For height, we have to see whether the frame has a minibuffer, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2839 whether it wants a modeline. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2840 int min_height =
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2841 (FRAME_MINIBUF_ONLY_P (frame) ? MIN_SAFE_WINDOW_HEIGHT - 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2842 : (! FRAME_HAS_MINIBUF_P (frame)) ? MIN_SAFE_WINDOW_HEIGHT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2843 : 2 * MIN_SAFE_WINDOW_HEIGHT - 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2844
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2845 if (*rows < min_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2846 *rows = min_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2847 if (*cols < MIN_SAFE_WINDOW_WIDTH)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2848 *cols = MIN_SAFE_WINDOW_WIDTH;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2849 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2850
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2851 /* Normally the window is deleted if it gets too small.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2852 nodelete nonzero means do not do this.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2853 (The caller should check later and do so if appropriate) */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2854 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2855 set_window_pixsize (Lisp_Object window, int new_pixsize, int nodelete,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2856 int set_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2857 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2858 struct window *w = XWINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2859 struct frame *f = XFRAME (w->frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2860 struct window *c;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2861 int old_pixsize = (set_height ? WINDOW_HEIGHT (w) : WINDOW_WIDTH (w));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2862 Lisp_Object child, minor_kid, major_kid;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2863 int minsize;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2864 int line_size;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2865 int defheight, defwidth;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2866
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2867 /* #### This is very likely incorrect and instead the char_to_pixel_
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2868 functions should be called. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2869 default_face_height_and_width (window, &defheight, &defwidth);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2870 line_size = (set_height ? defheight : defwidth);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2871
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2872 minsize = (set_height ? window_min_height : window_min_width);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2873 minsize *= line_size;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2874
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2875 check_min_window_sizes ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2876
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2877 if (!nodelete
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2878 && !TOP_LEVEL_WINDOW_P (w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2879 && new_pixsize < minsize)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2880 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2881 Fdelete_window (window, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2882 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2883 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2884
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2885 SET_LAST_MODIFIED (w, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2886 SET_LAST_FACECHANGE (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2887 MARK_FRAME_WINDOWS_STRUCTURE_CHANGED (f); /* multiple windows affected */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2888 if (set_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2889 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2890 WINDOW_HEIGHT (w) = new_pixsize;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2891 major_kid = w->vchild;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2892 minor_kid = w->hchild;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2893 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2894 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2895 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2896 WINDOW_WIDTH (w) = new_pixsize;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2897 major_kid = w->hchild;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2898 minor_kid = w->vchild;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2899 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2900
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2901 if (!NILP (minor_kid))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2902 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2903 for (child = minor_kid; !NILP (child); child = XWINDOW (child)->next)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2904 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2905 if (set_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2906 WINDOW_TOP (XWINDOW (child)) = WINDOW_TOP (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2907 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2908 WINDOW_LEFT (XWINDOW (child)) = WINDOW_LEFT (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2909
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2910 set_window_pixsize (child, new_pixsize, nodelete, set_height);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2911 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2912 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2913 else if (!NILP (major_kid))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2914 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2915 int last_pos, last_old_pos, pos, old_pos, first;
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2916 int pixel_adj_left = new_pixsize - old_pixsize;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2917 int div_val = old_pixsize << 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2918
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 203
diff changeset
2919 /*
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 203
diff changeset
2920 * Previously we bailed out here if there was no size change.
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2921 * (pixel_adj_left == 0) But this broke toolbar updates. If a
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2922 * toolbar appears or disappears, windows may not change size,
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2923 * but their top and left coordinates need to be updated.
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 203
diff changeset
2924 *
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2925 * So we don't bail until after the loop below.
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 203
diff changeset
2926 */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2927
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2928 last_pos = first = (set_height ? WINDOW_TOP (w) : WINDOW_LEFT (w));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2929 last_old_pos = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2930
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2931 for (child = major_kid; !NILP (child); child = c->next)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2932 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2933 c = XWINDOW (child);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2934
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2935 if (set_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2936 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2937 old_pos = last_old_pos + WINDOW_HEIGHT (c);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2938 WINDOW_TOP (c) = last_pos;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2939 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2940 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2941 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2942 old_pos = last_old_pos + WINDOW_WIDTH (c);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2943 WINDOW_LEFT (c) = last_pos;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2944 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2945
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2946 pos = (((old_pos * new_pixsize) << 1) + old_pixsize) / div_val;
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
2947 /* All but the last window should have a height which is
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2948 a multiple of the default line height. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2949 if (!NILP (c->next))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2950 pos = (pos / line_size) * line_size;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2951
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2952 /* Avoid confusion: don't delete child if it becomes too small */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2953 set_window_pixsize (child, pos + first - last_pos, 1, set_height);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2954
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2955 last_pos = pos + first;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2956 last_old_pos = old_pos;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2957 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2958
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2959 /* Sometimes we may get called with our old size. In that case
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2960 we don't need to do anything else. */
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2961 if (!pixel_adj_left)
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2962 return;
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2963
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2964 /* Now delete any children that became too small. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2965 if (!nodelete)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2966 for (child = major_kid; !NILP (child); child = XWINDOW (child)->next)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2967 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2968 if (set_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2969 set_window_pixheight (child, WINDOW_HEIGHT (XWINDOW (child)), 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2970 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2971 set_window_pixwidth (child, WINDOW_WIDTH (XWINDOW (child)), 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2972 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2973 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2974 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2975
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2976 /* Set the height of WINDOW and all its inferiors. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2977 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2978 set_window_pixheight (Lisp_Object window, int new_pixheight, int nodelete)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2979 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2980 set_window_pixsize (window, new_pixheight, nodelete, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2981 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2982
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2983 /* Recursively set width of WINDOW and its inferiors. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2984 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2985 set_window_pixwidth (Lisp_Object window, int new_pixwidth, int nodelete)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2986 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2987 set_window_pixsize (window, new_pixwidth, nodelete, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2988 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2989
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2990
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2991 static int window_select_count;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2992
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2993 DEFUN ("set-window-buffer", Fset_window_buffer, 2, 2, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2994 Make WINDOW display BUFFER as its contents.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2995 BUFFER can be a buffer or buffer name.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2996 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2997 (window, buffer))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2998 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2999 Lisp_Object tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3000 struct window *w = decode_window (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3001
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3002 buffer = Fget_buffer (buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3003 CHECK_BUFFER (buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3004
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3005 if (!BUFFER_LIVE_P (XBUFFER (buffer)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3006 error ("Attempt to display deleted buffer");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3007
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3008 tem = w->buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3009 if (NILP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3010 error ("Window is deleted");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3011
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3012 /* While this seems like a logical thing to do, it causes problems
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3013 because of saved window configurations. It is possible for a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3014 buffer to get restored into a window in which it is already being
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3015 displayed, but start and point are actually at completely
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3016 different locations. So we let this function complete fully and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3017 it will then make sure redisplay correctly updates things.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3018
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3019 #### This is a kludge. The correct approach is not to do this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3020 but to fix set-window-configuration. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3021 #if 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3022 else if (EQ (tem, buffer))
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
3023 return Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3024 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3025 else if (! EQ (tem, Qt)) /* w->buffer is t when the window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3026 is first being set up. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3027 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3028 if (!NILP (w->dedicated) && !EQ (tem, buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3029 error ("Window is dedicated to buffer %s",
16
0293115a14e9 Import from CVS: tag r19-15b91
cvs
parents: 2
diff changeset
3030 XSTRING_DATA (XBUFFER (tem)->name));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3031
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3032 unshow_buffer (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3033 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3034
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3035 w->buffer = buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3036 w->window_end_pos[CURRENT_DISP] = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3037 w->hscroll = 0;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3038 Fset_marker (w->pointm[CURRENT_DISP],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3039 make_int (BUF_PT (XBUFFER (buffer))),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3040 buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3041 set_marker_restricted (w->start[CURRENT_DISP],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3042 make_int (XBUFFER (buffer)->last_window_start),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3043 buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3044 Fset_marker (w->sb_point, w->start[CURRENT_DISP], buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3045 w->start_at_line_beg = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3046 w->force_start = 0; /* Lucid fix */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3047 SET_LAST_MODIFIED (w, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3048 SET_LAST_FACECHANGE (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3049 MARK_WINDOWS_CHANGED (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3050 recompute_all_cached_specifiers_in_window (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3051 if (EQ (window, Fselected_window (Qnil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3052 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3053 Fset_buffer (buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3054 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3055 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3056 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3057
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
3058 DEFUN ("select-window", Fselect_window, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3059 Select WINDOW. Most editing will apply to WINDOW's buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3060 The main editor command loop selects the buffer of the selected window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3061 before each command.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
3062 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
3063 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3064 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3065 struct window *w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3066 Lisp_Object old_selected_window = Fselected_window (Qnil);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3067
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3068 CHECK_LIVE_WINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3069 w = XWINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3070
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3071 /* we have already caught dead-window errors */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3072 if (!NILP (w->hchild) || !NILP (w->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3073 error ("Trying to select non-leaf window");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3074
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3075 w->use_time = make_int (++window_select_count);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3076 if (EQ (window, old_selected_window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3077 return window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3078
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3079 /* deselect the old window, if it exists (it might not exist if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3080 the selected device has no frames, which occurs at startup) */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3081 if (!NILP (old_selected_window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3082 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3083 struct window *ow = XWINDOW (old_selected_window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3084
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3085 Fset_marker (ow->pointm[CURRENT_DISP],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3086 make_int (BUF_PT (XBUFFER (ow->buffer))),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3087 ow->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3088
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3089 MARK_WINDOWS_CHANGED (ow);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3090 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3091
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3092 /* now select the window's frame */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3093 set_frame_selected_window (XFRAME (WINDOW_FRAME (w)), window);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3094
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3095 select_frame_1 (WINDOW_FRAME (w));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3096
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3097 /* also select the window's buffer */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3098 Frecord_buffer (w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3099 Fset_buffer (w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3100
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3101 /* Go to the point recorded in the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3102 This is important when the buffer is in more
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3103 than one window. It also matters when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3104 redisplay_window has altered point after scrolling,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3105 because it makes the change only in the window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3106 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3107 Bufpos new_point = marker_position (w->pointm[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3108 if (new_point < BUF_BEGV (current_buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3109 new_point = BUF_BEGV (current_buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3110 else if (new_point > BUF_ZV (current_buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3111 new_point = BUF_ZV (current_buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3112
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3113 BUF_SET_PT (current_buffer, new_point);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3114 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3115
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3116 MARK_WINDOWS_CHANGED (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3117
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3118 return window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3119 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3120
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3121 Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3122 display_buffer (Lisp_Object buffer, Lisp_Object not_this_window_p,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3123 Lisp_Object override_frame)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3124 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3125 return call3 (Qdisplay_buffer, buffer, not_this_window_p, override_frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3126 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3127
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3128 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3129 temp_output_buffer_show (Lisp_Object buf, Lisp_Object same_frame)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3130 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3131 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3132 Lisp_Object window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3133 struct window *w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3134 struct buffer *b = XBUFFER (buf);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3135
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3136 BUF_SAVE_MODIFF (XBUFFER (buf)) = BUF_MODIFF (b);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3137 widen_buffer (b, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3138 BUF_SET_PT (b, BUF_BEG (b));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3139
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3140 if (!EQ (Vtemp_buffer_show_function, Qnil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3141 call1 (Vtemp_buffer_show_function, buf);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3142 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3143 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3144 window = display_buffer (buf, Qnil, same_frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3145
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3146 if (!EQ (XWINDOW (window)->frame, Fselected_frame (Qnil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3147 Fmake_frame_visible (WINDOW_FRAME (XWINDOW (window)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3148
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3149 Vminibuf_scroll_window = window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3150 w = XWINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3151 w->hscroll = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3152 set_marker_restricted (w->start[CURRENT_DISP], make_int (1), buf);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3153 set_marker_restricted (w->pointm[CURRENT_DISP], make_int (1), buf);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3154 set_marker_restricted (w->sb_point, make_int (1), buf);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3155
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3156 /* Run temp-buffer-show-hook, with the chosen window selected. */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3157 if (!preparing_for_armageddon)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3158 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3159 Lisp_Object tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3160 tem = Fboundp (Qtemp_buffer_show_hook);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3161 if (!NILP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3162 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3163 tem = Fsymbol_value (Qtemp_buffer_show_hook);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3164 if (!NILP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3165 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3166 int count = specpdl_depth ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3167
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3168 /* Select the window that was chosen, for running
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3169 the hook. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3170 record_unwind_protect (save_window_excursion_unwind,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3171 Fcurrent_window_configuration (Qnil));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3172
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3173 Fselect_window (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3174 run_hook (Qtemp_buffer_show_hook);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3175 unbind_to (count, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3176 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3177 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3178 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3179 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3180 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3181
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3182 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3183 make_dummy_parent (Lisp_Object window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3184 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3185 Lisp_Object new = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3186 struct window *o = XWINDOW (window);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3187 struct window *p = alloc_lcrecord_type (struct window, lrecord_window);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3188
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3189 XSETWINDOW (new, p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3190 copy_lcrecord (p, o);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3191
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3192 /* Don't copy the pointers to the line start cache or the face
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3193 instances. */
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3194 p->line_start_cache = Dynarr_new (line_start_cache);
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3195 p->face_cachels = Dynarr_new (face_cachel);
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3196 p->glyph_cachels = Dynarr_new (glyph_cachel);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3197
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3198 /* Put new into window structure in place of window */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3199 replace_window (window, new);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3200
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3201 o->next = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3202 o->prev = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3203 o->vchild = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3204 o->hchild = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3205 o->parent = new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3206
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3207 p->start[CURRENT_DISP] = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3208 p->start[DESIRED_DISP] = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3209 p->start[CMOTION_DISP] = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3210 p->pointm[CURRENT_DISP] = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3211 p->pointm[DESIRED_DISP] = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3212 p->pointm[CMOTION_DISP] = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3213 p->sb_point = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3214 p->buffer = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3215 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3216
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
3217 DEFUN ("split-window", Fsplit_window, 0, 3, "", /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3218 Split WINDOW, putting SIZE lines in the first of the pair.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3219 WINDOW defaults to selected one and SIZE to half its size.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3220 If optional third arg HOR-FLAG is non-nil, split side by side
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3221 and put SIZE columns in the first of the pair.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
3222 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
3223 (window, chsize, horflag))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3224 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3225 Lisp_Object new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3226 struct window *o, *p;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3227 struct frame *f;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3228 int size;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3229 int psize;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3230
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3231 if (NILP (window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3232 window = Fselected_window (Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3233 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3234 CHECK_WINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3235
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3236 o = XWINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3237 f = XFRAME (WINDOW_FRAME (o));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3238
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3239 if (NILP (chsize))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3240 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3241 if (!NILP (horflag))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3242 /* In the new scheme, we are symmetric with respect to separators
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3243 so there is no need to do weird things here. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3244 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3245 psize = WINDOW_WIDTH (o) >> 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3246 size = window_pixel_width_to_char_width (o, psize, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3247 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3248 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3249 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3250 psize = WINDOW_HEIGHT (o) >> 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3251 size = window_pixel_height_to_char_height (o, psize, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3252 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3253 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3254 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3255 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3256 CHECK_INT (chsize);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3257 size = XINT (chsize);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3258 if (!NILP (horflag))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3259 psize = window_char_width_to_pixel_width (o, size, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3260 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3261 psize = window_char_height_to_pixel_height (o, size, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3262 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3263
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3264 if (MINI_WINDOW_P (o))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3265 error ("Attempt to split minibuffer window");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3266 else if (FRAME_NO_SPLIT_P (XFRAME (WINDOW_FRAME (o))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3267 error ("Attempt to split unsplittable frame");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3268
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3269 check_min_window_sizes ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3270
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3271 if (NILP (horflag))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3272 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3273 if (size < window_min_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3274 error ("Window height %d too small (after splitting)", size);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3275 if (size + window_min_height > window_char_height (o, 1))
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3276 error ("Window height %d too small (after splitting)",
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3277 window_char_height (o, 1) - size);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3278 if (NILP (o->parent)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3279 || NILP (XWINDOW (o->parent)->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3280 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3281 make_dummy_parent (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3282 reset_face_cachels (XWINDOW (window));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3283 new = o->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3284 XWINDOW (new)->vchild = window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3285 XFRAME (o->frame)->mirror_dirty = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3286 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3287 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3288 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3289 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3290 if (size < window_min_width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3291 error ("Window width %d too small (after splitting)", size);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3292 if (size + window_min_width > window_char_width (o, 0))
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3293 error ("Window width %d too small (after splitting)",
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3294 window_char_width (o, 0) - size);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3295 if (NILP (o->parent)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3296 || NILP (XWINDOW (o->parent)->hchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3297 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3298 make_dummy_parent (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3299 reset_face_cachels (XWINDOW (window));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3300 new = o->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3301 XWINDOW (new)->hchild = window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3302 XFRAME (o->frame)->mirror_dirty = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3303 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3304 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3305
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3306 /* Now we know that window's parent is a vertical combination
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3307 if we are dividing vertically, or a horizontal combination
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3308 if we are making side-by-side windows */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3309
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3310 MARK_FRAME_WINDOWS_STRUCTURE_CHANGED (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3311 new = allocate_window ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3312 p = XWINDOW (new);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3313
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3314 p->frame = o->frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3315 p->next = o->next;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3316 if (!NILP (p->next))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3317 XWINDOW (p->next)->prev = new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3318 p->prev = window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3319 o->next = new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3320 p->parent = o->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3321 p->buffer = Qt;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3322
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3323 reset_face_cachels (p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3324 reset_glyph_cachels (p);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3325
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3326
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3327 /* Apportion the available frame space among the two new windows */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3328
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3329 if (!NILP (horflag))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3330 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3331 WINDOW_HEIGHT (p) = WINDOW_HEIGHT (o);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3332 WINDOW_TOP (p) = WINDOW_TOP (o);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3333 WINDOW_WIDTH (p) = WINDOW_WIDTH (o) - psize;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3334 WINDOW_WIDTH (o) = psize;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3335 WINDOW_LEFT (p) = WINDOW_LEFT (o) + psize;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3336 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3337 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3338 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3339 WINDOW_LEFT (p) = WINDOW_LEFT (o);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3340 WINDOW_WIDTH (p) = WINDOW_WIDTH (o);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3341 WINDOW_HEIGHT (p) = WINDOW_HEIGHT (o) - psize;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3342 WINDOW_HEIGHT (o) = psize;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3343 WINDOW_TOP (p) = WINDOW_TOP (o) + psize;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3344 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3345
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3346 XFRAME (p->frame)->mirror_dirty = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3347 /* do this last (after the window is completely initialized and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3348 the mirror-dirty flag is set) so that specifier recomputation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3349 caused as a result of this will work properly and not abort. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3350 Fset_window_buffer (new, o->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3351 return new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3352 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3353
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3354
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
3355 DEFUN ("enlarge-window", Fenlarge_window, 1, 3, "_p", /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3356 Make the selected window ARG lines bigger.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3357 From program, optional second arg non-nil means grow sideways ARG columns,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3358 and optional third ARG specifies the window to change instead of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3359 selected window.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
3360 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
3361 (n, side, window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3362 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3363 struct window *w = decode_window (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3364 CHECK_INT (n);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3365 change_window_height (w, XINT (n), !NILP (side));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3366 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3367 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3368
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
3369 DEFUN ("shrink-window", Fshrink_window, 1, 3, "_p", /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3370 Make the selected window ARG lines smaller.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3371 From program, optional second arg non-nil means shrink sideways ARG columns,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3372 and optional third ARG specifies the window to change instead of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3373 selected window.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
3374 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
3375 (n, side, window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3376 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3377 CHECK_INT (n);
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
3378 change_window_height (decode_window (window), -XINT (n), !NILP (side));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3379 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3380 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3381
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3382 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3383 window_pixel_height (Lisp_Object window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3384 {
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
3385 return WINDOW_HEIGHT (XWINDOW (window));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3386 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3387
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3388 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3389 window_pixel_height_to_char_height (struct window *w, int pixel_height,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3390 int include_gutters_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3391 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3392 int avail_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3393 int defheight, defwidth;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3394 int char_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3395 Lisp_Object window;
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3396
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3397 XSETWINDOW (window, w);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3398
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3399 avail_height = (pixel_height -
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3400 (include_gutters_p ? 0 :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3401 window_top_gutter_height (w) +
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3402 window_bottom_gutter_height (w)));
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3403
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3404 default_face_height_and_width (window, &defheight, &defwidth);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3405
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3406 char_height = avail_height / defheight;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3407
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3408 /* It's the calling function's responsibility to check these values
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3409 and make sure they're not out of range.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3410
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3411 #### We need to go through the calling functions and actually
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3412 do this. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3413 if (char_height < 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3414 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3415 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3416 return char_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3417 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3418
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3419 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3420 window_char_height_to_pixel_height (struct window *w, int char_height,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3421 int include_gutters_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3422 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3423 int avail_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3424 int defheight, defwidth;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3425 int pixel_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3426
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3427 Lisp_Object window;
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3428
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3429 XSETWINDOW (window, w);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3430
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3431 default_face_height_and_width (window, &defheight, &defwidth);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3432
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3433 avail_height = char_height * defheight;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3434 pixel_height = (avail_height +
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3435 (include_gutters_p ? 0 :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3436 window_top_gutter_height (w) +
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3437 window_bottom_gutter_height (w)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3438
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3439 /* It's the calling function's responsibility to check these values
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3440 and make sure they're not out of range.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3441
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3442 #### We need to go through the calling functions and actually
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3443 do this. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3444 if (pixel_height < 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3445 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3446 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3447 return pixel_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3448 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3449
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3450 /* Return number of default lines of text can fit in the window W.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3451 If INCLUDE_GUTTERS_P is 1, include "gutter" space (modeline plus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3452 horizontal scrollbar) in the space that is used for the calculation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3453 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3454 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3455 window_char_height (struct window *w, int include_gutters_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3456 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3457 return window_pixel_height_to_char_height (w, WINDOW_HEIGHT (w),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3458 include_gutters_p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3459 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3460
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3461 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3462 * Return number of lines currently displayed in window w. If
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3463 * end-of-buffer is displayed then the area below end-of-buffer is assume
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3464 * to be blank lines of default height.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3465 * Does not include the modeline.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3466 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3467 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3468 window_displayed_height (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3469 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3470 struct buffer *b = XBUFFER (w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3471 display_line_dynarr *dla = window_display_lines (w, CURRENT_DISP);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3472 int num_lines;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3473 Charcount end_pos = (BUF_Z (b) - w->window_end_pos[CURRENT_DISP] > BUF_ZV (b)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3474 ? -1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3475 : w->window_end_pos[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3476
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3477 if (!Dynarr_length (dla))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3478 return window_char_height (w, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3479
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3480 num_lines = Dynarr_length (dla);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3481
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3482 /* #### Document and assert somewhere that w->window_end_pos == -1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3483 indicates that end-of-buffer is being displayed. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3484 if (end_pos == -1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3485 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3486 struct display_line *dl = Dynarr_atp (dla, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3487 int ypos1 = dl->ypos + dl->descent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3488 int ypos2 = WINDOW_TEXT_BOTTOM (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3489 Lisp_Object window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3490 int defheight, defwidth;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3491
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3492 XSETWINDOW (window, w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3493
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3494 if (dl->modeline)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3495 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3496 num_lines--;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3497
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3498 if (Dynarr_length (dla) == 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3499 ypos1 = WINDOW_TEXT_TOP (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3500 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3501 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3502 dl = Dynarr_atp (dla, Dynarr_length (dla) - 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3503 /* If this line is clipped then we know that there is no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3504 blank room between eob and the modeline. If we are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3505 scrolling on clipped lines just know off the clipped
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3506 line and return .*/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3507 if (scroll_on_clipped_lines && dl->clip)
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
3508 return num_lines - 1;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3509 ypos1 = dl->ypos + dl->descent - dl->clip;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3510 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3511 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3512
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3513 default_face_height_and_width (window, &defheight, &defwidth);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3514 /* #### This probably needs to know about the clipping area once a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3515 final definition is decided on. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3516 num_lines += ((ypos2 - ypos1) / defheight);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3517 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3518 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3519 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3520 if (num_lines > 1 && Dynarr_atp (dla, 0)->modeline)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3521 num_lines--;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3522
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3523 if (scroll_on_clipped_lines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3524 && Dynarr_atp (dla, Dynarr_length (dla) - 1)->clip)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3525 num_lines--;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3526 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3527
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3528 return num_lines;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3529 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3530
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3531 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3532 window_pixel_width (Lisp_Object window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3533 {
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
3534 return WINDOW_WIDTH (XWINDOW (window));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3535 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3536
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3537 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3538 window_pixel_width_to_char_width (struct window *w, int pixel_width,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3539 int include_margins_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3540 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3541 int avail_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3542 int char_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3543 int defheight, defwidth;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3544 Lisp_Object window;
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3545
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3546 XSETWINDOW (window, w);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3547
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3548 avail_width = (pixel_width -
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3549 window_left_gutter_width (w, 0) -
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3550 window_right_gutter_width (w, 0) -
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3551 (include_margins_p ? 0 : window_left_margin_width (w)) -
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3552 (include_margins_p ? 0 : window_right_margin_width (w)));
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3553
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3554 default_face_height_and_width (window, &defheight, &defwidth);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3555
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3556 char_width = (avail_width / defwidth);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3557
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3558 /* It's the calling function's responsibility to check these values
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3559 and make sure they're not out of range.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3560
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3561 #### We need to go through the calling functions and actually
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3562 do this. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3563 if (char_width < 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3564 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3565 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3566 return char_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3567 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3568
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3569 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3570 window_char_width_to_pixel_width (struct window *w, int char_width,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3571 int include_margins_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3572 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3573 int avail_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3574 int pixel_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3575 int defheight, defwidth;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3576 Lisp_Object window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3577
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3578 XSETWINDOW (window, w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3579
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3580 default_face_height_and_width (window, &defheight, &defwidth);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3581
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3582 avail_width = char_width * defwidth;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3583 pixel_width = (avail_width +
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3584 window_left_gutter_width (w, 0) +
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3585 window_right_gutter_width (w, 0) +
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3586 (include_margins_p ? 0 : window_left_margin_width (w)) +
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3587 (include_margins_p ? 0 : window_right_margin_width (w)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3588
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3589 /* It's the calling function's responsibility to check these values
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3590 and make sure they're not out of range.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3591
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3592 #### We need to go through the calling functions and actually
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3593 do this. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3594 if (pixel_width < 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3595 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3596 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3597 return pixel_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3598 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3599
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3600 /* This returns the usable space which doesn't include space needed by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3601 scrollbars or divider lines. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3602 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3603 window_char_width (struct window *w, int include_margins_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3604 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3605 return window_pixel_width_to_char_width (w, WINDOW_WIDTH (w),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3606 include_margins_p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3607 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3608
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3609 #define MINSIZE(w) \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3610 (widthflag \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3611 ? window_min_width * defwidth \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3612 : (defheight * (MINI_WINDOW_P (XWINDOW (w)) ? 1 : window_min_height)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3613
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3614 #define CURBEG(w) \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3615 *(widthflag ? (int *) &WINDOW_LEFT (w) : (int *) &WINDOW_TOP (w))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3616
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3617 #define CURSIZE(w) \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3618 *(widthflag ? (int *) &WINDOW_WIDTH (w) : (int *) &WINDOW_HEIGHT (w))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3619
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3620 #define CURCHARSIZE(w) \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3621 (widthflag ? window_char_width (w, 0) : window_char_height (w, 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3622
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3623 #define MINCHARSIZE(window) \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3624 (widthflag ? window_min_width : MINI_WINDOW_P (XWINDOW (window)) \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3625 ? 1 : window_min_height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3626
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3627 /* Unlike set_window_pixheight, this function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3628 also changes the heights of the siblings so as to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3629 keep everything consistent. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3630
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3631 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3632 change_window_height (struct window *win, int delta, int widthflag)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3633 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3634 Lisp_Object parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3635 Lisp_Object window = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3636 struct window *w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3637 struct frame *f;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3638 int *sizep;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3639 int (*sizefun) (Lisp_Object) = (widthflag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3640 ? window_pixel_width
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3641 : window_pixel_height);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3642 void (*setsizefun) (Lisp_Object, int, int) = (widthflag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3643 ? set_window_pixwidth
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3644 : set_window_pixheight);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3645 int dim;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3646 int defheight, defwidth;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3647
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3648 if (delta == 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3649 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3650
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3651 check_min_window_sizes ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3652
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3653 XSETWINDOW (window, win);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3654 f = XFRAME (win->frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3655 if (EQ (window, FRAME_ROOT_WINDOW (f)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3656 error ("Won't change only window");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3657
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3658 /* #### This is very likely incorrect and instead the char_to_pixel_
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3659 functions should be called. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3660 default_face_height_and_width (window, &defheight, &defwidth);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3661
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3662 while (1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3663 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3664 w = XWINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3665 parent = w->parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3666 if (NILP (parent))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3667 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3668 if (widthflag)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3669 error ("No other window to side of this one");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3670 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3671 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3672 if (widthflag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3673 ? !NILP (XWINDOW (parent)->hchild)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3674 : !NILP (XWINDOW (parent)->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3675 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3676 window = parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3677 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3678
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3679 sizep = &CURSIZE (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3680 dim = CURCHARSIZE (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3681
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3682 if ((dim + delta) < MINCHARSIZE (window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3683 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3684 if (MINI_WINDOW_P (XWINDOW (window)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3685 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3686 else if (!NILP (parent))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3687 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3688 Fdelete_window (window, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3689 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3690 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3691 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3692
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3693 delta *= (widthflag ? defwidth : defheight);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3694
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3695 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3696 int maxdelta;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3697
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3698 maxdelta = ((!NILP (parent))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3699 ? (*sizefun) (parent) - *sizep
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3700 : ((!NILP (w->next))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3701 ? (*sizefun) (w->next) - MINSIZE (w->next)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3702 : ((!NILP (w->prev))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3703 ? (*sizefun) (w->prev) - MINSIZE (w->prev)
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
3704 /* This is a frame with only one window,
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3705 a minibuffer-only or a minibufferless frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3706 : (delta = 0))));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3707
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3708 if (delta > maxdelta)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3709 /* This case traps trying to make the minibuffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3710 the full frame, or make the only window aside from the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3711 minibuffer the full frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3712 delta = maxdelta;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3713
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3714 if (delta == 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3715 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3716
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3717 #if 0 /* FSFmacs */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3718 /* #### Chuck: is this correct? */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3719 if (*sizep + delta < MINSIZE (window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3720 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3721 Fdelete_window (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3722 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3723 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3724 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3725 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3726
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3727 if (!NILP (w->next) &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3728 (*sizefun) (w->next) - delta >= (int) MINSIZE (w->next))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3729 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3730 CURBEG (XWINDOW (w->next)) += delta;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3731 (*setsizefun) (w->next, (*sizefun) (w->next) - delta, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3732 (*setsizefun) (window, *sizep + delta, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3733 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3734 else if (!NILP (w->prev) &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3735 (*sizefun) (w->prev) - delta >= (int) MINSIZE (w->prev))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3736 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3737 (*setsizefun) (w->prev, (*sizefun) (w->prev) - delta, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3738 CURBEG (w) -= delta;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3739 (*setsizefun) (window, *sizep + delta, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3740 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3741 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3742 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3743 int delta1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3744 int opht = (*sizefun) (parent);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3745
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3746 /* If trying to grow this window to or beyond size of the parent,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3747 make delta1 so big that, on shrinking back down,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3748 all the siblings end up with less than one line and are deleted. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3749 if (opht <= *sizep + delta)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3750 delta1 = opht * opht * 2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3751 /* Otherwise, make delta1 just right so that if we add delta1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3752 lines to this window and to the parent, and then shrink
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3753 the parent back to its original size, the new proportional
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3754 size of this window will increase by delta. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3755 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3756 delta1 = (delta * opht * 100) / ((opht - *sizep - delta) * 100);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3757
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3758 /* Add delta1 lines or columns to this window, and to the parent,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3759 keeping things consistent while not affecting siblings. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3760 CURSIZE (XWINDOW (parent)) = opht + delta1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3761 (*setsizefun) (window, *sizep + delta1, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3762
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3763 /* Squeeze out delta1 lines or columns from our parent,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3764 shriking this window and siblings proportionately.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3765 This brings parent back to correct size.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3766 Delta1 was calculated so this makes this window the desired size,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3767 taking it all out of the siblings. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3768 (*setsizefun) (parent, opht, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3769 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3770
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3771 SET_LAST_MODIFIED (w, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3772 SET_LAST_FACECHANGE (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3773 MARK_FRAME_WINDOWS_STRUCTURE_CHANGED (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3774 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3775 #undef MINSIZE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3776 #undef CURBEG
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3777 #undef CURSIZE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3778 #undef CURCHARSIZE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3779 #undef MINCHARSIZE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3780
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3781
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3782
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3783 /* Scroll contents of window WINDOW up N lines. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3784 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3785 window_scroll (Lisp_Object window, Lisp_Object n, int direction,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3786 Error_behavior errb)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3787 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3788 struct window *w = XWINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3789 struct buffer *b = XBUFFER (w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3790 int selected = EQ (window, Fselected_window (Qnil));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3791 int value = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3792 Lisp_Object point, tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3793
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3794 if (selected)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3795 point = make_int (BUF_PT (b));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3796 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3797 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3798 Bufpos pos = marker_position (w->pointm[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3799
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3800 if (pos < BUF_BEGV (b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3801 pos = BUF_BEGV (b);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3802 else if (pos > BUF_ZV (b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3803 pos = BUF_ZV (b);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3804
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3805 point = make_int (pos);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3806 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3807
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3808 /* Always set force_start so that redisplay_window will run
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3809 thw window-scroll-functions. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3810 w->force_start = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3811
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3812 /* #### When the fuck does this happen? I'm so glad that history has
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3813 completely documented the behavior of the scrolling functions under
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3814 all circumstances. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3815 tem = Fpos_visible_in_window_p (point, window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3816 if (NILP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3817 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3818 Fvertical_motion (make_int (-window_char_height (w, 0) / 2), window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3819 Fset_marker (w->start[CURRENT_DISP], point, w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3820 w->start_at_line_beg = beginning_of_line_p (b, XINT (point));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3821 MARK_WINDOWS_CHANGED (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3822 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3823
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3824 if (!NILP (n))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3825 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3826 if (EQ (n, Qminus))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3827 direction *= -1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3828 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3829 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3830 n = Fprefix_numeric_value (n);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3831 value = XINT (n) * direction;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3832
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3833 if (!value)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3834 return; /* someone just made a pointless call */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3835 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3836 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3837
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3838 /* If the user didn't specify how far to scroll then we have to figure it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3839 out by ourselves. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3840 if (NILP (n) || EQ (n, Qminus))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3841 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3842 /* Going forwards is easy. If that is what we are doing then just
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3843 set value and the section which handles the user specifying a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3844 positive value will work. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3845 if (direction == 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3846 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3847 value = window_displayed_height (w) - next_screen_context_lines;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3848 value = (value < 1 ? 1 : value);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3849 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3850
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3851 /* Going backwards is hard. We can't use the same loop used if the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3852 user specified a negative value because we care about
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3853 next_screen_context_lines. In a variable height world you don't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3854 know how many lines above you can actually be displayed and still
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3855 have the context lines appear. So we leave value set to 0 and add
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3856 a separate section to deal with this. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3857
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3858 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3859
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3860 if (direction == 1 && !value)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3861 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3862 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3863 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3864 else if (value > 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3865 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3866 int vtarget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3867 Bufpos startp, old_start;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3868
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3869 old_start = marker_position (w->start[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3870 startp = vmotion (w, old_start, value, &vtarget);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3871
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3872 if (vtarget < value &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3873 (w->window_end_pos[CURRENT_DISP] == -1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3874 || (BUF_Z (b) - w->window_end_pos[CURRENT_DISP] > BUF_ZV (b))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3875 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3876 maybe_signal_error (Qend_of_buffer, Qnil, Qwindow, errb);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3877 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3878 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3879 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3880 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3881 set_marker_restricted (w->start[CURRENT_DISP], make_int (startp),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3882 w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3883 w->force_start = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3884 w->start_at_line_beg = beginning_of_line_p (b, startp);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3885 MARK_WINDOWS_CHANGED (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3886
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3887 if (!point_would_be_visible (w, startp, XINT (point)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3888 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3889 if (selected)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3890 BUF_SET_PT (b, startp);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3891 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3892 set_marker_restricted (w->pointm[CURRENT_DISP],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3893 make_int (startp),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3894 w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3895 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3896 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3897 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3898 else if (value < 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3899 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3900 int vtarget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3901 Bufpos startp, old_start;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3902
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3903 old_start = marker_position (w->start[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3904 startp = vmotion (w, old_start, value, &vtarget);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3905
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3906 if (vtarget > value
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3907 && marker_position (w->start[CURRENT_DISP]) == BUF_BEGV (b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3908 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3909 maybe_signal_error (Qbeginning_of_buffer, Qnil, Qwindow, errb);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3910 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3911 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3912 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3913 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3914 set_marker_restricted (w->start[CURRENT_DISP], make_int (startp),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3915 w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3916 w->force_start = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3917 w->start_at_line_beg = beginning_of_line_p (b, startp);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3918 MARK_WINDOWS_CHANGED (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3919
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3920 if (!point_would_be_visible (w, startp, XINT (point)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3921 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3922 Bufpos new_point;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3923
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3924 if (MINI_WINDOW_P (w))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3925 new_point = startp;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3926 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3927 new_point = start_of_last_line (w, startp);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3928
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3929 if (selected)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3930 BUF_SET_PT (b, new_point);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3931 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3932 set_marker_restricted (w->pointm[CURRENT_DISP],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3933 make_int (new_point),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3934 w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3935 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3936 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3937 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3938 else /* value == 0 && direction == -1 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3939 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3940 if (marker_position (w->start[CURRENT_DISP]) == BUF_BEGV (b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3941 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3942 maybe_signal_error (Qbeginning_of_buffer, Qnil, Qwindow, errb);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3943 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3944 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3945 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3946 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3947 int vtarget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3948 int movement = next_screen_context_lines - 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3949 Bufpos old_startp = marker_position (w->start[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3950 Bufpos bottom = vmotion (w, old_startp, movement, &vtarget);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3951 Bufpos startp =
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3952 start_with_point_on_display_line (w, bottom,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3953 -1 - (movement - vtarget));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3954
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3955 if (startp >= old_startp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3956 startp = vmotion (w, old_startp, -1, NULL);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3957
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3958 set_marker_restricted (w->start[CURRENT_DISP], make_int (startp),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3959 w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3960 w->force_start = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3961 w->start_at_line_beg = beginning_of_line_p (b, startp);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3962 MARK_WINDOWS_CHANGED (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3963
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3964 if (!point_would_be_visible (w, startp, XINT (point)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3965 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3966 Bufpos new_point = start_of_last_line (w, startp);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3967
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3968 if (selected)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3969 BUF_SET_PT (b, new_point);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3970 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3971 set_marker_restricted (w->pointm[CURRENT_DISP],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3972 make_int (new_point),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3973 w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3974 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3975 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3976 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3977
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3978 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3979
98
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
3980 extern int signal_error_on_buffer_boundary;
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
3981
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
3982 DEFUN ("scroll-up", Fscroll_up, 0, 1, "_P", /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3983 Scroll text of current window upward ARG lines; or near full screen if no ARG.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3984 A near full screen is `next-screen-context-lines' less than a full screen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3985 Negative ARG means scroll downward.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3986 When calling from a program, supply a number as argument or nil.
98
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
3987
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
3988 If `signal-error-on-buffer-boundary' is nil, the usual error and
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
3989 loss of zmacs region is suppressed when moving past end of buffer.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
3990 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
3991 (n))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3992 {
98
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
3993 Error_behavior errb =
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
3994 signal_error_on_buffer_boundary ? ERROR_ME : ERROR_ME_NOT;
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
3995
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
3996 window_scroll (Fselected_window (Qnil), n, 1, errb);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3997 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3998 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3999
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4000 DEFUN ("scroll-down", Fscroll_down, 0, 1, "_P", /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4001 Scroll text of current window downward ARG lines; or near full screen if no ARG.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4002 A near full screen is `next-screen-context-lines' less than a full screen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4003 Negative ARG means scroll upward.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4004 When calling from a program, supply a number as argument or nil.
98
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
4005
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
4006 If `signal-error-on-buffer-boundary' is nil, the usual error and
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
4007 loss of zmacs region is suppressed when moving past end of buffer.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4008 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4009 (n))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4010 {
98
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
4011 Error_behavior errb =
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
4012 signal_error_on_buffer_boundary ? ERROR_ME : ERROR_ME_NOT;
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
4013
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 70
diff changeset
4014 window_scroll (Fselected_window (Qnil), n, -1, errb);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4015 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4016 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4017
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4018 DEFUN ("other-window-for-scrolling", Fother_window_for_scrolling, 0, 0, 0, /*
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
4019 Return the other window for "other window scroll" commands.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4020 If in the minibuffer, `minibuffer-scroll-window' if non-nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4021 specifies the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4022 If `other-window-scroll-buffer' is non-nil, a window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4023 showing that buffer is used.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4024 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4025 ())
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4026 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4027 Lisp_Object window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4028 Lisp_Object selected_window = Fselected_window (Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4029
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4030 if (MINI_WINDOW_P (XWINDOW (selected_window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4031 && !NILP (Vminibuf_scroll_window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4032 window = Vminibuf_scroll_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4033 /* If buffer is specified, scroll that buffer. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4034 else if (!NILP (Vother_window_scroll_buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4035 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4036 window = Fget_buffer_window (Vother_window_scroll_buffer, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4037 if (NILP (window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4038 window = display_buffer (Vother_window_scroll_buffer, Qt, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4039 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4040 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4041 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4042 /* Nothing specified; look for a neighboring window on the same
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4043 frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4044 window = Fnext_window (selected_window, Qnil, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4045
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4046 if (EQ (window, selected_window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4047 /* That didn't get us anywhere; look for a window on another
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4048 visible frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4049 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4050 window = Fnext_window (window, Qnil, Qt, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4051 while (! FRAME_VISIBLE_P (XFRAME (WINDOW_FRAME (XWINDOW (window))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4052 && ! EQ (window, selected_window));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4053 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4054
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4055 CHECK_LIVE_WINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4056
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4057 if (EQ (window, selected_window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4058 error ("There is no other window");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4059
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4060 return window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4061 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4062
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4063 DEFUN ("scroll-other-window", Fscroll_other_window, 0, 1, "_P", /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4064 Scroll next window upward ARG lines; or near full frame if no ARG.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4065 The next window is the one below the current one; or the one at the top
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4066 if the current one is at the bottom. Negative ARG means scroll downward.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4067 When calling from a program, supply a number as argument or nil.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4068
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4069 If in the minibuffer, `minibuf-scroll-window' if non-nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4070 specifies the window to scroll.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4071 If `other-window-scroll-buffer' is non-nil, scroll the window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4072 showing that buffer, popping the buffer up if necessary.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4073 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4074 (n))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4075 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4076 window_scroll (Fother_window_for_scrolling (), n, 1, ERROR_ME);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4077 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4078 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4079
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4080 DEFUN ("scroll-left", Fscroll_left, 0, 1, "_P", /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4081 Scroll selected window display ARG columns left.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4082 Default for ARG is window width minus 2.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4083 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4084 (arg))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4085 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4086 Lisp_Object window = Fselected_window (Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4087 struct window *w = XWINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4088
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4089 if (NILP (arg))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4090 arg = make_int (window_char_width (w, 0) - 2);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4091 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4092 arg = Fprefix_numeric_value (arg);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4093
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4094 return Fset_window_hscroll (window, make_int (w->hscroll + XINT (arg)));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4095 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4096
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4097 DEFUN ("scroll-right", Fscroll_right, 0, 1, "_P", /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4098 Scroll selected window display ARG columns right.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4099 Default for ARG is window width minus 2.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4100 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4101 (arg))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4102 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4103 Lisp_Object window = Fselected_window (Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4104 struct window *w = XWINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4105
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4106 if (NILP (arg))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4107 arg = make_int (window_char_width (w, 0) - 2);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4108 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4109 arg = Fprefix_numeric_value (arg);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4110
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4111 return Fset_window_hscroll (window, make_int (w->hscroll - XINT (arg)));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4112 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4113
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4114 DEFUN ("recenter", Frecenter, 0, 2, "_P", /*
201
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 195
diff changeset
4115 Center point in WINDOW and redisplay frame. With N, put point on line N.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4116 The desired position of point is always relative to the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4117 Just C-u as prefix means put point in the center of the window.
201
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 195
diff changeset
4118 No N (i.e., it is nil) erases the entire frame and then
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4119 redraws with point in the center of the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4120 If WINDOW is nil, the selected window is used.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4121 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4122 (n, window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4123 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4124 struct window *w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4125 struct buffer *b;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4126 Bufpos startp;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4127 Bufpos opoint;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4128
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4129 if (NILP (window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4130 window = Fselected_window (Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4131 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4132 CHECK_WINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4133 w = XWINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4134 b = XBUFFER (w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4135
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4136 opoint = BUF_PT (b);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4137
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4138 if (NILP (n) || CONSP (n))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4139 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4140 struct frame *f = XFRAME (w->frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4141
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4142 if (NILP (n))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4143 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4144 MARK_FRAME_CHANGED (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4145 SET_FRAME_CLEAR (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4146 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4147
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4148 startp = start_with_line_at_pixpos (w, opoint, window_half_pixpos (w));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4149 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4150 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4151 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4152 n = Fprefix_numeric_value (n);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4153 CHECK_INT (n);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4154
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4155 startp = start_with_point_on_display_line (w, opoint, XINT (n));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4156 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4157
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4158 Fset_marker (w->start[CURRENT_DISP], make_int (startp), w->buffer);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
4159
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4160 w->start_at_line_beg = beginning_of_line_p (b, startp);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4161 w->force_start = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4162 MARK_WINDOWS_CHANGED (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4163 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4164 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4165
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4166 DEFUN ("move-to-window-line", Fmove_to_window_line, 1, 2, "_P", /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4167 Position point relative to WINDOW.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4168 With no argument, position text at center of window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4169 An argument specifies window line; zero means top of window,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4170 negative means relative to bottom of window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4171 If WINDOW is nil, the selected window is used.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4172 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4173 (arg, window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4174 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4175 struct window *w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4176 struct buffer *b;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4177 int height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4178 Bufpos start, new_point;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4179 int selected;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4180
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4181 if (NILP (window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4182 window = Fselected_window (Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4183 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4184 CHECK_WINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4185 w = XWINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4186 b = XBUFFER (w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4187
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4188 height = window_displayed_height (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4189 selected = EQ (window, Fselected_window (w->frame));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4190
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4191 if (NILP (arg))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4192 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4193 int retval;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4194
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4195 if (XINT (w->last_modified[CURRENT_DISP]) >= BUF_MODIFF (b)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4196 && XINT (w->last_facechange[CURRENT_DISP]) >= BUF_FACECHANGE (b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4197 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4198 new_point = point_at_center (w, CURRENT_DISP, 0, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4199
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4200 if (selected)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4201 BUF_SET_PT (b, new_point);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4202 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4203 Fset_window_point (window, make_int (new_point));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4204
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4205 retval = line_at_center (w, CURRENT_DISP, 0, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4206 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4207 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4208 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4209 start = marker_position (w->start[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4210 if (start < BUF_BEGV (b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4211 start = BUF_BEGV (b);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4212 else if (start > BUF_ZV (b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4213 start = BUF_ZV (b);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4214
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4215 if (selected)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4216 new_point = BUF_PT (b);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4217 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4218 new_point = marker_position (w->pointm[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4219
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4220 new_point = point_at_center (w, CMOTION_DISP, start, BUF_PT (b));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4221
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4222 if (selected)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4223 BUF_SET_PT (b, new_point);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4224 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4225 Fset_window_point (window, make_int (new_point));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4226
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4227 retval = line_at_center (w, CMOTION_DISP, start, BUF_PT (b));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4228 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4229
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4230 return make_int (retval);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4231 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4232 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4233 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4234 /* #### Is this going to work right when at eob? */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4235 arg = Fprefix_numeric_value (arg);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4236 if (XINT (arg) < 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4237 XSETINT (arg, XINT (arg) + height);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4238 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4239
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4240 start = marker_position (w->start[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4241 if (start < BUF_BEGV (b) || start > BUF_ZV (b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4242 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4243 if (selected)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4244 new_point = BUF_PT (b);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4245 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4246 new_point = marker_position (w->pointm[CURRENT_DISP]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4247
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4248 new_point = vmotion (XWINDOW (window), new_point, -height / 2, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4249
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4250 if (selected)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4251 BUF_SET_PT (b, new_point);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4252 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4253 Fset_window_point (window, make_int (new_point));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4254
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4255 Fset_marker (w->start[CURRENT_DISP], make_int (new_point),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4256 w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4257 w->start_at_line_beg = beginning_of_line_p (b, new_point);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4258 w->force_start = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4259 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4260 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4261 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4262 if (selected)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4263 BUF_SET_PT (b, start);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4264 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4265 Fset_window_point (window, make_int (start));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4266 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4267
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4268 if (selected)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4269 return Fvertical_motion (arg, window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4270 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4271 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4272 int vpos;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4273 new_point = vmotion (XWINDOW (window),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4274 marker_position (w->pointm[CURRENT_DISP]),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4275 XINT (arg), &vpos);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4276 Fset_window_point (window, make_int (new_point));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4277 return make_int (vpos);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4278 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4279 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4280
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4281
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4282 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4283 map_windows_1 (Lisp_Object window,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4284 int (*mapfun) (struct window *w, void *closure),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4285 void *closure)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4286 {
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
4287 int retval;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4288
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4289 for (; !NILP (window); window = XWINDOW (window)->next)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4290 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4291 struct window *w = XWINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4292 if (!NILP (w->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4293 retval = map_windows_1 (w->vchild, mapfun, closure);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4294 else if (!NILP (w->hchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4295 retval = map_windows_1 (w->hchild, mapfun, closure);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4296 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4297 retval = (mapfun) (w, closure);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4298 if (retval)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4299 return retval;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4300 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4301
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4302 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4303 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4304
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4305 /* Map MAPFUN over the windows in F. CLOSURE is passed to each
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4306 invocation of MAPFUN. If any invocation of MAPFUN returns non-zero,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4307 the mapping is halted and the value returned is the return value
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4308 of map_windows(). Otherwise, map_windows() maps over all windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4309 in F and returns 0. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4310
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4311 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4312 map_windows (struct frame *f, int (*mapfun) (struct window *w, void *closure),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4313 void *closure)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4314 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4315 return map_windows_1 (FRAME_ROOT_WINDOW (f), mapfun, closure);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4316 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4317
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4318
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4319 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4320 modeline_shadow_thickness_changed (Lisp_Object specifier, struct window *w,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4321 Lisp_Object oldval)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4322 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4323 w->shadow_thickness_changed = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4324 MARK_WINDOWS_CHANGED (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4325 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4326
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4327 /* also used in scrollbar.c */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4328 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4329 some_window_value_changed (Lisp_Object specifier, struct window *w,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4330 Lisp_Object oldval)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4331 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4332 MARK_WINDOWS_CHANGED (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4333 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4334
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4335 #ifdef MEMORY_USAGE_STATS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4336
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4337 struct window_stats
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4338 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4339 int face;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4340 int glyph;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4341 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4342 int scrollbar;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4343 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4344 int line_start;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4345 int other_redisplay;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4346 int other;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4347 };
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4348
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4349 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4350 compute_window_mirror_usage (struct window_mirror *mir,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4351 struct window_stats *stats,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4352 struct overhead_stats *ovstats)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4353 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4354 if (!mir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4355 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4356 stats->other += malloced_storage_size (mir, sizeof (struct window_mirror),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4357 ovstats);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4358 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4359 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4360 struct device *d = XDEVICE (FRAME_DEVICE (mir->frame));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4361
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4362 stats->scrollbar +=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4363 compute_scrollbar_instance_usage (d, mir->scrollbar_vertical_instance,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4364 ovstats);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4365 stats->scrollbar +=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4366 compute_scrollbar_instance_usage (d, mir->scrollbar_horizontal_instance,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4367 ovstats);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4368 }
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4369 #endif /* HAVE_SCROLLBARS */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4370 stats->other_redisplay +=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4371 compute_display_line_dynarr_usage (mir->current_display_lines, ovstats);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4372 stats->other_redisplay +=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4373 compute_display_line_dynarr_usage (mir->desired_display_lines, ovstats);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4374 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4375
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4376 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4377 compute_window_usage (struct window *w, struct window_stats *stats,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4378 struct overhead_stats *ovstats)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4379 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4380 memset (stats, 0, sizeof (*stats));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4381 stats->other += malloced_storage_size (w, sizeof (struct window), ovstats);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4382 stats->face += compute_face_cachel_usage (w->face_cachels, ovstats);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4383 stats->glyph += compute_glyph_cachel_usage (w->glyph_cachels, ovstats);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4384 stats->line_start +=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4385 compute_line_start_cache_dynarr_usage (w->line_start_cache, ovstats);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4386 compute_window_mirror_usage (find_window_mirror (w), stats, ovstats);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4387 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4388
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4389 DEFUN ("window-memory-usage", Fwindow_memory_usage, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4390 Return stats about the memory usage of window WINDOW.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4391 The values returned are in the form an alist of usage types and byte
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4392 counts. The byte counts attempt to encompass all the memory used
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4393 by the window (separate from the memory logically associated with a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4394 buffer or frame), including internal structures and any malloc()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4395 overhead associated with them. In practice, the byte counts are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4396 underestimated because certain memory usage is very hard to determine
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4397 (e.g. the amount of memory used inside the Xt library or inside the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4398 X server) and because there is other stuff that might logically
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4399 be associated with a window, buffer, or frame (e.g. window configurations,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4400 glyphs) but should not obviously be included in the usage counts.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4401
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4402 Multiple slices of the total memory usage may be returned, separated
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4403 by a nil. Each slice represents a particular view of the memory, a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4404 particular way of partitioning it into groups. Within a slice, there
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4405 is no overlap between the groups of memory, and each slice collectively
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4406 represents all the memory concerned.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4407 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4408 (window))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4409 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4410 struct window_stats stats;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4411 struct overhead_stats ovstats;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4412
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4413 CHECK_WINDOW (window); /* dead windows should be allowed, no? */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4414 memset (&ovstats, 0, sizeof (ovstats));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4415 compute_window_usage (XWINDOW (window), &stats, &ovstats);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4416
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4417 return nconc2 (
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4418 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4419 list6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4420 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4421 list5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4422 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4423 (Fcons (Qface_cache, make_int (stats.face)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4424 Fcons (Qglyph_cache, make_int (stats.glyph)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4425 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4426 Fcons (Qscrollbar_instances, make_int (stats.scrollbar)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4427 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4428 Fcons (Qline_start_cache, make_int (stats.line_start)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4429 Fcons (Qother_redisplay, make_int (stats.other_redisplay)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4430 Fcons (Qother, make_int (stats.other))),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4431 list4 (Qnil,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4432 Fcons (Qactually_requested,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4433 make_int (ovstats.was_requested)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4434 Fcons (Qmalloc_overhead,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4435 make_int (ovstats.malloc_overhead)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4436 Fcons (Qdynarr_overhead,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4437 make_int (ovstats.dynarr_overhead))));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4438 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4439
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4440 #endif /* MEMORY_USAGE_STATS */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4441
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4442
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4443 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4444 /* Window configurations */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4445 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4446
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4447 /* #### This window configuration stuff has had serious bugs lurking in it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4448 for years; it would be a -huge- win if this was reimplemented in lisp.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4449 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4450
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4451 /* If you add anything to this structure make sure saved_window_equal
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4452 knows about it. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4453 struct saved_window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4454 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4455 Lisp_Object window; /* window */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4456 Lisp_Object buffer; /* buffer */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4457 Lisp_Object start; /* copied marker */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4458 Lisp_Object pointm; /* copied marker */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4459 Lisp_Object sb_point; /* copied marker */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4460 Lisp_Object mark; /* copied marker */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4461 int pixel_left;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4462 int pixel_top;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4463 int pixel_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4464 int pixel_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4465 int hscroll;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4466 int parent_index; /* index into saved_windows */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4467 int prev_index; /* index into saved_windows */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4468 Lisp_Object dedicated;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4469 char start_at_line_beg; /* boolean */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4470 };
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4471
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4472 /* If you add anything to this structure make sure window_config_equal
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4473 knows about it. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4474 struct window_config
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4475 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4476 struct lcrecord_header header;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4477 int frame_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4478 int frame_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4479 #if 0 /* FSFmacs */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4480 Lisp_Object selected_frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4481 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4482 Lisp_Object current_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4483 Lisp_Object current_buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4484 Lisp_Object minibuf_scroll_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4485 Lisp_Object root_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4486 /* Record the values of window-min-width and window-min-height
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4487 so that window sizes remain consistent with them. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4488 int min_width, min_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4489 int saved_windows_count;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4490 /* Zero-sized arrays aren't ANSI C */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4491 struct saved_window saved_windows[1];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4492 };
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4493 #define SAVED_WINDOW_N(conf, n) (&((conf)->saved_windows[(n)]))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4494
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4495 static Lisp_Object mark_window_config (Lisp_Object, void (*) (Lisp_Object));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4496 static void print_window_config (Lisp_Object, Lisp_Object, int);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4497 static unsigned int sizeof_window_config (CONST void *);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4498
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4499 #define XWINDOW_CONFIGURATION(x) XRECORD (x, window_configuration, struct window_config)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4500 #define XSETWINDOW_CONFIGURATION(x, p) XSETRECORD (x, p, window_configuration)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4501 #define WINDOW_CONFIGURATIONP(x) RECORDP (x, window_configuration)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4502 #define GC_WINDOW_CONFIGURATIONP(x) GC_RECORDP (x, window_configuration)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4503 #define CHECK_WINDOW_CONFIGURATION(x) CHECK_RECORD (x, window_configuration)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4504
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4505 DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION ("window-configuration",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4506 window_configuration,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4507 mark_window_config,
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
4508 print_window_config,
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4509 0, 0, 0, sizeof_window_config,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4510 struct window_config);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4511
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4512 static Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4513 mark_window_config (Lisp_Object obj, void (*markobj) (Lisp_Object))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4514 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4515 struct window_config *config = XWINDOW_CONFIGURATION (obj);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4516 int i;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4517 ((markobj) (config->current_window));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4518 ((markobj) (config->current_buffer));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4519 ((markobj) (config->minibuf_scroll_window));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4520 ((markobj) (config->root_window));
217
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4521
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4522 for (i = 0; i < config->saved_windows_count; i++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4523 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4524 struct saved_window *s = SAVED_WINDOW_N (config, i);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4525 ((markobj) (s->window));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4526 ((markobj) (s->buffer));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4527 ((markobj) (s->start));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4528 ((markobj) (s->pointm));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4529 ((markobj) (s->sb_point));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4530 ((markobj) (s->mark));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4531 ((markobj) (s->dedicated));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4532 }
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4533 return Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4534 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4535
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4536 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4537 sizeof_window_config_for_n_windows (int n)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4538 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4539 return (sizeof (struct window_config) +
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4540 /* n - 1 because zero-sized arrays aren't ANSI C */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4541 (n - 1) *sizeof (struct saved_window));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4542 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4543
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4544 static unsigned int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4545 sizeof_window_config (CONST void *h)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4546 {
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
4547 CONST struct window_config *c = (CONST struct window_config *) h;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4548 return sizeof_window_config_for_n_windows (c->saved_windows_count);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4549 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4550
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4551 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4552 print_window_config (Lisp_Object obj, Lisp_Object printcharfun, int escapeflag)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4553 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4554 struct window_config *config = XWINDOW_CONFIGURATION (obj);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4555 char buf[200];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4556 if (print_readably)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4557 error ("printing unreadable object #<window-configuration 0x%x>",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4558 config->header.uid);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4559 write_c_string ("#<window-configuration ", printcharfun);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4560 sprintf (buf, "0x%x>", config->header.uid);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4561 write_c_string (buf, printcharfun);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4562 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4563
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4564 /* Returns a boolean indicating whether the two saved windows are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4565 identical. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4566 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4567 saved_window_equal (struct saved_window *win1, struct saved_window *win2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4568 {
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4569 return
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4570 EQ (win1->window, win2->window) &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4571 EQ (win1->buffer, win2->buffer) &&
195
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 185
diff changeset
4572 internal_equal (win1->start, win2->start, 0) &&
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 185
diff changeset
4573 internal_equal (win1->pointm, win2->pointm, 0) &&
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 185
diff changeset
4574 internal_equal (win1->sb_point, win2->sb_point, 0) &&
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 185
diff changeset
4575 internal_equal (win1->mark, win2->mark, 0) &&
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4576 win1->pixel_left == win2->pixel_left &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4577 win1->pixel_top == win2->pixel_top &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4578 win1->pixel_width == win2->pixel_width &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4579 win1->pixel_height == win2->pixel_height &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4580 win1->hscroll == win2->hscroll &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4581 win1->parent_index == win2->parent_index &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4582 win1->prev_index == win2->prev_index &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4583 EQ (win1->dedicated, win2->dedicated) &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4584 win1->start_at_line_beg == win2->start_at_line_beg;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4585 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4586
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4587 /* Returns a boolean indicating whether the two given configurations
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4588 are identical. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4589 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4590 window_config_equal (Lisp_Object conf1, Lisp_Object conf2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4591 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4592 struct window_config *fig1, *fig2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4593 int i;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4594
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4595 /* First check if they are truly the same. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4596 if (EQ (conf1, conf2))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4597 return 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4598
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4599 fig1 = XWINDOW_CONFIGURATION (conf1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4600 fig2 = XWINDOW_CONFIGURATION (conf2);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4601
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4602 if (!((fig1->saved_windows_count == fig2->saved_windows_count) &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4603 EQ (fig1->current_window, fig2->current_window) &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4604 EQ (fig1->current_buffer, fig2->current_buffer) &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4605 EQ (fig1->root_window, fig2->root_window) &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4606 EQ (fig1->minibuf_scroll_window, fig2->minibuf_scroll_window) &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4607 fig1->frame_width == fig2->frame_width &&
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4608 fig1->frame_height == fig2->frame_height))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4609 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4610
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4611 for (i = 0; i < fig1->saved_windows_count; i++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4612 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4613 if (!saved_window_equal (SAVED_WINDOW_N (fig1, i),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4614 SAVED_WINDOW_N (fig2, i)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4615 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4616 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4617
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4618 return 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4619 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4620
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4621 DEFUN ("window-configuration-p", Fwindow_configuration_p, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4622 T if OBJECT is a window-configuration object.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4623 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4624 (obj))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4625 {
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
4626 return WINDOW_CONFIGURATIONP (obj) ? Qt : Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4627 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4628
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4629 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4630 * There are getting to be a lot of functions which traverse the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4631 * window structure doing various things. It may be worth writing a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4632 * generic map-windows function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4633 * #### I just did. Feel free to rewrite. --ben
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4634 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4635 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4636 mark_windows_in_use (Lisp_Object window, int mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4637 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4638 for (; !NILP (window) ; window = XWINDOW (window)->next)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4639 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4640 XWINDOW (window)->config_mark = mark;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4641
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4642 if (!NILP (XWINDOW (window)->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4643 mark_windows_in_use (XWINDOW (window)->vchild, mark);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4644 else if (!NILP (XWINDOW (window)->hchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4645 mark_windows_in_use (XWINDOW (window)->hchild, mark);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4646 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4647 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4648
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4649 /* Lisp_Object return value so it can be used in record_unwind_protect() */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4650 static Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4651 free_window_configuration (Lisp_Object window_config)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4652 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4653 int i;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4654 struct window_config *config = XWINDOW_CONFIGURATION (window_config);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4655
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4656 /* Free all the markers. It's not completely necessary that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4657 we do this (window configs sitting in a free list aren't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4658 marked normally so the markers wouldn't be marked anyway)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4659 but it's more efficient. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4660 for (i = 0; i < config->saved_windows_count; i++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4661 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4662 struct saved_window *p = SAVED_WINDOW_N (config, i);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4663
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4664 if (!NILP (p->pointm))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4665 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4666 free_marker (XMARKER (p->pointm));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4667 p->pointm = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4668 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4669 if (!NILP (p->start))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4670 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4671 free_marker (XMARKER (p->start));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4672 p->start = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4673 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4674 if (!NILP (p->sb_point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4675 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4676 free_marker (XMARKER (p->sb_point));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4677 p->sb_point = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4678 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4679 if (!NILP (p->mark))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4680 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4681 free_marker (XMARKER (p->mark));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4682 p->mark = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4683 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4684 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4685
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4686 if (config->saved_windows_count <= countof (Vwindow_configuration_free_list))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4687 free_managed_lcrecord (Vwindow_configuration_free_list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4688 [config->saved_windows_count - 1],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4689 window_config);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4690
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4691 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4692 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4693
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4694 DEFUN ("set-window-configuration", Fset_window_configuration, 1, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4695 Set the configuration of windows and buffers as specified by CONFIGURATION.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4696 CONFIGURATION must be a value previously returned
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4697 by `current-window-configuration' (which see).
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4698 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
4699 (configuration))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4700 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4701 struct window *w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4702 struct window_config *config;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4703 struct saved_window *p;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4704 Lisp_Object new_current_buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4705 int k;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4706 Lisp_Object frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4707 struct frame *f;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4708 struct gcpro gcpro1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4709 Lisp_Object old_window_config;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4710 int previous_frame_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4711 int previous_frame_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4712 int specpdl_count = specpdl_depth ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4713
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4714 GCPRO1 (configuration);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4715
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4716 CHECK_WINDOW_CONFIGURATION (configuration);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4717 config = XWINDOW_CONFIGURATION (configuration);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4718
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4719 frame = XWINDOW (SAVED_WINDOW_N (config, 0)->window)->frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4720 f = XFRAME (frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4721
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4722 /* Do not signal an error here if the frame was deleted. There are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4723 reasonable cases where we could get here with a deleted frame and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4724 just want to do close to nothing instead. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4725
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4726 if (FRAME_LIVE_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4727 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4728 /* restore the frame characteristics */
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
4729
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4730 new_current_buffer = config->current_buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4731 if (!BUFFER_LIVE_P (XBUFFER (new_current_buffer)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4732 new_current_buffer = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4733
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4734 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4735 * Assumed precondition: w->config_mark = 0 for all w
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4736 * This procedure should ensure this is true by the time it exits
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4737 * to ensure the precondition for future calls.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4738 *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4739 * We use w->config_mark to know whether we're modifying a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4740 * window that is currently visible on the frame (#### we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4741 * should just be able to check whether the window is dead
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4742 * or not, but this way is safer?). As we process each
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4743 * window, we set its config_mark to 0. At the end, we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4744 * go through all the windows that used to be on the frame,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4745 * set each one's config_mark to 0 (to maintain the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4746 * assumed precondition) and delete each one that's no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4747 * longer in use.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4748 *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4749 * #### Using a window-configuration to keep track of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4750 * the current windows is wasteful. All we need is the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4751 * list of windows, so we could just use a dynarr.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4752 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4753 old_window_config = Fcurrent_window_configuration (frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4754
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4755 /* If the new configuration is already equal to the old, then stop
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4756 right here. This saves the work below and it also saves
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4757 triggering a full redisplay of this window. This is a huge win
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4758 when using the mouse since the mode motion code uses
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4759 save-window-excursion extensively but will rarely cause the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4760 configuration to actually change. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4761 if (window_config_equal (configuration, old_window_config))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4762 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4763 free_window_configuration (old_window_config);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4764 UNGCPRO;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4765 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4766 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4767
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4768 /* We can't quit or even check for quit because that may cause
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4769 investigation of the frame state, which may crash if the frame is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4770 in an inconsistent state. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4771 begin_dont_check_for_quit ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4772 record_unwind_protect (free_window_configuration, old_window_config);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4773
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4774 mark_windows_in_use (f->root_window, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4775
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4776 previous_frame_width = FRAME_WIDTH (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4777 previous_frame_height = FRAME_HEIGHT (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4778 /* If the frame has been resized since this window configuration was
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4779 made, we change the frame to the size specified in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4780 configuration, restore the configuration, and then resize it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4781 back. We keep track of the prevailing height in these variables. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4782 if (config->frame_height != FRAME_HEIGHT (f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4783 || config->frame_width != FRAME_WIDTH (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4784 change_frame_size (f, config->frame_height, config->frame_width, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4785
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4786 /* Temporarily avoid any problems with windows that are smaller
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4787 than they are supposed to be. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4788 window_min_height = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4789 window_min_width = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4790
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4791 /* OK, now restore all the windows in the window config.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4792 This may involve "undeleting" windows, since the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4793 windows in the window config may be deleted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4794 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4795 for (k = 0; k < config->saved_windows_count; k++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4796 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4797 p = SAVED_WINDOW_N (config, k);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4798 w = XWINDOW (p->window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4799 w->next = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4800
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4801 /* The window might be dead. In this case, its redisplay
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4802 structures were freed, so we need to reallocate them. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4803 if (!w->face_cachels)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4804 {
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
4805 w->face_cachels = Dynarr_new (face_cachel);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4806 reset_face_cachels (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4807 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4808 if (!w->glyph_cachels)
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
4809 w->glyph_cachels = Dynarr_new (glyph_cachel);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4810 if (!w->line_start_cache)
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
4811 w->line_start_cache = Dynarr_new (line_start_cache);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4812 w->dead = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4813
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4814 if (p->parent_index >= 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4815 w->parent = SAVED_WINDOW_N (config, p->parent_index)->window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4816 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4817 w->parent = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4818
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4819 if (p->prev_index >= 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4820 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4821 w->prev = SAVED_WINDOW_N (config, p->prev_index)->window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4822
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4823 /* This is true for a minibuffer-only frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4824 if (!NILP (w->mini_p) && EQ (w->prev, p->window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4825 w->next = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4826 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4827 XWINDOW (w->prev)->next = p->window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4828 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4829 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4830 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4831 w->prev = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4832 if (!NILP (w->parent))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4833 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4834 if (WINDOW_WIDTH (p) == WINDOW_WIDTH (XWINDOW (w->parent)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4835 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4836 XWINDOW (w->parent)->vchild = p->window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4837 XWINDOW (w->parent)->hchild = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4838 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4839 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4840 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4841 XWINDOW (w->parent)->hchild = p->window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4842 XWINDOW (w->parent)->vchild = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4843 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4844 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4845 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4846 if (!w->config_mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4847 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4848 /* #### This should be equivalent to the window previously
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4849 having been dead. If we're brave, we'll put in an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4850 assertion to this effect. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4851 MARK_FRAME_WINDOWS_STRUCTURE_CHANGED (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4852 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4853 else /* if (!EQ (w->buffer, p->buffer)) */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4854 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4855 /* With the new redisplay we let it know that a change has
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4856 been made and it will take care of the rest. If we don't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4857 tell it something has possibly changed it could lead to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4858 incorrect display. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4859 MARK_WINDOWS_CHANGED (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4860 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4861
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4862 WINDOW_LEFT (w) = WINDOW_LEFT (p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4863 WINDOW_TOP (w) = WINDOW_TOP (p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4864 WINDOW_WIDTH (w) = WINDOW_WIDTH (p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4865 WINDOW_HEIGHT (w) = WINDOW_HEIGHT (p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4866 w->hscroll = p->hscroll;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4867 /* #### Here we need to restore the saved specs for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4868 has-modeline-p, scrollbar-width, scrollbar-height,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4869 modeline-shadow-thickness, left-margin-width,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4870 right-margin-width, and current-display-table. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4871 w->dedicated = p->dedicated;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4872 w->line_cache_last_updated = Qzero;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4873 SET_LAST_MODIFIED (w, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4874 SET_LAST_FACECHANGE (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4875 w->config_mark = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4876
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4877 /* Reinstall the saved buffer and pointers into it. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4878 if (NILP (p->buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4879 w->buffer = p->buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4880 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4881 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4882 if (BUFFER_LIVE_P (XBUFFER (p->buffer)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4883 /* If saved buffer is alive, install it. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4884 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4885 w->buffer = p->buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4886 w->start_at_line_beg = p->start_at_line_beg;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4887 set_marker_restricted (w->start[CURRENT_DISP],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4888 Fmarker_position (p->start),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4889 w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4890 set_marker_restricted (w->pointm[CURRENT_DISP],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4891 Fmarker_position (p->pointm),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4892 w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4893 set_marker_restricted (w->sb_point,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4894 Fmarker_position (p->sb_point),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4895 w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4896 Fset_marker (XBUFFER (w->buffer)->mark,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4897 Fmarker_position (p->mark), w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4898
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4899 /* As documented in Fcurrent_window_configuration, don't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4900 save the location of point in the buffer which was current
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4901 when the window configuration was recorded. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4902 if (!EQ (p->buffer, new_current_buffer) &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4903 XBUFFER (p->buffer) == current_buffer)
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 217
diff changeset
4904 Fgoto_char (w->pointm[CURRENT_DISP], Qnil);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4905 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4906 else if (NILP (w->buffer) ||
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4907 !BUFFER_LIVE_P (XBUFFER (w->buffer)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4908 /* Else if window's old buffer is dead too, get a live one. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4909 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4910 /* #### The following line makes me nervous... */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4911 /* w->buffer = Fcdr (Fcar (XFRAME (w->frame)->buffer_alist));*/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4912 w->buffer = Fget_buffer_create (QSscratch);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4913 /* w->buffer = Fother_buffer (Qnil, w->frame, Qnil); */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4914 /* This will set the markers to beginning of visible
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4915 range. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4916 set_marker_restricted (w->start[CURRENT_DISP], Qzero, w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4917 set_marker_restricted (w->pointm[CURRENT_DISP], Qzero,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4918 w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4919 set_marker_restricted (w->sb_point, Qzero, w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4920 w->start_at_line_beg = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4921 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4922 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4923 /* Keeping window's old buffer; make sure the markers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4924 are real. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4925 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4926 /* Set window markers at start of visible range. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4927 if (XMARKER (w->start[CURRENT_DISP])->buffer == 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4928 set_marker_restricted (w->start[CURRENT_DISP], Qzero,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4929 w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4930 if (XMARKER (w->sb_point)->buffer == 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4931 set_marker_restricted (w->sb_point, Qzero, w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4932 if (XMARKER (w->pointm[CURRENT_DISP])->buffer == 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4933 set_marker_restricted (w->pointm[CURRENT_DISP],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4934 make_int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4935 (BUF_PT (XBUFFER (w->buffer))),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4936 w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4937 w->start_at_line_beg = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4938 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4939 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4940 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4941
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4942 FRAME_ROOT_WINDOW (f) = config->root_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4943 /* Note that FSFmacs unilaterally calls Fselect_window() here, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4944 then calls do_switch_frame() below to select the frame that was
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4945 recorded in the window config as being selected.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4946
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4947 Instead, we don't ever change the selected frame, and either
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4948 call Fselect_window() below if the window config's frame is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4949 currently selected, or just set the selected window of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4950 window config's frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4951
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4952 /* Set the frame height to the value it had before this function. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4953 if (previous_frame_height != FRAME_HEIGHT (f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4954 || previous_frame_width != FRAME_WIDTH (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4955 change_frame_size (f, previous_frame_height, previous_frame_width, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4956
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4957 /* If restoring in the current frame make the window current,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4958 otherwise just update the frame selected_window slot to be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4959 the restored current_window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4960 if (f == selected_frame ())
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4961 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4962 /* When using `pop-window-configuration', often the minibuffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4963 ends up as the selected window even though it's not active ...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4964 I really don't know the cause of this, but it should never
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4965 happen. This kludge should fix it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4966
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4967 #### Find out why this is really going wrong. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4968 if (!minibuf_level &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4969 MINI_WINDOW_P (XWINDOW (config->current_window)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4970 Fselect_window (Fnext_window (config->current_window,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4971 Qnil, Qnil, Qnil));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4972 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4973 Fselect_window (config->current_window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4974 if (!NILP (new_current_buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4975 Fset_buffer (new_current_buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4976 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4977 Fset_buffer (XWINDOW (Fselected_window (Qnil))->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4978 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4979 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4980 set_frame_selected_window (f, config->current_window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4981 }
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 149
diff changeset
4982 else
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 149
diff changeset
4983 old_window_config = Qnil; /* Warning suppression */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4984
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4985 /* Restore the minimum heights recorded in the configuration. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4986 window_min_height = config->min_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4987 window_min_width = config->min_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4988
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4989 #if 0 /* FSFmacs */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4990 /* see above comment */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4991 /* Fselect_window will have made f the selected frame, so we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4992 reselect the proper frame here. Fhandle_switch_frame will change the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4993 selected window too, but that doesn't make the call to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4994 Fselect_window above totally superfluous; it still sets f's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4995 selected window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4996 if (FRAME_LIVE_P (XFRAME (config->selected_frame)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4997 do_switch_frame (config->selected_frame, Qnil, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4998 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4999
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5000 Vminibuf_scroll_window = config->minibuf_scroll_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5001
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5002 if (FRAME_LIVE_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5003 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5004 /* Do this before calling recompute_all_cached_specifiers_in_window()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5005 so that things like redisplay_redraw_cursor() won't abort due
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5006 to no window mirror present. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5007 f->mirror_dirty = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5008
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5009 config = XWINDOW_CONFIGURATION (old_window_config);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5010 for (k = 0; k < config->saved_windows_count; k++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5011 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5012 p = SAVED_WINDOW_N (config, k);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5013 w = XWINDOW (p->window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5014 /* Remember, we set w->config_mark on all currently visible
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5015 windows, and reset it on all newly visible windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5016 Any windows still marked need to be deleted. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5017 if (w->config_mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5018 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5019 mark_window_as_deleted (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5020 w->config_mark = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5021 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5022 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5023 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5024 /* We just potentially changed the window's buffer and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5025 potentially turned a dead window into a live one,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5026 so we need to recompute the cached specifier values. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5027 recompute_all_cached_specifiers_in_window (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5028 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5029 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5030 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5031
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5032 /* Now restore things, when everything else if OK. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5033
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5034 unbind_to (specpdl_count, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5035
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5036 UNGCPRO;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5037
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
5038 return Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5039 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5040
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5041 /* Mark all subwindows of a window as deleted. The argument
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5042 W is actually the subwindow tree of the window in question. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5043
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5044 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5045 delete_all_subwindows (struct window *w)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5046 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5047 if (!NILP (w->next))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5048 delete_all_subwindows (XWINDOW (w->next));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5049 if (!NILP (w->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5050 delete_all_subwindows (XWINDOW (w->vchild));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5051 if (!NILP (w->hchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5052 delete_all_subwindows (XWINDOW (w->hchild));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5053
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5054 mark_window_as_deleted (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5055 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5056
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5057
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5058 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5059 count_windows (struct window *window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5060 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5061 int count = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5062 if (!NILP (window->next))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5063 count += count_windows (XWINDOW (window->next));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5064 if (!NILP (window->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5065 count += count_windows (XWINDOW (window->vchild));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5066 if (!NILP (window->hchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5067 count += count_windows (XWINDOW (window->hchild));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5068 return count;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5069 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5070
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5071 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5072 saved_window_index (Lisp_Object window, struct window_config *config, int lim)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5073 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5074 int j;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5075 for (j = 0; j < lim; j++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5076 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5077 if (EQ (SAVED_WINDOW_N (config, j)->window, window))
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
5078 return j;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5079 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5080 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5081 return 0; /* suppress compiler warning */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5082 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5083
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5084 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5085 save_window_save (Lisp_Object window, struct window_config *config, int i)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5086 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5087 struct saved_window *p;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5088 struct window *w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5089
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5090 for (; !NILP (window); window = w->next)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5091 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5092 p = SAVED_WINDOW_N (config, i);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5093 w = XWINDOW (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5094
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5095 i++;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5096 p->window = window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5097 p->buffer = w->buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5098 WINDOW_LEFT (p) = WINDOW_LEFT (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5099 WINDOW_TOP (p) = WINDOW_TOP (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5100 WINDOW_WIDTH (p) = WINDOW_WIDTH (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5101 WINDOW_HEIGHT (p) = WINDOW_HEIGHT (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5102 p->hscroll = w->hscroll;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5103 /* #### Here we need to save the specs for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5104 has-modeline-p, scrollbar-width, scrollbar-height,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5105 modeline-shadow-thickness, left-margin-width,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5106 right-margin-width, current-display-table, etc. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5107 if (!NILP (w->buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5108 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5109 /* Save w's value of point in the window configuration.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5110 If w is the selected window, then get the value of point
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5111 from the buffer; pointm is garbage in the selected window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5112 if (EQ (window, Fselected_window (Qnil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5113 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5114 p->pointm = noseeum_make_marker ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5115 Fset_marker (p->pointm,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5116 make_int (BUF_PT (XBUFFER (w->buffer))),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5117 w->buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5118 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5119 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5120 p->pointm = noseeum_copy_marker (w->pointm[CURRENT_DISP], Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5121
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5122 p->start = noseeum_copy_marker (w->start[CURRENT_DISP], Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5123 p->sb_point = noseeum_copy_marker (w->sb_point, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5124 p->start_at_line_beg = w->start_at_line_beg;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5125
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5126 p->mark = noseeum_copy_marker (XBUFFER (w->buffer)->mark, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5127 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5128 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5129 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5130 p->pointm = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5131 p->start = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5132 p->sb_point = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5133 p->mark = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5134 p->start_at_line_beg = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5135 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5136
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5137 if (NILP (w->parent))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5138 p->parent_index = -1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5139 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5140 p->parent_index = saved_window_index (w->parent, config, i);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5141 if (NILP (w->prev))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5142 p->prev_index = -1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5143 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5144 p->prev_index = saved_window_index (w->prev, config, i);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5145 p->dedicated = w->dedicated;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5146 if (!NILP (w->vchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5147 i = save_window_save (w->vchild, config, i);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5148 if (!NILP (w->hchild))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5149 i = save_window_save (w->hchild, config, i);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5150 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5151
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5152 return i;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5153 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5154
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5155 #if 0 /* FSFmacs */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5156 /* Added to doc string:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5157
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5158 This also records the currently selected frame, and FRAME's focus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5159 redirection (see `redirect-frame-focus').
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5160
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5161 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5162 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5163
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5164 DEFUN ("current-window-configuration", Fcurrent_window_configuration, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5165 Return an object representing the current window configuration of FRAME.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5166 If FRAME is nil or omitted, use the selected frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5167 This describes the number of windows, their sizes and current buffers,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5168 and for each displayed buffer, where display starts, and the positions of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5169 point and mark. An exception is made for point in the current buffer:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5170 its value is -not- saved.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5171 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5172 (frame))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5173 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5174 Lisp_Object result = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5175 struct frame *f;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5176 int n_windows;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5177
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5178 struct window_config *config;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5179
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5180 f = decode_frame (frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5181
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5182 n_windows = count_windows (XWINDOW (FRAME_ROOT_WINDOW (f)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5183 if (n_windows <= countof (Vwindow_configuration_free_list))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5184 config =
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5185 XWINDOW_CONFIGURATION (allocate_managed_lcrecord
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5186 (Vwindow_configuration_free_list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5187 [n_windows - 1]));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5188 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5189 /* More than ten windows; just allocate directly */
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
5190 config = (struct window_config *)
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
5191 alloc_lcrecord (sizeof_window_config_for_n_windows (n_windows),
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
5192 lrecord_window_configuration);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5193 XSETWINDOW_CONFIGURATION (result, config);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5194
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5195 config->frame_width = FRAME_WIDTH (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5196 config->frame_height = FRAME_HEIGHT (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5197 config->current_window = FRAME_SELECTED_WINDOW (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5198 XSETBUFFER (config->current_buffer, current_buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5199 config->minibuf_scroll_window = Vminibuf_scroll_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5200 config->root_window = FRAME_ROOT_WINDOW (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5201 config->min_height = window_min_height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5202 config->min_width = window_min_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5203 config->saved_windows_count = n_windows;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5204 save_window_save (FRAME_ROOT_WINDOW (f), config, 0);
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 110
diff changeset
5205 return result;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5206 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5207
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5208 Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5209 save_window_excursion_unwind (Lisp_Object window_config)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5210 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5211 Lisp_Object val = Fset_window_configuration (window_config);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5212 free_window_configuration (window_config);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5213 return val;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5214 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5215
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5216 DEFUN ("save-window-excursion", Fsave_window_excursion, 0, UNEVALLED, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5217 Execute body, preserving window sizes and contents.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5218 Restores which buffer appears in which window, where display starts,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5219 as well as the current buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5220 Does not restore the value of point in current buffer.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5221 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5222 (args))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5223 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5224 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5225 Lisp_Object val;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5226 int speccount = specpdl_depth ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5227
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5228 record_unwind_protect (save_window_excursion_unwind,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5229 Fcurrent_window_configuration (Qnil));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5230 val = Fprogn (args);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5231 return unbind_to (speccount, val);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5232 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5233
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5234
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5235 #ifdef DEBUG_XEMACS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5236 /* This is short and simple in elisp, but... it was written to debug
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5237 problems purely on the C side. That is where we need to call it so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5238 here it is. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5239 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5240 debug_print_window (Lisp_Object window, int level)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5241 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5242 Lisp_Object child;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5243 int i = level;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5244
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5245 child = Fwindow_first_vchild (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5246 if (NILP (child))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5247 child = Fwindow_first_hchild (window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5248
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5249 while (i > 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5250 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5251 fprintf (stderr, "\t");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5252 i--;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5253 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5254
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5255 fprintf (stderr, "#<window");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5256 if (!NILP (XWINDOW (window)->buffer) && BUFFERP (XWINDOW (window)->buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5257 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5258 struct buffer *b = XBUFFER (XWINDOW (window)->buffer);
16
0293115a14e9 Import from CVS: tag r19-15b91
cvs
parents: 2
diff changeset
5259 fprintf (stderr, " on %s", XSTRING_DATA (b->name));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5260 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5261 fprintf (stderr, " 0x%x>", XWINDOW (window)->header.uid);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5262
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5263 while (!NILP (child))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5264 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5265 debug_print_window (child, level + 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5266 child = Fwindow_next_child (child);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5267 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5268 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5269
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5270 void debug_print_windows (struct frame *f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5271 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5272 debug_print_windows (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5273 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5274 debug_print_window (f->root_window, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5275 fprintf (stderr, "\n");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5276 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5277 #endif /* DEBUG_XEMACS */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5278
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5279
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5280 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5281 /* initialization */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5282 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5283
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5284 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5285 syms_of_window (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5286 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5287 defsymbol (&Qwindowp, "windowp");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5288 defsymbol (&Qwindow_live_p, "window-live-p");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5289 defsymbol (&Qwindow_configurationp, "window-configuration-p");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5290 defsymbol (&Qscroll_up, "scroll-up");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5291 defsymbol (&Qscroll_down, "scroll-down");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5292 defsymbol (&Qtemp_buffer_show_hook, "temp-buffer-show-hook");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5293 defsymbol (&Qdisplay_buffer, "display-buffer");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5294
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5295 #ifdef MEMORY_USAGE_STATS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5296 defsymbol (&Qface_cache, "face-cache");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5297 defsymbol (&Qglyph_cache, "glyph-cache");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5298 defsymbol (&Qline_start_cache, "line-start-cache");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5299 #ifdef HAVE_SCROLLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5300 defsymbol (&Qscrollbar_instances, "scrollbar-instances");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5301 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5302 defsymbol (&Qother_redisplay, "other-redisplay");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5303 /* Qother in general.c */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5304 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5305
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5306 DEFSUBR (Fselected_window);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5307 DEFSUBR (Fminibuffer_window);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5308 DEFSUBR (Fwindow_minibuffer_p);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5309 DEFSUBR (Fwindowp);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5310 DEFSUBR (Fwindow_live_p);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5311 DEFSUBR (Fwindow_first_hchild);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5312 DEFSUBR (Fwindow_first_vchild);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5313 DEFSUBR (Fwindow_next_child);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5314 DEFSUBR (Fwindow_previous_child);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5315 DEFSUBR (Fwindow_parent);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5316 DEFSUBR (Fwindow_lowest_p);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5317 DEFSUBR (Fwindow_highest_p);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5318 DEFSUBR (Fwindow_leftmost_p);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5319 DEFSUBR (Fwindow_rightmost_p);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5320 DEFSUBR (Fpos_visible_in_window_p);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5321 DEFSUBR (Fwindow_buffer);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5322 DEFSUBR (Fwindow_frame);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5323 DEFSUBR (Fwindow_height);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5324 DEFSUBR (Fwindow_displayed_height);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5325 DEFSUBR (Fwindow_width);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5326 DEFSUBR (Fwindow_pixel_height);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5327 DEFSUBR (Fwindow_pixel_width);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5328 DEFSUBR (Fwindow_hscroll);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5329 #if 0 /* bogus RMS crock */
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5330 DEFSUBR (Fwindow_redisplay_end_trigger);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5331 DEFSUBR (Fset_window_redisplay_end_trigger);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5332 #endif
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5333 DEFSUBR (Fset_window_hscroll);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5334 DEFSUBR (Fwindow_pixel_edges);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5335 DEFSUBR (Fwindow_point);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5336 DEFSUBR (Fwindow_start);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5337 DEFSUBR (Fwindow_end);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5338 DEFSUBR (Fset_window_point);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5339 DEFSUBR (Fset_window_start);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5340 DEFSUBR (Fwindow_dedicated_p);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5341 DEFSUBR (Fset_window_dedicated_p);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5342 DEFSUBR (Fnext_window);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5343 DEFSUBR (Fprevious_window);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5344 DEFSUBR (Fnext_vertical_window);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5345 DEFSUBR (Fother_window);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5346 DEFSUBR (Fget_lru_window);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5347 DEFSUBR (Fget_largest_window);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5348 DEFSUBR (Fget_buffer_window);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5349 DEFSUBR (Fwindow_left_margin_pixel_width);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5350 DEFSUBR (Fwindow_right_margin_pixel_width);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5351 DEFSUBR (Fdelete_other_windows);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5352 DEFSUBR (Fdelete_windows_on);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5353 DEFSUBR (Freplace_buffer_in_windows);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5354 DEFSUBR (Fdelete_window);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5355 DEFSUBR (Fset_window_buffer);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5356 DEFSUBR (Fselect_window);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5357 DEFSUBR (Fsplit_window);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5358 DEFSUBR (Fenlarge_window);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5359 DEFSUBR (Fshrink_window);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5360 DEFSUBR (Fscroll_up);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5361 DEFSUBR (Fscroll_down);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5362 DEFSUBR (Fscroll_left);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5363 DEFSUBR (Fscroll_right);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5364 DEFSUBR (Fother_window_for_scrolling);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5365 DEFSUBR (Fscroll_other_window);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5366 DEFSUBR (Frecenter);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5367 DEFSUBR (Fmove_to_window_line);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5368 #ifdef MEMORY_USAGE_STATS
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5369 DEFSUBR (Fwindow_memory_usage);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5370 #endif
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5371 DEFSUBR (Fwindow_configuration_p);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5372 DEFSUBR (Fset_window_configuration);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5373 DEFSUBR (Fcurrent_window_configuration);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
5374 DEFSUBR (Fsave_window_excursion);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5375 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5376
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5377 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5378 vars_of_window (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5379 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5380 /* Make sure all windows get marked */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5381 minibuf_window = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5382 staticpro (&minibuf_window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5383
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5384 DEFVAR_BOOL ("scroll-on-clipped-lines", &scroll_on_clipped_lines /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5385 *Non-nil means to scroll if point lands on a line which is clipped.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5386 */ );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5387 scroll_on_clipped_lines = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5388
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5389 DEFVAR_LISP ("temp-buffer-show-hook", &Vtemp_buffer_show_hook /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5390 See `temp-buffer-show-function'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5391 */ );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5392 Vtemp_buffer_show_hook = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5393
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5394 DEFVAR_LISP ("temp-buffer-show-function", &Vtemp_buffer_show_function /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5395 Non-nil means call as function to display a help buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5396 The function is called with one argument, the buffer to be displayed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5397 Used by `with-output-to-temp-buffer'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5398 If this function is used, then it must do the entire job of showing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5399 the buffer; `temp-buffer-show-hook' is not run unless this function runs it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5400 */ );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5401 Vtemp_buffer_show_function = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5402
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5403 DEFVAR_LISP ("minibuffer-scroll-window", &Vminibuf_scroll_window /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5404 Non-nil means it is the window that \\<minibuffer-local-map>\\[scroll-other-window] in minibuffer should scroll.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5405 */ );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5406 Vminibuf_scroll_window = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5407
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5408 DEFVAR_LISP ("other-window-scroll-buffer", &Vother_window_scroll_buffer /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5409 If non-nil, this is a buffer and \\[scroll-other-window] should scroll its window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5410 */ );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5411 Vother_window_scroll_buffer = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5412
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5413 DEFVAR_INT ("next-screen-context-lines", &next_screen_context_lines /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5414 *Number of lines of continuity when scrolling by screenfuls.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5415 */ );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5416 next_screen_context_lines = 2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5417
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5418 DEFVAR_INT ("window-min-height", &window_min_height /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5419 *Delete any window less than this tall (including its modeline).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5420 */ );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5421 window_min_height = 4;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5422
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5423 DEFVAR_INT ("window-min-width", &window_min_width /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5424 *Delete any window less than this wide.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5425 */ );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5426 window_min_width = 10;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5427
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5428 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5429 int i;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5430
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5431 for (i = 0; i < countof (Vwindow_configuration_free_list); i++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5432 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5433 Vwindow_configuration_free_list[i] =
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5434 make_lcrecord_list (sizeof_window_config_for_n_windows (i + 1),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5435 lrecord_window_configuration);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5436 staticpro (&Vwindow_configuration_free_list[i]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5437 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5438 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5439 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5440
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5441 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5442 specifier_vars_of_window (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5443 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5444 DEFVAR_SPECIFIER ("modeline-shadow-thickness", &Vmodeline_shadow_thickness /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5445 *How thick to draw 3D shadows around modelines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5446 If this is set to 0, modelines will be the traditional 2D. Sizes above
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5447 10 will be accepted but the maximum thickness that will be drawn is 10.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5448 This is a specifier; use `set-specifier' to change it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5449 */ );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5450 Vmodeline_shadow_thickness = Fmake_specifier (Qinteger);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5451 /* The initial value for modeline-shadow-thickness is 2, but if the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5452 user removes all specifications we provide a fallback value of 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5453 which is probably what was expected. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5454 set_specifier_fallback (Vmodeline_shadow_thickness,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5455 list1 (Fcons (Qnil, Qzero)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5456 Fadd_spec_to_specifier (Vmodeline_shadow_thickness, make_int (2),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5457 Qnil, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5458 set_specifier_caching (Vmodeline_shadow_thickness,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5459 slot_offset (struct window,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5460 modeline_shadow_thickness),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5461 modeline_shadow_thickness_changed,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5462 0, 0);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 173
diff changeset
5463
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5464 DEFVAR_SPECIFIER ("has-modeline-p", &Vhas_modeline_p /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5465 *Whether the modeline should be displayed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5466 This is a specifier; use `set-specifier' to change it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5467 */ );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5468 Vhas_modeline_p = Fmake_specifier (Qboolean);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5469 set_specifier_fallback (Vhas_modeline_p,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5470 list1 (Fcons (Qnil, Qt)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5471 set_specifier_caching (Vhas_modeline_p,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5472 slot_offset (struct window,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5473 has_modeline_p),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5474 /* #### It's strange that we need a special
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5475 flag to indicate that the shadow-thickness
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5476 has changed, but not one to indicate that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5477 the modeline has been turned off or on. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5478 some_window_value_changed,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5479 0, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5480 }