Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
[bpt/emacs.git] / src / frame.c
1 /* Generic frame functions.
2 Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003,
3 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4
5 This file is part of GNU Emacs.
6
7 GNU Emacs is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 3 of the License, or
10 (at your option) any later version.
11
12 GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19
20 #include <config.h>
21
22 #include <stdio.h>
23 #include <ctype.h>
24 #include <setjmp.h>
25 #include "lisp.h"
26 #include "character.h"
27 #ifdef HAVE_X_WINDOWS
28 #include "xterm.h"
29 #endif
30 #ifdef WINDOWSNT
31 #include "w32term.h"
32 #endif
33 #ifdef HAVE_NS
34 #include "nsterm.h"
35 #endif
36 #include "buffer.h"
37 /* These help us bind and responding to switch-frame events. */
38 #include "commands.h"
39 #include "keyboard.h"
40 #include "frame.h"
41 #include "blockinput.h"
42 #include "termchar.h"
43 #include "termhooks.h"
44 #include "dispextern.h"
45 #include "window.h"
46 #include "font.h"
47 #ifdef HAVE_WINDOW_SYSTEM
48 #include "fontset.h"
49 #endif
50 #ifdef MSDOS
51 #include "msdos.h"
52 #include "dosfns.h"
53 #endif
54
55
56 /* If we shall make pointer invisible when typing or not. */
57 Lisp_Object Vmake_pointer_invisible;
58
59 #ifdef HAVE_WINDOW_SYSTEM
60
61 /* The name we're using in resource queries. Most often "emacs". */
62
63 Lisp_Object Vx_resource_name;
64
65 /* The application class we're using in resource queries.
66 Normally "Emacs". */
67
68 Lisp_Object Vx_resource_class;
69
70 /* Lower limit value of the frame opacity (alpha transparency). */
71
72 Lisp_Object Vframe_alpha_lower_limit;
73
74 #endif
75
76 #ifdef HAVE_NS
77 Lisp_Object Qns_parse_geometry;
78 #endif
79
80 Lisp_Object Qframep, Qframe_live_p;
81 Lisp_Object Qicon, Qmodeline;
82 Lisp_Object Qonly;
83 Lisp_Object Qx, Qw32, Qmac, Qpc, Qns;
84 Lisp_Object Qvisible;
85 Lisp_Object Qdisplay_type;
86 Lisp_Object Qbackground_mode;
87 Lisp_Object Qnoelisp;
88
89 Lisp_Object Qx_frame_parameter;
90 Lisp_Object Qx_resource_name;
91 Lisp_Object Qterminal;
92 Lisp_Object Qterminal_live_p;
93
94 /* Frame parameters (set or reported). */
95
96 Lisp_Object Qauto_raise, Qauto_lower;
97 Lisp_Object Qborder_color, Qborder_width;
98 Lisp_Object Qcursor_color, Qcursor_type;
99 Lisp_Object Qgeometry; /* Not used */
100 Lisp_Object Qheight, Qwidth;
101 Lisp_Object Qleft, Qright;
102 Lisp_Object Qicon_left, Qicon_top, Qicon_type, Qicon_name;
103 Lisp_Object Qtooltip;
104 Lisp_Object Qinternal_border_width;
105 Lisp_Object Qmouse_color;
106 Lisp_Object Qminibuffer;
107 Lisp_Object Qscroll_bar_width, Qvertical_scroll_bars;
108 Lisp_Object Qvisibility;
109 Lisp_Object Qscroll_bar_foreground, Qscroll_bar_background;
110 Lisp_Object Qscreen_gamma;
111 Lisp_Object Qline_spacing;
112 Lisp_Object Quser_position, Quser_size;
113 Lisp_Object Qwait_for_wm;
114 Lisp_Object Qwindow_id;
115 #ifdef HAVE_X_WINDOWS
116 Lisp_Object Qouter_window_id;
117 #endif
118 Lisp_Object Qparent_id;
119 Lisp_Object Qtitle, Qname;
120 Lisp_Object Qexplicit_name;
121 Lisp_Object Qunsplittable;
122 Lisp_Object Qmenu_bar_lines, Qtool_bar_lines, Qtool_bar_position;
123 Lisp_Object Vmenu_bar_mode, Vtool_bar_mode;
124 Lisp_Object Qleft_fringe, Qright_fringe;
125 Lisp_Object Qbuffer_predicate, Qbuffer_list, Qburied_buffer_list;
126 Lisp_Object Qtty_color_mode;
127 Lisp_Object Qtty, Qtty_type;
128
129 Lisp_Object Qfullscreen, Qfullwidth, Qfullheight, Qfullboth, Qmaximized;
130 Lisp_Object Qsticky;
131 Lisp_Object Qfont_backend;
132 Lisp_Object Qalpha;
133
134 Lisp_Object Qface_set_after_frame_default;
135
136 Lisp_Object Vterminal_frame;
137 Lisp_Object Vdefault_frame_alist;
138 Lisp_Object Vdefault_frame_scroll_bars;
139 Lisp_Object Vmouse_position_function;
140 Lisp_Object Vmouse_highlight;
141 static Lisp_Object Vdelete_frame_functions, Qdelete_frame_functions;
142
143 int focus_follows_mouse;
144 \f
145 static void
146 set_menu_bar_lines_1 (Lisp_Object window, int n)
147 {
148 struct window *w = XWINDOW (window);
149
150 XSETFASTINT (w->last_modified, 0);
151 XSETFASTINT (w->top_line, XFASTINT (w->top_line) + n);
152 XSETFASTINT (w->total_lines, XFASTINT (w->total_lines) - n);
153
154 if (INTEGERP (w->orig_top_line))
155 XSETFASTINT (w->orig_top_line, XFASTINT (w->orig_top_line) + n);
156 if (INTEGERP (w->orig_total_lines))
157 XSETFASTINT (w->orig_total_lines, XFASTINT (w->orig_total_lines) - n);
158
159 /* Handle just the top child in a vertical split. */
160 if (!NILP (w->vchild))
161 set_menu_bar_lines_1 (w->vchild, n);
162
163 /* Adjust all children in a horizontal split. */
164 for (window = w->hchild; !NILP (window); window = w->next)
165 {
166 w = XWINDOW (window);
167 set_menu_bar_lines_1 (window, n);
168 }
169 }
170
171 void
172 set_menu_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval)
173 {
174 int nlines;
175 int olines = FRAME_MENU_BAR_LINES (f);
176
177 /* Right now, menu bars don't work properly in minibuf-only frames;
178 most of the commands try to apply themselves to the minibuffer
179 frame itself, and get an error because you can't switch buffers
180 in or split the minibuffer window. */
181 if (FRAME_MINIBUF_ONLY_P (f))
182 return;
183
184 if (INTEGERP (value))
185 nlines = XINT (value);
186 else
187 nlines = 0;
188
189 if (nlines != olines)
190 {
191 windows_or_buffers_changed++;
192 FRAME_WINDOW_SIZES_CHANGED (f) = 1;
193 FRAME_MENU_BAR_LINES (f) = nlines;
194 set_menu_bar_lines_1 (f->root_window, nlines - olines);
195 adjust_glyphs (f);
196 }
197 }
198 \f
199 Lisp_Object Vframe_list;
200
201 extern Lisp_Object Vminibuffer_list;
202 extern Lisp_Object get_minibuffer (int);
203 extern Lisp_Object Fhandle_switch_frame (Lisp_Object event);
204 extern Lisp_Object Fredirect_frame_focus (Lisp_Object frame, Lisp_Object focus_frame);
205 extern Lisp_Object x_get_focus_frame (struct frame *frame);
206 extern Lisp_Object QCname, Qfont_param;
207
208 \f
209 DEFUN ("framep", Fframep, Sframep, 1, 1, 0,
210 doc: /* Return non-nil if OBJECT is a frame.
211 Value is t for a termcap frame (a character-only terminal),
212 `x' for an Emacs frame that is really an X window,
213 `w32' for an Emacs frame that is a window on MS-Windows display,
214 `ns' for an Emacs frame on a GNUstep or Macintosh Cocoa display,
215 `pc' for a direct-write MS-DOS frame.
216 See also `frame-live-p'. */)
217 (Lisp_Object object)
218 {
219 if (!FRAMEP (object))
220 return Qnil;
221 switch (XFRAME (object)->output_method)
222 {
223 case output_initial: /* The initial frame is like a termcap frame. */
224 case output_termcap:
225 return Qt;
226 case output_x_window:
227 return Qx;
228 case output_w32:
229 return Qw32;
230 case output_msdos_raw:
231 return Qpc;
232 case output_mac:
233 return Qmac;
234 case output_ns:
235 return Qns;
236 default:
237 abort ();
238 }
239 }
240
241 DEFUN ("frame-live-p", Fframe_live_p, Sframe_live_p, 1, 1, 0,
242 doc: /* Return non-nil if OBJECT is a frame which has not been deleted.
243 Value is nil if OBJECT is not a live frame. If object is a live
244 frame, the return value indicates what sort of terminal device it is
245 displayed on. See the documentation of `framep' for possible
246 return values. */)
247 (Lisp_Object object)
248 {
249 return ((FRAMEP (object)
250 && FRAME_LIVE_P (XFRAME (object)))
251 ? Fframep (object)
252 : Qnil);
253 }
254
255 DEFUN ("window-system", Fwindow_system, Swindow_system, 0, 1, 0,
256 doc: /* The name of the window system that FRAME is displaying through.
257 The value is a symbol---for instance, 'x' for X windows.
258 The value is nil if Emacs is using a text-only terminal.
259
260 FRAME defaults to the currently selected frame. */)
261 (Lisp_Object frame)
262 {
263 Lisp_Object type;
264 if (NILP (frame))
265 frame = selected_frame;
266
267 type = Fframep (frame);
268
269 if (NILP (type))
270 wrong_type_argument (Qframep, frame);
271
272 if (EQ (type, Qt))
273 return Qnil;
274 else
275 return type;
276 }
277
278 struct frame *
279 make_frame (int mini_p)
280 {
281 Lisp_Object frame;
282 register struct frame *f;
283 register Lisp_Object root_window;
284 register Lisp_Object mini_window;
285
286 f = allocate_frame ();
287 XSETFRAME (frame, f);
288
289 f->desired_matrix = 0;
290 f->current_matrix = 0;
291 f->desired_pool = 0;
292 f->current_pool = 0;
293 f->glyphs_initialized_p = 0;
294 f->decode_mode_spec_buffer = 0;
295 f->visible = 0;
296 f->async_visible = 0;
297 f->output_data.nothing = 0;
298 f->iconified = 0;
299 f->async_iconified = 0;
300 f->wants_modeline = 1;
301 f->auto_raise = 0;
302 f->auto_lower = 0;
303 f->no_split = 0;
304 f->garbaged = 1;
305 f->has_minibuffer = mini_p;
306 f->focus_frame = Qnil;
307 f->explicit_name = 0;
308 f->can_have_scroll_bars = 0;
309 f->vertical_scroll_bar_type = vertical_scroll_bar_none;
310 f->param_alist = Qnil;
311 f->scroll_bars = Qnil;
312 f->condemned_scroll_bars = Qnil;
313 f->face_alist = Qnil;
314 f->face_cache = NULL;
315 f->menu_bar_items = Qnil;
316 f->menu_bar_vector = Qnil;
317 f->menu_bar_items_used = 0;
318 f->buffer_predicate = Qnil;
319 f->buffer_list = Qnil;
320 f->buried_buffer_list = Qnil;
321 f->namebuf = 0;
322 f->title = Qnil;
323 f->menu_bar_window = Qnil;
324 f->tool_bar_window = Qnil;
325 f->tool_bar_items = Qnil;
326 f->tool_bar_position = Qtop;
327 f->desired_tool_bar_string = f->current_tool_bar_string = Qnil;
328 f->n_tool_bar_items = 0;
329 f->left_fringe_width = f->right_fringe_width = 0;
330 f->fringe_cols = 0;
331 f->menu_bar_lines = 0;
332 f->tool_bar_lines = 0;
333 f->scroll_bar_actual_width = 0;
334 f->border_width = 0;
335 f->internal_border_width = 0;
336 f->column_width = 1; /* !FRAME_WINDOW_P value */
337 f->line_height = 1; /* !FRAME_WINDOW_P value */
338 f->x_pixels_diff = f->y_pixels_diff = 0;
339 #ifdef HAVE_WINDOW_SYSTEM
340 f->want_fullscreen = FULLSCREEN_NONE;
341 #endif
342 f->size_hint_flags = 0;
343 f->win_gravity = 0;
344 f->font_driver_list = NULL;
345 f->font_data_list = NULL;
346
347 root_window = make_window ();
348 if (mini_p)
349 {
350 mini_window = make_window ();
351 XWINDOW (root_window)->next = mini_window;
352 XWINDOW (mini_window)->prev = root_window;
353 XWINDOW (mini_window)->mini_p = Qt;
354 XWINDOW (mini_window)->frame = frame;
355 f->minibuffer_window = mini_window;
356 }
357 else
358 {
359 mini_window = Qnil;
360 XWINDOW (root_window)->next = Qnil;
361 f->minibuffer_window = Qnil;
362 }
363
364 XWINDOW (root_window)->frame = frame;
365
366 /* 10 is arbitrary,
367 just so that there is "something there."
368 Correct size will be set up later with change_frame_size. */
369
370 SET_FRAME_COLS (f, 10);
371 FRAME_LINES (f) = 10;
372
373 XSETFASTINT (XWINDOW (root_window)->total_cols, 10);
374 XSETFASTINT (XWINDOW (root_window)->total_lines, (mini_p ? 9 : 10));
375
376 if (mini_p)
377 {
378 XSETFASTINT (XWINDOW (mini_window)->total_cols, 10);
379 XSETFASTINT (XWINDOW (mini_window)->top_line, 9);
380 XSETFASTINT (XWINDOW (mini_window)->total_lines, 1);
381 }
382
383 /* Choose a buffer for the frame's root window. */
384 {
385 Lisp_Object buf;
386
387 XWINDOW (root_window)->buffer = Qt;
388 buf = Fcurrent_buffer ();
389 /* If buf is a 'hidden' buffer (i.e. one whose name starts with
390 a space), try to find another one. */
391 if (SREF (Fbuffer_name (buf), 0) == ' ')
392 buf = Fother_buffer (buf, Qnil, Qnil);
393
394 /* Use set_window_buffer, not Fset_window_buffer, and don't let
395 hooks be run by it. The reason is that the whole frame/window
396 arrangement is not yet fully intialized at this point. Windows
397 don't have the right size, glyph matrices aren't initialized
398 etc. Running Lisp functions at this point surely ends in a
399 SEGV. */
400 set_window_buffer (root_window, buf, 0, 0);
401 f->buffer_list = Fcons (buf, Qnil);
402 }
403
404 if (mini_p)
405 {
406 XWINDOW (mini_window)->buffer = Qt;
407 set_window_buffer (mini_window,
408 (NILP (Vminibuffer_list)
409 ? get_minibuffer (0)
410 : Fcar (Vminibuffer_list)),
411 0, 0);
412 }
413
414 f->root_window = root_window;
415 f->selected_window = root_window;
416 /* Make sure this window seems more recently used than
417 a newly-created, never-selected window. */
418 ++window_select_count;
419 XSETFASTINT (XWINDOW (f->selected_window)->use_time, window_select_count);
420
421 f->default_face_done_p = 0;
422
423 return f;
424 }
425 \f
426 #ifdef HAVE_WINDOW_SYSTEM
427 /* Make a frame using a separate minibuffer window on another frame.
428 MINI_WINDOW is the minibuffer window to use. nil means use the
429 default (the global minibuffer). */
430
431 struct frame *
432 make_frame_without_minibuffer (register Lisp_Object mini_window, KBOARD *kb, Lisp_Object display)
433 {
434 register struct frame *f;
435 struct gcpro gcpro1;
436
437 if (!NILP (mini_window))
438 CHECK_LIVE_WINDOW (mini_window);
439
440 if (!NILP (mini_window)
441 && FRAME_KBOARD (XFRAME (XWINDOW (mini_window)->frame)) != kb)
442 error ("Frame and minibuffer must be on the same terminal");
443
444 /* Make a frame containing just a root window. */
445 f = make_frame (0);
446
447 if (NILP (mini_window))
448 {
449 /* Use default-minibuffer-frame if possible. */
450 if (!FRAMEP (kb->Vdefault_minibuffer_frame)
451 || ! FRAME_LIVE_P (XFRAME (kb->Vdefault_minibuffer_frame)))
452 {
453 Lisp_Object frame_dummy;
454
455 XSETFRAME (frame_dummy, f);
456 GCPRO1 (frame_dummy);
457 /* If there's no minibuffer frame to use, create one. */
458 kb->Vdefault_minibuffer_frame =
459 call1 (intern ("make-initial-minibuffer-frame"), display);
460 UNGCPRO;
461 }
462
463 mini_window = XFRAME (kb->Vdefault_minibuffer_frame)->minibuffer_window;
464 }
465
466 f->minibuffer_window = mini_window;
467
468 /* Make the chosen minibuffer window display the proper minibuffer,
469 unless it is already showing a minibuffer. */
470 if (NILP (Fmemq (XWINDOW (mini_window)->buffer, Vminibuffer_list)))
471 Fset_window_buffer (mini_window,
472 (NILP (Vminibuffer_list)
473 ? get_minibuffer (0)
474 : Fcar (Vminibuffer_list)), Qnil);
475 return f;
476 }
477
478 /* Make a frame containing only a minibuffer window. */
479
480 struct frame *
481 make_minibuffer_frame (void)
482 {
483 /* First make a frame containing just a root window, no minibuffer. */
484
485 register struct frame *f = make_frame (0);
486 register Lisp_Object mini_window;
487 register Lisp_Object frame;
488
489 XSETFRAME (frame, f);
490
491 f->auto_raise = 0;
492 f->auto_lower = 0;
493 f->no_split = 1;
494 f->wants_modeline = 0;
495 f->has_minibuffer = 1;
496
497 /* Now label the root window as also being the minibuffer.
498 Avoid infinite looping on the window chain by marking next pointer
499 as nil. */
500
501 mini_window = f->minibuffer_window = f->root_window;
502 XWINDOW (mini_window)->mini_p = Qt;
503 XWINDOW (mini_window)->next = Qnil;
504 XWINDOW (mini_window)->prev = Qnil;
505 XWINDOW (mini_window)->frame = frame;
506
507 /* Put the proper buffer in that window. */
508
509 Fset_window_buffer (mini_window,
510 (NILP (Vminibuffer_list)
511 ? get_minibuffer (0)
512 : Fcar (Vminibuffer_list)), Qnil);
513 return f;
514 }
515 #endif /* HAVE_WINDOW_SYSTEM */
516 \f
517 /* Construct a frame that refers to a terminal. */
518
519 static int tty_frame_count;
520
521 struct frame *
522 make_initial_frame (void)
523 {
524 struct frame *f;
525 struct terminal *terminal;
526 Lisp_Object frame;
527
528 eassert (initial_kboard);
529
530 /* The first call must initialize Vframe_list. */
531 if (! (NILP (Vframe_list) || CONSP (Vframe_list)))
532 Vframe_list = Qnil;
533
534 terminal = init_initial_terminal ();
535
536 f = make_frame (1);
537 XSETFRAME (frame, f);
538
539 Vframe_list = Fcons (frame, Vframe_list);
540
541 tty_frame_count = 1;
542 f->name = make_pure_c_string ("F1");
543
544 f->visible = 1;
545 f->async_visible = 1;
546
547 f->output_method = terminal->type;
548 f->terminal = terminal;
549 f->terminal->reference_count++;
550 f->output_data.nothing = 0;
551
552 FRAME_FOREGROUND_PIXEL (f) = FACE_TTY_DEFAULT_FG_COLOR;
553 FRAME_BACKGROUND_PIXEL (f) = FACE_TTY_DEFAULT_BG_COLOR;
554
555 FRAME_CAN_HAVE_SCROLL_BARS (f) = 0;
556 FRAME_VERTICAL_SCROLL_BAR_TYPE (f) = vertical_scroll_bar_none;
557
558 /* The default value of menu-bar-mode is t. */
559 set_menu_bar_lines (f, make_number (1), Qnil);
560
561 #ifdef CANNOT_DUMP
562 if (!noninteractive)
563 init_frame_faces (f);
564 #endif
565
566 return f;
567 }
568
569
570 struct frame *
571 make_terminal_frame (struct terminal *terminal)
572 {
573 register struct frame *f;
574 Lisp_Object frame;
575 char name[20];
576
577 if (!terminal->name)
578 error ("Terminal is not live, can't create new frames on it");
579
580 f = make_frame (1);
581
582 XSETFRAME (frame, f);
583 Vframe_list = Fcons (frame, Vframe_list);
584
585 tty_frame_count++;
586 sprintf (name, "F%d", tty_frame_count);
587 f->name = build_string (name);
588
589 f->visible = 1; /* FRAME_SET_VISIBLE wd set frame_garbaged. */
590 f->async_visible = 1; /* Don't let visible be cleared later. */
591 f->terminal = terminal;
592 f->terminal->reference_count++;
593 #ifdef MSDOS
594 f->output_data.tty->display_info = &the_only_display_info;
595 if (!inhibit_window_system
596 && (!FRAMEP (selected_frame) || !FRAME_LIVE_P (XFRAME (selected_frame))
597 || XFRAME (selected_frame)->output_method == output_msdos_raw))
598 f->output_method = output_msdos_raw;
599 else
600 f->output_method = output_termcap;
601 #else /* not MSDOS */
602 f->output_method = output_termcap;
603 create_tty_output (f);
604 FRAME_FOREGROUND_PIXEL (f) = FACE_TTY_DEFAULT_FG_COLOR;
605 FRAME_BACKGROUND_PIXEL (f) = FACE_TTY_DEFAULT_BG_COLOR;
606 #endif /* not MSDOS */
607
608 FRAME_CAN_HAVE_SCROLL_BARS (f) = 0;
609 FRAME_VERTICAL_SCROLL_BAR_TYPE (f) = vertical_scroll_bar_none;
610 FRAME_MENU_BAR_LINES(f) = NILP (Vmenu_bar_mode) ? 0 : 1;
611
612 /* Set the top frame to the newly created frame. */
613 if (FRAMEP (FRAME_TTY (f)->top_frame)
614 && FRAME_LIVE_P (XFRAME (FRAME_TTY (f)->top_frame)))
615 XFRAME (FRAME_TTY (f)->top_frame)->async_visible = 2; /* obscured */
616
617 FRAME_TTY (f)->top_frame = frame;
618
619 if (!noninteractive)
620 init_frame_faces (f);
621
622 return f;
623 }
624
625 /* Get a suitable value for frame parameter PARAMETER for a newly
626 created frame, based on (1) the user-supplied frame parameter
627 alist SUPPLIED_PARMS, and (2) CURRENT_VALUE. */
628
629 static Lisp_Object
630 get_future_frame_param (Lisp_Object parameter,
631 Lisp_Object supplied_parms,
632 char *current_value)
633 {
634 Lisp_Object result;
635
636 result = Fassq (parameter, supplied_parms);
637 if (NILP (result))
638 result = Fassq (parameter, XFRAME (selected_frame)->param_alist);
639 if (NILP (result) && current_value != NULL)
640 result = build_string (current_value);
641 if (!NILP (result) && !STRINGP (result))
642 result = XCDR (result);
643 if (NILP (result) || !STRINGP (result))
644 result = Qnil;
645
646 return result;
647 }
648
649 DEFUN ("make-terminal-frame", Fmake_terminal_frame, Smake_terminal_frame,
650 1, 1, 0,
651 doc: /* Create an additional terminal frame, possibly on another terminal.
652 This function takes one argument, an alist specifying frame parameters.
653
654 You can create multiple frames on a single text-only terminal, but
655 only one of them (the selected terminal frame) is actually displayed.
656
657 In practice, generally you don't need to specify any parameters,
658 except when you want to create a new frame on another terminal.
659 In that case, the `tty' parameter specifies the device file to open,
660 and the `tty-type' parameter specifies the terminal type. Example:
661
662 (make-terminal-frame '((tty . "/dev/pts/5") (tty-type . "xterm")))
663
664 Note that changing the size of one terminal frame automatically
665 affects all frames on the same terminal device. */)
666 (Lisp_Object parms)
667 {
668 struct frame *f;
669 struct terminal *t = NULL;
670 Lisp_Object frame, tem;
671 struct frame *sf = SELECTED_FRAME ();
672
673 #ifdef MSDOS
674 if (sf->output_method != output_msdos_raw
675 && sf->output_method != output_termcap)
676 abort ();
677 #else /* not MSDOS */
678
679 #ifdef WINDOWSNT /* This should work now! */
680 if (sf->output_method != output_termcap)
681 error ("Not using an ASCII terminal now; cannot make a new ASCII frame");
682 #endif
683 #endif /* not MSDOS */
684
685 {
686 Lisp_Object terminal;
687
688 terminal = Fassq (Qterminal, parms);
689 if (!NILP (terminal))
690 {
691 terminal = XCDR (terminal);
692 t = get_terminal (terminal, 1);
693 }
694 #ifdef MSDOS
695 if (t && t != the_only_display_info.terminal)
696 /* msdos.c assumes a single tty_display_info object. */
697 error ("Multiple terminals are not supported on this platform");
698 if (!t)
699 t = the_only_display_info.terminal;
700 #endif
701 }
702
703 if (!t)
704 {
705 char *name = 0, *type = 0;
706 Lisp_Object tty, tty_type;
707
708 tty = get_future_frame_param
709 (Qtty, parms, (FRAME_TERMCAP_P (XFRAME (selected_frame))
710 ? FRAME_TTY (XFRAME (selected_frame))->name
711 : NULL));
712 if (!NILP (tty))
713 {
714 name = (char *) alloca (SBYTES (tty) + 1);
715 strncpy (name, SDATA (tty), SBYTES (tty));
716 name[SBYTES (tty)] = 0;
717 }
718
719 tty_type = get_future_frame_param
720 (Qtty_type, parms, (FRAME_TERMCAP_P (XFRAME (selected_frame))
721 ? FRAME_TTY (XFRAME (selected_frame))->type
722 : NULL));
723 if (!NILP (tty_type))
724 {
725 type = (char *) alloca (SBYTES (tty_type) + 1);
726 strncpy (type, SDATA (tty_type), SBYTES (tty_type));
727 type[SBYTES (tty_type)] = 0;
728 }
729
730 t = init_tty (name, type, 0); /* Errors are not fatal. */
731 }
732
733 f = make_terminal_frame (t);
734
735 {
736 int width, height;
737 get_tty_size (fileno (FRAME_TTY (f)->input), &width, &height);
738 change_frame_size (f, height, width, 0, 0, 0);
739 }
740
741 adjust_glyphs (f);
742 calculate_costs (f);
743 XSETFRAME (frame, f);
744 Fmodify_frame_parameters (frame, parms);
745 Fmodify_frame_parameters (frame, Fcons (Fcons (Qtty_type,
746 build_string (t->display_info.tty->type)),
747 Qnil));
748 if (t->display_info.tty->name != NULL)
749 Fmodify_frame_parameters (frame, Fcons (Fcons (Qtty,
750 build_string (t->display_info.tty->name)),
751 Qnil));
752 else
753 Fmodify_frame_parameters (frame, Fcons (Fcons (Qtty, Qnil), Qnil));
754
755 /* Make the frame face alist be frame-specific, so that each
756 frame could change its face definitions independently. */
757 f->face_alist = Fcopy_alist (sf->face_alist);
758 /* Simple Fcopy_alist isn't enough, because we need the contents of
759 the vectors which are the CDRs of associations in face_alist to
760 be copied as well. */
761 for (tem = f->face_alist; CONSP (tem); tem = XCDR (tem))
762 XSETCDR (XCAR (tem), Fcopy_sequence (XCDR (XCAR (tem))));
763 return frame;
764 }
765
766 \f
767 /* Perform the switch to frame FRAME.
768
769 If FRAME is a switch-frame event `(switch-frame FRAME1)', use
770 FRAME1 as frame.
771
772 If TRACK is non-zero and the frame that currently has the focus
773 redirects its focus to the selected frame, redirect that focused
774 frame's focus to FRAME instead.
775
776 FOR_DELETION non-zero means that the selected frame is being
777 deleted, which includes the possibility that the frame's terminal
778 is dead.
779
780 The value of NORECORD is passed as argument to Fselect_window. */
781
782 Lisp_Object
783 do_switch_frame (Lisp_Object frame, int track, int for_deletion, Lisp_Object norecord)
784 {
785 struct frame *sf = SELECTED_FRAME ();
786
787 /* If FRAME is a switch-frame event, extract the frame we should
788 switch to. */
789 if (CONSP (frame)
790 && EQ (XCAR (frame), Qswitch_frame)
791 && CONSP (XCDR (frame)))
792 frame = XCAR (XCDR (frame));
793
794 /* This used to say CHECK_LIVE_FRAME, but apparently it's possible for
795 a switch-frame event to arrive after a frame is no longer live,
796 especially when deleting the initial frame during startup. */
797 CHECK_FRAME (frame);
798 if (! FRAME_LIVE_P (XFRAME (frame)))
799 return Qnil;
800
801 if (sf == XFRAME (frame))
802 return frame;
803
804 /* This is too greedy; it causes inappropriate focus redirection
805 that's hard to get rid of. */
806 #if 0
807 /* If a frame's focus has been redirected toward the currently
808 selected frame, we should change the redirection to point to the
809 newly selected frame. This means that if the focus is redirected
810 from a minibufferless frame to a surrogate minibuffer frame, we
811 can use `other-window' to switch between all the frames using
812 that minibuffer frame, and the focus redirection will follow us
813 around. */
814 if (track)
815 {
816 Lisp_Object tail;
817
818 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
819 {
820 Lisp_Object focus;
821
822 if (!FRAMEP (XCAR (tail)))
823 abort ();
824
825 focus = FRAME_FOCUS_FRAME (XFRAME (XCAR (tail)));
826
827 if (FRAMEP (focus) && XFRAME (focus) == SELECTED_FRAME ())
828 Fredirect_frame_focus (XCAR (tail), frame);
829 }
830 }
831 #else /* ! 0 */
832 /* Instead, apply it only to the frame we're pointing to. */
833 #ifdef HAVE_WINDOW_SYSTEM
834 if (track && FRAME_WINDOW_P (XFRAME (frame)))
835 {
836 Lisp_Object focus, xfocus;
837
838 xfocus = x_get_focus_frame (XFRAME (frame));
839 if (FRAMEP (xfocus))
840 {
841 focus = FRAME_FOCUS_FRAME (XFRAME (xfocus));
842 if (FRAMEP (focus) && XFRAME (focus) == SELECTED_FRAME ())
843 Fredirect_frame_focus (xfocus, frame);
844 }
845 }
846 #endif /* HAVE_X_WINDOWS */
847 #endif /* ! 0 */
848
849 if (!for_deletion && FRAME_HAS_MINIBUF_P (sf))
850 resize_mini_window (XWINDOW (FRAME_MINIBUF_WINDOW (sf)), 1);
851
852 if (FRAME_TERMCAP_P (XFRAME (frame)) || FRAME_MSDOS_P (XFRAME (frame)))
853 {
854 if (FRAMEP (FRAME_TTY (XFRAME (frame))->top_frame))
855 /* Mark previously displayed frame as now obscured. */
856 XFRAME (FRAME_TTY (XFRAME (frame))->top_frame)->async_visible = 2;
857 XFRAME (frame)->async_visible = 1;
858 FRAME_TTY (XFRAME (frame))->top_frame = frame;
859 }
860
861 selected_frame = frame;
862 if (! FRAME_MINIBUF_ONLY_P (XFRAME (selected_frame)))
863 last_nonminibuf_frame = XFRAME (selected_frame);
864
865 Fselect_window (XFRAME (frame)->selected_window, norecord);
866
867 /* We want to make sure that the next event generates a frame-switch
868 event to the appropriate frame. This seems kludgy to me, but
869 before you take it out, make sure that evaluating something like
870 (select-window (frame-root-window (new-frame))) doesn't end up
871 with your typing being interpreted in the new frame instead of
872 the one you're actually typing in. */
873 internal_last_event_frame = Qnil;
874
875 return frame;
876 }
877
878 DEFUN ("select-frame", Fselect_frame, Sselect_frame, 1, 2, "e",
879 doc: /* Select FRAME.
880 Subsequent editing commands apply to its selected window.
881 Optional argument NORECORD means to neither change the order of
882 recently selected windows nor the buffer list.
883
884 The selection of FRAME lasts until the next time the user does
885 something to select a different frame, or until the next time
886 this function is called. If you are using a window system, the
887 previously selected frame may be restored as the selected frame
888 when returning to the command loop, because it still may have
889 the window system's input focus. On a text-only terminal, the
890 next redisplay will display FRAME.
891
892 This function returns FRAME, or nil if FRAME has been deleted. */)
893 (Lisp_Object frame, Lisp_Object norecord)
894 {
895 return do_switch_frame (frame, 1, 0, norecord);
896 }
897
898
899 DEFUN ("handle-switch-frame", Fhandle_switch_frame, Shandle_switch_frame, 1, 1, "e",
900 doc: /* Handle a switch-frame event EVENT.
901 Switch-frame events are usually bound to this function.
902 A switch-frame event tells Emacs that the window manager has requested
903 that the user's events be directed to the frame mentioned in the event.
904 This function selects the selected window of the frame of EVENT.
905
906 If EVENT is frame object, handle it as if it were a switch-frame event
907 to that frame. */)
908 (Lisp_Object event)
909 {
910 /* Preserve prefix arg that the command loop just cleared. */
911 current_kboard->Vprefix_arg = Vcurrent_prefix_arg;
912 call1 (Vrun_hooks, Qmouse_leave_buffer_hook);
913 return do_switch_frame (event, 0, 0, Qnil);
914 }
915
916 DEFUN ("selected-frame", Fselected_frame, Sselected_frame, 0, 0, 0,
917 doc: /* Return the frame that is now selected. */)
918 (void)
919 {
920 return selected_frame;
921 }
922 \f
923 DEFUN ("window-frame", Fwindow_frame, Swindow_frame, 1, 1, 0,
924 doc: /* Return the frame object that window WINDOW is on. */)
925 (Lisp_Object window)
926 {
927 CHECK_LIVE_WINDOW (window);
928 return XWINDOW (window)->frame;
929 }
930
931 DEFUN ("frame-first-window", Fframe_first_window, Sframe_first_window, 0, 1, 0,
932 doc: /* Returns the topmost, leftmost window of FRAME.
933 If omitted, FRAME defaults to the currently selected frame. */)
934 (Lisp_Object frame)
935 {
936 Lisp_Object w;
937
938 if (NILP (frame))
939 w = SELECTED_FRAME ()->root_window;
940 else
941 {
942 CHECK_LIVE_FRAME (frame);
943 w = XFRAME (frame)->root_window;
944 }
945 while (NILP (XWINDOW (w)->buffer))
946 {
947 if (! NILP (XWINDOW (w)->hchild))
948 w = XWINDOW (w)->hchild;
949 else if (! NILP (XWINDOW (w)->vchild))
950 w = XWINDOW (w)->vchild;
951 else
952 abort ();
953 }
954 return w;
955 }
956
957 DEFUN ("active-minibuffer-window", Factive_minibuffer_window,
958 Sactive_minibuffer_window, 0, 0, 0,
959 doc: /* Return the currently active minibuffer window, or nil if none. */)
960 (void)
961 {
962 return minibuf_level ? minibuf_window : Qnil;
963 }
964
965 DEFUN ("frame-root-window", Fframe_root_window, Sframe_root_window, 0, 1, 0,
966 doc: /* Returns the root-window of FRAME.
967 If omitted, FRAME defaults to the currently selected frame. */)
968 (Lisp_Object frame)
969 {
970 Lisp_Object window;
971
972 if (NILP (frame))
973 window = SELECTED_FRAME ()->root_window;
974 else
975 {
976 CHECK_LIVE_FRAME (frame);
977 window = XFRAME (frame)->root_window;
978 }
979
980 return window;
981 }
982
983 DEFUN ("frame-selected-window", Fframe_selected_window,
984 Sframe_selected_window, 0, 1, 0,
985 doc: /* Return the selected window of FRAME.
986 FRAME defaults to the currently selected frame. */)
987 (Lisp_Object frame)
988 {
989 Lisp_Object window;
990
991 if (NILP (frame))
992 window = SELECTED_FRAME ()->selected_window;
993 else
994 {
995 CHECK_LIVE_FRAME (frame);
996 window = XFRAME (frame)->selected_window;
997 }
998
999 return window;
1000 }
1001
1002 DEFUN ("set-frame-selected-window", Fset_frame_selected_window,
1003 Sset_frame_selected_window, 2, 3, 0,
1004 doc: /* Set selected window of FRAME to WINDOW.
1005 If FRAME is nil, use the selected frame. If FRAME is the
1006 selected frame, this makes WINDOW the selected window.
1007 Optional argument NORECORD non-nil means to neither change the
1008 order of recently selected windows nor the buffer list.
1009 Return WINDOW. */)
1010 (Lisp_Object frame, Lisp_Object window, Lisp_Object norecord)
1011 {
1012 if (NILP (frame))
1013 frame = selected_frame;
1014
1015 CHECK_LIVE_FRAME (frame);
1016 CHECK_LIVE_WINDOW (window);
1017
1018 if (! EQ (frame, WINDOW_FRAME (XWINDOW (window))))
1019 error ("In `set-frame-selected-window', WINDOW is not on FRAME");
1020
1021 if (EQ (frame, selected_frame))
1022 return Fselect_window (window, norecord);
1023
1024 return XFRAME (frame)->selected_window = window;
1025 }
1026
1027 \f
1028 DEFUN ("frame-list", Fframe_list, Sframe_list,
1029 0, 0, 0,
1030 doc: /* Return a list of all live frames. */)
1031 (void)
1032 {
1033 Lisp_Object frames;
1034 frames = Fcopy_sequence (Vframe_list);
1035 #ifdef HAVE_WINDOW_SYSTEM
1036 if (FRAMEP (tip_frame))
1037 frames = Fdelq (tip_frame, frames);
1038 #endif
1039 return frames;
1040 }
1041
1042 /* Return the next frame in the frame list after FRAME.
1043 If MINIBUF is nil, exclude minibuffer-only frames.
1044 If MINIBUF is a window, include only its own frame
1045 and any frame now using that window as the minibuffer.
1046 If MINIBUF is `visible', include all visible frames.
1047 If MINIBUF is 0, include all visible and iconified frames.
1048 Otherwise, include all frames. */
1049
1050 static Lisp_Object
1051 next_frame (Lisp_Object frame, Lisp_Object minibuf)
1052 {
1053 Lisp_Object tail;
1054 int passed = 0;
1055
1056 /* There must always be at least one frame in Vframe_list. */
1057 if (! CONSP (Vframe_list))
1058 abort ();
1059
1060 /* If this frame is dead, it won't be in Vframe_list, and we'll loop
1061 forever. Forestall that. */
1062 CHECK_LIVE_FRAME (frame);
1063
1064 while (1)
1065 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
1066 {
1067 Lisp_Object f;
1068
1069 f = XCAR (tail);
1070
1071 if (passed
1072 && ((!FRAME_TERMCAP_P (XFRAME (f)) && !FRAME_TERMCAP_P (XFRAME (frame))
1073 && FRAME_KBOARD (XFRAME (f)) == FRAME_KBOARD (XFRAME (frame)))
1074 || (FRAME_TERMCAP_P (XFRAME (f)) && FRAME_TERMCAP_P (XFRAME (frame))
1075 && FRAME_TTY (XFRAME (f)) == FRAME_TTY (XFRAME (frame)))))
1076 {
1077 /* Decide whether this frame is eligible to be returned. */
1078
1079 /* If we've looped all the way around without finding any
1080 eligible frames, return the original frame. */
1081 if (EQ (f, frame))
1082 return f;
1083
1084 /* Let minibuf decide if this frame is acceptable. */
1085 if (NILP (minibuf))
1086 {
1087 if (! FRAME_MINIBUF_ONLY_P (XFRAME (f)))
1088 return f;
1089 }
1090 else if (EQ (minibuf, Qvisible))
1091 {
1092 FRAME_SAMPLE_VISIBILITY (XFRAME (f));
1093 if (FRAME_VISIBLE_P (XFRAME (f)))
1094 return f;
1095 }
1096 else if (INTEGERP (minibuf) && XINT (minibuf) == 0)
1097 {
1098 FRAME_SAMPLE_VISIBILITY (XFRAME (f));
1099 if (FRAME_VISIBLE_P (XFRAME (f))
1100 || FRAME_ICONIFIED_P (XFRAME (f)))
1101 return f;
1102 }
1103 else if (WINDOWP (minibuf))
1104 {
1105 if (EQ (FRAME_MINIBUF_WINDOW (XFRAME (f)), minibuf)
1106 || EQ (WINDOW_FRAME (XWINDOW (minibuf)), f)
1107 || EQ (WINDOW_FRAME (XWINDOW (minibuf)),
1108 FRAME_FOCUS_FRAME (XFRAME (f))))
1109 return f;
1110 }
1111 else
1112 return f;
1113 }
1114
1115 if (EQ (frame, f))
1116 passed++;
1117 }
1118 }
1119
1120 /* Return the previous frame in the frame list before FRAME.
1121 If MINIBUF is nil, exclude minibuffer-only frames.
1122 If MINIBUF is a window, include only its own frame
1123 and any frame now using that window as the minibuffer.
1124 If MINIBUF is `visible', include all visible frames.
1125 If MINIBUF is 0, include all visible and iconified frames.
1126 Otherwise, include all frames. */
1127
1128 static Lisp_Object
1129 prev_frame (Lisp_Object frame, Lisp_Object minibuf)
1130 {
1131 Lisp_Object tail;
1132 Lisp_Object prev;
1133
1134 /* There must always be at least one frame in Vframe_list. */
1135 if (! CONSP (Vframe_list))
1136 abort ();
1137
1138 prev = Qnil;
1139 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
1140 {
1141 Lisp_Object f;
1142
1143 f = XCAR (tail);
1144 if (!FRAMEP (f))
1145 abort ();
1146
1147 if (EQ (frame, f) && !NILP (prev))
1148 return prev;
1149
1150 if ((!FRAME_TERMCAP_P (XFRAME (f)) && !FRAME_TERMCAP_P (XFRAME (frame))
1151 && FRAME_KBOARD (XFRAME (f)) == FRAME_KBOARD (XFRAME (frame)))
1152 || (FRAME_TERMCAP_P (XFRAME (f)) && FRAME_TERMCAP_P (XFRAME (frame))
1153 && FRAME_TTY (XFRAME (f)) == FRAME_TTY (XFRAME (frame))))
1154 {
1155 /* Decide whether this frame is eligible to be returned,
1156 according to minibuf. */
1157 if (NILP (minibuf))
1158 {
1159 if (! FRAME_MINIBUF_ONLY_P (XFRAME (f)))
1160 prev = f;
1161 }
1162 else if (WINDOWP (minibuf))
1163 {
1164 if (EQ (FRAME_MINIBUF_WINDOW (XFRAME (f)), minibuf)
1165 || EQ (WINDOW_FRAME (XWINDOW (minibuf)), f)
1166 || EQ (WINDOW_FRAME (XWINDOW (minibuf)),
1167 FRAME_FOCUS_FRAME (XFRAME (f))))
1168 prev = f;
1169 }
1170 else if (EQ (minibuf, Qvisible))
1171 {
1172 FRAME_SAMPLE_VISIBILITY (XFRAME (f));
1173 if (FRAME_VISIBLE_P (XFRAME (f)))
1174 prev = f;
1175 }
1176 else if (XFASTINT (minibuf) == 0)
1177 {
1178 FRAME_SAMPLE_VISIBILITY (XFRAME (f));
1179 if (FRAME_VISIBLE_P (XFRAME (f))
1180 || FRAME_ICONIFIED_P (XFRAME (f)))
1181 prev = f;
1182 }
1183 else
1184 prev = f;
1185 }
1186 }
1187
1188 /* We've scanned the entire list. */
1189 if (NILP (prev))
1190 /* We went through the whole frame list without finding a single
1191 acceptable frame. Return the original frame. */
1192 return frame;
1193 else
1194 /* There were no acceptable frames in the list before FRAME; otherwise,
1195 we would have returned directly from the loop. Since PREV is the last
1196 acceptable frame in the list, return it. */
1197 return prev;
1198 }
1199
1200
1201 DEFUN ("next-frame", Fnext_frame, Snext_frame, 0, 2, 0,
1202 doc: /* Return the next frame in the frame list after FRAME.
1203 It considers only frames on the same terminal as FRAME.
1204 By default, skip minibuffer-only frames.
1205 If omitted, FRAME defaults to the selected frame.
1206 If optional argument MINIFRAME is nil, exclude minibuffer-only frames.
1207 If MINIFRAME is a window, include only its own frame
1208 and any frame now using that window as the minibuffer.
1209 If MINIFRAME is `visible', include all visible frames.
1210 If MINIFRAME is 0, include all visible and iconified frames.
1211 Otherwise, include all frames. */)
1212 (Lisp_Object frame, Lisp_Object miniframe)
1213 {
1214 if (NILP (frame))
1215 frame = selected_frame;
1216
1217 CHECK_LIVE_FRAME (frame);
1218 return next_frame (frame, miniframe);
1219 }
1220
1221 DEFUN ("previous-frame", Fprevious_frame, Sprevious_frame, 0, 2, 0,
1222 doc: /* Return the previous frame in the frame list before FRAME.
1223 It considers only frames on the same terminal as FRAME.
1224 By default, skip minibuffer-only frames.
1225 If omitted, FRAME defaults to the selected frame.
1226 If optional argument MINIFRAME is nil, exclude minibuffer-only frames.
1227 If MINIFRAME is a window, include only its own frame
1228 and any frame now using that window as the minibuffer.
1229 If MINIFRAME is `visible', include all visible frames.
1230 If MINIFRAME is 0, include all visible and iconified frames.
1231 Otherwise, include all frames. */)
1232 (Lisp_Object frame, Lisp_Object miniframe)
1233 {
1234 if (NILP (frame))
1235 frame = selected_frame;
1236 CHECK_LIVE_FRAME (frame);
1237 return prev_frame (frame, miniframe);
1238 }
1239 \f
1240 /* Return 1 if it is ok to delete frame F;
1241 0 if all frames aside from F are invisible.
1242 (Exception: if F is the terminal frame, and we are using X, return 1.) */
1243
1244 int
1245 other_visible_frames (FRAME_PTR f)
1246 {
1247 /* We know the selected frame is visible,
1248 so if F is some other frame, it can't be the sole visible one. */
1249 if (f == SELECTED_FRAME ())
1250 {
1251 Lisp_Object frames;
1252 int count = 0;
1253
1254 for (frames = Vframe_list;
1255 CONSP (frames);
1256 frames = XCDR (frames))
1257 {
1258 Lisp_Object this;
1259
1260 this = XCAR (frames);
1261 /* Verify that the frame's window still exists
1262 and we can still talk to it. And note any recent change
1263 in visibility. */
1264 #ifdef HAVE_WINDOW_SYSTEM
1265 if (FRAME_WINDOW_P (XFRAME (this)))
1266 {
1267 x_sync (XFRAME (this));
1268 FRAME_SAMPLE_VISIBILITY (XFRAME (this));
1269 }
1270 #endif
1271
1272 if (FRAME_VISIBLE_P (XFRAME (this))
1273 || FRAME_ICONIFIED_P (XFRAME (this))
1274 /* Allow deleting the terminal frame when at least
1275 one X frame exists! */
1276 || (FRAME_WINDOW_P (XFRAME (this)) && !FRAME_WINDOW_P (f)))
1277 count++;
1278 }
1279 return count > 1;
1280 }
1281 return 1;
1282 }
1283
1284 extern Lisp_Object Qrun_hook_with_args;
1285
1286 /* Delete FRAME. When FORCE equals Qnoelisp, delete FRAME
1287 unconditionally. x_connection_closed and delete_terminal use
1288 this. Any other value of FORCE implements the semantics
1289 described for Fdelete_frame. */
1290 Lisp_Object
1291 delete_frame (Lisp_Object frame, Lisp_Object force)
1292 /* If we use `register' here, gcc-4.0.2 on amd64 using
1293 -DUSE_LISP_UNION_TYPE complains further down that we're getting the
1294 address of `force'. Go figure. */
1295
1296 {
1297 struct frame *f;
1298 struct frame *sf = SELECTED_FRAME ();
1299 struct kboard *kb;
1300
1301 int minibuffer_selected, tooltip_frame;
1302
1303 if (EQ (frame, Qnil))
1304 {
1305 f = sf;
1306 XSETFRAME (frame, f);
1307 }
1308 else
1309 {
1310 CHECK_FRAME (frame);
1311 f = XFRAME (frame);
1312 }
1313
1314 if (! FRAME_LIVE_P (f))
1315 return Qnil;
1316
1317 if (NILP (force) && !other_visible_frames (f))
1318 error ("Attempt to delete the sole visible or iconified frame");
1319
1320 /* x_connection_closed must have set FORCE to `noelisp' in order
1321 to delete the last frame, if it is gone. */
1322 if (NILP (XCDR (Vframe_list)) && !EQ (force, Qnoelisp))
1323 error ("Attempt to delete the only frame");
1324
1325 /* Does this frame have a minibuffer, and is it the surrogate
1326 minibuffer for any other frame? */
1327 if (FRAME_HAS_MINIBUF_P (XFRAME (frame)))
1328 {
1329 Lisp_Object frames;
1330
1331 for (frames = Vframe_list;
1332 CONSP (frames);
1333 frames = XCDR (frames))
1334 {
1335 Lisp_Object this;
1336 this = XCAR (frames);
1337
1338 if (! EQ (this, frame)
1339 && EQ (frame,
1340 WINDOW_FRAME (XWINDOW
1341 (FRAME_MINIBUF_WINDOW (XFRAME (this))))))
1342 {
1343 /* If we MUST delete this frame, delete the other first.
1344 But do this only if FORCE equals `noelisp'. */
1345 if (EQ (force, Qnoelisp))
1346 delete_frame (this, Qnoelisp);
1347 else
1348 error ("Attempt to delete a surrogate minibuffer frame");
1349 }
1350 }
1351 }
1352
1353 tooltip_frame = !NILP (Fframe_parameter (frame, intern ("tooltip")));
1354
1355 /* Run `delete-frame-functions' unless FORCE is `noelisp' or
1356 frame is a tooltip. FORCE is set to `noelisp' when handling
1357 a disconnect from the terminal, so we don't dare call Lisp
1358 code. */
1359 if (NILP (Vrun_hooks) || tooltip_frame)
1360 ;
1361 else if (EQ (force, Qnoelisp))
1362 pending_funcalls
1363 = Fcons (list3 (Qrun_hook_with_args, Qdelete_frame_functions, frame),
1364 pending_funcalls);
1365 else
1366 safe_call2 (Qrun_hook_with_args, Qdelete_frame_functions, frame);
1367
1368 /* The hook may sometimes (indirectly) cause the frame to be deleted. */
1369 if (! FRAME_LIVE_P (f))
1370 return Qnil;
1371
1372 /* At this point, we are committed to deleting the frame.
1373 There is no more chance for errors to prevent it. */
1374
1375 minibuffer_selected = EQ (minibuf_window, selected_window);
1376
1377 /* Don't let the frame remain selected. */
1378 if (f == sf)
1379 {
1380 Lisp_Object tail, frame1;
1381
1382 /* Look for another visible frame on the same terminal. */
1383 frame1 = next_frame (frame, Qvisible);
1384
1385 /* If there is none, find *some* other frame. */
1386 if (NILP (frame1) || EQ (frame1, frame))
1387 {
1388 FOR_EACH_FRAME (tail, frame1)
1389 {
1390 if (! EQ (frame, frame1) && FRAME_LIVE_P (XFRAME (frame1)))
1391 break;
1392 }
1393 }
1394 #ifdef NS_IMPL_COCOA
1395 else
1396 /* Under NS, there is no system mechanism for choosing a new
1397 window to get focus -- it is left to application code.
1398 So the portion of THIS application interfacing with NS
1399 needs to know about it. We call Fraise_frame, but the
1400 purpose is really to transfer focus. */
1401 Fraise_frame (frame1);
1402 #endif
1403
1404 do_switch_frame (frame1, 0, 1, Qnil);
1405 sf = SELECTED_FRAME ();
1406 }
1407
1408 /* Don't allow minibuf_window to remain on a deleted frame. */
1409 if (EQ (f->minibuffer_window, minibuf_window))
1410 {
1411 Fset_window_buffer (sf->minibuffer_window,
1412 XWINDOW (minibuf_window)->buffer, Qnil);
1413 minibuf_window = sf->minibuffer_window;
1414
1415 /* If the dying minibuffer window was selected,
1416 select the new one. */
1417 if (minibuffer_selected)
1418 Fselect_window (minibuf_window, Qnil);
1419 }
1420
1421 /* Don't let echo_area_window to remain on a deleted frame. */
1422 if (EQ (f->minibuffer_window, echo_area_window))
1423 echo_area_window = sf->minibuffer_window;
1424
1425 /* Clear any X selections for this frame. */
1426 #ifdef HAVE_X_WINDOWS
1427 if (FRAME_X_P (f))
1428 x_clear_frame_selections (f);
1429 #endif
1430
1431 /* Free glyphs.
1432 This function must be called before the window tree of the
1433 frame is deleted because windows contain dynamically allocated
1434 memory. */
1435 free_glyphs (f);
1436
1437 #ifdef HAVE_WINDOW_SYSTEM
1438 /* Give chance to each font driver to free a frame specific data. */
1439 font_update_drivers (f, Qnil);
1440 #endif
1441
1442 /* Mark all the windows that used to be on FRAME as deleted, and then
1443 remove the reference to them. */
1444 delete_all_subwindows (XWINDOW (f->root_window));
1445 f->root_window = Qnil;
1446
1447 Vframe_list = Fdelq (frame, Vframe_list);
1448 FRAME_SET_VISIBLE (f, 0);
1449
1450 /* Allow the vector of menu bar contents to be freed in the next
1451 garbage collection. The frame object itself may not be garbage
1452 collected until much later, because recent_keys and other data
1453 structures can still refer to it. */
1454 f->menu_bar_vector = Qnil;
1455
1456 free_font_driver_list (f);
1457 xfree (f->namebuf);
1458 xfree (f->decode_mode_spec_buffer);
1459 xfree (FRAME_INSERT_COST (f));
1460 xfree (FRAME_DELETEN_COST (f));
1461 xfree (FRAME_INSERTN_COST (f));
1462 xfree (FRAME_DELETE_COST (f));
1463 xfree (FRAME_MESSAGE_BUF (f));
1464
1465 /* Since some events are handled at the interrupt level, we may get
1466 an event for f at any time; if we zero out the frame's terminal
1467 now, then we may trip up the event-handling code. Instead, we'll
1468 promise that the terminal of the frame must be valid until we
1469 have called the window-system-dependent frame destruction
1470 routine. */
1471
1472 if (FRAME_TERMINAL (f)->delete_frame_hook)
1473 (*FRAME_TERMINAL (f)->delete_frame_hook) (f);
1474
1475 {
1476 struct terminal *terminal = FRAME_TERMINAL (f);
1477 f->output_data.nothing = 0;
1478 f->terminal = 0; /* Now the frame is dead. */
1479
1480 /* If needed, delete the terminal that this frame was on.
1481 (This must be done after the frame is killed.) */
1482 terminal->reference_count--;
1483 if (terminal->reference_count == 0)
1484 {
1485 Lisp_Object tmp;
1486 XSETTERMINAL (tmp, terminal);
1487
1488 kb = NULL;
1489 Fdelete_terminal (tmp, NILP (force) ? Qt : force);
1490 }
1491 else
1492 kb = terminal->kboard;
1493 }
1494
1495 /* If we've deleted the last_nonminibuf_frame, then try to find
1496 another one. */
1497 if (f == last_nonminibuf_frame)
1498 {
1499 Lisp_Object frames;
1500
1501 last_nonminibuf_frame = 0;
1502
1503 for (frames = Vframe_list;
1504 CONSP (frames);
1505 frames = XCDR (frames))
1506 {
1507 f = XFRAME (XCAR (frames));
1508 if (!FRAME_MINIBUF_ONLY_P (f))
1509 {
1510 last_nonminibuf_frame = f;
1511 break;
1512 }
1513 }
1514 }
1515
1516 /* If there's no other frame on the same kboard, get out of
1517 single-kboard state if we're in it for this kboard. */
1518 if (kb != NULL)
1519 {
1520 Lisp_Object frames;
1521 /* Some frame we found on the same kboard, or nil if there are none. */
1522 Lisp_Object frame_on_same_kboard;
1523
1524 frame_on_same_kboard = Qnil;
1525
1526 for (frames = Vframe_list;
1527 CONSP (frames);
1528 frames = XCDR (frames))
1529 {
1530 Lisp_Object this;
1531 struct frame *f1;
1532
1533 this = XCAR (frames);
1534 if (!FRAMEP (this))
1535 abort ();
1536 f1 = XFRAME (this);
1537
1538 if (kb == FRAME_KBOARD (f1))
1539 frame_on_same_kboard = this;
1540 }
1541
1542 if (NILP (frame_on_same_kboard))
1543 not_single_kboard_state (kb);
1544 }
1545
1546
1547 /* If we've deleted this keyboard's default_minibuffer_frame, try to
1548 find another one. Prefer minibuffer-only frames, but also notice
1549 frames with other windows. */
1550 if (kb != NULL && EQ (frame, kb->Vdefault_minibuffer_frame))
1551 {
1552 Lisp_Object frames;
1553
1554 /* The last frame we saw with a minibuffer, minibuffer-only or not. */
1555 Lisp_Object frame_with_minibuf;
1556 /* Some frame we found on the same kboard, or nil if there are none. */
1557 Lisp_Object frame_on_same_kboard;
1558
1559 frame_on_same_kboard = Qnil;
1560 frame_with_minibuf = Qnil;
1561
1562 for (frames = Vframe_list;
1563 CONSP (frames);
1564 frames = XCDR (frames))
1565 {
1566 Lisp_Object this;
1567 struct frame *f1;
1568
1569 this = XCAR (frames);
1570 if (!FRAMEP (this))
1571 abort ();
1572 f1 = XFRAME (this);
1573
1574 /* Consider only frames on the same kboard
1575 and only those with minibuffers. */
1576 if (kb == FRAME_KBOARD (f1)
1577 && FRAME_HAS_MINIBUF_P (f1))
1578 {
1579 frame_with_minibuf = this;
1580 if (FRAME_MINIBUF_ONLY_P (f1))
1581 break;
1582 }
1583
1584 if (kb == FRAME_KBOARD (f1))
1585 frame_on_same_kboard = this;
1586 }
1587
1588 if (!NILP (frame_on_same_kboard))
1589 {
1590 /* We know that there must be some frame with a minibuffer out
1591 there. If this were not true, all of the frames present
1592 would have to be minibufferless, which implies that at some
1593 point their minibuffer frames must have been deleted, but
1594 that is prohibited at the top; you can't delete surrogate
1595 minibuffer frames. */
1596 if (NILP (frame_with_minibuf))
1597 abort ();
1598
1599 kb->Vdefault_minibuffer_frame = frame_with_minibuf;
1600 }
1601 else
1602 /* No frames left on this kboard--say no minibuffer either. */
1603 kb->Vdefault_minibuffer_frame = Qnil;
1604 }
1605
1606 /* Cause frame titles to update--necessary if we now have just one frame. */
1607 if (!tooltip_frame)
1608 update_mode_lines = 1;
1609
1610 return Qnil;
1611 }
1612
1613 DEFUN ("delete-frame", Fdelete_frame, Sdelete_frame, 0, 2, "",
1614 doc: /* Delete FRAME, permanently eliminating it from use.
1615 FRAME defaults to the selected frame.
1616
1617 A frame may not be deleted if its minibuffer is used by other frames.
1618 Normally, you may not delete a frame if all other frames are invisible,
1619 but if the second optional argument FORCE is non-nil, you may do so.
1620
1621 This function runs `delete-frame-functions' before actually
1622 deleting the frame, unless the frame is a tooltip.
1623 The functions are run with one argument, the frame to be deleted. */)
1624 (Lisp_Object frame, Lisp_Object force)
1625 {
1626 return delete_frame (frame, !NILP (force) ? Qt : Qnil);
1627 }
1628
1629 \f
1630 /* Return mouse position in character cell units. */
1631
1632 DEFUN ("mouse-position", Fmouse_position, Smouse_position, 0, 0, 0,
1633 doc: /* Return a list (FRAME X . Y) giving the current mouse frame and position.
1634 The position is given in character cells, where (0, 0) is the
1635 upper-left corner of the frame, X is the horizontal offset, and Y is
1636 the vertical offset.
1637 If Emacs is running on a mouseless terminal or hasn't been programmed
1638 to read the mouse position, it returns the selected frame for FRAME
1639 and nil for X and Y.
1640 If `mouse-position-function' is non-nil, `mouse-position' calls it,
1641 passing the normal return value to that function as an argument,
1642 and returns whatever that function returns. */)
1643 (void)
1644 {
1645 FRAME_PTR f;
1646 Lisp_Object lispy_dummy;
1647 enum scroll_bar_part party_dummy;
1648 Lisp_Object x, y, retval;
1649 int col, row;
1650 unsigned long long_dummy;
1651 struct gcpro gcpro1;
1652
1653 f = SELECTED_FRAME ();
1654 x = y = Qnil;
1655
1656 #if defined (HAVE_MOUSE) || defined (HAVE_GPM)
1657 /* It's okay for the hook to refrain from storing anything. */
1658 if (FRAME_TERMINAL (f)->mouse_position_hook)
1659 (*FRAME_TERMINAL (f)->mouse_position_hook) (&f, -1,
1660 &lispy_dummy, &party_dummy,
1661 &x, &y,
1662 &long_dummy);
1663 if (! NILP (x))
1664 {
1665 col = XINT (x);
1666 row = XINT (y);
1667 pixel_to_glyph_coords (f, col, row, &col, &row, NULL, 1);
1668 XSETINT (x, col);
1669 XSETINT (y, row);
1670 }
1671 #endif
1672 XSETFRAME (lispy_dummy, f);
1673 retval = Fcons (lispy_dummy, Fcons (x, y));
1674 GCPRO1 (retval);
1675 if (!NILP (Vmouse_position_function))
1676 retval = call1 (Vmouse_position_function, retval);
1677 RETURN_UNGCPRO (retval);
1678 }
1679
1680 DEFUN ("mouse-pixel-position", Fmouse_pixel_position,
1681 Smouse_pixel_position, 0, 0, 0,
1682 doc: /* Return a list (FRAME X . Y) giving the current mouse frame and position.
1683 The position is given in pixel units, where (0, 0) is the
1684 upper-left corner of the frame, X is the horizontal offset, and Y is
1685 the vertical offset.
1686 If Emacs is running on a mouseless terminal or hasn't been programmed
1687 to read the mouse position, it returns the selected frame for FRAME
1688 and nil for X and Y. */)
1689 (void)
1690 {
1691 FRAME_PTR f;
1692 Lisp_Object lispy_dummy;
1693 enum scroll_bar_part party_dummy;
1694 Lisp_Object x, y;
1695 unsigned long long_dummy;
1696
1697 f = SELECTED_FRAME ();
1698 x = y = Qnil;
1699
1700 #if defined (HAVE_MOUSE) || defined (HAVE_GPM)
1701 /* It's okay for the hook to refrain from storing anything. */
1702 if (FRAME_TERMINAL (f)->mouse_position_hook)
1703 (*FRAME_TERMINAL (f)->mouse_position_hook) (&f, -1,
1704 &lispy_dummy, &party_dummy,
1705 &x, &y,
1706 &long_dummy);
1707 #endif
1708 XSETFRAME (lispy_dummy, f);
1709 return Fcons (lispy_dummy, Fcons (x, y));
1710 }
1711
1712 DEFUN ("set-mouse-position", Fset_mouse_position, Sset_mouse_position, 3, 3, 0,
1713 doc: /* Move the mouse pointer to the center of character cell (X,Y) in FRAME.
1714 Coordinates are relative to the frame, not a window,
1715 so the coordinates of the top left character in the frame
1716 may be nonzero due to left-hand scroll bars or the menu bar.
1717
1718 The position is given in character cells, where (0, 0) is the
1719 upper-left corner of the frame, X is the horizontal offset, and Y is
1720 the vertical offset.
1721
1722 This function is a no-op for an X frame that is not visible.
1723 If you have just created a frame, you must wait for it to become visible
1724 before calling this function on it, like this.
1725 (while (not (frame-visible-p frame)) (sleep-for .5)) */)
1726 (Lisp_Object frame, Lisp_Object x, Lisp_Object y)
1727 {
1728 CHECK_LIVE_FRAME (frame);
1729 CHECK_NUMBER (x);
1730 CHECK_NUMBER (y);
1731
1732 /* I think this should be done with a hook. */
1733 #ifdef HAVE_WINDOW_SYSTEM
1734 if (FRAME_WINDOW_P (XFRAME (frame)))
1735 /* Warping the mouse will cause enternotify and focus events. */
1736 x_set_mouse_position (XFRAME (frame), XINT (x), XINT (y));
1737 #else
1738 #if defined (MSDOS) && defined (HAVE_MOUSE)
1739 if (FRAME_MSDOS_P (XFRAME (frame)))
1740 {
1741 Fselect_frame (frame, Qnil);
1742 mouse_moveto (XINT (x), XINT (y));
1743 }
1744 #else
1745 #ifdef HAVE_GPM
1746 {
1747 Fselect_frame (frame, Qnil);
1748 term_mouse_moveto (XINT (x), XINT (y));
1749 }
1750 #endif
1751 #endif
1752 #endif
1753
1754 return Qnil;
1755 }
1756
1757 DEFUN ("set-mouse-pixel-position", Fset_mouse_pixel_position,
1758 Sset_mouse_pixel_position, 3, 3, 0,
1759 doc: /* Move the mouse pointer to pixel position (X,Y) in FRAME.
1760 The position is given in pixels, where (0, 0) is the upper-left corner
1761 of the frame, X is the horizontal offset, and Y is the vertical offset.
1762
1763 Note, this is a no-op for an X frame that is not visible.
1764 If you have just created a frame, you must wait for it to become visible
1765 before calling this function on it, like this.
1766 (while (not (frame-visible-p frame)) (sleep-for .5)) */)
1767 (Lisp_Object frame, Lisp_Object x, Lisp_Object y)
1768 {
1769 CHECK_LIVE_FRAME (frame);
1770 CHECK_NUMBER (x);
1771 CHECK_NUMBER (y);
1772
1773 /* I think this should be done with a hook. */
1774 #ifdef HAVE_WINDOW_SYSTEM
1775 if (FRAME_WINDOW_P (XFRAME (frame)))
1776 /* Warping the mouse will cause enternotify and focus events. */
1777 x_set_mouse_pixel_position (XFRAME (frame), XINT (x), XINT (y));
1778 #else
1779 #if defined (MSDOS) && defined (HAVE_MOUSE)
1780 if (FRAME_MSDOS_P (XFRAME (frame)))
1781 {
1782 Fselect_frame (frame, Qnil);
1783 mouse_moveto (XINT (x), XINT (y));
1784 }
1785 #else
1786 #ifdef HAVE_GPM
1787 {
1788 Fselect_frame (frame, Qnil);
1789 term_mouse_moveto (XINT (x), XINT (y));
1790 }
1791 #endif
1792 #endif
1793 #endif
1794
1795 return Qnil;
1796 }
1797 \f
1798 static void make_frame_visible_1 (Lisp_Object);
1799
1800 DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible,
1801 0, 1, "",
1802 doc: /* Make the frame FRAME visible (assuming it is an X window).
1803 If omitted, FRAME defaults to the currently selected frame. */)
1804 (Lisp_Object frame)
1805 {
1806 if (NILP (frame))
1807 frame = selected_frame;
1808
1809 CHECK_LIVE_FRAME (frame);
1810
1811 /* I think this should be done with a hook. */
1812 #ifdef HAVE_WINDOW_SYSTEM
1813 if (FRAME_WINDOW_P (XFRAME (frame)))
1814 {
1815 FRAME_SAMPLE_VISIBILITY (XFRAME (frame));
1816 x_make_frame_visible (XFRAME (frame));
1817 }
1818 #endif
1819
1820 make_frame_visible_1 (XFRAME (frame)->root_window);
1821
1822 /* Make menu bar update for the Buffers and Frames menus. */
1823 windows_or_buffers_changed++;
1824
1825 return frame;
1826 }
1827
1828 /* Update the display_time slot of the buffers shown in WINDOW
1829 and all its descendents. */
1830
1831 static void
1832 make_frame_visible_1 (Lisp_Object window)
1833 {
1834 struct window *w;
1835
1836 for (;!NILP (window); window = w->next)
1837 {
1838 w = XWINDOW (window);
1839
1840 if (!NILP (w->buffer))
1841 XBUFFER (w->buffer)->display_time = Fcurrent_time ();
1842
1843 if (!NILP (w->vchild))
1844 make_frame_visible_1 (w->vchild);
1845 if (!NILP (w->hchild))
1846 make_frame_visible_1 (w->hchild);
1847 }
1848 }
1849
1850 DEFUN ("make-frame-invisible", Fmake_frame_invisible, Smake_frame_invisible,
1851 0, 2, "",
1852 doc: /* Make the frame FRAME invisible.
1853 If omitted, FRAME defaults to the currently selected frame.
1854 On graphical displays, invisible frames are not updated and are
1855 usually not displayed at all, even in a window system's \"taskbar\".
1856
1857 Normally you may not make FRAME invisible if all other frames are invisible,
1858 but if the second optional argument FORCE is non-nil, you may do so.
1859
1860 This function has no effect on text-only terminal frames. Such frames
1861 are always considered visible, whether or not they are currently being
1862 displayed in the terminal. */)
1863 (Lisp_Object frame, Lisp_Object force)
1864 {
1865 if (NILP (frame))
1866 frame = selected_frame;
1867
1868 CHECK_LIVE_FRAME (frame);
1869
1870 if (NILP (force) && !other_visible_frames (XFRAME (frame)))
1871 error ("Attempt to make invisible the sole visible or iconified frame");
1872
1873 #if 0 /* This isn't logically necessary, and it can do GC. */
1874 /* Don't let the frame remain selected. */
1875 if (EQ (frame, selected_frame))
1876 do_switch_frame (next_frame (frame, Qt), 0, 0, Qnil)
1877 #endif
1878
1879 /* Don't allow minibuf_window to remain on a deleted frame. */
1880 if (EQ (XFRAME (frame)->minibuffer_window, minibuf_window))
1881 {
1882 struct frame *sf = XFRAME (selected_frame);
1883 Fset_window_buffer (sf->minibuffer_window,
1884 XWINDOW (minibuf_window)->buffer, Qnil);
1885 minibuf_window = sf->minibuffer_window;
1886 }
1887
1888 /* I think this should be done with a hook. */
1889 #ifdef HAVE_WINDOW_SYSTEM
1890 if (FRAME_WINDOW_P (XFRAME (frame)))
1891 x_make_frame_invisible (XFRAME (frame));
1892 #endif
1893
1894 /* Make menu bar update for the Buffers and Frames menus. */
1895 windows_or_buffers_changed++;
1896
1897 return Qnil;
1898 }
1899
1900 DEFUN ("iconify-frame", Ficonify_frame, Siconify_frame,
1901 0, 1, "",
1902 doc: /* Make the frame FRAME into an icon.
1903 If omitted, FRAME defaults to the currently selected frame. */)
1904 (Lisp_Object frame)
1905 {
1906 if (NILP (frame))
1907 frame = selected_frame;
1908
1909 CHECK_LIVE_FRAME (frame);
1910
1911 #if 0 /* This isn't logically necessary, and it can do GC. */
1912 /* Don't let the frame remain selected. */
1913 if (EQ (frame, selected_frame))
1914 Fhandle_switch_frame (next_frame (frame, Qt));
1915 #endif
1916
1917 /* Don't allow minibuf_window to remain on a deleted frame. */
1918 if (EQ (XFRAME (frame)->minibuffer_window, minibuf_window))
1919 {
1920 struct frame *sf = XFRAME (selected_frame);
1921 Fset_window_buffer (sf->minibuffer_window,
1922 XWINDOW (minibuf_window)->buffer, Qnil);
1923 minibuf_window = sf->minibuffer_window;
1924 }
1925
1926 /* I think this should be done with a hook. */
1927 #ifdef HAVE_WINDOW_SYSTEM
1928 if (FRAME_WINDOW_P (XFRAME (frame)))
1929 x_iconify_frame (XFRAME (frame));
1930 #endif
1931
1932 /* Make menu bar update for the Buffers and Frames menus. */
1933 windows_or_buffers_changed++;
1934
1935 return Qnil;
1936 }
1937
1938 DEFUN ("frame-visible-p", Fframe_visible_p, Sframe_visible_p,
1939 1, 1, 0,
1940 doc: /* Return t if FRAME is \"visible\" (actually in use for display).
1941 Return the symbol `icon' if FRAME is iconified or \"minimized\".
1942 Return nil if FRAME was made invisible, via `make-frame-invisible'.
1943 On graphical displays, invisible frames are not updated and are
1944 usually not displayed at all, even in a window system's \"taskbar\".
1945
1946 If FRAME is a text-only terminal frame, this always returns t.
1947 Such frames are always considered visible, whether or not they are
1948 currently being displayed on the terminal. */)
1949 (Lisp_Object frame)
1950 {
1951 CHECK_LIVE_FRAME (frame);
1952
1953 FRAME_SAMPLE_VISIBILITY (XFRAME (frame));
1954
1955 if (FRAME_VISIBLE_P (XFRAME (frame)))
1956 return Qt;
1957 if (FRAME_ICONIFIED_P (XFRAME (frame)))
1958 return Qicon;
1959 return Qnil;
1960 }
1961
1962 DEFUN ("visible-frame-list", Fvisible_frame_list, Svisible_frame_list,
1963 0, 0, 0,
1964 doc: /* Return a list of all frames now \"visible\" (being updated). */)
1965 (void)
1966 {
1967 Lisp_Object tail, frame;
1968 struct frame *f;
1969 Lisp_Object value;
1970
1971 value = Qnil;
1972 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
1973 {
1974 frame = XCAR (tail);
1975 if (!FRAMEP (frame))
1976 continue;
1977 f = XFRAME (frame);
1978 if (FRAME_VISIBLE_P (f))
1979 value = Fcons (frame, value);
1980 }
1981 return value;
1982 }
1983
1984
1985 DEFUN ("raise-frame", Fraise_frame, Sraise_frame, 0, 1, "",
1986 doc: /* Bring FRAME to the front, so it occludes any frames it overlaps.
1987 If FRAME is invisible or iconified, make it visible.
1988 If you don't specify a frame, the selected frame is used.
1989 If Emacs is displaying on an ordinary terminal or some other device which
1990 doesn't support multiple overlapping frames, this function selects FRAME. */)
1991 (Lisp_Object frame)
1992 {
1993 struct frame *f;
1994 if (NILP (frame))
1995 frame = selected_frame;
1996
1997 CHECK_LIVE_FRAME (frame);
1998
1999 f = XFRAME (frame);
2000
2001 if (FRAME_TERMCAP_P (f))
2002 /* On a text-only terminal select FRAME. */
2003 Fselect_frame (frame, Qnil);
2004 else
2005 /* Do like the documentation says. */
2006 Fmake_frame_visible (frame);
2007
2008 if (FRAME_TERMINAL (f)->frame_raise_lower_hook)
2009 (*FRAME_TERMINAL (f)->frame_raise_lower_hook) (f, 1);
2010
2011 return Qnil;
2012 }
2013
2014 /* Should we have a corresponding function called Flower_Power? */
2015 DEFUN ("lower-frame", Flower_frame, Slower_frame, 0, 1, "",
2016 doc: /* Send FRAME to the back, so it is occluded by any frames that overlap it.
2017 If you don't specify a frame, the selected frame is used.
2018 If Emacs is displaying on an ordinary terminal or some other device which
2019 doesn't support multiple overlapping frames, this function does nothing. */)
2020 (Lisp_Object frame)
2021 {
2022 struct frame *f;
2023
2024 if (NILP (frame))
2025 frame = selected_frame;
2026
2027 CHECK_LIVE_FRAME (frame);
2028
2029 f = XFRAME (frame);
2030
2031 if (FRAME_TERMINAL (f)->frame_raise_lower_hook)
2032 (*FRAME_TERMINAL (f)->frame_raise_lower_hook) (f, 0);
2033
2034 return Qnil;
2035 }
2036
2037 \f
2038 DEFUN ("redirect-frame-focus", Fredirect_frame_focus, Sredirect_frame_focus,
2039 1, 2, 0,
2040 doc: /* Arrange for keystrokes typed at FRAME to be sent to FOCUS-FRAME.
2041 In other words, switch-frame events caused by events in FRAME will
2042 request a switch to FOCUS-FRAME, and `last-event-frame' will be
2043 FOCUS-FRAME after reading an event typed at FRAME.
2044
2045 If FOCUS-FRAME is omitted or nil, any existing redirection is
2046 cancelled, and the frame again receives its own keystrokes.
2047
2048 Focus redirection is useful for temporarily redirecting keystrokes to
2049 a surrogate minibuffer frame when a frame doesn't have its own
2050 minibuffer window.
2051
2052 A frame's focus redirection can be changed by `select-frame'. If frame
2053 FOO is selected, and then a different frame BAR is selected, any
2054 frames redirecting their focus to FOO are shifted to redirect their
2055 focus to BAR. This allows focus redirection to work properly when the
2056 user switches from one frame to another using `select-window'.
2057
2058 This means that a frame whose focus is redirected to itself is treated
2059 differently from a frame whose focus is redirected to nil; the former
2060 is affected by `select-frame', while the latter is not.
2061
2062 The redirection lasts until `redirect-frame-focus' is called to change it. */)
2063 (Lisp_Object frame, Lisp_Object focus_frame)
2064 {
2065 struct frame *f;
2066
2067 /* Note that we don't check for a live frame here. It's reasonable
2068 to redirect the focus of a frame you're about to delete, if you
2069 know what other frame should receive those keystrokes. */
2070 CHECK_FRAME (frame);
2071
2072 if (! NILP (focus_frame))
2073 CHECK_LIVE_FRAME (focus_frame);
2074
2075 f = XFRAME (frame);
2076
2077 f->focus_frame = focus_frame;
2078
2079 if (FRAME_TERMINAL (f)->frame_rehighlight_hook)
2080 (*FRAME_TERMINAL (f)->frame_rehighlight_hook) (f);
2081
2082 return Qnil;
2083 }
2084
2085
2086 DEFUN ("frame-focus", Fframe_focus, Sframe_focus, 1, 1, 0,
2087 doc: /* Return the frame to which FRAME's keystrokes are currently being sent.
2088 This returns nil if FRAME's focus is not redirected.
2089 See `redirect-frame-focus'. */)
2090 (Lisp_Object frame)
2091 {
2092 CHECK_LIVE_FRAME (frame);
2093
2094 return FRAME_FOCUS_FRAME (XFRAME (frame));
2095 }
2096
2097
2098 \f
2099 /* Return the value of frame parameter PROP in frame FRAME. */
2100
2101 Lisp_Object
2102 get_frame_param (register struct frame *frame, Lisp_Object prop)
2103 {
2104 register Lisp_Object tem;
2105
2106 tem = Fassq (prop, frame->param_alist);
2107 if (EQ (tem, Qnil))
2108 return tem;
2109 return Fcdr (tem);
2110 }
2111
2112 /* Return the buffer-predicate of the selected frame. */
2113
2114 Lisp_Object
2115 frame_buffer_predicate (Lisp_Object frame)
2116 {
2117 return XFRAME (frame)->buffer_predicate;
2118 }
2119
2120 /* Return the buffer-list of the selected frame. */
2121
2122 Lisp_Object
2123 frame_buffer_list (Lisp_Object frame)
2124 {
2125 return XFRAME (frame)->buffer_list;
2126 }
2127
2128 /* Set the buffer-list of the selected frame. */
2129
2130 void
2131 set_frame_buffer_list (Lisp_Object frame, Lisp_Object list)
2132 {
2133 XFRAME (frame)->buffer_list = list;
2134 }
2135
2136 /* Discard BUFFER from the buffer-list and buried-buffer-list of each frame. */
2137
2138 void
2139 frames_discard_buffer (Lisp_Object buffer)
2140 {
2141 Lisp_Object frame, tail;
2142
2143 FOR_EACH_FRAME (tail, frame)
2144 {
2145 XFRAME (frame)->buffer_list
2146 = Fdelq (buffer, XFRAME (frame)->buffer_list);
2147 XFRAME (frame)->buried_buffer_list
2148 = Fdelq (buffer, XFRAME (frame)->buried_buffer_list);
2149 }
2150 }
2151
2152 /* Modify the alist in *ALISTPTR to associate PROP with VAL.
2153 If the alist already has an element for PROP, we change it. */
2154
2155 void
2156 store_in_alist (Lisp_Object *alistptr, Lisp_Object prop, Lisp_Object val)
2157 {
2158 register Lisp_Object tem;
2159
2160 tem = Fassq (prop, *alistptr);
2161 if (EQ (tem, Qnil))
2162 *alistptr = Fcons (Fcons (prop, val), *alistptr);
2163 else
2164 Fsetcdr (tem, val);
2165 }
2166
2167 static int
2168 frame_name_fnn_p (char *str, EMACS_INT len)
2169 {
2170 if (len > 1 && str[0] == 'F')
2171 {
2172 char *end_ptr;
2173
2174 strtol (str + 1, &end_ptr, 10);
2175
2176 if (end_ptr == str + len)
2177 return 1;
2178 }
2179 return 0;
2180 }
2181
2182 /* Set the name of the terminal frame. Also used by MSDOS frames.
2183 Modeled after x_set_name which is used for WINDOW frames. */
2184
2185 static void
2186 set_term_frame_name (struct frame *f, Lisp_Object name)
2187 {
2188 f->explicit_name = ! NILP (name);
2189
2190 /* If NAME is nil, set the name to F<num>. */
2191 if (NILP (name))
2192 {
2193 char namebuf[20];
2194
2195 /* Check for no change needed in this very common case
2196 before we do any consing. */
2197 if (frame_name_fnn_p (SDATA (f->name),
2198 SBYTES (f->name)))
2199 return;
2200
2201 tty_frame_count++;
2202 sprintf (namebuf, "F%d", tty_frame_count);
2203 name = build_string (namebuf);
2204 }
2205 else
2206 {
2207 CHECK_STRING (name);
2208
2209 /* Don't change the name if it's already NAME. */
2210 if (! NILP (Fstring_equal (name, f->name)))
2211 return;
2212
2213 /* Don't allow the user to set the frame name to F<num>, so it
2214 doesn't clash with the names we generate for terminal frames. */
2215 if (frame_name_fnn_p (SDATA (name), SBYTES (name)))
2216 error ("Frame names of the form F<num> are usurped by Emacs");
2217 }
2218
2219 f->name = name;
2220 update_mode_lines = 1;
2221 }
2222
2223 void
2224 store_frame_param (struct frame *f, Lisp_Object prop, Lisp_Object val)
2225 {
2226 register Lisp_Object old_alist_elt;
2227
2228 /* The buffer-list parameters are stored in a special place and not
2229 in the alist. */
2230 if (EQ (prop, Qbuffer_list))
2231 {
2232 f->buffer_list = val;
2233 return;
2234 }
2235 if (EQ (prop, Qburied_buffer_list))
2236 {
2237 f->buried_buffer_list = val;
2238 return;
2239 }
2240
2241 /* If PROP is a symbol which is supposed to have frame-local values,
2242 and it is set up based on this frame, switch to the global
2243 binding. That way, we can create or alter the frame-local binding
2244 without messing up the symbol's status. */
2245 if (SYMBOLP (prop))
2246 {
2247 struct Lisp_Symbol *sym = XSYMBOL (prop);
2248 start:
2249 switch (sym->redirect)
2250 {
2251 case SYMBOL_VARALIAS: sym = indirect_variable (sym); goto start;
2252 case SYMBOL_PLAINVAL: case SYMBOL_FORWARDED: break;
2253 case SYMBOL_LOCALIZED:
2254 { struct Lisp_Buffer_Local_Value *blv = sym->val.blv;
2255 if (blv->frame_local && BLV_FOUND (blv) && XFRAME (blv->where) == f)
2256 swap_in_global_binding (sym);
2257 break;
2258 }
2259 default: abort ();
2260 }
2261 }
2262
2263 /* The tty color needed to be set before the frame's parameter
2264 alist was updated with the new value. This is not true any more,
2265 but we still do this test early on. */
2266 if (FRAME_TERMCAP_P (f) && EQ (prop, Qtty_color_mode)
2267 && f == FRAME_TTY (f)->previous_frame)
2268 /* Force redisplay of this tty. */
2269 FRAME_TTY (f)->previous_frame = NULL;
2270
2271 /* Update the frame parameter alist. */
2272 old_alist_elt = Fassq (prop, f->param_alist);
2273 if (EQ (old_alist_elt, Qnil))
2274 f->param_alist = Fcons (Fcons (prop, val), f->param_alist);
2275 else
2276 Fsetcdr (old_alist_elt, val);
2277
2278 /* Update some other special parameters in their special places
2279 in addition to the alist. */
2280
2281 if (EQ (prop, Qbuffer_predicate))
2282 f->buffer_predicate = val;
2283
2284 if (! FRAME_WINDOW_P (f))
2285 {
2286 if (EQ (prop, Qmenu_bar_lines))
2287 set_menu_bar_lines (f, val, make_number (FRAME_MENU_BAR_LINES (f)));
2288 else if (EQ (prop, Qname))
2289 set_term_frame_name (f, val);
2290 }
2291
2292 if (EQ (prop, Qminibuffer) && WINDOWP (val))
2293 {
2294 if (! MINI_WINDOW_P (XWINDOW (val)))
2295 error ("Surrogate minibuffer windows must be minibuffer windows");
2296
2297 if ((FRAME_HAS_MINIBUF_P (f) || FRAME_MINIBUF_ONLY_P (f))
2298 && !EQ (val, f->minibuffer_window))
2299 error ("Can't change the surrogate minibuffer of a frame with its own minibuffer");
2300
2301 /* Install the chosen minibuffer window, with proper buffer. */
2302 f->minibuffer_window = val;
2303 }
2304 }
2305
2306 DEFUN ("frame-parameters", Fframe_parameters, Sframe_parameters, 0, 1, 0,
2307 doc: /* Return the parameters-alist of frame FRAME.
2308 It is a list of elements of the form (PARM . VALUE), where PARM is a symbol.
2309 The meaningful PARMs depend on the kind of frame.
2310 If FRAME is omitted, return information on the currently selected frame. */)
2311 (Lisp_Object frame)
2312 {
2313 Lisp_Object alist;
2314 FRAME_PTR f;
2315 int height, width;
2316 struct gcpro gcpro1;
2317
2318 if (NILP (frame))
2319 frame = selected_frame;
2320
2321 CHECK_FRAME (frame);
2322 f = XFRAME (frame);
2323
2324 if (!FRAME_LIVE_P (f))
2325 return Qnil;
2326
2327 alist = Fcopy_alist (f->param_alist);
2328 GCPRO1 (alist);
2329
2330 if (!FRAME_WINDOW_P (f))
2331 {
2332 int fg = FRAME_FOREGROUND_PIXEL (f);
2333 int bg = FRAME_BACKGROUND_PIXEL (f);
2334 Lisp_Object elt;
2335
2336 /* If the frame's parameter alist says the colors are
2337 unspecified and reversed, take the frame's background pixel
2338 for foreground and vice versa. */
2339 elt = Fassq (Qforeground_color, alist);
2340 if (CONSP (elt) && STRINGP (XCDR (elt)))
2341 {
2342 if (strncmp (SDATA (XCDR (elt)),
2343 unspecified_bg,
2344 SCHARS (XCDR (elt))) == 0)
2345 store_in_alist (&alist, Qforeground_color, tty_color_name (f, bg));
2346 else if (strncmp (SDATA (XCDR (elt)),
2347 unspecified_fg,
2348 SCHARS (XCDR (elt))) == 0)
2349 store_in_alist (&alist, Qforeground_color, tty_color_name (f, fg));
2350 }
2351 else
2352 store_in_alist (&alist, Qforeground_color, tty_color_name (f, fg));
2353 elt = Fassq (Qbackground_color, alist);
2354 if (CONSP (elt) && STRINGP (XCDR (elt)))
2355 {
2356 if (strncmp (SDATA (XCDR (elt)),
2357 unspecified_fg,
2358 SCHARS (XCDR (elt))) == 0)
2359 store_in_alist (&alist, Qbackground_color, tty_color_name (f, fg));
2360 else if (strncmp (SDATA (XCDR (elt)),
2361 unspecified_bg,
2362 SCHARS (XCDR (elt))) == 0)
2363 store_in_alist (&alist, Qbackground_color, tty_color_name (f, bg));
2364 }
2365 else
2366 store_in_alist (&alist, Qbackground_color, tty_color_name (f, bg));
2367 store_in_alist (&alist, intern ("font"),
2368 build_string (FRAME_MSDOS_P (f)
2369 ? "ms-dos"
2370 : FRAME_W32_P (f) ? "w32term"
2371 :"tty"));
2372 }
2373 store_in_alist (&alist, Qname, f->name);
2374 height = (f->new_text_lines ? f->new_text_lines : FRAME_LINES (f));
2375 store_in_alist (&alist, Qheight, make_number (height));
2376 width = (f->new_text_cols ? f->new_text_cols : FRAME_COLS (f));
2377 store_in_alist (&alist, Qwidth, make_number (width));
2378 store_in_alist (&alist, Qmodeline, (FRAME_WANTS_MODELINE_P (f) ? Qt : Qnil));
2379 store_in_alist (&alist, Qminibuffer,
2380 (! FRAME_HAS_MINIBUF_P (f) ? Qnil
2381 : FRAME_MINIBUF_ONLY_P (f) ? Qonly
2382 : FRAME_MINIBUF_WINDOW (f)));
2383 store_in_alist (&alist, Qunsplittable, (FRAME_NO_SPLIT_P (f) ? Qt : Qnil));
2384 store_in_alist (&alist, Qbuffer_list, frame_buffer_list (frame));
2385 store_in_alist (&alist, Qburied_buffer_list, XFRAME (frame)->buried_buffer_list);
2386
2387 /* I think this should be done with a hook. */
2388 #ifdef HAVE_WINDOW_SYSTEM
2389 if (FRAME_WINDOW_P (f))
2390 x_report_frame_params (f, &alist);
2391 else
2392 #endif
2393 {
2394 /* This ought to be correct in f->param_alist for an X frame. */
2395 Lisp_Object lines;
2396 XSETFASTINT (lines, FRAME_MENU_BAR_LINES (f));
2397 store_in_alist (&alist, Qmenu_bar_lines, lines);
2398 }
2399
2400 UNGCPRO;
2401 return alist;
2402 }
2403
2404
2405 DEFUN ("frame-parameter", Fframe_parameter, Sframe_parameter, 2, 2, 0,
2406 doc: /* Return FRAME's value for parameter PARAMETER.
2407 If FRAME is nil, describe the currently selected frame. */)
2408 (Lisp_Object frame, Lisp_Object parameter)
2409 {
2410 struct frame *f;
2411 Lisp_Object value;
2412
2413 if (NILP (frame))
2414 frame = selected_frame;
2415 else
2416 CHECK_FRAME (frame);
2417 CHECK_SYMBOL (parameter);
2418
2419 f = XFRAME (frame);
2420 value = Qnil;
2421
2422 if (FRAME_LIVE_P (f))
2423 {
2424 /* Avoid consing in frequent cases. */
2425 if (EQ (parameter, Qname))
2426 value = f->name;
2427 #ifdef HAVE_X_WINDOWS
2428 else if (EQ (parameter, Qdisplay) && FRAME_X_P (f))
2429 value = XCAR (FRAME_X_DISPLAY_INFO (f)->name_list_element);
2430 #endif /* HAVE_X_WINDOWS */
2431 else if (EQ (parameter, Qbackground_color)
2432 || EQ (parameter, Qforeground_color))
2433 {
2434 value = Fassq (parameter, f->param_alist);
2435 if (CONSP (value))
2436 {
2437 value = XCDR (value);
2438 /* Fframe_parameters puts the actual fg/bg color names,
2439 even if f->param_alist says otherwise. This is
2440 important when param_alist's notion of colors is
2441 "unspecified". We need to do the same here. */
2442 if (STRINGP (value) && !FRAME_WINDOW_P (f))
2443 {
2444 const char *color_name;
2445 EMACS_INT csz;
2446
2447 if (EQ (parameter, Qbackground_color))
2448 {
2449 color_name = SDATA (value);
2450 csz = SCHARS (value);
2451 if (strncmp (color_name, unspecified_bg, csz) == 0)
2452 value = tty_color_name (f, FRAME_BACKGROUND_PIXEL (f));
2453 else if (strncmp (color_name, unspecified_fg, csz) == 0)
2454 value = tty_color_name (f, FRAME_FOREGROUND_PIXEL (f));
2455 }
2456 else if (EQ (parameter, Qforeground_color))
2457 {
2458 color_name = SDATA (value);
2459 csz = SCHARS (value);
2460 if (strncmp (color_name, unspecified_fg, csz) == 0)
2461 value = tty_color_name (f, FRAME_FOREGROUND_PIXEL (f));
2462 else if (strncmp (color_name, unspecified_bg, csz) == 0)
2463 value = tty_color_name (f, FRAME_BACKGROUND_PIXEL (f));
2464 }
2465 }
2466 }
2467 else
2468 value = Fcdr (Fassq (parameter, Fframe_parameters (frame)));
2469 }
2470 else if (EQ (parameter, Qdisplay_type)
2471 || EQ (parameter, Qbackground_mode))
2472 value = Fcdr (Fassq (parameter, f->param_alist));
2473 else
2474 /* FIXME: Avoid this code path at all (as well as code duplication)
2475 by sharing more code with Fframe_parameters. */
2476 value = Fcdr (Fassq (parameter, Fframe_parameters (frame)));
2477 }
2478
2479 return value;
2480 }
2481
2482
2483 DEFUN ("modify-frame-parameters", Fmodify_frame_parameters,
2484 Smodify_frame_parameters, 2, 2, 0,
2485 doc: /* Modify the parameters of frame FRAME according to ALIST.
2486 If FRAME is nil, it defaults to the selected frame.
2487 ALIST is an alist of parameters to change and their new values.
2488 Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.
2489 The meaningful PARMs depend on the kind of frame.
2490 Undefined PARMs are ignored, but stored in the frame's parameter list
2491 so that `frame-parameters' will return them.
2492
2493 The value of frame parameter FOO can also be accessed
2494 as a frame-local binding for the variable FOO, if you have
2495 enabled such bindings for that variable with `make-variable-frame-local'.
2496 Note that this functionality is obsolete as of Emacs 22.2, and its
2497 use is not recommended. Explicitly check for a frame-parameter instead. */)
2498 (Lisp_Object frame, Lisp_Object alist)
2499 {
2500 FRAME_PTR f;
2501 register Lisp_Object tail, prop, val;
2502
2503 if (EQ (frame, Qnil))
2504 frame = selected_frame;
2505 CHECK_LIVE_FRAME (frame);
2506 f = XFRAME (frame);
2507
2508 /* I think this should be done with a hook. */
2509 #ifdef HAVE_WINDOW_SYSTEM
2510 if (FRAME_WINDOW_P (f))
2511 x_set_frame_parameters (f, alist);
2512 else
2513 #endif
2514 #ifdef MSDOS
2515 if (FRAME_MSDOS_P (f))
2516 IT_set_frame_parameters (f, alist);
2517 else
2518 #endif
2519
2520 {
2521 int length = XINT (Flength (alist));
2522 int i;
2523 Lisp_Object *parms
2524 = (Lisp_Object *) alloca (length * sizeof (Lisp_Object));
2525 Lisp_Object *values
2526 = (Lisp_Object *) alloca (length * sizeof (Lisp_Object));
2527
2528 /* Extract parm names and values into those vectors. */
2529
2530 i = 0;
2531 for (tail = alist; CONSP (tail); tail = XCDR (tail))
2532 {
2533 Lisp_Object elt;
2534
2535 elt = XCAR (tail);
2536 parms[i] = Fcar (elt);
2537 values[i] = Fcdr (elt);
2538 i++;
2539 }
2540
2541 /* Now process them in reverse of specified order. */
2542 for (i--; i >= 0; i--)
2543 {
2544 prop = parms[i];
2545 val = values[i];
2546 store_frame_param (f, prop, val);
2547
2548 /* Changing the background color might change the background
2549 mode, so that we have to load new defface specs.
2550 Call frame-set-background-mode to do that. */
2551 if (EQ (prop, Qbackground_color))
2552 call1 (Qframe_set_background_mode, frame);
2553 }
2554 }
2555 return Qnil;
2556 }
2557 \f
2558 DEFUN ("frame-char-height", Fframe_char_height, Sframe_char_height,
2559 0, 1, 0,
2560 doc: /* Height in pixels of a line in the font in frame FRAME.
2561 If FRAME is omitted, the selected frame is used.
2562 For a terminal frame, the value is always 1. */)
2563 (Lisp_Object frame)
2564 {
2565 struct frame *f;
2566
2567 if (NILP (frame))
2568 frame = selected_frame;
2569 CHECK_FRAME (frame);
2570 f = XFRAME (frame);
2571
2572 #ifdef HAVE_WINDOW_SYSTEM
2573 if (FRAME_WINDOW_P (f))
2574 return make_number (x_char_height (f));
2575 else
2576 #endif
2577 return make_number (1);
2578 }
2579
2580
2581 DEFUN ("frame-char-width", Fframe_char_width, Sframe_char_width,
2582 0, 1, 0,
2583 doc: /* Width in pixels of characters in the font in frame FRAME.
2584 If FRAME is omitted, the selected frame is used.
2585 On a graphical screen, the width is the standard width of the default font.
2586 For a terminal screen, the value is always 1. */)
2587 (Lisp_Object frame)
2588 {
2589 struct frame *f;
2590
2591 if (NILP (frame))
2592 frame = selected_frame;
2593 CHECK_FRAME (frame);
2594 f = XFRAME (frame);
2595
2596 #ifdef HAVE_WINDOW_SYSTEM
2597 if (FRAME_WINDOW_P (f))
2598 return make_number (x_char_width (f));
2599 else
2600 #endif
2601 return make_number (1);
2602 }
2603
2604 DEFUN ("frame-pixel-height", Fframe_pixel_height,
2605 Sframe_pixel_height, 0, 1, 0,
2606 doc: /* Return a FRAME's height in pixels.
2607 If FRAME is omitted, the selected frame is used. The exact value
2608 of the result depends on the window-system and toolkit in use:
2609
2610 In the Gtk+ version of Emacs, it includes only any window (including
2611 the minibuffer or eacho area), mode line, and header line. It does not
2612 include the tool bar or menu bar.
2613
2614 With the Motif or Lucid toolkits, it also includes the tool bar (but
2615 not the menu bar).
2616
2617 In a graphical version with no toolkit, it includes both the tool bar
2618 and menu bar.
2619
2620 For a text-only terminal, it includes the menu bar. In this case, the
2621 result is really in characters rather than pixels (i.e., is identical
2622 to `frame-height'). */)
2623 (Lisp_Object frame)
2624 {
2625 struct frame *f;
2626
2627 if (NILP (frame))
2628 frame = selected_frame;
2629 CHECK_FRAME (frame);
2630 f = XFRAME (frame);
2631
2632 #ifdef HAVE_WINDOW_SYSTEM
2633 if (FRAME_WINDOW_P (f))
2634 return make_number (x_pixel_height (f));
2635 else
2636 #endif
2637 return make_number (FRAME_LINES (f));
2638 }
2639
2640 DEFUN ("frame-pixel-width", Fframe_pixel_width,
2641 Sframe_pixel_width, 0, 1, 0,
2642 doc: /* Return FRAME's width in pixels.
2643 For a terminal frame, the result really gives the width in characters.
2644 If FRAME is omitted, the selected frame is used. */)
2645 (Lisp_Object frame)
2646 {
2647 struct frame *f;
2648
2649 if (NILP (frame))
2650 frame = selected_frame;
2651 CHECK_FRAME (frame);
2652 f = XFRAME (frame);
2653
2654 #ifdef HAVE_WINDOW_SYSTEM
2655 if (FRAME_WINDOW_P (f))
2656 return make_number (x_pixel_width (f));
2657 else
2658 #endif
2659 return make_number (FRAME_COLS (f));
2660 }
2661 \f
2662 DEFUN ("set-frame-height", Fset_frame_height, Sset_frame_height, 2, 3, 0,
2663 doc: /* Specify that the frame FRAME has LINES lines.
2664 Optional third arg non-nil means that redisplay should use LINES lines
2665 but that the idea of the actual height of the frame should not be changed. */)
2666 (Lisp_Object frame, Lisp_Object lines, Lisp_Object pretend)
2667 {
2668 register struct frame *f;
2669
2670 CHECK_NUMBER (lines);
2671 if (NILP (frame))
2672 frame = selected_frame;
2673 CHECK_LIVE_FRAME (frame);
2674 f = XFRAME (frame);
2675
2676 /* I think this should be done with a hook. */
2677 #ifdef HAVE_WINDOW_SYSTEM
2678 if (FRAME_WINDOW_P (f))
2679 {
2680 if (XINT (lines) != FRAME_LINES (f))
2681 x_set_window_size (f, 1, FRAME_COLS (f), XINT (lines));
2682 do_pending_window_change (0);
2683 }
2684 else
2685 #endif
2686 change_frame_size (f, XINT (lines), 0, !NILP (pretend), 0, 0);
2687 return Qnil;
2688 }
2689
2690 DEFUN ("set-frame-width", Fset_frame_width, Sset_frame_width, 2, 3, 0,
2691 doc: /* Specify that the frame FRAME has COLS columns.
2692 Optional third arg non-nil means that redisplay should use COLS columns
2693 but that the idea of the actual width of the frame should not be changed. */)
2694 (Lisp_Object frame, Lisp_Object cols, Lisp_Object pretend)
2695 {
2696 register struct frame *f;
2697 CHECK_NUMBER (cols);
2698 if (NILP (frame))
2699 frame = selected_frame;
2700 CHECK_LIVE_FRAME (frame);
2701 f = XFRAME (frame);
2702
2703 /* I think this should be done with a hook. */
2704 #ifdef HAVE_WINDOW_SYSTEM
2705 if (FRAME_WINDOW_P (f))
2706 {
2707 if (XINT (cols) != FRAME_COLS (f))
2708 x_set_window_size (f, 1, XINT (cols), FRAME_LINES (f));
2709 do_pending_window_change (0);
2710 }
2711 else
2712 #endif
2713 change_frame_size (f, 0, XINT (cols), !NILP (pretend), 0, 0);
2714 return Qnil;
2715 }
2716
2717 DEFUN ("set-frame-size", Fset_frame_size, Sset_frame_size, 3, 3, 0,
2718 doc: /* Sets size of FRAME to COLS by ROWS, measured in characters. */)
2719 (Lisp_Object frame, Lisp_Object cols, Lisp_Object rows)
2720 {
2721 register struct frame *f;
2722
2723 CHECK_LIVE_FRAME (frame);
2724 CHECK_NUMBER (cols);
2725 CHECK_NUMBER (rows);
2726 f = XFRAME (frame);
2727
2728 /* I think this should be done with a hook. */
2729 #ifdef HAVE_WINDOW_SYSTEM
2730 if (FRAME_WINDOW_P (f))
2731 {
2732 if (XINT (rows) != FRAME_LINES (f)
2733 || XINT (cols) != FRAME_COLS (f)
2734 || f->new_text_lines || f->new_text_cols)
2735 x_set_window_size (f, 1, XINT (cols), XINT (rows));
2736 do_pending_window_change (0);
2737 }
2738 else
2739 #endif
2740 change_frame_size (f, XINT (rows), XINT (cols), 0, 0, 0);
2741
2742 return Qnil;
2743 }
2744
2745 DEFUN ("set-frame-position", Fset_frame_position,
2746 Sset_frame_position, 3, 3, 0,
2747 doc: /* Sets position of FRAME in pixels to XOFFSET by YOFFSET.
2748 This is actually the position of the upper left corner of the frame.
2749 Negative values for XOFFSET or YOFFSET are interpreted relative to
2750 the rightmost or bottommost possible position (that stays within the screen). */)
2751 (Lisp_Object frame, Lisp_Object xoffset, Lisp_Object yoffset)
2752 {
2753 register struct frame *f;
2754
2755 CHECK_LIVE_FRAME (frame);
2756 CHECK_NUMBER (xoffset);
2757 CHECK_NUMBER (yoffset);
2758 f = XFRAME (frame);
2759
2760 /* I think this should be done with a hook. */
2761 #ifdef HAVE_WINDOW_SYSTEM
2762 if (FRAME_WINDOW_P (f))
2763 x_set_offset (f, XINT (xoffset), XINT (yoffset), 1);
2764 #endif
2765
2766 return Qt;
2767 }
2768
2769 \f
2770 /***********************************************************************
2771 Frame Parameters
2772 ***********************************************************************/
2773
2774 /* Connect the frame-parameter names for X frames
2775 to the ways of passing the parameter values to the window system.
2776
2777 The name of a parameter, as a Lisp symbol,
2778 has an `x-frame-parameter' property which is an integer in Lisp
2779 that is an index in this table. */
2780
2781 struct frame_parm_table {
2782 char *name;
2783 Lisp_Object *variable;
2784 };
2785
2786 static struct frame_parm_table frame_parms[] =
2787 {
2788 {"auto-raise", &Qauto_raise},
2789 {"auto-lower", &Qauto_lower},
2790 {"background-color", 0},
2791 {"border-color", &Qborder_color},
2792 {"border-width", &Qborder_width},
2793 {"cursor-color", &Qcursor_color},
2794 {"cursor-type", &Qcursor_type},
2795 {"font", 0},
2796 {"foreground-color", 0},
2797 {"icon-name", &Qicon_name},
2798 {"icon-type", &Qicon_type},
2799 {"internal-border-width", &Qinternal_border_width},
2800 {"menu-bar-lines", &Qmenu_bar_lines},
2801 {"mouse-color", &Qmouse_color},
2802 {"name", &Qname},
2803 {"scroll-bar-width", &Qscroll_bar_width},
2804 {"title", &Qtitle},
2805 {"unsplittable", &Qunsplittable},
2806 {"vertical-scroll-bars", &Qvertical_scroll_bars},
2807 {"visibility", &Qvisibility},
2808 {"tool-bar-lines", &Qtool_bar_lines},
2809 {"scroll-bar-foreground", &Qscroll_bar_foreground},
2810 {"scroll-bar-background", &Qscroll_bar_background},
2811 {"screen-gamma", &Qscreen_gamma},
2812 {"line-spacing", &Qline_spacing},
2813 {"left-fringe", &Qleft_fringe},
2814 {"right-fringe", &Qright_fringe},
2815 {"wait-for-wm", &Qwait_for_wm},
2816 {"fullscreen", &Qfullscreen},
2817 {"font-backend", &Qfont_backend},
2818 {"alpha", &Qalpha},
2819 {"sticky", &Qsticky},
2820 {"tool-bar-position", &Qtool_bar_position},
2821 };
2822
2823 #ifdef HAVE_WINDOW_SYSTEM
2824
2825 extern Lisp_Object Qbox;
2826 extern Lisp_Object Qtop;
2827
2828 /* Calculate fullscreen size. Return in *TOP_POS and *LEFT_POS the
2829 wanted positions of the WM window (not Emacs window).
2830 Return in *WIDTH and *HEIGHT the wanted width and height of Emacs
2831 window (FRAME_X_WINDOW).
2832 */
2833
2834 void
2835 x_fullscreen_adjust (struct frame *f, int *width, int *height, int *top_pos, int *left_pos)
2836 {
2837 int newwidth = FRAME_COLS (f);
2838 int newheight = FRAME_LINES (f);
2839 Display_Info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
2840
2841 *top_pos = f->top_pos;
2842 *left_pos = f->left_pos;
2843
2844 if (f->want_fullscreen & FULLSCREEN_HEIGHT)
2845 {
2846 int ph;
2847
2848 ph = x_display_pixel_height (dpyinfo);
2849 newheight = FRAME_PIXEL_HEIGHT_TO_TEXT_LINES (f, ph);
2850 ph = FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f, newheight) - f->y_pixels_diff;
2851 newheight = FRAME_PIXEL_HEIGHT_TO_TEXT_LINES (f, ph);
2852 *top_pos = 0;
2853 }
2854
2855 if (f->want_fullscreen & FULLSCREEN_WIDTH)
2856 {
2857 int pw;
2858
2859 pw = x_display_pixel_width (dpyinfo);
2860 newwidth = FRAME_PIXEL_WIDTH_TO_TEXT_COLS (f, pw);
2861 pw = FRAME_TEXT_COLS_TO_PIXEL_WIDTH (f, newwidth) - f->x_pixels_diff;
2862 newwidth = FRAME_PIXEL_WIDTH_TO_TEXT_COLS (f, pw);
2863 *left_pos = 0;
2864 }
2865
2866 *width = newwidth;
2867 *height = newheight;
2868 }
2869
2870
2871 /* Change the parameters of frame F as specified by ALIST.
2872 If a parameter is not specially recognized, do nothing special;
2873 otherwise call the `x_set_...' function for that parameter.
2874 Except for certain geometry properties, always call store_frame_param
2875 to store the new value in the parameter alist. */
2876
2877 void
2878 x_set_frame_parameters (FRAME_PTR f, Lisp_Object alist)
2879 {
2880 Lisp_Object tail;
2881
2882 /* If both of these parameters are present, it's more efficient to
2883 set them both at once. So we wait until we've looked at the
2884 entire list before we set them. */
2885 int width, height;
2886
2887 /* Same here. */
2888 Lisp_Object left, top;
2889
2890 /* Same with these. */
2891 Lisp_Object icon_left, icon_top;
2892
2893 /* Record in these vectors all the parms specified. */
2894 Lisp_Object *parms;
2895 Lisp_Object *values;
2896 int i, p;
2897 int left_no_change = 0, top_no_change = 0;
2898 int icon_left_no_change = 0, icon_top_no_change = 0;
2899 int size_changed = 0;
2900 struct gcpro gcpro1, gcpro2;
2901
2902 i = 0;
2903 for (tail = alist; CONSP (tail); tail = Fcdr (tail))
2904 i++;
2905
2906 parms = (Lisp_Object *) alloca (i * sizeof (Lisp_Object));
2907 values = (Lisp_Object *) alloca (i * sizeof (Lisp_Object));
2908
2909 /* Extract parm names and values into those vectors. */
2910
2911 i = 0;
2912 for (tail = alist; CONSP (tail); tail = XCDR (tail))
2913 {
2914 Lisp_Object elt;
2915
2916 elt = XCAR (tail);
2917 parms[i] = Fcar (elt);
2918 values[i] = Fcdr (elt);
2919 i++;
2920 }
2921 /* TAIL and ALIST are not used again below here. */
2922 alist = tail = Qnil;
2923
2924 GCPRO2 (*parms, *values);
2925 gcpro1.nvars = i;
2926 gcpro2.nvars = i;
2927
2928 /* There is no need to gcpro LEFT, TOP, ICON_LEFT, or ICON_TOP,
2929 because their values appear in VALUES and strings are not valid. */
2930 top = left = Qunbound;
2931 icon_left = icon_top = Qunbound;
2932
2933 /* Provide default values for HEIGHT and WIDTH. */
2934 width = (f->new_text_cols ? f->new_text_cols : FRAME_COLS (f));
2935 height = (f->new_text_lines ? f->new_text_lines : FRAME_LINES (f));
2936
2937 /* Process foreground_color and background_color before anything else.
2938 They are independent of other properties, but other properties (e.g.,
2939 cursor_color) are dependent upon them. */
2940 /* Process default font as well, since fringe widths depends on it. */
2941 for (p = 0; p < i; p++)
2942 {
2943 Lisp_Object prop, val;
2944
2945 prop = parms[p];
2946 val = values[p];
2947 if (EQ (prop, Qforeground_color)
2948 || EQ (prop, Qbackground_color)
2949 || EQ (prop, Qfont))
2950 {
2951 register Lisp_Object param_index, old_value;
2952
2953 old_value = get_frame_param (f, prop);
2954 if (NILP (Fequal (val, old_value)))
2955 {
2956 store_frame_param (f, prop, val);
2957
2958 param_index = Fget (prop, Qx_frame_parameter);
2959 if (NATNUMP (param_index)
2960 && (XFASTINT (param_index)
2961 < sizeof (frame_parms)/sizeof (frame_parms[0]))
2962 && FRAME_RIF (f)->frame_parm_handlers[XINT (param_index)])
2963 (*(FRAME_RIF (f)->frame_parm_handlers[XINT (param_index)])) (f, val, old_value);
2964 }
2965 }
2966 }
2967
2968 /* Now process them in reverse of specified order. */
2969 for (i--; i >= 0; i--)
2970 {
2971 Lisp_Object prop, val;
2972
2973 prop = parms[i];
2974 val = values[i];
2975
2976 if (EQ (prop, Qwidth) && NATNUMP (val))
2977 {
2978 size_changed = 1;
2979 width = XFASTINT (val);
2980 }
2981 else if (EQ (prop, Qheight) && NATNUMP (val))
2982 {
2983 size_changed = 1;
2984 height = XFASTINT (val);
2985 }
2986 else if (EQ (prop, Qtop))
2987 top = val;
2988 else if (EQ (prop, Qleft))
2989 left = val;
2990 else if (EQ (prop, Qicon_top))
2991 icon_top = val;
2992 else if (EQ (prop, Qicon_left))
2993 icon_left = val;
2994 else if (EQ (prop, Qforeground_color)
2995 || EQ (prop, Qbackground_color)
2996 || EQ (prop, Qfont))
2997 /* Processed above. */
2998 continue;
2999 else
3000 {
3001 register Lisp_Object param_index, old_value;
3002
3003 old_value = get_frame_param (f, prop);
3004
3005 store_frame_param (f, prop, val);
3006
3007 param_index = Fget (prop, Qx_frame_parameter);
3008 if (NATNUMP (param_index)
3009 && (XFASTINT (param_index)
3010 < sizeof (frame_parms)/sizeof (frame_parms[0]))
3011 && FRAME_RIF (f)->frame_parm_handlers[XINT (param_index)])
3012 (*(FRAME_RIF (f)->frame_parm_handlers[XINT (param_index)])) (f, val, old_value);
3013 }
3014 }
3015
3016 /* Don't die if just one of these was set. */
3017 if (EQ (left, Qunbound))
3018 {
3019 left_no_change = 1;
3020 if (f->left_pos < 0)
3021 left = Fcons (Qplus, Fcons (make_number (f->left_pos), Qnil));
3022 else
3023 XSETINT (left, f->left_pos);
3024 }
3025 if (EQ (top, Qunbound))
3026 {
3027 top_no_change = 1;
3028 if (f->top_pos < 0)
3029 top = Fcons (Qplus, Fcons (make_number (f->top_pos), Qnil));
3030 else
3031 XSETINT (top, f->top_pos);
3032 }
3033
3034 /* If one of the icon positions was not set, preserve or default it. */
3035 if (EQ (icon_left, Qunbound) || ! INTEGERP (icon_left))
3036 {
3037 icon_left_no_change = 1;
3038 icon_left = Fcdr (Fassq (Qicon_left, f->param_alist));
3039 if (NILP (icon_left))
3040 XSETINT (icon_left, 0);
3041 }
3042 if (EQ (icon_top, Qunbound) || ! INTEGERP (icon_top))
3043 {
3044 icon_top_no_change = 1;
3045 icon_top = Fcdr (Fassq (Qicon_top, f->param_alist));
3046 if (NILP (icon_top))
3047 XSETINT (icon_top, 0);
3048 }
3049
3050 /* Don't set these parameters unless they've been explicitly
3051 specified. The window might be mapped or resized while we're in
3052 this function, and we don't want to override that unless the lisp
3053 code has asked for it.
3054
3055 Don't set these parameters unless they actually differ from the
3056 window's current parameters; the window may not actually exist
3057 yet. */
3058 {
3059 Lisp_Object frame;
3060
3061 check_frame_size (f, &height, &width);
3062
3063 XSETFRAME (frame, f);
3064
3065 if (size_changed
3066 && (width != FRAME_COLS (f)
3067 || height != FRAME_LINES (f)
3068 || f->new_text_lines || f->new_text_cols))
3069 Fset_frame_size (frame, make_number (width), make_number (height));
3070
3071 if ((!NILP (left) || !NILP (top))
3072 && ! (left_no_change && top_no_change)
3073 && ! (NUMBERP (left) && XINT (left) == f->left_pos
3074 && NUMBERP (top) && XINT (top) == f->top_pos))
3075 {
3076 int leftpos = 0;
3077 int toppos = 0;
3078
3079 /* Record the signs. */
3080 f->size_hint_flags &= ~ (XNegative | YNegative);
3081 if (EQ (left, Qminus))
3082 f->size_hint_flags |= XNegative;
3083 else if (INTEGERP (left))
3084 {
3085 leftpos = XINT (left);
3086 if (leftpos < 0)
3087 f->size_hint_flags |= XNegative;
3088 }
3089 else if (CONSP (left) && EQ (XCAR (left), Qminus)
3090 && CONSP (XCDR (left))
3091 && INTEGERP (XCAR (XCDR (left))))
3092 {
3093 leftpos = - XINT (XCAR (XCDR (left)));
3094 f->size_hint_flags |= XNegative;
3095 }
3096 else if (CONSP (left) && EQ (XCAR (left), Qplus)
3097 && CONSP (XCDR (left))
3098 && INTEGERP (XCAR (XCDR (left))))
3099 {
3100 leftpos = XINT (XCAR (XCDR (left)));
3101 }
3102
3103 if (EQ (top, Qminus))
3104 f->size_hint_flags |= YNegative;
3105 else if (INTEGERP (top))
3106 {
3107 toppos = XINT (top);
3108 if (toppos < 0)
3109 f->size_hint_flags |= YNegative;
3110 }
3111 else if (CONSP (top) && EQ (XCAR (top), Qminus)
3112 && CONSP (XCDR (top))
3113 && INTEGERP (XCAR (XCDR (top))))
3114 {
3115 toppos = - XINT (XCAR (XCDR (top)));
3116 f->size_hint_flags |= YNegative;
3117 }
3118 else if (CONSP (top) && EQ (XCAR (top), Qplus)
3119 && CONSP (XCDR (top))
3120 && INTEGERP (XCAR (XCDR (top))))
3121 {
3122 toppos = XINT (XCAR (XCDR (top)));
3123 }
3124
3125
3126 /* Store the numeric value of the position. */
3127 f->top_pos = toppos;
3128 f->left_pos = leftpos;
3129
3130 f->win_gravity = NorthWestGravity;
3131
3132 /* Actually set that position, and convert to absolute. */
3133 x_set_offset (f, leftpos, toppos, -1);
3134 }
3135
3136 if ((!NILP (icon_left) || !NILP (icon_top))
3137 && ! (icon_left_no_change && icon_top_no_change))
3138 x_wm_set_icon_position (f, XINT (icon_left), XINT (icon_top));
3139 }
3140
3141 UNGCPRO;
3142 }
3143
3144
3145 /* Insert a description of internally-recorded parameters of frame X
3146 into the parameter alist *ALISTPTR that is to be given to the user.
3147 Only parameters that are specific to the X window system
3148 and whose values are not correctly recorded in the frame's
3149 param_alist need to be considered here. */
3150
3151 void
3152 x_report_frame_params (struct frame *f, Lisp_Object *alistptr)
3153 {
3154 char buf[16];
3155 Lisp_Object tem;
3156
3157 /* Represent negative positions (off the top or left screen edge)
3158 in a way that Fmodify_frame_parameters will understand correctly. */
3159 XSETINT (tem, f->left_pos);
3160 if (f->left_pos >= 0)
3161 store_in_alist (alistptr, Qleft, tem);
3162 else
3163 store_in_alist (alistptr, Qleft, Fcons (Qplus, Fcons (tem, Qnil)));
3164
3165 XSETINT (tem, f->top_pos);
3166 if (f->top_pos >= 0)
3167 store_in_alist (alistptr, Qtop, tem);
3168 else
3169 store_in_alist (alistptr, Qtop, Fcons (Qplus, Fcons (tem, Qnil)));
3170
3171 store_in_alist (alistptr, Qborder_width,
3172 make_number (f->border_width));
3173 store_in_alist (alistptr, Qinternal_border_width,
3174 make_number (FRAME_INTERNAL_BORDER_WIDTH (f)));
3175 store_in_alist (alistptr, Qleft_fringe,
3176 make_number (FRAME_LEFT_FRINGE_WIDTH (f)));
3177 store_in_alist (alistptr, Qright_fringe,
3178 make_number (FRAME_RIGHT_FRINGE_WIDTH (f)));
3179 store_in_alist (alistptr, Qscroll_bar_width,
3180 (! FRAME_HAS_VERTICAL_SCROLL_BARS (f)
3181 ? make_number (0)
3182 : FRAME_CONFIG_SCROLL_BAR_WIDTH (f) > 0
3183 ? make_number (FRAME_CONFIG_SCROLL_BAR_WIDTH (f))
3184 /* nil means "use default width"
3185 for non-toolkit scroll bar.
3186 ruler-mode.el depends on this. */
3187 : Qnil));
3188 sprintf (buf, "%ld", (long) FRAME_X_WINDOW (f));
3189 store_in_alist (alistptr, Qwindow_id,
3190 build_string (buf));
3191 #ifdef HAVE_X_WINDOWS
3192 #ifdef USE_X_TOOLKIT
3193 /* Tooltip frame may not have this widget. */
3194 if (FRAME_X_OUTPUT (f)->widget)
3195 #endif
3196 sprintf (buf, "%ld", (long) FRAME_OUTER_WINDOW (f));
3197 store_in_alist (alistptr, Qouter_window_id,
3198 build_string (buf));
3199 #endif
3200 store_in_alist (alistptr, Qicon_name, f->icon_name);
3201 FRAME_SAMPLE_VISIBILITY (f);
3202 store_in_alist (alistptr, Qvisibility,
3203 (FRAME_VISIBLE_P (f) ? Qt
3204 : FRAME_ICONIFIED_P (f) ? Qicon : Qnil));
3205 store_in_alist (alistptr, Qdisplay,
3206 XCAR (FRAME_X_DISPLAY_INFO (f)->name_list_element));
3207
3208 if (FRAME_X_OUTPUT (f)->parent_desc == FRAME_X_DISPLAY_INFO (f)->root_window)
3209 tem = Qnil;
3210 else
3211 XSETFASTINT (tem, FRAME_X_OUTPUT (f)->parent_desc);
3212 store_in_alist (alistptr, Qexplicit_name, (f->explicit_name ? Qt : Qnil));
3213 store_in_alist (alistptr, Qparent_id, tem);
3214 store_in_alist (alistptr, Qtool_bar_position, f->tool_bar_position);
3215 }
3216
3217
3218 /* Change the `fullscreen' frame parameter of frame F. OLD_VALUE is
3219 the previous value of that parameter, NEW_VALUE is the new value. */
3220
3221 void
3222 x_set_fullscreen (struct frame *f, Lisp_Object new_value, Lisp_Object old_value)
3223 {
3224 if (NILP (new_value))
3225 f->want_fullscreen = FULLSCREEN_NONE;
3226 else if (EQ (new_value, Qfullboth) || EQ (new_value, Qfullscreen))
3227 f->want_fullscreen = FULLSCREEN_BOTH;
3228 else if (EQ (new_value, Qfullwidth))
3229 f->want_fullscreen = FULLSCREEN_WIDTH;
3230 else if (EQ (new_value, Qfullheight))
3231 f->want_fullscreen = FULLSCREEN_HEIGHT;
3232 else if (EQ (new_value, Qmaximized))
3233 f->want_fullscreen = FULLSCREEN_MAXIMIZED;
3234
3235 if (FRAME_TERMINAL (f)->fullscreen_hook != NULL)
3236 FRAME_TERMINAL (f)->fullscreen_hook (f);
3237 }
3238
3239
3240 /* Change the `line-spacing' frame parameter of frame F. OLD_VALUE is
3241 the previous value of that parameter, NEW_VALUE is the new value. */
3242
3243 void
3244 x_set_line_spacing (struct frame *f, Lisp_Object new_value, Lisp_Object old_value)
3245 {
3246 if (NILP (new_value))
3247 f->extra_line_spacing = 0;
3248 else if (NATNUMP (new_value))
3249 f->extra_line_spacing = XFASTINT (new_value);
3250 else
3251 signal_error ("Invalid line-spacing", new_value);
3252 if (FRAME_VISIBLE_P (f))
3253 redraw_frame (f);
3254 }
3255
3256
3257 /* Change the `screen-gamma' frame parameter of frame F. OLD_VALUE is
3258 the previous value of that parameter, NEW_VALUE is the new value. */
3259
3260 void
3261 x_set_screen_gamma (struct frame *f, Lisp_Object new_value, Lisp_Object old_value)
3262 {
3263 Lisp_Object bgcolor;
3264
3265 if (NILP (new_value))
3266 f->gamma = 0;
3267 else if (NUMBERP (new_value) && XFLOATINT (new_value) > 0)
3268 /* The value 0.4545 is the normal viewing gamma. */
3269 f->gamma = 1.0 / (0.4545 * XFLOATINT (new_value));
3270 else
3271 signal_error ("Invalid screen-gamma", new_value);
3272
3273 /* Apply the new gamma value to the frame background. */
3274 bgcolor = Fassq (Qbackground_color, f->param_alist);
3275 if (CONSP (bgcolor) && (bgcolor = XCDR (bgcolor), STRINGP (bgcolor)))
3276 {
3277 Lisp_Object index = Fget (Qbackground_color, Qx_frame_parameter);
3278 if (NATNUMP (index)
3279 && (XFASTINT (index)
3280 < sizeof (frame_parms)/sizeof (frame_parms[0]))
3281 && FRAME_RIF (f)->frame_parm_handlers[XFASTINT (index)])
3282 (*FRAME_RIF (f)->frame_parm_handlers[XFASTINT (index)])
3283 (f, bgcolor, Qnil);
3284 }
3285
3286 Fclear_face_cache (Qnil);
3287 }
3288
3289
3290 void
3291 x_set_font (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
3292 {
3293 Lisp_Object frame, font_object, font_param = Qnil;
3294 int fontset = -1;
3295
3296 /* Set the frame parameter back to the old value because we may
3297 fail to use ARG as the new parameter value. */
3298 store_frame_param (f, Qfont, oldval);
3299
3300 /* ARG is a fontset name, a font name, a cons of fontset name and a
3301 font object, or a font object. In the last case, this function
3302 never fail. */
3303 if (STRINGP (arg))
3304 {
3305 font_param = arg;
3306 fontset = fs_query_fontset (arg, 0);
3307 if (fontset < 0)
3308 {
3309 font_object = font_open_by_name (f, SDATA (arg));
3310 if (NILP (font_object))
3311 error ("Font `%s' is not defined", SDATA (arg));
3312 arg = AREF (font_object, FONT_NAME_INDEX);
3313 }
3314 else if (fontset > 0)
3315 {
3316 Lisp_Object ascii_font = fontset_ascii (fontset);
3317
3318 font_object = font_open_by_name (f, SDATA (ascii_font));
3319 if (NILP (font_object))
3320 error ("Font `%s' is not defined", SDATA (arg));
3321 arg = AREF (font_object, FONT_NAME_INDEX);
3322 }
3323 else
3324 error ("The default fontset can't be used for a frame font");
3325 }
3326 else if (CONSP (arg) && STRINGP (XCAR (arg)) && FONT_OBJECT_P (XCDR (arg)))
3327 {
3328 /* This is the case that the ASCII font of F's fontset XCAR
3329 (arg) is changed to the font XCDR (arg) by
3330 `set-fontset-font'. */
3331 fontset = fs_query_fontset (XCAR (arg), 0);
3332 if (fontset < 0)
3333 error ("Unknown fontset: %s", SDATA (XCAR (arg)));
3334 font_object = XCDR (arg);
3335 arg = AREF (font_object, FONT_NAME_INDEX);
3336 font_param = Ffont_get (font_object, QCname);
3337 }
3338 else if (FONT_OBJECT_P (arg))
3339 {
3340 font_object = arg;
3341 font_param = Ffont_get (font_object, QCname);
3342 /* This is to store the XLFD font name in the frame parameter for
3343 backward compatibility. We should store the font-object
3344 itself in the future. */
3345 arg = AREF (font_object, FONT_NAME_INDEX);
3346 fontset = FRAME_FONTSET (f);
3347 /* Check if we can use the current fontset. If not, set FONTSET
3348 to -1 to generate a new fontset from FONT-OBJECT. */
3349 if (fontset >= 0)
3350 {
3351 Lisp_Object ascii_font = fontset_ascii (fontset);
3352 Lisp_Object spec = font_spec_from_name (ascii_font);
3353
3354 if (! font_match_p (spec, font_object))
3355 fontset = -1;
3356 }
3357 }
3358 else
3359 signal_error ("Invalid font", arg);
3360
3361 if (! NILP (Fequal (font_object, oldval)))
3362 return;
3363
3364 x_new_font (f, font_object, fontset);
3365 store_frame_param (f, Qfont, arg);
3366 #ifdef HAVE_X_WINDOWS
3367 store_frame_param (f, Qfont_param, font_param);
3368 #endif
3369 /* Recalculate toolbar height. */
3370 f->n_tool_bar_rows = 0;
3371 /* Ensure we redraw it. */
3372 clear_current_matrices (f);
3373
3374 recompute_basic_faces (f);
3375
3376 do_pending_window_change (0);
3377
3378 /* We used to call face-set-after-frame-default here, but it leads to
3379 recursive calls (since that function can set the `default' face's
3380 font which in turns changes the frame's `font' parameter).
3381 Also I don't know what this call is meant to do, but it seems the
3382 wrong way to do it anyway (it does a lot more work than what seems
3383 reasonable in response to a change to `font'). */
3384 }
3385
3386
3387 void
3388 x_set_font_backend (struct frame *f, Lisp_Object new_value, Lisp_Object old_value)
3389 {
3390 if (! NILP (new_value)
3391 && !CONSP (new_value))
3392 {
3393 char *p0, *p1;
3394
3395 CHECK_STRING (new_value);
3396 p0 = p1 = SDATA (new_value);
3397 new_value = Qnil;
3398 while (*p0)
3399 {
3400 while (*p1 && ! isspace (*p1) && *p1 != ',') p1++;
3401 if (p0 < p1)
3402 new_value = Fcons (Fintern (make_string (p0, p1 - p0), Qnil),
3403 new_value);
3404 if (*p1)
3405 {
3406 int c;
3407
3408 while ((c = *++p1) && isspace (c));
3409 }
3410 p0 = p1;
3411 }
3412 new_value = Fnreverse (new_value);
3413 }
3414
3415 if (! NILP (old_value) && ! NILP (Fequal (old_value, new_value)))
3416 return;
3417
3418 if (FRAME_FONT (f))
3419 free_all_realized_faces (Qnil);
3420
3421 new_value = font_update_drivers (f, NILP (new_value) ? Qt : new_value);
3422 if (NILP (new_value))
3423 {
3424 if (NILP (old_value))
3425 error ("No font backend available");
3426 font_update_drivers (f, old_value);
3427 error ("None of specified font backends are available");
3428 }
3429 store_frame_param (f, Qfont_backend, new_value);
3430
3431 if (FRAME_FONT (f))
3432 {
3433 Lisp_Object frame;
3434
3435 XSETFRAME (frame, f);
3436 x_set_font (f, Fframe_parameter (frame, Qfont), Qnil);
3437 ++face_change_count;
3438 ++windows_or_buffers_changed;
3439 }
3440 }
3441
3442
3443 void
3444 x_set_fringe_width (struct frame *f, Lisp_Object new_value, Lisp_Object old_value)
3445 {
3446 compute_fringe_widths (f, 1);
3447 #ifdef HAVE_X_WINDOWS
3448 /* Must adjust this so window managers report correct number of columns. */
3449 if (FRAME_X_WINDOW (f) != 0)
3450 x_wm_set_size_hint (f, 0, 0);
3451 #endif
3452 }
3453
3454 void
3455 x_set_border_width (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
3456 {
3457 CHECK_NUMBER (arg);
3458
3459 if (XINT (arg) == f->border_width)
3460 return;
3461
3462 if (FRAME_X_WINDOW (f) != 0)
3463 error ("Cannot change the border width of a frame");
3464
3465 f->border_width = XINT (arg);
3466 }
3467
3468 void
3469 x_set_internal_border_width (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
3470 {
3471 int old = FRAME_INTERNAL_BORDER_WIDTH (f);
3472
3473 CHECK_NUMBER (arg);
3474 FRAME_INTERNAL_BORDER_WIDTH (f) = XINT (arg);
3475 if (FRAME_INTERNAL_BORDER_WIDTH (f) < 0)
3476 FRAME_INTERNAL_BORDER_WIDTH (f) = 0;
3477
3478 #ifdef USE_X_TOOLKIT
3479 if (FRAME_X_OUTPUT (f)->edit_widget)
3480 widget_store_internal_border (FRAME_X_OUTPUT (f)->edit_widget);
3481 #endif
3482
3483 if (FRAME_INTERNAL_BORDER_WIDTH (f) == old)
3484 return;
3485
3486 if (FRAME_X_WINDOW (f) != 0)
3487 {
3488 x_set_window_size (f, 0, FRAME_COLS (f), FRAME_LINES (f));
3489 SET_FRAME_GARBAGED (f);
3490 do_pending_window_change (0);
3491 }
3492 else
3493 SET_FRAME_GARBAGED (f);
3494 }
3495
3496 void
3497 x_set_visibility (struct frame *f, Lisp_Object value, Lisp_Object oldval)
3498 {
3499 Lisp_Object frame;
3500 XSETFRAME (frame, f);
3501
3502 if (NILP (value))
3503 Fmake_frame_invisible (frame, Qt);
3504 else if (EQ (value, Qicon))
3505 Ficonify_frame (frame);
3506 else
3507 Fmake_frame_visible (frame);
3508 }
3509
3510 void
3511 x_set_autoraise (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
3512 {
3513 f->auto_raise = !EQ (Qnil, arg);
3514 }
3515
3516 void
3517 x_set_autolower (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
3518 {
3519 f->auto_lower = !EQ (Qnil, arg);
3520 }
3521
3522 void
3523 x_set_unsplittable (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
3524 {
3525 f->no_split = !NILP (arg);
3526 }
3527
3528 void
3529 x_set_vertical_scroll_bars (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
3530 {
3531 if ((EQ (arg, Qleft) && FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT (f))
3532 || (EQ (arg, Qright) && FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT (f))
3533 || (NILP (arg) && FRAME_HAS_VERTICAL_SCROLL_BARS (f))
3534 || (!NILP (arg) && ! FRAME_HAS_VERTICAL_SCROLL_BARS (f)))
3535 {
3536 FRAME_VERTICAL_SCROLL_BAR_TYPE (f)
3537 = (NILP (arg)
3538 ? vertical_scroll_bar_none
3539 : EQ (Qleft, arg)
3540 ? vertical_scroll_bar_left
3541 : EQ (Qright, arg)
3542 ? vertical_scroll_bar_right
3543 : EQ (Qleft, Vdefault_frame_scroll_bars)
3544 ? vertical_scroll_bar_left
3545 : EQ (Qright, Vdefault_frame_scroll_bars)
3546 ? vertical_scroll_bar_right
3547 : vertical_scroll_bar_none);
3548
3549 /* We set this parameter before creating the X window for the
3550 frame, so we can get the geometry right from the start.
3551 However, if the window hasn't been created yet, we shouldn't
3552 call x_set_window_size. */
3553 if (FRAME_X_WINDOW (f))
3554 x_set_window_size (f, 0, FRAME_COLS (f), FRAME_LINES (f));
3555 do_pending_window_change (0);
3556 }
3557 }
3558
3559 void
3560 x_set_scroll_bar_width (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
3561 {
3562 int wid = FRAME_COLUMN_WIDTH (f);
3563
3564 if (NILP (arg))
3565 {
3566 x_set_scroll_bar_default_width (f);
3567
3568 if (FRAME_X_WINDOW (f))
3569 x_set_window_size (f, 0, FRAME_COLS (f), FRAME_LINES (f));
3570 do_pending_window_change (0);
3571 }
3572 else if (INTEGERP (arg) && XINT (arg) > 0
3573 && XFASTINT (arg) != FRAME_CONFIG_SCROLL_BAR_WIDTH (f))
3574 {
3575 if (XFASTINT (arg) <= 2 * VERTICAL_SCROLL_BAR_WIDTH_TRIM)
3576 XSETINT (arg, 2 * VERTICAL_SCROLL_BAR_WIDTH_TRIM + 1);
3577
3578 FRAME_CONFIG_SCROLL_BAR_WIDTH (f) = XFASTINT (arg);
3579 FRAME_CONFIG_SCROLL_BAR_COLS (f) = (XFASTINT (arg) + wid-1) / wid;
3580 if (FRAME_X_WINDOW (f))
3581 x_set_window_size (f, 0, FRAME_COLS (f), FRAME_LINES (f));
3582 do_pending_window_change (0);
3583 }
3584
3585 change_frame_size (f, 0, FRAME_COLS (f), 0, 0, 0);
3586 XWINDOW (FRAME_SELECTED_WINDOW (f))->cursor.hpos = 0;
3587 XWINDOW (FRAME_SELECTED_WINDOW (f))->cursor.x = 0;
3588 }
3589
3590
3591
3592 /* Return non-nil if frame F wants a bitmap icon. */
3593
3594 Lisp_Object
3595 x_icon_type (FRAME_PTR f)
3596 {
3597 Lisp_Object tem;
3598
3599 tem = assq_no_quit (Qicon_type, f->param_alist);
3600 if (CONSP (tem))
3601 return XCDR (tem);
3602 else
3603 return Qnil;
3604 }
3605
3606 void
3607 x_set_alpha (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
3608 {
3609 double alpha = 1.0;
3610 double newval[2];
3611 int i, ialpha;
3612 Lisp_Object item;
3613
3614 for (i = 0; i < 2; i++)
3615 {
3616 newval[i] = 1.0;
3617 if (CONSP (arg))
3618 {
3619 item = CAR (arg);
3620 arg = CDR (arg);
3621 }
3622 else
3623 item = arg;
3624
3625 if (NILP (item))
3626 alpha = - 1.0;
3627 else if (FLOATP (item))
3628 {
3629 alpha = XFLOAT_DATA (item);
3630 if (alpha < 0.0 || 1.0 < alpha)
3631 args_out_of_range (make_float (0.0), make_float (1.0));
3632 }
3633 else if (INTEGERP (item))
3634 {
3635 ialpha = XINT (item);
3636 if (ialpha < 0 || 100 < ialpha)
3637 args_out_of_range (make_number (0), make_number (100));
3638 else
3639 alpha = ialpha / 100.0;
3640 }
3641 else
3642 wrong_type_argument (Qnumberp, item);
3643 newval[i] = alpha;
3644 }
3645
3646 for (i = 0; i < 2; i++)
3647 f->alpha[i] = newval[i];
3648
3649 #if defined (HAVE_X_WINDOWS) || defined (HAVE_NTGUI) || defined (NS_IMPL_COCOA)
3650 BLOCK_INPUT;
3651 x_set_frame_alpha (f);
3652 UNBLOCK_INPUT;
3653 #endif
3654
3655 return;
3656 }
3657
3658 \f
3659 /* Subroutines of creating an X frame. */
3660
3661 /* Make sure that Vx_resource_name is set to a reasonable value.
3662 Fix it up, or set it to `emacs' if it is too hopeless. */
3663
3664 void
3665 validate_x_resource_name (void)
3666 {
3667 int len = 0;
3668 /* Number of valid characters in the resource name. */
3669 int good_count = 0;
3670 /* Number of invalid characters in the resource name. */
3671 int bad_count = 0;
3672 Lisp_Object new;
3673 int i;
3674
3675 if (!STRINGP (Vx_resource_class))
3676 Vx_resource_class = build_string (EMACS_CLASS);
3677
3678 if (STRINGP (Vx_resource_name))
3679 {
3680 unsigned char *p = SDATA (Vx_resource_name);
3681
3682 len = SBYTES (Vx_resource_name);
3683
3684 /* Only letters, digits, - and _ are valid in resource names.
3685 Count the valid characters and count the invalid ones. */
3686 for (i = 0; i < len; i++)
3687 {
3688 int c = p[i];
3689 if (! ((c >= 'a' && c <= 'z')
3690 || (c >= 'A' && c <= 'Z')
3691 || (c >= '0' && c <= '9')
3692 || c == '-' || c == '_'))
3693 bad_count++;
3694 else
3695 good_count++;
3696 }
3697 }
3698 else
3699 /* Not a string => completely invalid. */
3700 bad_count = 5, good_count = 0;
3701
3702 /* If name is valid already, return. */
3703 if (bad_count == 0)
3704 return;
3705
3706 /* If name is entirely invalid, or nearly so, use `emacs'. */
3707 if (good_count == 0
3708 || (good_count == 1 && bad_count > 0))
3709 {
3710 Vx_resource_name = build_string ("emacs");
3711 return;
3712 }
3713
3714 /* Name is partly valid. Copy it and replace the invalid characters
3715 with underscores. */
3716
3717 Vx_resource_name = new = Fcopy_sequence (Vx_resource_name);
3718
3719 for (i = 0; i < len; i++)
3720 {
3721 int c = SREF (new, i);
3722 if (! ((c >= 'a' && c <= 'z')
3723 || (c >= 'A' && c <= 'Z')
3724 || (c >= '0' && c <= '9')
3725 || c == '-' || c == '_'))
3726 SSET (new, i, '_');
3727 }
3728 }
3729
3730
3731 extern char *x_get_string_resource (XrmDatabase, const char *, const char *);
3732 extern Display_Info *check_x_display_info (Lisp_Object);
3733
3734
3735 /* Get specified attribute from resource database RDB.
3736 See Fx_get_resource below for other parameters. */
3737
3738 static Lisp_Object
3739 xrdb_get_resource (XrmDatabase rdb, Lisp_Object attribute, Lisp_Object class, Lisp_Object component, Lisp_Object subclass)
3740 {
3741 register char *value;
3742 char *name_key;
3743 char *class_key;
3744
3745 CHECK_STRING (attribute);
3746 CHECK_STRING (class);
3747
3748 if (!NILP (component))
3749 CHECK_STRING (component);
3750 if (!NILP (subclass))
3751 CHECK_STRING (subclass);
3752 if (NILP (component) != NILP (subclass))
3753 error ("x-get-resource: must specify both COMPONENT and SUBCLASS or neither");
3754
3755 validate_x_resource_name ();
3756
3757 /* Allocate space for the components, the dots which separate them,
3758 and the final '\0'. Make them big enough for the worst case. */
3759 name_key = (char *) alloca (SBYTES (Vx_resource_name)
3760 + (STRINGP (component)
3761 ? SBYTES (component) : 0)
3762 + SBYTES (attribute)
3763 + 3);
3764
3765 class_key = (char *) alloca (SBYTES (Vx_resource_class)
3766 + SBYTES (class)
3767 + (STRINGP (subclass)
3768 ? SBYTES (subclass) : 0)
3769 + 3);
3770
3771 /* Start with emacs.FRAMENAME for the name (the specific one)
3772 and with `Emacs' for the class key (the general one). */
3773 strcpy (name_key, SDATA (Vx_resource_name));
3774 strcpy (class_key, SDATA (Vx_resource_class));
3775
3776 strcat (class_key, ".");
3777 strcat (class_key, SDATA (class));
3778
3779 if (!NILP (component))
3780 {
3781 strcat (class_key, ".");
3782 strcat (class_key, SDATA (subclass));
3783
3784 strcat (name_key, ".");
3785 strcat (name_key, SDATA (component));
3786 }
3787
3788 strcat (name_key, ".");
3789 strcat (name_key, SDATA (attribute));
3790
3791 value = x_get_string_resource (rdb, name_key, class_key);
3792
3793 if (value != (char *) 0 && *value)
3794 return build_string (value);
3795 else
3796 return Qnil;
3797 }
3798
3799
3800 DEFUN ("x-get-resource", Fx_get_resource, Sx_get_resource, 2, 4, 0,
3801 doc: /* Return the value of ATTRIBUTE, of class CLASS, from the X defaults database.
3802 This uses `INSTANCE.ATTRIBUTE' as the key and `Emacs.CLASS' as the
3803 class, where INSTANCE is the name under which Emacs was invoked, or
3804 the name specified by the `-name' or `-rn' command-line arguments.
3805
3806 The optional arguments COMPONENT and SUBCLASS add to the key and the
3807 class, respectively. You must specify both of them or neither.
3808 If you specify them, the key is `INSTANCE.COMPONENT.ATTRIBUTE'
3809 and the class is `Emacs.CLASS.SUBCLASS'. */)
3810 (Lisp_Object attribute, Lisp_Object class, Lisp_Object component, Lisp_Object subclass)
3811 {
3812 #ifdef HAVE_X_WINDOWS
3813 check_x ();
3814 #endif
3815
3816 return xrdb_get_resource (check_x_display_info (Qnil)->xrdb,
3817 attribute, class, component, subclass);
3818 }
3819
3820 /* Get an X resource, like Fx_get_resource, but for display DPYINFO. */
3821
3822 Lisp_Object
3823 display_x_get_resource (Display_Info *dpyinfo, Lisp_Object attribute, Lisp_Object class, Lisp_Object component, Lisp_Object subclass)
3824 {
3825 return xrdb_get_resource (dpyinfo->xrdb,
3826 attribute, class, component, subclass);
3827 }
3828
3829 #if defined HAVE_X_WINDOWS && !defined USE_X_TOOLKIT
3830 /* Used when C code wants a resource value. */
3831 /* Called from oldXMenu/Create.c. */
3832 char *
3833 x_get_resource_string (const char *attribute, const char *class)
3834 {
3835 char *name_key;
3836 char *class_key;
3837 struct frame *sf = SELECTED_FRAME ();
3838
3839 /* Allocate space for the components, the dots which separate them,
3840 and the final '\0'. */
3841 name_key = (char *) alloca (SBYTES (Vinvocation_name)
3842 + strlen (attribute) + 2);
3843 class_key = (char *) alloca ((sizeof (EMACS_CLASS) - 1)
3844 + strlen (class) + 2);
3845
3846 sprintf (name_key, "%s.%s", SDATA (Vinvocation_name), attribute);
3847 sprintf (class_key, "%s.%s", EMACS_CLASS, class);
3848
3849 return x_get_string_resource (FRAME_X_DISPLAY_INFO (sf)->xrdb,
3850 name_key, class_key);
3851 }
3852 #endif
3853
3854 /* Return the value of parameter PARAM.
3855
3856 First search ALIST, then Vdefault_frame_alist, then the X defaults
3857 database, using ATTRIBUTE as the attribute name and CLASS as its class.
3858
3859 Convert the resource to the type specified by desired_type.
3860
3861 If no default is specified, return Qunbound. If you call
3862 x_get_arg, make sure you deal with Qunbound in a reasonable way,
3863 and don't let it get stored in any Lisp-visible variables! */
3864
3865 Lisp_Object
3866 x_get_arg (Display_Info *dpyinfo, Lisp_Object alist, Lisp_Object param,
3867 const char *attribute, const char *class, enum resource_types type)
3868 {
3869 register Lisp_Object tem;
3870
3871 tem = Fassq (param, alist);
3872
3873 if (!NILP (tem))
3874 {
3875 /* If we find this parm in ALIST, clear it out
3876 so that it won't be "left over" at the end. */
3877 Lisp_Object tail;
3878 XSETCAR (tem, Qnil);
3879 /* In case the parameter appears more than once in the alist,
3880 clear it out. */
3881 for (tail = alist; CONSP (tail); tail = XCDR (tail))
3882 if (CONSP (XCAR (tail))
3883 && EQ (XCAR (XCAR (tail)), param))
3884 XSETCAR (XCAR (tail), Qnil);
3885 }
3886 else
3887 tem = Fassq (param, Vdefault_frame_alist);
3888
3889 /* If it wasn't specified in ALIST or the Lisp-level defaults,
3890 look in the X resources. */
3891 if (EQ (tem, Qnil))
3892 {
3893 if (attribute && dpyinfo)
3894 {
3895 tem = display_x_get_resource (dpyinfo,
3896 build_string (attribute),
3897 build_string (class),
3898 Qnil, Qnil);
3899
3900 if (NILP (tem))
3901 return Qunbound;
3902
3903 switch (type)
3904 {
3905 case RES_TYPE_NUMBER:
3906 return make_number (atoi (SDATA (tem)));
3907
3908 case RES_TYPE_BOOLEAN_NUMBER:
3909 if (!strcmp (SDATA (tem), "on")
3910 || !strcmp (SDATA (tem), "true"))
3911 return make_number (1);
3912 return make_number (atoi (SDATA (tem)));
3913 break;
3914
3915 case RES_TYPE_FLOAT:
3916 return make_float (atof (SDATA (tem)));
3917
3918 case RES_TYPE_BOOLEAN:
3919 tem = Fdowncase (tem);
3920 if (!strcmp (SDATA (tem), "on")
3921 #ifdef HAVE_NS
3922 || !strcmp(SDATA(tem), "yes")
3923 #endif
3924 || !strcmp (SDATA (tem), "true"))
3925 return Qt;
3926 else
3927 return Qnil;
3928
3929 case RES_TYPE_STRING:
3930 return tem;
3931
3932 case RES_TYPE_SYMBOL:
3933 /* As a special case, we map the values `true' and `on'
3934 to Qt, and `false' and `off' to Qnil. */
3935 {
3936 Lisp_Object lower;
3937 lower = Fdowncase (tem);
3938 if (!strcmp (SDATA (lower), "on")
3939 #ifdef HAVE_NS
3940 || !strcmp(SDATA(lower), "yes")
3941 #endif
3942 || !strcmp (SDATA (lower), "true"))
3943 return Qt;
3944 else if (!strcmp (SDATA (lower), "off")
3945 #ifdef HAVE_NS
3946 || !strcmp(SDATA(lower), "no")
3947 #endif
3948 || !strcmp (SDATA (lower), "false"))
3949 return Qnil;
3950 else
3951 return Fintern (tem, Qnil);
3952 }
3953
3954 default:
3955 abort ();
3956 }
3957 }
3958 else
3959 return Qunbound;
3960 }
3961 return Fcdr (tem);
3962 }
3963
3964 Lisp_Object
3965 x_frame_get_arg (struct frame *f, Lisp_Object alist, Lisp_Object param,
3966 const char *attribute, const char *class,
3967 enum resource_types type)
3968 {
3969 return x_get_arg (FRAME_X_DISPLAY_INFO (f),
3970 alist, param, attribute, class, type);
3971 }
3972
3973 /* Like x_frame_get_arg, but also record the value in f->param_alist. */
3974
3975 Lisp_Object
3976 x_frame_get_and_record_arg (struct frame *f, Lisp_Object alist,
3977 Lisp_Object param,
3978 const char *attribute, const char *class,
3979 enum resource_types type)
3980 {
3981 Lisp_Object value;
3982
3983 value = x_get_arg (FRAME_X_DISPLAY_INFO (f), alist, param,
3984 attribute, class, type);
3985 if (! NILP (value) && ! EQ (value, Qunbound))
3986 store_frame_param (f, param, value);
3987
3988 return value;
3989 }
3990
3991
3992 /* Record in frame F the specified or default value according to ALIST
3993 of the parameter named PROP (a Lisp symbol).
3994 If no value is specified for PROP, look for an X default for XPROP
3995 on the frame named NAME.
3996 If that is not found either, use the value DEFLT. */
3997
3998 Lisp_Object
3999 x_default_parameter (struct frame *f, Lisp_Object alist, Lisp_Object prop,
4000 Lisp_Object deflt, const char *xprop, const char *xclass,
4001 enum resource_types type)
4002 {
4003 Lisp_Object tem;
4004
4005 tem = x_frame_get_arg (f, alist, prop, xprop, xclass, type);
4006 if (EQ (tem, Qunbound))
4007 tem = deflt;
4008 x_set_frame_parameters (f, Fcons (Fcons (prop, tem), Qnil));
4009 return tem;
4010 }
4011
4012
4013
4014 \f
4015 /* NS used to define x-parse-geometry in ns-win.el, but that confused
4016 make-docfile: the documentation string in ns-win.el was used for
4017 x-parse-geometry even in non-NS builds.
4018
4019 With two definitions of x-parse-geometry in this file, various
4020 things still get confused (eg M-x apropos documentation), so that
4021 it is best if the two definitions just share the same doc-string.
4022 */
4023 DEFUN ("x-parse-geometry", Fx_parse_geometry, Sx_parse_geometry, 1, 1, 0,
4024 doc: /* Parse a display geometry string STRING.
4025 Returns an alist of the form ((top . TOP), (left . LEFT) ... ).
4026 The properties returned may include `top', `left', `height', and `width'.
4027 For X, the value of `left' or `top' may be an integer,
4028 or a list (+ N) meaning N pixels relative to top/left corner,
4029 or a list (- N) meaning -N pixels relative to bottom/right corner.
4030 On Nextstep, this just calls `ns-parse-geometry'. */)
4031 (Lisp_Object string)
4032 {
4033 #ifdef HAVE_NS
4034 call1 (Qns_parse_geometry, string);
4035 #else
4036 int geometry, x, y;
4037 unsigned int width, height;
4038 Lisp_Object result;
4039
4040 CHECK_STRING (string);
4041
4042 geometry = XParseGeometry ((char *) SDATA (string),
4043 &x, &y, &width, &height);
4044 result = Qnil;
4045 if (geometry & XValue)
4046 {
4047 Lisp_Object element;
4048
4049 if (x >= 0 && (geometry & XNegative))
4050 element = Fcons (Qleft, Fcons (Qminus, Fcons (make_number (-x), Qnil)));
4051 else if (x < 0 && ! (geometry & XNegative))
4052 element = Fcons (Qleft, Fcons (Qplus, Fcons (make_number (x), Qnil)));
4053 else
4054 element = Fcons (Qleft, make_number (x));
4055 result = Fcons (element, result);
4056 }
4057
4058 if (geometry & YValue)
4059 {
4060 Lisp_Object element;
4061
4062 if (y >= 0 && (geometry & YNegative))
4063 element = Fcons (Qtop, Fcons (Qminus, Fcons (make_number (-y), Qnil)));
4064 else if (y < 0 && ! (geometry & YNegative))
4065 element = Fcons (Qtop, Fcons (Qplus, Fcons (make_number (y), Qnil)));
4066 else
4067 element = Fcons (Qtop, make_number (y));
4068 result = Fcons (element, result);
4069 }
4070
4071 if (geometry & WidthValue)
4072 result = Fcons (Fcons (Qwidth, make_number (width)), result);
4073 if (geometry & HeightValue)
4074 result = Fcons (Fcons (Qheight, make_number (height)), result);
4075
4076 return result;
4077 #endif /* HAVE_NS */
4078 }
4079
4080
4081 /* Calculate the desired size and position of frame F.
4082 Return the flags saying which aspects were specified.
4083
4084 Also set the win_gravity and size_hint_flags of F.
4085
4086 Adjust height for toolbar if TOOLBAR_P is 1.
4087
4088 This function does not make the coordinates positive. */
4089
4090 #define DEFAULT_ROWS 35
4091 #define DEFAULT_COLS 80
4092
4093 int
4094 x_figure_window_size (struct frame *f, Lisp_Object parms, int toolbar_p)
4095 {
4096 register Lisp_Object tem0, tem1, tem2;
4097 long window_prompting = 0;
4098 Display_Info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
4099
4100 /* Default values if we fall through.
4101 Actually, if that happens we should get
4102 window manager prompting. */
4103 SET_FRAME_COLS (f, DEFAULT_COLS);
4104 FRAME_LINES (f) = DEFAULT_ROWS;
4105 /* Window managers expect that if program-specified
4106 positions are not (0,0), they're intentional, not defaults. */
4107 f->top_pos = 0;
4108 f->left_pos = 0;
4109
4110 /* Ensure that old new_text_cols and new_text_lines will not override the
4111 values set here. */
4112 /* ++KFS: This was specific to W32, but seems ok for all platforms */
4113 f->new_text_cols = f->new_text_lines = 0;
4114
4115 tem0 = x_get_arg (dpyinfo, parms, Qheight, 0, 0, RES_TYPE_NUMBER);
4116 tem1 = x_get_arg (dpyinfo, parms, Qwidth, 0, 0, RES_TYPE_NUMBER);
4117 tem2 = x_get_arg (dpyinfo, parms, Quser_size, 0, 0, RES_TYPE_NUMBER);
4118 if (! EQ (tem0, Qunbound) || ! EQ (tem1, Qunbound))
4119 {
4120 if (!EQ (tem0, Qunbound))
4121 {
4122 CHECK_NUMBER (tem0);
4123 FRAME_LINES (f) = XINT (tem0);
4124 }
4125 if (!EQ (tem1, Qunbound))
4126 {
4127 CHECK_NUMBER (tem1);
4128 SET_FRAME_COLS (f, XINT (tem1));
4129 }
4130 if (!NILP (tem2) && !EQ (tem2, Qunbound))
4131 window_prompting |= USSize;
4132 else
4133 window_prompting |= PSize;
4134 }
4135
4136 f->scroll_bar_actual_width
4137 = FRAME_SCROLL_BAR_COLS (f) * FRAME_COLUMN_WIDTH (f);
4138
4139 /* This used to be done _before_ calling x_figure_window_size, but
4140 since the height is reset here, this was really a no-op. I
4141 assume that moving it here does what Gerd intended (although he
4142 no longer can remember what that was... ++KFS, 2003-03-25. */
4143
4144 /* Add the tool-bar height to the initial frame height so that the
4145 user gets a text display area of the size he specified with -g or
4146 via .Xdefaults. Later changes of the tool-bar height don't
4147 change the frame size. This is done so that users can create
4148 tall Emacs frames without having to guess how tall the tool-bar
4149 will get. */
4150 if (toolbar_p && FRAME_TOOL_BAR_LINES (f))
4151 {
4152 int margin, relief, bar_height;
4153
4154 relief = (tool_bar_button_relief >= 0
4155 ? tool_bar_button_relief
4156 : DEFAULT_TOOL_BAR_BUTTON_RELIEF);
4157
4158 if (INTEGERP (Vtool_bar_button_margin)
4159 && XINT (Vtool_bar_button_margin) > 0)
4160 margin = XFASTINT (Vtool_bar_button_margin);
4161 else if (CONSP (Vtool_bar_button_margin)
4162 && INTEGERP (XCDR (Vtool_bar_button_margin))
4163 && XINT (XCDR (Vtool_bar_button_margin)) > 0)
4164 margin = XFASTINT (XCDR (Vtool_bar_button_margin));
4165 else
4166 margin = 0;
4167
4168 bar_height = DEFAULT_TOOL_BAR_IMAGE_HEIGHT + 2 * margin + 2 * relief;
4169 FRAME_LINES (f) += (bar_height + FRAME_LINE_HEIGHT (f) - 1) / FRAME_LINE_HEIGHT (f);
4170 }
4171
4172 compute_fringe_widths (f, 0);
4173
4174 FRAME_PIXEL_WIDTH (f) = FRAME_TEXT_COLS_TO_PIXEL_WIDTH (f, FRAME_COLS (f));
4175 FRAME_PIXEL_HEIGHT (f) = FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f, FRAME_LINES (f));
4176
4177 tem0 = x_get_arg (dpyinfo, parms, Qtop, 0, 0, RES_TYPE_NUMBER);
4178 tem1 = x_get_arg (dpyinfo, parms, Qleft, 0, 0, RES_TYPE_NUMBER);
4179 tem2 = x_get_arg (dpyinfo, parms, Quser_position, 0, 0, RES_TYPE_NUMBER);
4180 if (! EQ (tem0, Qunbound) || ! EQ (tem1, Qunbound))
4181 {
4182 if (EQ (tem0, Qminus))
4183 {
4184 f->top_pos = 0;
4185 window_prompting |= YNegative;
4186 }
4187 else if (CONSP (tem0) && EQ (XCAR (tem0), Qminus)
4188 && CONSP (XCDR (tem0))
4189 && INTEGERP (XCAR (XCDR (tem0))))
4190 {
4191 f->top_pos = - XINT (XCAR (XCDR (tem0)));
4192 window_prompting |= YNegative;
4193 }
4194 else if (CONSP (tem0) && EQ (XCAR (tem0), Qplus)
4195 && CONSP (XCDR (tem0))
4196 && INTEGERP (XCAR (XCDR (tem0))))
4197 {
4198 f->top_pos = XINT (XCAR (XCDR (tem0)));
4199 }
4200 else if (EQ (tem0, Qunbound))
4201 f->top_pos = 0;
4202 else
4203 {
4204 CHECK_NUMBER (tem0);
4205 f->top_pos = XINT (tem0);
4206 if (f->top_pos < 0)
4207 window_prompting |= YNegative;
4208 }
4209
4210 if (EQ (tem1, Qminus))
4211 {
4212 f->left_pos = 0;
4213 window_prompting |= XNegative;
4214 }
4215 else if (CONSP (tem1) && EQ (XCAR (tem1), Qminus)
4216 && CONSP (XCDR (tem1))
4217 && INTEGERP (XCAR (XCDR (tem1))))
4218 {
4219 f->left_pos = - XINT (XCAR (XCDR (tem1)));
4220 window_prompting |= XNegative;
4221 }
4222 else if (CONSP (tem1) && EQ (XCAR (tem1), Qplus)
4223 && CONSP (XCDR (tem1))
4224 && INTEGERP (XCAR (XCDR (tem1))))
4225 {
4226 f->left_pos = XINT (XCAR (XCDR (tem1)));
4227 }
4228 else if (EQ (tem1, Qunbound))
4229 f->left_pos = 0;
4230 else
4231 {
4232 CHECK_NUMBER (tem1);
4233 f->left_pos = XINT (tem1);
4234 if (f->left_pos < 0)
4235 window_prompting |= XNegative;
4236 }
4237
4238 if (!NILP (tem2) && ! EQ (tem2, Qunbound))
4239 window_prompting |= USPosition;
4240 else
4241 window_prompting |= PPosition;
4242 }
4243
4244 if (window_prompting & XNegative)
4245 {
4246 if (window_prompting & YNegative)
4247 f->win_gravity = SouthEastGravity;
4248 else
4249 f->win_gravity = NorthEastGravity;
4250 }
4251 else
4252 {
4253 if (window_prompting & YNegative)
4254 f->win_gravity = SouthWestGravity;
4255 else
4256 f->win_gravity = NorthWestGravity;
4257 }
4258
4259 f->size_hint_flags = window_prompting;
4260
4261 return window_prompting;
4262 }
4263
4264
4265
4266 #endif /* HAVE_WINDOW_SYSTEM */
4267
4268 void
4269 frame_make_pointer_invisible (void)
4270 {
4271 if (! NILP (Vmake_pointer_invisible))
4272 {
4273 struct frame *f;
4274 if (!FRAMEP (selected_frame) || !FRAME_LIVE_P (XFRAME (selected_frame)))
4275 return;
4276
4277 f = SELECTED_FRAME ();
4278 if (f && !f->pointer_invisible
4279 && FRAME_TERMINAL (f)->toggle_invisible_pointer_hook)
4280 {
4281 f->mouse_moved = 0;
4282 FRAME_TERMINAL (f)->toggle_invisible_pointer_hook (f, 1);
4283 f->pointer_invisible = 1;
4284 }
4285 }
4286 }
4287
4288 void
4289 frame_make_pointer_visible (void)
4290 {
4291 /* We don't check Vmake_pointer_invisible here in case the
4292 pointer was invisible when Vmake_pointer_invisible was set to nil. */
4293 struct frame *f;
4294
4295 if (!FRAMEP (selected_frame) || !FRAME_LIVE_P (XFRAME (selected_frame)))
4296 return;
4297
4298 f = SELECTED_FRAME ();
4299 if (f && f->pointer_invisible && f->mouse_moved
4300 && FRAME_TERMINAL (f)->toggle_invisible_pointer_hook)
4301 {
4302 FRAME_TERMINAL (f)->toggle_invisible_pointer_hook (f, 0);
4303 f->pointer_invisible = 0;
4304 }
4305 }
4306
4307
4308 \f
4309 /***********************************************************************
4310 Initialization
4311 ***********************************************************************/
4312
4313 void
4314 syms_of_frame (void)
4315 {
4316 Qframep = intern_c_string ("framep");
4317 staticpro (&Qframep);
4318 Qframe_live_p = intern_c_string ("frame-live-p");
4319 staticpro (&Qframe_live_p);
4320 Qexplicit_name = intern_c_string ("explicit-name");
4321 staticpro (&Qexplicit_name);
4322 Qheight = intern_c_string ("height");
4323 staticpro (&Qheight);
4324 Qicon = intern_c_string ("icon");
4325 staticpro (&Qicon);
4326 Qminibuffer = intern_c_string ("minibuffer");
4327 staticpro (&Qminibuffer);
4328 Qmodeline = intern_c_string ("modeline");
4329 staticpro (&Qmodeline);
4330 Qonly = intern_c_string ("only");
4331 staticpro (&Qonly);
4332 Qwidth = intern_c_string ("width");
4333 staticpro (&Qwidth);
4334 Qgeometry = intern_c_string ("geometry");
4335 staticpro (&Qgeometry);
4336 Qicon_left = intern_c_string ("icon-left");
4337 staticpro (&Qicon_left);
4338 Qicon_top = intern_c_string ("icon-top");
4339 staticpro (&Qicon_top);
4340 Qtooltip = intern_c_string ("tooltip");
4341 staticpro (&Qtooltip);
4342 Qleft = intern_c_string ("left");
4343 staticpro (&Qleft);
4344 Qright = intern_c_string ("right");
4345 staticpro (&Qright);
4346 Quser_position = intern_c_string ("user-position");
4347 staticpro (&Quser_position);
4348 Quser_size = intern_c_string ("user-size");
4349 staticpro (&Quser_size);
4350 Qwindow_id = intern_c_string ("window-id");
4351 staticpro (&Qwindow_id);
4352 #ifdef HAVE_X_WINDOWS
4353 Qouter_window_id = intern_c_string ("outer-window-id");
4354 staticpro (&Qouter_window_id);
4355 #endif
4356 Qparent_id = intern_c_string ("parent-id");
4357 staticpro (&Qparent_id);
4358 Qx = intern_c_string ("x");
4359 staticpro (&Qx);
4360 Qw32 = intern_c_string ("w32");
4361 staticpro (&Qw32);
4362 Qpc = intern_c_string ("pc");
4363 staticpro (&Qpc);
4364 Qmac = intern_c_string ("mac");
4365 staticpro (&Qmac);
4366 Qns = intern_c_string ("ns");
4367 staticpro (&Qns);
4368 Qvisible = intern_c_string ("visible");
4369 staticpro (&Qvisible);
4370 Qbuffer_predicate = intern_c_string ("buffer-predicate");
4371 staticpro (&Qbuffer_predicate);
4372 Qbuffer_list = intern_c_string ("buffer-list");
4373 staticpro (&Qbuffer_list);
4374 Qburied_buffer_list = intern_c_string ("buried-buffer-list");
4375 staticpro (&Qburied_buffer_list);
4376 Qdisplay_type = intern_c_string ("display-type");
4377 staticpro (&Qdisplay_type);
4378 Qbackground_mode = intern_c_string ("background-mode");
4379 staticpro (&Qbackground_mode);
4380 Qnoelisp = intern_c_string ("noelisp");
4381 staticpro (&Qnoelisp);
4382 Qtty_color_mode = intern_c_string ("tty-color-mode");
4383 staticpro (&Qtty_color_mode);
4384 Qtty = intern_c_string ("tty");
4385 staticpro (&Qtty);
4386 Qtty_type = intern_c_string ("tty-type");
4387 staticpro (&Qtty_type);
4388
4389 Qface_set_after_frame_default = intern_c_string ("face-set-after-frame-default");
4390 staticpro (&Qface_set_after_frame_default);
4391
4392 Qfullwidth = intern_c_string ("fullwidth");
4393 staticpro (&Qfullwidth);
4394 Qfullheight = intern_c_string ("fullheight");
4395 staticpro (&Qfullheight);
4396 Qfullboth = intern_c_string ("fullboth");
4397 staticpro (&Qfullboth);
4398 Qmaximized = intern_c_string ("maximized");
4399 staticpro (&Qmaximized);
4400 Qx_resource_name = intern_c_string ("x-resource-name");
4401 staticpro (&Qx_resource_name);
4402
4403 Qx_frame_parameter = intern_c_string ("x-frame-parameter");
4404 staticpro (&Qx_frame_parameter);
4405
4406 Qterminal = intern_c_string ("terminal");
4407 staticpro (&Qterminal);
4408 Qterminal_live_p = intern_c_string ("terminal-live-p");
4409 staticpro (&Qterminal_live_p);
4410
4411 #ifdef HAVE_NS
4412 Qns_parse_geometry = intern_c_string ("ns-parse-geometry");
4413 staticpro (&Qns_parse_geometry);
4414 #endif
4415
4416 {
4417 int i;
4418
4419 for (i = 0; i < sizeof (frame_parms) / sizeof (frame_parms[0]); i++)
4420 {
4421 Lisp_Object v = intern_c_string (frame_parms[i].name);
4422 if (frame_parms[i].variable)
4423 {
4424 *frame_parms[i].variable = v;
4425 staticpro (frame_parms[i].variable);
4426 }
4427 Fput (v, Qx_frame_parameter, make_number (i));
4428 }
4429 }
4430
4431 #ifdef HAVE_WINDOW_SYSTEM
4432 DEFVAR_LISP ("x-resource-name", &Vx_resource_name,
4433 doc: /* The name Emacs uses to look up X resources.
4434 `x-get-resource' uses this as the first component of the instance name
4435 when requesting resource values.
4436 Emacs initially sets `x-resource-name' to the name under which Emacs
4437 was invoked, or to the value specified with the `-name' or `-rn'
4438 switches, if present.
4439
4440 It may be useful to bind this variable locally around a call
4441 to `x-get-resource'. See also the variable `x-resource-class'. */);
4442 Vx_resource_name = Qnil;
4443
4444 DEFVAR_LISP ("x-resource-class", &Vx_resource_class,
4445 doc: /* The class Emacs uses to look up X resources.
4446 `x-get-resource' uses this as the first component of the instance class
4447 when requesting resource values.
4448
4449 Emacs initially sets `x-resource-class' to "Emacs".
4450
4451 Setting this variable permanently is not a reasonable thing to do,
4452 but binding this variable locally around a call to `x-get-resource'
4453 is a reasonable practice. See also the variable `x-resource-name'. */);
4454 Vx_resource_class = build_string (EMACS_CLASS);
4455
4456 DEFVAR_LISP ("frame-alpha-lower-limit", &Vframe_alpha_lower_limit,
4457 doc: /* The lower limit of the frame opacity (alpha transparency).
4458 The value should range from 0 (invisible) to 100 (completely opaque).
4459 You can also use a floating number between 0.0 and 1.0.
4460 The default is 20. */);
4461 Vframe_alpha_lower_limit = make_number (20);
4462 #endif
4463
4464 DEFVAR_LISP ("default-frame-alist", &Vdefault_frame_alist,
4465 doc: /* Alist of default values for frame creation.
4466 These may be set in your init file, like this:
4467 (setq default-frame-alist '((width . 80) (height . 55) (menu-bar-lines . 1)))
4468 These override values given in window system configuration data,
4469 including X Windows' defaults database.
4470 For values specific to the first Emacs frame, see `initial-frame-alist'.
4471 For window-system specific values, see `window-system-default-frame-alist'.
4472 For values specific to the separate minibuffer frame, see
4473 `minibuffer-frame-alist'.
4474 The `menu-bar-lines' element of the list controls whether new frames
4475 have menu bars; `menu-bar-mode' works by altering this element.
4476 Setting this variable does not affect existing frames, only new ones. */);
4477 Vdefault_frame_alist = Qnil;
4478
4479 DEFVAR_LISP ("default-frame-scroll-bars", &Vdefault_frame_scroll_bars,
4480 doc: /* Default position of scroll bars on this window-system. */);
4481 #ifdef HAVE_WINDOW_SYSTEM
4482 #if defined(HAVE_NTGUI) || defined(NS_IMPL_COCOA) || (defined(USE_GTK) && defined(USE_TOOLKIT_SCROLL_BARS))
4483 /* MS-Windows, Mac OS X, and GTK have scroll bars on the right by
4484 default. */
4485 Vdefault_frame_scroll_bars = Qright;
4486 #else
4487 Vdefault_frame_scroll_bars = Qleft;
4488 #endif
4489 #else
4490 Vdefault_frame_scroll_bars = Qnil;
4491 #endif
4492
4493 DEFVAR_LISP ("terminal-frame", &Vterminal_frame,
4494 doc: /* The initial frame-object, which represents Emacs's stdout. */);
4495
4496 DEFVAR_LISP ("mouse-position-function", &Vmouse_position_function,
4497 doc: /* If non-nil, function to transform normal value of `mouse-position'.
4498 `mouse-position' calls this function, passing its usual return value as
4499 argument, and returns whatever this function returns.
4500 This abnormal hook exists for the benefit of packages like `xt-mouse.el'
4501 which need to do mouse handling at the Lisp level. */);
4502 Vmouse_position_function = Qnil;
4503
4504 DEFVAR_LISP ("mouse-highlight", &Vmouse_highlight,
4505 doc: /* If non-nil, clickable text is highlighted when mouse is over it.
4506 If the value is an integer, highlighting is only shown after moving the
4507 mouse, while keyboard input turns off the highlight even when the mouse
4508 is over the clickable text. However, the mouse shape still indicates
4509 when the mouse is over clickable text. */);
4510 Vmouse_highlight = Qt;
4511
4512 DEFVAR_LISP ("make-pointer-invisible", &Vmake_pointer_invisible,
4513 doc: /* If non-nil, make pointer invisible while typing.
4514 The pointer becomes visible again when the mouse is moved. */);
4515 Vmake_pointer_invisible = Qt;
4516
4517 DEFVAR_LISP ("delete-frame-functions", &Vdelete_frame_functions,
4518 doc: /* Functions to be run before deleting a frame.
4519 The functions are run with one arg, the frame to be deleted.
4520 See `delete-frame'.
4521
4522 Note that functions in this list may be called just before the frame is
4523 actually deleted, or some time later (or even both when an earlier function
4524 in `delete-frame-functions' (indirectly) calls `delete-frame'
4525 recursively). */);
4526 Vdelete_frame_functions = Qnil;
4527 Qdelete_frame_functions = intern_c_string ("delete-frame-functions");
4528 staticpro (&Qdelete_frame_functions);
4529
4530 DEFVAR_LISP ("menu-bar-mode", &Vmenu_bar_mode,
4531 doc: /* Non-nil if Menu-Bar mode is enabled. */);
4532 Vmenu_bar_mode = Qt;
4533
4534 DEFVAR_LISP ("tool-bar-mode", &Vtool_bar_mode,
4535 doc: /* Non-nil if Tool-Bar mode is enabled. */);
4536 Vtool_bar_mode = Qt;
4537
4538 DEFVAR_KBOARD ("default-minibuffer-frame", Vdefault_minibuffer_frame,
4539 doc: /* Minibufferless frames use this frame's minibuffer.
4540
4541 Emacs cannot create minibufferless frames unless this is set to an
4542 appropriate surrogate.
4543
4544 Emacs consults this variable only when creating minibufferless
4545 frames; once the frame is created, it sticks with its assigned
4546 minibuffer, no matter what this variable is set to. This means that
4547 this variable doesn't necessarily say anything meaningful about the
4548 current set of frames, or where the minibuffer is currently being
4549 displayed.
4550
4551 This variable is local to the current terminal and cannot be buffer-local. */);
4552
4553 DEFVAR_BOOL ("focus-follows-mouse", &focus_follows_mouse,
4554 doc: /* Non-nil if window system changes focus when you move the mouse.
4555 You should set this variable to tell Emacs how your window manager
4556 handles focus, since there is no way in general for Emacs to find out
4557 automatically. See also `mouse-autoselect-window'. */);
4558 #ifdef HAVE_WINDOW_SYSTEM
4559 #if defined(HAVE_NTGUI) || defined(HAVE_NS)
4560 focus_follows_mouse = 0;
4561 #else
4562 focus_follows_mouse = 1;
4563 #endif
4564 #else
4565 focus_follows_mouse = 0;
4566 #endif
4567
4568 staticpro (&Vframe_list);
4569
4570 defsubr (&Sactive_minibuffer_window);
4571 defsubr (&Sframep);
4572 defsubr (&Sframe_live_p);
4573 defsubr (&Swindow_system);
4574 defsubr (&Smake_terminal_frame);
4575 defsubr (&Shandle_switch_frame);
4576 defsubr (&Sselect_frame);
4577 defsubr (&Sselected_frame);
4578 defsubr (&Swindow_frame);
4579 defsubr (&Sframe_root_window);
4580 defsubr (&Sframe_first_window);
4581 defsubr (&Sframe_selected_window);
4582 defsubr (&Sset_frame_selected_window);
4583 defsubr (&Sframe_list);
4584 defsubr (&Snext_frame);
4585 defsubr (&Sprevious_frame);
4586 defsubr (&Sdelete_frame);
4587 defsubr (&Smouse_position);
4588 defsubr (&Smouse_pixel_position);
4589 defsubr (&Sset_mouse_position);
4590 defsubr (&Sset_mouse_pixel_position);
4591 #if 0
4592 defsubr (&Sframe_configuration);
4593 defsubr (&Srestore_frame_configuration);
4594 #endif
4595 defsubr (&Smake_frame_visible);
4596 defsubr (&Smake_frame_invisible);
4597 defsubr (&Siconify_frame);
4598 defsubr (&Sframe_visible_p);
4599 defsubr (&Svisible_frame_list);
4600 defsubr (&Sraise_frame);
4601 defsubr (&Slower_frame);
4602 defsubr (&Sredirect_frame_focus);
4603 defsubr (&Sframe_focus);
4604 defsubr (&Sframe_parameters);
4605 defsubr (&Sframe_parameter);
4606 defsubr (&Smodify_frame_parameters);
4607 defsubr (&Sframe_char_height);
4608 defsubr (&Sframe_char_width);
4609 defsubr (&Sframe_pixel_height);
4610 defsubr (&Sframe_pixel_width);
4611 defsubr (&Sset_frame_height);
4612 defsubr (&Sset_frame_width);
4613 defsubr (&Sset_frame_size);
4614 defsubr (&Sset_frame_position);
4615
4616 #ifdef HAVE_WINDOW_SYSTEM
4617 defsubr (&Sx_get_resource);
4618 defsubr (&Sx_parse_geometry);
4619 #endif
4620
4621 }
4622
4623 /* arch-tag: 7dbf2c69-9aad-45f8-8296-db893d6dd039
4624 (do not change this comment) */