1 /* Generic frame functions.
2 Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
3 Copyright (C) 1995, 1996 Ben Wing.
4 Copyright (C) 1995 Sun Microsystems, Inc.
6 This file is part of XEmacs.
8 XEmacs is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published by the
10 Free Software Foundation; either version 2, or (at your option) any
13 XEmacs is distributed in the hope that it will be useful, but WITHOUT
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18 You should have received a copy of the GNU General Public License
19 along with XEmacs; see the file COPYING. If not, write to
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */
23 /* Synched up with: FSF 19.30. */
25 /* This file has been Mule-ized. */
30 #include "buffer.h" /* for Vbuffer_alist */
39 #include "redisplay.h"
40 #include "scrollbar.h"
43 Lisp_Object Vselect_frame_hook, Qselect_frame_hook;
44 Lisp_Object Vdeselect_frame_hook, Qdeselect_frame_hook;
45 Lisp_Object Vcreate_frame_hook, Qcreate_frame_hook;
46 Lisp_Object Vdelete_frame_hook, Qdelete_frame_hook;
47 Lisp_Object Vmouse_enter_frame_hook, Qmouse_enter_frame_hook;
48 Lisp_Object Vmouse_leave_frame_hook, Qmouse_leave_frame_hook;
49 Lisp_Object Vmap_frame_hook, Qmap_frame_hook;
50 Lisp_Object Vunmap_frame_hook, Qunmap_frame_hook;
51 int allow_deletion_of_last_visible_frame;
52 Lisp_Object Vadjust_frame_function;
53 Lisp_Object Vmouse_motion_handler;
54 Lisp_Object Vsynchronize_minibuffers;
55 Lisp_Object Qsynchronize_minibuffers;
56 Lisp_Object Qbuffer_predicate;
57 Lisp_Object Qmake_initial_minibuffer_frame;
58 Lisp_Object Qcustom_initialize_frame;
60 /* We declare all these frame properties here even though many of them
61 are currently only used in frame-x.c, because we should generalize
64 Lisp_Object Qminibuffer;
65 Lisp_Object Qunsplittable;
66 Lisp_Object Qinternal_border_width;
67 Lisp_Object Qtop_toolbar_shadow_color;
68 Lisp_Object Qbottom_toolbar_shadow_color;
69 Lisp_Object Qbackground_toolbar_color;
70 Lisp_Object Qtop_toolbar_shadow_pixmap;
71 Lisp_Object Qbottom_toolbar_shadow_pixmap;
72 Lisp_Object Qtoolbar_shadow_thickness;
73 Lisp_Object Qscrollbar_placement;
74 Lisp_Object Qinter_line_space;
75 Lisp_Object Qvisual_bell;
76 Lisp_Object Qbell_volume;
77 Lisp_Object Qpointer_background;
78 Lisp_Object Qpointer_color;
79 Lisp_Object Qtext_pointer;
80 Lisp_Object Qspace_pointer;
81 Lisp_Object Qmodeline_pointer;
82 Lisp_Object Qgc_pointer;
83 Lisp_Object Qinitially_unmapped;
84 Lisp_Object Quse_backing_store;
85 Lisp_Object Qborder_color;
86 Lisp_Object Qborder_width;
88 Lisp_Object Qframep, Qframe_live_p;
89 Lisp_Object Qdelete_frame;
91 Lisp_Object Qframe_title_format, Vframe_title_format;
92 Lisp_Object Qframe_icon_title_format, Vframe_icon_title_format;
94 Lisp_Object Vdefault_frame_name;
95 Lisp_Object Vdefault_frame_plist;
97 Lisp_Object Vframe_icon_glyph;
101 Lisp_Object Qvisible, Qiconic, Qinvisible, Qvisible_iconic, Qinvisible_iconic;
102 Lisp_Object Qnomini, Qvisible_nomini, Qiconic_nomini, Qinvisible_nomini;
103 Lisp_Object Qvisible_iconic_nomini, Qinvisible_iconic_nomini;
105 Lisp_Object Qset_specifier, Qset_glyph_image, Qset_face_property;
106 Lisp_Object Qface_property_instance;
108 Lisp_Object Qframe_property_alias;
110 /* If this is non-nil, it is the frame that make-frame is currently
111 creating. We can't set the current frame to this in case the
112 debugger goes off because it would try and display to it. However,
113 there are some places which need to reference it which have no
114 other way of getting it if it isn't the selected frame. */
115 Lisp_Object Vframe_being_created;
116 Lisp_Object Qframe_being_created;
118 static void store_minibuf_frame_prop (struct frame *f, Lisp_Object val);
120 EXFUN (Fset_frame_properties, 2);
124 mark_frame (Lisp_Object obj)
126 struct frame *f = XFRAME (obj);
128 #define MARKED_SLOT(x) mark_object (f->x)
129 #include "frameslots.h"
131 mark_subwindow_cachels (f->subwindow_cachels);
133 if (FRAME_LIVE_P (f)) /* device is nil for a dead frame */
134 MAYBE_FRAMEMETH (f, mark_frame, (f));
140 print_frame (Lisp_Object obj, Lisp_Object printcharfun, int escapeflag)
142 struct frame *frm = XFRAME (obj);
146 error ("printing unreadable object #<frame %s 0x%x>",
147 XSTRING_DATA (frm->name), frm->header.uid);
149 sprintf (buf, "#<%s-frame ", !FRAME_LIVE_P (frm) ? "dead" :
150 FRAME_TYPE_NAME (frm));
151 write_c_string (buf, printcharfun);
152 print_internal (frm->name, printcharfun, 1);
153 sprintf (buf, " 0x%x>", frm->header.uid);
154 write_c_string (buf, printcharfun);
157 DEFINE_LRECORD_IMPLEMENTATION ("frame", frame,
158 mark_frame, print_frame, 0, 0, 0, 0,
162 nuke_all_frame_slots (struct frame *f)
164 #define MARKED_SLOT(x) f->x = Qnil
165 #include "frameslots.h"
168 /* Allocate a new frame object and set all its fields to reasonable
169 values. The root window is created but the minibuffer will be done
172 static struct frame *
173 allocate_frame_core (Lisp_Object device)
175 /* This function can GC */
177 Lisp_Object root_window;
178 struct frame *f = alloc_lcrecord_type (struct frame, &lrecord_frame);
181 nuke_all_frame_slots (f);
182 XSETFRAME (frame, f);
185 f->framemeths = XDEVICE (device)->devmeths;
186 f->buffer_alist = Fcopy_sequence (Vbuffer_alist);
188 root_window = allocate_window ();
189 XWINDOW (root_window)->frame = frame;
192 Just so that there is "something there."
193 Correct size will be set up later with change_frame_size. */
198 XWINDOW (root_window)->pixel_width = 10;
199 XWINDOW (root_window)->pixel_height = 9;
201 /* The size of the minibuffer window is now set in x_create_frame
204 f->root_window = root_window;
205 f->selected_window = root_window;
206 f->last_nonminibuf_window = root_window;
208 /* cache of subwindows visible on frame */
209 f->subwindow_cachels = Dynarr_new (subwindow_cachel);
211 /* associated exposure ignore list */
212 f->subwindow_exposures = 0;
213 f->subwindow_exposures_tail = 0;
215 /* Choose a buffer for the frame's root window. */
216 XWINDOW (root_window)->buffer = Qt;
220 buf = Fcurrent_buffer ();
221 /* If buf is a 'hidden' buffer (i.e. one whose name starts with
222 a space), try to find another one. */
223 if (string_char (XSTRING (Fbuffer_name (buf)), 0) == ' ')
224 buf = Fother_buffer (buf, Qnil, Qnil);
225 Fset_window_buffer (root_window, buf);
232 setup_normal_frame (struct frame *f)
234 Lisp_Object mini_window;
237 XSETFRAME (frame, f);
239 mini_window = allocate_window ();
240 XWINDOW (f->root_window)->next = mini_window;
241 XWINDOW (mini_window)->prev = f->root_window;
242 XWINDOW (mini_window)->mini_p = Qt;
243 XWINDOW (mini_window)->frame = frame;
244 f->minibuffer_window = mini_window;
245 f->has_minibuffer = 1;
247 XWINDOW (mini_window)->buffer = Qt;
248 Fset_window_buffer (mini_window, Vminibuffer_zero);
251 /* Make a frame using a separate minibuffer window on another frame.
252 MINI_WINDOW is the minibuffer window to use. nil means use the
253 default-minibuffer-frame. */
256 setup_frame_without_minibuffer (struct frame *f, Lisp_Object mini_window)
258 /* This function can GC */
259 Lisp_Object device = f->device;
261 if (!NILP (mini_window))
262 CHECK_LIVE_WINDOW (mini_window);
264 if (!NILP (mini_window)
265 && !EQ (DEVICE_CONSOLE (XDEVICE (device)),
266 FRAME_CONSOLE (XFRAME (XWINDOW (mini_window)->frame))))
267 error ("frame and minibuffer must be on the same console");
269 if (NILP (mini_window))
271 struct console *con = XCONSOLE (FRAME_CONSOLE (f));
272 /* Use default-minibuffer-frame if possible. */
273 if (!FRAMEP (con->default_minibuffer_frame)
274 || ! FRAME_LIVE_P (XFRAME (con->default_minibuffer_frame)))
276 /* If there's no minibuffer frame to use, create one. */
277 con->default_minibuffer_frame
278 = call1 (Qmake_initial_minibuffer_frame, device);
280 mini_window = XFRAME (con->default_minibuffer_frame)->minibuffer_window;
283 /* Install the chosen minibuffer window, with proper buffer. */
284 store_minibuf_frame_prop (f, mini_window);
285 Fset_window_buffer (mini_window, Vminibuffer_zero);
288 /* Make a frame containing only a minibuffer window. */
291 setup_minibuffer_frame (struct frame *f)
293 /* This function can GC */
294 /* First make a frame containing just a root window, no minibuffer. */
295 Lisp_Object mini_window;
298 XSETFRAME (frame, f);
301 f->has_minibuffer = 1;
303 /* Now label the root window as also being the minibuffer.
304 Avoid infinite looping on the window chain by marking next pointer
307 mini_window = f->minibuffer_window = f->root_window;
308 XWINDOW (mini_window)->mini_p = Qt;
309 XWINDOW (mini_window)->next = Qnil;
310 XWINDOW (mini_window)->prev = Qnil;
311 XWINDOW (mini_window)->frame = frame;
313 /* Put the proper buffer in that window. */
315 Fset_window_buffer (mini_window, Vminibuffer_zero);
319 make_sure_its_a_fresh_plist (Lisp_Object foolist)
321 if (CONSP (Fcar (foolist)))
323 /* looks like an alist to me. */
324 foolist = Fcopy_alist (foolist);
325 foolist = Fdestructive_alist_to_plist (foolist);
328 foolist = Fcopy_sequence (foolist);
333 DEFUN ("make-frame", Fmake_frame, 0, 2, "", /*
334 Create and return a new frame, displaying the current buffer.
335 Runs the functions listed in `create-frame-hook' after frame creation.
337 Optional argument PROPS is a property list (a list of alternating
338 keyword-value specifications) of properties for the new frame.
339 \(An alist is accepted for backward compatibility but should not
342 See `set-frame-properties', `default-x-frame-plist', and
343 `default-tty-frame-plist' for the specially-recognized properties.
349 Lisp_Object frame = Qnil, name = Qnil, minibuf;
350 struct gcpro gcpro1, gcpro2, gcpro3;
351 int speccount = specpdl_depth ();
352 int first_frame_on_device = 0;
353 int first_frame_on_console = 0;
355 d = decode_device (device);
356 XSETDEVICE (device, d);
358 /* PROPS and NAME may be freshly-created, so make sure to GCPRO. */
359 GCPRO3 (frame, props, name);
361 props = make_sure_its_a_fresh_plist (props);
362 if (DEVICE_SPECIFIC_FRAME_PROPS (d))
363 /* Put the device-specific props before the more general ones so
364 that they override them. */
365 props = nconc2 (props,
366 make_sure_its_a_fresh_plist
367 (*DEVICE_SPECIFIC_FRAME_PROPS (d)));
368 props = nconc2 (props, make_sure_its_a_fresh_plist (Vdefault_frame_plist));
369 Fcanonicalize_lax_plist (props, Qnil);
371 name = Flax_plist_get (props, Qname, Qnil);
374 else if (STRINGP (Vdefault_frame_name))
375 name = Vdefault_frame_name;
377 name = build_string ("emacs");
379 if (!NILP (Fstring_match (make_string ((CONST Bufbyte *) "\\.", 2), name,
381 signal_simple_error (". not allowed in frame names", name);
383 f = allocate_frame_core (device);
384 XSETFRAME (frame, f);
386 specbind (Qframe_being_created, name);
389 FRAMEMETH (f, init_frame_1, (f, props));
391 minibuf = Flax_plist_get (props, Qminibuffer, Qunbound);
392 if (UNBOUNDP (minibuf))
394 /* If minibuf is unspecified, then look for a minibuffer X resource. */
395 /* #### Not implemented any more. We need to fix things up so
396 that we search out all X resources and append them to the end of
397 props, above. This is the only way in general to assure
398 coherent behavior for all frame properties/resources/etc. */
401 props = Flax_plist_remprop (props, Qminibuffer);
403 if (EQ (minibuf, Qnone) || NILP (minibuf))
404 setup_frame_without_minibuffer (f, Qnil);
405 else if (EQ (minibuf, Qonly))
406 setup_minibuffer_frame (f);
407 else if (WINDOWP (minibuf))
408 setup_frame_without_minibuffer (f, minibuf);
409 else if (EQ (minibuf, Qt) || UNBOUNDP (minibuf))
410 setup_normal_frame (f);
412 signal_simple_error ("Invalid value for `minibuffer'", minibuf);
414 update_frame_window_mirror (f);
416 if (initialized && !DEVICE_STREAM_P (d))
418 if (!NILP (f->minibuffer_window))
419 reset_face_cachels (XWINDOW (f->minibuffer_window));
420 reset_face_cachels (XWINDOW (f->root_window));
423 /* If no frames on this device formerly existed, say this is the
424 first frame. It kind of assumes that frameless devices don't
425 exist, but it shouldn't be too harmful. */
426 if (NILP (DEVICE_FRAME_LIST (d)))
427 first_frame_on_device = 1;
429 /* This *must* go before the init_*() methods. Those functions
430 call Lisp code, and if any of them causes a warning to be displayed
431 and the *Warnings* buffer to be created, it won't get added to
432 the frame-specific version of the buffer-alist unless the frame
433 is accessible from the device. */
436 DEVICE_FRAME_LIST (d) = nconc2 (DEVICE_FRAME_LIST (d), Fcons (frame, Qnil));
438 DEVICE_FRAME_LIST (d) = Fcons (frame, DEVICE_FRAME_LIST (d));
439 RESET_CHANGED_SET_FLAGS;
441 /* Now make sure that the initial cached values are set correctly.
442 Do this after the init_frame method is called because that may
443 do things (e.g. create widgets) that are necessary for the
444 specifier value-changed methods to work OK. */
445 recompute_all_cached_specifiers_in_frame (f);
447 if (!DEVICE_STREAM_P (d))
449 init_frame_faces (f);
451 #ifdef HAVE_SCROLLBARS
452 /* Finish up resourcing the scrollbars. */
453 init_frame_scrollbars (f);
457 /* Create the initial toolbars. We have to do this after the frame
458 methods are called because it may potentially call some things itself
459 which depend on the normal frame methods having initialized
461 init_frame_toolbars (f);
463 reset_face_cachels (XWINDOW (FRAME_SELECTED_WINDOW (f)));
464 reset_glyph_cachels (XWINDOW (FRAME_SELECTED_WINDOW (f)));
465 reset_subwindow_cachels (f);
466 change_frame_size (f, f->height, f->width, 0);
470 MAYBE_FRAMEMETH (f, init_frame_2, (f, props));
471 Fset_frame_properties (frame, props);
472 MAYBE_FRAMEMETH (f, init_frame_3, (f));
474 /* now initialise the gutters, this won't change the frame size
476 if (!DEVICE_STREAM_P (d))
477 init_frame_gutters (f);
479 /* Hallelujah, praise the lord. */
480 f->init_finished = 1;
482 /* If this is the first frame on the device, make it the selected one. */
483 if (first_frame_on_device && NILP (DEVICE_SELECTED_FRAME (d)))
484 set_device_selected_frame (d, frame);
486 /* If at startup or if the current console is a stream console
487 (usually also at startup), make this console the selected one
488 so that messages show up on it. */
489 if (NILP (Fselected_console ()) ||
490 CONSOLE_STREAM_P (XCONSOLE (Fselected_console ())))
491 Fselect_console (DEVICE_CONSOLE (d));
493 first_frame_on_console =
494 (first_frame_on_device &&
495 XINT (Flength (CONSOLE_DEVICE_LIST (XCONSOLE (DEVICE_CONSOLE (d)))))
498 /* #### all this calling of frame methods at various odd times
499 is somewhat of a mess. It's necessary to do it this way due
500 to strange console-type-specific things that need to be done. */
501 MAYBE_FRAMEMETH (f, after_init_frame, (f, first_frame_on_device,
502 first_frame_on_console));
504 if (first_frame_on_device)
506 if (first_frame_on_console)
507 va_run_hook_with_args (Qcreate_console_hook, 1, DEVICE_CONSOLE (d));
508 va_run_hook_with_args (Qcreate_device_hook, 1, device);
510 va_run_hook_with_args (Qcreate_frame_hook, 1, frame);
512 /* Initialize custom-specific stuff. */
513 if (!UNBOUNDP (symbol_function (XSYMBOL (Qcustom_initialize_frame))))
514 call1 (Qcustom_initialize_frame, frame);
516 unbind_to (speccount, Qnil);
523 /* this function should be used in most cases when a Lisp function is passed
524 a FRAME argument. Use this unless you don't accept nil == current frame
525 (in which case, do a CHECK_LIVE_FRAME() and then an XFRAME()) or you
526 allow dead frames. Note that very few functions should accept dead
527 frames. It could be argued that functions should just do nothing when
528 given a dead frame, but the presence of a dead frame usually indicates
529 an oversight in the Lisp code that could potentially lead to strange
530 results and so it is better to catch the error early.
532 If you only accept X frames, use decode_x_frame(), which does what this
533 function does but also makes sure the frame is an X frame. */
536 decode_frame (Lisp_Object frame)
539 return selected_frame ();
541 CHECK_LIVE_FRAME (frame);
542 return XFRAME (frame);
546 decode_frame_or_selected (Lisp_Object cdf)
549 cdf = CONSOLE_SELECTED_DEVICE (decode_console (cdf));
551 cdf = DEVICE_SELECTED_FRAME (decode_device (cdf));
552 return decode_frame (cdf);
556 make_frame (struct frame *f)
559 XSETFRAME (frame, f);
565 * window size changes are held up during critical regions. Afterwards,
566 * we want to deal with any delayed changes.
569 hold_frame_size_changes (void)
575 unhold_one_frame_size_changes (struct frame *f)
579 if (f->size_change_pending)
580 change_frame_size (f, f->new_height, f->new_width, 0);
584 unhold_frame_size_changes (void)
586 Lisp_Object frmcons, devcons, concons;
588 FRAME_LOOP_NO_BREAK (frmcons, devcons, concons)
589 unhold_one_frame_size_changes (XFRAME (XCAR (frmcons)));
593 invalidate_vertical_divider_cache_in_frame (struct frame *f)
595 /* Invalidate cached value of needs_vertical_divider_p in
596 every and all windows */
597 map_windows (f, invalidate_vertical_divider_cache_in_window, 0);
601 * Frame size may change due to changes in scrollbars, toolbars,
602 * default font etc. These changes are applied early in redisplay
606 adjust_frame_size (struct frame *f)
608 int keep_char_size = 0;
610 XSETFRAME (frame, f);
612 if (!f->size_slipped)
615 /* Don't adjust tty frames. #### May break when TTY have menubars.
616 Then, write an Vadjust_frame_function which will return t for TTY
617 frames. Another solution is frame_size_fixed_p method for TTYs,
618 which always returned yes it's fixed.
620 if (!FRAME_WIN_P (f))
622 CLEAR_FRAME_SIZE_SLIPPED (f);
626 /* frame_size_fixed_p tells that frame size cannot currently
627 be changed change due to external conditions */
628 if (!FRAMEMETH_OR_GIVEN (f, frame_size_fixed_p, (f), 0))
630 if (NILP (Vadjust_frame_function))
632 else if (EQ (Vadjust_frame_function, Qt))
636 NILP (call1_trapping_errors ("Error in adjust-frame-function",
637 Vadjust_frame_function, frame));
640 Fset_frame_size (frame, make_int (FRAME_CHARWIDTH(f)),
641 make_int (FRAME_CHARHEIGHT(f)), Qnil);
647 pixel_to_char_size (f, FRAME_PIXWIDTH(f), FRAME_PIXHEIGHT(f),
649 change_frame_size (f, height, width, 0);
650 CLEAR_FRAME_SIZE_SLIPPED (f);
655 * This is a "specifier changed in frame" handler for various specifiers
656 * changing which causes frame size adjustment
659 frame_size_slipped (Lisp_Object specifier, struct frame *f,
662 MARK_FRAME_SIZE_SLIPPED(f);
665 DEFUN ("framep", Fframep, 1, 1, 0, /*
666 Return non-nil if OBJECT is a frame.
667 Also see `frame-live-p'.
668 Note that FSF Emacs kludgily returns a value indicating what type of
669 frame this is. Use the cleaner function `frame-type' for that.
673 return FRAMEP (object) ? Qt : Qnil;
676 DEFUN ("frame-live-p", Fframe_live_p, 1, 1, 0, /*
677 Return non-nil if OBJECT is a frame which has not been deleted.
681 return FRAMEP (object) && FRAME_LIVE_P (XFRAME (object)) ? Qt : Qnil;
685 DEFUN ("focus-frame", Ffocus_frame, 1, 1, 0, /*
686 Select FRAME and give it the window system focus.
687 This function is not affected by the value of `focus-follows-mouse'.
691 CHECK_LIVE_FRAME (frame);
693 MAYBE_DEVMETH (XDEVICE (FRAME_DEVICE (XFRAME (frame))), focus_on_frame,
695 /* FRAME will be selected by the time we receive the next event.
696 However, it is better to select it explicitly now, in case the
697 Lisp code depends on frame being selected. */
698 Fselect_frame (frame);
702 /* Called from Fselect_window() */
704 select_frame_1 (Lisp_Object frame)
706 struct frame *f = XFRAME (frame);
707 Lisp_Object old_selected_frame = Fselected_frame (Qnil);
709 if (EQ (frame, old_selected_frame))
712 /* now select the frame's device */
713 set_device_selected_frame (XDEVICE (FRAME_DEVICE (f)), frame);
714 select_device_1 (FRAME_DEVICE (f));
716 update_frame_window_mirror (f);
719 DEFUN ("select-frame", Fselect_frame, 1, 1, 0, /*
720 Select the frame FRAME.
721 Subsequent editing commands apply to its selected window.
722 The selection of FRAME lasts until the next time the user does
723 something to select a different frame, or until the next time this
726 Note that this does not actually cause the window-system focus to be
727 set to this frame, or the `select-frame-hook' or `deselect-frame-hook'
728 to be run, until the next time that XEmacs is waiting for an event.
730 Also note that when focus-follows-mouse is non-nil, the frame
731 selection is temporary and is reverted when the current command
732 terminates, much like the buffer selected by `set-buffer'. In order
733 to effect a permanent focus change, use `focus-frame'.
737 CHECK_LIVE_FRAME (frame);
739 /* select the frame's selected window. This will call
740 selected_frame_1(). */
741 Fselect_window (FRAME_SELECTED_WINDOW (XFRAME (frame)), Qnil);
743 /* Nothing should be depending on the return value of this function.
744 But, of course, there is stuff out there which is. */
748 /* use this to retrieve the currently selected frame. You should use
749 this in preference to Fselected_frame (Qnil) unless you are prepared
750 to handle the possibility of there being no selected frame (this
751 happens at some points during startup). */
754 selected_frame (void)
756 Lisp_Object device = Fselected_device (Qnil);
757 Lisp_Object frame = DEVICE_SELECTED_FRAME (XDEVICE (device));
759 signal_simple_error ("No frames exist on device", device);
760 return XFRAME (frame);
763 /* use this instead of XFRAME (DEVICE_SELECTED_FRAME (d)) to catch
764 the possibility of there being no frames on the device (just created).
765 There is no point doing this inside of redisplay because errors
766 cause an abort(), indicating a flaw in the logic, and error_check_frame()
767 will catch this just as well. */
770 device_selected_frame (struct device *d)
772 Lisp_Object frame = DEVICE_SELECTED_FRAME (d);
776 XSETDEVICE (device, d);
777 signal_simple_error ("No frames exist on device", device);
779 return XFRAME (frame);
784 xxDEFUN ("handle-switch-frame", Fhandle_switch_frame, 1, 2, "e", /*
785 Handle a switch-frame event EVENT.
786 Switch-frame events are usually bound to this function.
787 A switch-frame event tells Emacs that the window manager has requested
788 that the user's events be directed to the frame mentioned in the event.
789 This function selects the selected window of the frame of EVENT.
791 If EVENT is frame object, handle it as if it were a switch-frame event
796 /* Preserve prefix arg that the command loop just cleared. */
797 XCONSOLE (Vselected_console)->prefix_arg = Vcurrent_prefix_arg;
799 run_hook (Qmouse_leave_buffer_hook);
801 return do_switch_frame (frame, no_enter, 0);
804 /* A load of garbage. */
805 xxDEFUN ("ignore-event", Fignore_event, 0, 0, "", /*
806 Do nothing, but preserve any prefix argument already specified.
807 This is a suitable binding for iconify-frame and make-frame-visible.
811 struct console *c = XCONSOLE (Vselected_console);
813 c->prefix_arg = Vcurrent_prefix_arg;
819 DEFUN ("selected-frame", Fselected_frame, 0, 1, 0, /*
820 Return the frame that is now selected on device DEVICE.
821 If DEVICE is not specified, the selected device will be used.
822 If no frames exist on the device, nil is returned.
826 if (NILP (device) && NILP (Fselected_device (Qnil)))
827 return Qnil; /* happens early in temacs */
828 return DEVICE_SELECTED_FRAME (decode_device (device));
832 frame_first_window (struct frame *f)
834 Lisp_Object w = f->root_window;
838 if (! NILP (XWINDOW (w)->hchild))
839 w = XWINDOW (w)->hchild;
840 else if (! NILP (XWINDOW (w)->vchild))
841 w = XWINDOW (w)->vchild;
849 DEFUN ("active-minibuffer-window", Factive_minibuffer_window, 0, 0, 0, /*
850 Return the currently active minibuffer window, or nil if none.
854 return minibuf_level ? minibuf_window : Qnil;
857 DEFUN ("last-nonminibuf-frame", Flast_nonminibuf_frame, 0, 1, 0, /*
858 Return the most-recently-selected non-minibuffer-only frame on CONSOLE.
859 This will always be the same as (selected-frame device) unless the
860 selected frame is a minibuffer-only frame.
861 CONSOLE defaults to the selected console if omitted.
867 XSETCONSOLE (console, decode_console (console));
868 /* Just in case the machinations in delete_frame_internal() resulted
869 in the last-nonminibuf-frame getting out of sync, make sure and
870 return the selected frame if it's acceptable. */
871 result = Fselected_frame (CONSOLE_SELECTED_DEVICE (XCONSOLE (console)));
872 if (!NILP (result) && !FRAME_MINIBUF_ONLY_P (XFRAME (result)))
874 return CONSOLE_LAST_NONMINIBUF_FRAME (XCONSOLE (console));
877 DEFUN ("frame-root-window", Fframe_root_window, 0, 1, 0, /*
878 Return the root-window of FRAME.
879 If omitted, FRAME defaults to the currently selected frame.
883 struct frame *f = decode_frame (frame);
884 return FRAME_ROOT_WINDOW (f);
887 DEFUN ("frame-selected-window", Fframe_selected_window, 0, 1, 0, /*
888 Return the selected window of frame object FRAME.
889 If omitted, FRAME defaults to the currently selected frame.
893 struct frame *f = decode_frame (frame);
894 return FRAME_SELECTED_WINDOW (f);
898 set_frame_selected_window (struct frame *f, Lisp_Object window)
900 assert (XFRAME (WINDOW_FRAME (XWINDOW (window))) == f);
901 f->selected_window = window;
902 if (!MINI_WINDOW_P (XWINDOW (window)) || FRAME_MINIBUF_ONLY_P (f))
905 if (!EQ (f->last_nonminibuf_window, window))
907 MARK_TOOLBAR_CHANGED;
911 f->last_nonminibuf_window = window;
915 DEFUN ("set-frame-selected-window", Fset_frame_selected_window, 2, 2, 0, /*
916 Set the selected window of frame object FRAME to WINDOW.
917 If FRAME is nil, the selected frame is used.
918 If FRAME is the selected frame, this makes WINDOW the selected window.
922 XSETFRAME (frame, decode_frame (frame));
923 CHECK_LIVE_WINDOW (window);
925 if (! EQ (frame, WINDOW_FRAME (XWINDOW (window))))
926 error ("In `set-frame-selected-window', WINDOW is not on FRAME");
928 if (XFRAME (frame) == selected_frame ())
929 return Fselect_window (window, Qnil);
931 set_frame_selected_window (XFRAME (frame), window);
936 DEFUN ("frame-device", Fframe_device, 0, 1, 0, /*
937 Return the device that FRAME is on.
938 If omitted, FRAME defaults to the currently selected frame.
942 return FRAME_DEVICE (decode_frame (frame));
946 is_surrogate_for_selected_frame (struct frame *f)
948 struct device *d = XDEVICE (f->device);
949 struct frame *dsf = device_selected_frame (d);
951 /* Can't be a surrogate for ourselves. */
955 if (!FRAME_HAS_MINIBUF_P (dsf) &&
956 f == XFRAME (WINDOW_FRAME (XWINDOW (FRAME_MINIBUF_WINDOW (dsf)))))
963 frame_matches_frametype (Lisp_Object frame, Lisp_Object type)
965 struct frame *f = XFRAME (frame);
969 CHECK_LIVE_WINDOW (type);
971 if (EQ (FRAME_MINIBUF_WINDOW (f), type)
972 /* Check that F either is, or has forwarded
973 its focus to, TYPE's frame. */
974 && (EQ (WINDOW_FRAME (XWINDOW (type)), frame)
975 || EQ (WINDOW_FRAME (XWINDOW (type)),
976 FRAME_FOCUS_FRAME (f))))
983 if (EQ (type, Qvisible) || EQ (type, Qiconic) || EQ (type, Qvisible_iconic)
984 || EQ (type, Qvisible_nomini) || EQ (type, Qiconic_nomini)
985 || EQ (type, Qvisible_iconic_nomini))
986 FRAME_SAMPLE_VISIBILITY (f);
992 type = Qvisible_iconic;
994 if (EQ (type, Qvisible))
995 return FRAME_VISIBLE_P (f);
996 if (EQ (type, Qiconic))
997 return FRAME_ICONIFIED_P (f);
998 if (EQ (type, Qinvisible))
999 return !FRAME_VISIBLE_P (f) && !FRAME_ICONIFIED_P (f);
1000 if (EQ (type, Qvisible_iconic))
1001 return FRAME_VISIBLE_P (f) || FRAME_ICONIFIED_P (f);
1002 if (EQ (type, Qinvisible_iconic))
1003 return !FRAME_VISIBLE_P (f);
1005 if (EQ (type, Qnomini))
1006 return !FRAME_MINIBUF_ONLY_P (f);
1007 if (EQ (type, Qvisible_nomini))
1008 return FRAME_VISIBLE_P (f) && !FRAME_MINIBUF_ONLY_P (f);
1009 if (EQ (type, Qiconic_nomini))
1010 return FRAME_ICONIFIED_P (f) && !FRAME_MINIBUF_ONLY_P (f);
1011 if (EQ (type, Qinvisible_nomini))
1012 return !FRAME_VISIBLE_P (f) && !FRAME_ICONIFIED_P (f) &&
1013 !FRAME_MINIBUF_ONLY_P (f);
1014 if (EQ (type, Qvisible_iconic_nomini))
1015 return ((FRAME_VISIBLE_P (f) || FRAME_ICONIFIED_P (f))
1016 && !FRAME_MINIBUF_ONLY_P (f));
1017 if (EQ (type, Qinvisible_iconic_nomini))
1018 return !FRAME_VISIBLE_P (f) && !FRAME_MINIBUF_ONLY_P (f);
1024 device_matches_console_spec (Lisp_Object frame, Lisp_Object device,
1025 Lisp_Object console)
1027 if (EQ (console, Qwindow_system))
1028 return DEVICE_WIN_P (XDEVICE (device));
1030 console = (DEVICE_CONSOLE (XDEVICE (FRAME_DEVICE (XFRAME (frame)))));
1031 if (DEVICEP (console))
1032 return EQ (device, console);
1033 if (CONSOLEP (console))
1034 return EQ (DEVICE_CONSOLE (XDEVICE (device)), console);
1035 if (valid_console_type_p (console))
1036 return EQ (DEVICE_TYPE (XDEVICE (device)), console);
1040 /* Return the next frame in the frame list after FRAME.
1041 FRAMETYPE and CONSOLE control which frames and devices
1042 are considered; see `next-frame'. */
1045 next_frame_internal (Lisp_Object frame, Lisp_Object frametype,
1046 Lisp_Object console, int called_from_delete_device)
1049 int started_over = 0;
1051 /* If this frame is dead, it won't be in frame_list, and we'll loop
1052 forever. Forestall that. */
1053 CHECK_LIVE_FRAME (frame);
1057 Lisp_Object devcons, concons;
1059 DEVICE_LOOP_NO_BREAK (devcons, concons)
1061 Lisp_Object device = XCAR (devcons);
1062 Lisp_Object frmcons;
1064 if (!device_matches_console_spec (frame, device, console))
1067 DEVICE_FRAME_LOOP (frmcons, XDEVICE (device))
1069 Lisp_Object f = XCAR (frmcons);
1072 /* #### Doing this here is bad and is now
1073 unnecessary. The real bug was that f->iconified
1074 was never, ever updated unless a user explicitly
1075 called frame-iconified-p. That has now been
1076 fixed. With this change removed all of the other
1077 changes made to support this routine having the
1078 called_from_delete_device arg could be removed.
1079 But it is too close to release to do that now. */
1081 /* Make sure the visibility and iconified flags are
1082 up-to-date unless we're being deleted. */
1083 if (!called_from_delete_device)
1085 Fframe_iconified_p (f);
1086 Fframe_visible_p (f);
1090 /* Decide whether this frame is eligible to be returned. */
1092 /* If we've looped all the way around without finding any
1093 eligible frames, return the original frame. */
1097 if (frame_matches_frametype (f, frametype))
1105 /* We hit the end of the list, and need to start over again. */
1113 next_frame (Lisp_Object frame, Lisp_Object frametype, Lisp_Object console)
1115 return next_frame_internal (frame, frametype, console, 0);
1118 /* Return the previous frame in the frame list before FRAME.
1119 FRAMETYPE and CONSOLE control which frames and devices
1120 are considered; see `next-frame'. */
1123 prev_frame (Lisp_Object frame, Lisp_Object frametype, Lisp_Object console)
1125 Lisp_Object devcons, concons;
1128 /* If this frame is dead, it won't be in frame_list, and we'll loop
1129 forever. Forestall that. */
1130 CHECK_LIVE_FRAME (frame);
1133 DEVICE_LOOP_NO_BREAK (devcons, concons)
1135 Lisp_Object device = XCAR (devcons);
1136 Lisp_Object frmcons;
1138 if (!device_matches_console_spec (frame, device, console))
1141 DEVICE_FRAME_LOOP (frmcons, XDEVICE (device))
1143 Lisp_Object f = XCAR (frmcons);
1145 if (EQ (frame, f) && !NILP (prev))
1148 /* Decide whether this frame is eligible to be returned,
1149 according to frametype. */
1151 if (frame_matches_frametype (f, frametype))
1157 /* We've scanned the entire list. */
1159 /* We went through the whole frame list without finding a single
1160 acceptable frame. Return the original frame. */
1163 /* There were no acceptable frames in the list before FRAME; otherwise,
1164 we would have returned directly from the loop. Since PREV is the last
1165 acceptable frame in the list, return it. */
1169 DEFUN ("next-frame", Fnext_frame, 0, 3, 0, /*
1170 Return the next frame of the right type in the frame list after FRAME.
1171 FRAMETYPE controls which frames are eligible to be returned; all
1172 others will be skipped. Note that if there is only one eligible
1173 frame, then `next-frame' called repeatedly will always return
1174 the same frame, and if there is no eligible frame, then FRAME is
1177 Possible values for FRAMETYPE are
1179 'visible Consider only frames that are visible.
1180 'iconic Consider only frames that are iconic.
1181 'invisible Consider only frames that are invisible
1182 (this is different from iconic).
1183 'visible-iconic Consider frames that are visible or iconic.
1184 'invisible-iconic Consider frames that are invisible or iconic.
1185 'nomini Consider all frames except minibuffer-only ones.
1186 'visible-nomini Like `visible' but omits minibuffer-only frames.
1187 'iconic-nomini Like `iconic' but omits minibuffer-only frames.
1188 'invisible-nomini Like `invisible' but omits minibuffer-only frames.
1189 'visible-iconic-nomini Like `visible-iconic' but omits minibuffer-only
1191 'invisible-iconic-nomini Like `invisible-iconic' but omits minibuffer-only
1193 any other value Consider all frames.
1195 If FRAMETYPE is omitted, 'nomini is used. A FRAMETYPE of 0 (a number)
1196 is treated like 'iconic, for backwards compatibility.
1198 If FRAMETYPE is a window, include only its own frame and any frame now
1199 using that window as the minibuffer.
1201 Optional third argument CONSOLE controls which consoles or devices the
1202 returned frame may be on. If CONSOLE is a console, return frames only
1203 on that console. If CONSOLE is a device, return frames only on that
1204 device. If CONSOLE is a console type, return frames only on consoles
1205 of that type. If CONSOLE is 'window-system, return any frames on any
1206 window-system consoles. If CONSOLE is nil or omitted, return frames only
1207 on the FRAME's console. Otherwise, all frames are considered.
1209 (frame, frametype, console))
1211 XSETFRAME (frame, decode_frame (frame));
1213 return next_frame (frame, frametype, console);
1216 DEFUN ("previous-frame", Fprevious_frame, 0, 3, 0, /*
1217 Return the next frame of the right type in the frame list after FRAME.
1218 FRAMETYPE controls which frames are eligible to be returned; all
1219 others will be skipped. Note that if there is only one eligible
1220 frame, then `previous-frame' called repeatedly will always return
1221 the same frame, and if there is no eligible frame, then FRAME is
1224 See `next-frame' for an explanation of the FRAMETYPE and CONSOLE
1227 (frame, frametype, console))
1229 XSETFRAME (frame, decode_frame (frame));
1231 return prev_frame (frame, frametype, console);
1234 /* Return any frame for which PREDICATE is non-zero, or return Qnil
1235 if there aren't any. */
1238 find_some_frame (int (*predicate) (Lisp_Object, void *),
1241 Lisp_Object framecons, devcons, concons;
1243 FRAME_LOOP_NO_BREAK (framecons, devcons, concons)
1245 Lisp_Object frame = XCAR (framecons);
1247 if ((predicate) (frame, closure))
1256 /* extern void free_line_insertion_deletion_costs (struct frame *f); */
1258 /* Return 1 if it is ok to delete frame F;
1259 0 if all frames aside from F are invisible.
1260 (Exception: if F is a stream frame, it's OK to delete if
1261 any other frames exist.) */
1264 other_visible_frames_internal (struct frame *f, int called_from_delete_device)
1268 XSETFRAME (frame, f);
1269 if (FRAME_STREAM_P (f))
1270 return !EQ (frame, next_frame_internal (frame, Qt, Qt,
1271 called_from_delete_device));
1272 return !EQ (frame, next_frame_internal (frame, Qvisible_iconic_nomini, Qt,
1273 called_from_delete_device));
1277 other_visible_frames (struct frame *f)
1279 return other_visible_frames_internal (f, 0);
1284 If FORCE is non-zero, allow deletion of the only frame.
1286 If CALLED_FROM_DELETE_DEVICE is non-zero, then, if
1287 deleting the last frame on a device, just delete it,
1288 instead of calling `delete-device'.
1290 If FROM_IO_ERROR is non-zero, then the frame is gone due
1291 to an I/O error. This affects what happens if we exit
1292 (we do an emergency exit instead of `save-buffers-kill-emacs'.)
1296 delete_frame_internal (struct frame *f, int force,
1297 int called_from_delete_device,
1300 /* This function can GC */
1301 int minibuffer_selected;
1303 struct console *con;
1306 Lisp_Object console;
1307 struct gcpro gcpro1;
1309 /* OK to delete an already deleted frame. */
1310 if (! FRAME_LIVE_P (f))
1313 XSETFRAME (frame, f);
1316 device = FRAME_DEVICE (f);
1317 d = XDEVICE (device);
1318 console = DEVICE_CONSOLE (d);
1319 con = XCONSOLE (console);
1321 if (!called_from_delete_device)
1323 /* If we're deleting the only non-minibuffer frame on the
1324 device, delete the device. */
1325 if (EQ (frame, next_frame (frame, Qnomini, FRAME_DEVICE (f))))
1327 delete_device_internal (d, force, 0, from_io_error);
1333 /* In FSF, delete-frame will not normally allow you to delete the
1334 last visible frame. This was too annoying, so we changed it to the
1335 only frame. However, this would let people shoot themselves by
1336 deleting all frames which were either visible or iconified and thus
1337 losing any way of communicating with the still running XEmacs process.
1338 So we put it back. */
1339 if (!force && !allow_deletion_of_last_visible_frame &&
1340 !other_visible_frames_internal (f, called_from_delete_device))
1341 error ("Attempt to delete the sole visible or iconified frame");
1343 /* Does this frame have a minibuffer, and is it the surrogate
1344 minibuffer for any other frame? */
1345 if (FRAME_HAS_MINIBUF_P (f))
1347 Lisp_Object frmcons, devcons, concons;
1349 FRAME_LOOP_NO_BREAK (frmcons, devcons, concons)
1351 Lisp_Object this = XCAR (frmcons);
1353 if (! EQ (this, frame)
1354 && EQ (frame, (WINDOW_FRAME
1356 (FRAME_MINIBUF_WINDOW (XFRAME (this)))))))
1358 /* We've found another frame whose minibuffer is on
1361 ("Attempt to delete a surrogate minibuffer frame", frame);
1366 /* Test for popup frames hanging around. */
1367 /* Deletion of a parent frame with popups is deadly. */
1369 Lisp_Object frmcons, devcons, concons;
1371 FRAME_LOOP_NO_BREAK (frmcons, devcons, concons)
1373 Lisp_Object this = XCAR (frmcons);
1376 if (! EQ (this, frame))
1378 struct device *devcons_d = XDEVICE (XCAR (devcons));
1379 if (EQ (frame, DEVMETH_OR_GIVEN (devcons_d, get_frame_parent,
1382 /* We've found a popup frame whose parent is this frame. */
1384 ("Attempt to delete a frame with live popups", frame);
1389 /* Before here, we haven't made any dangerous changes (just checked for
1390 error conditions). Now run the delete-frame-hook. Remember that
1391 user code there could do any number of dangerous things, including
1392 signalling an error. */
1394 va_run_hook_with_args (Qdelete_frame_hook, 1, frame);
1396 if (!FRAME_LIVE_P (f)) /* Make sure the delete-frame-hook didn't */
1397 { /* go ahead and delete anything. */
1402 /* Call the delete-device-hook and delete-console-hook now if
1403 appropriate, before we do any dangerous things -- they too could
1405 if (XINT (Flength (DEVICE_FRAME_LIST (d))) == 1)
1407 va_run_hook_with_args (Qdelete_device_hook, 1, device);
1408 if (!FRAME_LIVE_P (f)) /* Make sure the delete-device-hook didn't */
1409 { /* go ahead and delete anything. */
1414 if (XINT (Flength (CONSOLE_DEVICE_LIST (con))) == 1)
1416 va_run_hook_with_args (Qdelete_console_hook, 1, console);
1417 if (!FRAME_LIVE_P (f)) /* Make sure the delete-console-hook didn't */
1418 { /* go ahead and delete anything. */
1425 minibuffer_selected = EQ (minibuf_window, Fselected_window (Qnil));
1427 /* If we were focused on this frame, then we're not any more.
1428 Assume that we lost the focus; that way, the call to
1429 Fselect_frame() below won't end up making us explicitly
1430 focus on another frame, which is generally undesirable in
1431 a point-to-type world. If our mouse ends up sitting over
1432 another frame, we will receive a FocusIn event and end up
1433 making that frame the selected frame.
1435 #### This may not be an ideal solution in a click-to-type
1436 world (in that case, we might want to explicitly choose
1437 another frame to have the focus, rather than relying on
1438 the WM, which might focus on a frame in a different app
1439 or focus on nothing at all). But there's no easy way
1440 to detect which focus model we're running on, and the
1441 alternative is more heinous. */
1443 if (EQ (frame, DEVICE_FRAME_WITH_FOCUS_REAL (d)))
1444 DEVICE_FRAME_WITH_FOCUS_REAL (d) = Qnil;
1445 if (EQ (frame, DEVICE_FRAME_WITH_FOCUS_FOR_HOOKS (d)))
1446 DEVICE_FRAME_WITH_FOCUS_FOR_HOOKS (d) = Qnil;
1447 if (EQ (frame, DEVICE_FRAME_THAT_OUGHT_TO_HAVE_FOCUS (d)))
1448 DEVICE_FRAME_THAT_OUGHT_TO_HAVE_FOCUS (d) = Qnil;
1450 /* Don't allow the deleted frame to remain selected.
1451 Note that in the former scheme of things, this would
1452 have caused us to regain the focus. This no longer
1453 applies (see above); I think the new behavior is more
1454 logical. If someone disagrees, it can always be
1455 changed (or a new user variable can be introduced, ugh.) */
1456 if (EQ (frame, DEVICE_SELECTED_FRAME (d)))
1460 /* If this is a popup frame, select its parent if possible.
1461 Otherwise, find another visible frame; if none, just take any frame.
1462 First try the same device, then the same console. */
1464 next = DEVMETH_OR_GIVEN (d, get_frame_parent, (f), Qnil);
1465 if (NILP (next) || EQ (next, frame) || ! FRAME_LIVE_P (XFRAME (next)))
1466 next = next_frame_internal (frame, Qvisible, device,
1467 called_from_delete_device);
1468 if (NILP (next) || EQ (next, frame))
1469 next = next_frame_internal (frame, Qvisible, console,
1470 called_from_delete_device);
1471 if (NILP (next) || EQ (next, frame))
1472 next = next_frame_internal (frame, Qvisible, Qt,
1473 called_from_delete_device);
1474 if (NILP (next) || EQ (next, frame))
1475 next = next_frame_internal (frame, Qt, device,
1476 called_from_delete_device);
1477 if (NILP (next) || EQ (next, frame))
1478 next = next_frame_internal (frame, Qt, console,
1479 called_from_delete_device);
1480 if (NILP (next) || EQ (next, frame))
1481 next = next_frame_internal (frame, Qt, Qt, called_from_delete_device);
1483 /* if we haven't found another frame at this point
1484 then there aren't any. */
1485 if (NILP (next) || EQ (next, frame))
1490 /* if this is the global selected frame, select another one. */
1491 if (EQ (frame, Fselected_frame (Qnil)))
1493 Fselect_frame (next);
1497 * If the new frame we just selected is on a different
1498 * device then we still need to change DEVICE_SELECTED_FRAME(d)
1499 * to a live frame, if there are any left on this device.
1501 if (!EQ (device, FRAME_DEVICE(XFRAME(next))))
1503 Lisp_Object next_f =
1504 next_frame_internal (frame, Qt, device,
1505 called_from_delete_device);
1506 if (NILP (next_f) || EQ (next_f, frame))
1509 set_device_selected_frame (d, next_f);
1511 else if (! did_select)
1512 set_device_selected_frame (d, next);
1517 /* Don't allow minibuf_window to remain on a deleted frame. */
1518 if (EQ (f->minibuffer_window, minibuf_window))
1520 struct frame *sel_frame = selected_frame ();
1521 Fset_window_buffer (sel_frame->minibuffer_window,
1522 XWINDOW (minibuf_window)->buffer);
1523 minibuf_window = sel_frame->minibuffer_window;
1525 /* If the dying minibuffer window was selected,
1526 select the new one. */
1527 if (minibuffer_selected)
1528 Fselect_window (minibuf_window, Qnil);
1531 /* After this point, no errors must be allowed to occur. */
1533 #ifdef HAVE_MENUBARS
1534 free_frame_menubars (f);
1536 #ifdef HAVE_SCROLLBARS
1537 free_frame_scrollbars (f);
1539 #ifdef HAVE_TOOLBARS
1540 free_frame_toolbars (f);
1542 free_frame_gutters (f);
1544 /* This must be done before the window and window_mirror structures
1545 are freed. The scrollbar information is attached to them. */
1546 MAYBE_FRAMEMETH (f, delete_frame, (f));
1548 /* Mark all the windows that used to be on FRAME as deleted, and then
1549 remove the reference to them. */
1550 delete_all_subwindows (XWINDOW (f->root_window));
1551 f->root_window = Qnil;
1553 /* clear out the cached glyph information */
1554 if (f->subwindow_cachels)
1556 Dynarr_free (f->subwindow_cachels);
1557 f->subwindow_cachels = 0;
1560 /* Remove the frame now from the list. This way, any events generated
1561 on this frame by the maneuvers below will disperse themselves. */
1563 /* This used to be Fdelq(), but that will cause a seg fault if the
1564 QUIT checker happens to get invoked, because the frame list is in
1565 an inconsistent state. */
1566 d->frame_list = delq_no_quit (frame, d->frame_list);
1567 RESET_CHANGED_SET_FLAGS;
1572 free_window_mirror (f->root_mirror);
1573 /* free_line_insertion_deletion_costs (f); */
1575 /* If we've deleted the last non-minibuf frame, then try to find
1577 if (EQ (frame, CONSOLE_LAST_NONMINIBUF_FRAME (con)))
1579 Lisp_Object frmcons, devcons;
1581 set_console_last_nonminibuf_frame (con, Qnil);
1583 CONSOLE_FRAME_LOOP_NO_BREAK (frmcons, devcons, con)
1585 Lisp_Object ecran = XCAR (frmcons);
1586 if (!FRAME_MINIBUF_ONLY_P (XFRAME (ecran)))
1588 set_console_last_nonminibuf_frame (con, ecran);
1589 goto double_break_1;
1596 /* The following test is degenerate FALSE */
1597 if (called_from_delete_device < 0)
1598 /* then we're being called from delete-console, and we shouldn't
1599 try to find another default-minibuffer frame for the console.
1601 con->default_minibuffer_frame = Qnil;
1604 /* If we've deleted this console's default_minibuffer_frame, try to
1605 find another one. Prefer minibuffer-only frames, but also notice
1606 frames with other windows. */
1607 if (EQ (frame, con->default_minibuffer_frame))
1609 Lisp_Object frmcons, devcons;
1610 /* The last frame we saw with a minibuffer, minibuffer-only or not. */
1611 Lisp_Object frame_with_minibuf;
1612 /* Some frame we found on the same console, or nil if there are none. */
1613 Lisp_Object frame_on_same_console;
1615 frame_on_same_console = Qnil;
1616 frame_with_minibuf = Qnil;
1618 set_console_last_nonminibuf_frame (con, Qnil);
1620 CONSOLE_FRAME_LOOP_NO_BREAK (frmcons, devcons, con)
1625 this = XCAR (frmcons);
1628 /* Consider only frames on the same console
1629 and only those with minibuffers. */
1630 if (FRAME_HAS_MINIBUF_P (f1))
1632 frame_with_minibuf = this;
1633 if (FRAME_MINIBUF_ONLY_P (f1))
1634 goto double_break_2;
1637 frame_on_same_console = this;
1641 if (!NILP (frame_on_same_console))
1643 /* We know that there must be some frame with a minibuffer out
1644 there. If this were not true, all of the frames present
1645 would have to be minibuffer-less, which implies that at some
1646 point their minibuffer frames must have been deleted, but
1647 that is prohibited at the top; you can't delete surrogate
1648 minibuffer frames. */
1649 if (NILP (frame_with_minibuf))
1652 con->default_minibuffer_frame = frame_with_minibuf;
1655 /* No frames left on this console--say no minibuffer either. */
1656 con->default_minibuffer_frame = Qnil;
1659 nuke_all_frame_slots (f); /* nobody should be accessing the device
1660 or anything else any more, and making
1661 them Qnil allows for better GC'ing
1662 in case a pointer to the dead frame
1663 continues to hang around. */
1664 f->framemeths = dead_console_methods;
1669 io_error_delete_frame (Lisp_Object frame)
1671 delete_frame_internal (XFRAME (frame), 1, 0, 1);
1674 DEFUN ("delete-frame", Fdelete_frame, 0, 2, "", /*
1675 Delete FRAME, permanently eliminating it from use.
1676 If omitted, FRAME defaults to the selected frame.
1677 A frame may not be deleted if its minibuffer is used by other frames.
1678 Normally, you cannot delete the last non-minibuffer-only frame (you must
1679 use `save-buffers-kill-emacs' or `kill-emacs'). However, if optional
1680 second argument FORCE is non-nil, you can delete the last frame. (This
1681 will automatically call `save-buffers-kill-emacs'.)
1685 /* This function can GC */
1690 f = selected_frame ();
1691 XSETFRAME (frame, f);
1695 CHECK_FRAME (frame);
1699 delete_frame_internal (f, !NILP (force), 0, 0);
1704 /* Return mouse position in character cell units. */
1707 mouse_pixel_position_1 (struct device *d, Lisp_Object *frame,
1710 switch (DEVMETH_OR_GIVEN (d, get_mouse_position, (d, frame, x, y), -1))
1720 *frame = DEVICE_SELECTED_FRAME (d);
1724 abort (); /* method is incorrectly written */
1730 DEFUN ("mouse-pixel-position", Fmouse_pixel_position, 0, 1, 0, /*
1731 Return a list (WINDOW X . Y) giving the current mouse window and position.
1732 The position is given in pixel units, where (0, 0) is the upper-left corner.
1734 When the cursor is not over a window, the return value is a list (nil nil).
1736 DEVICE specifies the device on which to read the mouse position, and
1737 defaults to the selected device. If the device is a mouseless terminal
1738 or Emacs hasn't been programmed to read its mouse position, it returns
1739 the device's selected window for WINDOW and nil for X and Y.
1743 struct device *d = decode_device (device);
1745 Lisp_Object window = Qnil;
1746 Lisp_Object x = Qnil;
1747 Lisp_Object y = Qnil;
1750 if (mouse_pixel_position_1 (d, &frame, &intx, &inty) > 0)
1753 find_window_by_pixel_pos (intx, inty, XFRAME (frame)->root_window);
1756 XSETWINDOW (window, w);
1758 /* Adjust the position to be relative to the window. */
1759 intx -= w->pixel_left;
1760 inty -= w->pixel_top;
1765 else if (FRAMEP (frame))
1766 window = FRAME_SELECTED_WINDOW (XFRAME (frame));
1768 return Fcons (window, Fcons (x, y));
1771 DEFUN ("mouse-position", Fmouse_position, 0, 1, 0, /*
1772 Return a list (WINDOW X . Y) giving the current mouse window and position.
1773 The position is of a character under cursor, where (0, 0) is the upper-left
1774 corner of the window.
1776 When the cursor is not over a character, or not over a window, the return
1777 value is a list (nil nil).
1779 DEVICE specifies the device on which to read the mouse position, and
1780 defaults to the selected device. If the device is a mouseless terminal
1781 or Emacs hasn't been programmed to read its mouse position, it returns
1782 the device's selected window for WINDOW and nil for X and Y.
1786 struct device *d = decode_device (device);
1788 Lisp_Object frame, window = Qnil, lisp_x = Qnil, lisp_y = Qnil;
1789 int x, y, obj_x, obj_y;
1790 Bufpos bufpos, closest;
1791 Charcount modeline_closest;
1792 Lisp_Object obj1, obj2;
1794 if (mouse_pixel_position_1 (d, &frame, &x, &y) > 0)
1796 int res = pixel_to_glyph_translation (XFRAME (frame), x, y, &x, &y,
1797 &obj_x, &obj_y, &w, &bufpos,
1798 &closest, &modeline_closest,
1800 if (res == OVER_TEXT)
1802 lisp_x = make_int (x);
1803 lisp_y = make_int (y);
1804 XSETWINDOW (window, w);
1807 else if (FRAMEP (frame))
1808 window = FRAME_SELECTED_WINDOW (XFRAME (frame));
1810 return Fcons (window, Fcons (lisp_x, lisp_y));
1813 DEFUN ("mouse-position-as-motion-event", Fmouse_position_as_motion_event, 0, 1, 0, /*
1814 Return the current mouse position as a motion event.
1815 This allows you to call the standard event functions such as
1816 `event-over-toolbar-p' to determine where the mouse is.
1818 DEVICE specifies the device on which to read the mouse position, and
1819 defaults to the selected device. If the mouse position can't be determined
1820 \(e.g. DEVICE is a TTY device), nil is returned instead of an event.
1824 struct device *d = decode_device (device);
1828 if (mouse_pixel_position_1 (d, &frame, &intx, &inty))
1830 Lisp_Object event = Fmake_event (Qnil, Qnil);
1831 XEVENT (event)->event_type = pointer_motion_event;
1832 XEVENT (event)->channel = frame;
1833 XEVENT (event)->event.motion.x = intx;
1834 XEVENT (event)->event.motion.y = inty;
1841 DEFUN ("set-mouse-position", Fset_mouse_position, 3, 3, 0, /*
1842 Move the mouse pointer to the center of character cell (X,Y) in WINDOW.
1843 Note, this is a no-op for an X frame that is not visible.
1844 If you have just created a frame, you must wait for it to become visible
1845 before calling this function on it, like this.
1846 (while (not (frame-visible-p frame)) (sleep-for .5))
1847 Note also: Warping the mouse is contrary to the ICCCM, so be very sure
1848 that the behavior won't end up being obnoxious!
1855 CHECK_LIVE_WINDOW (window);
1859 /* Warping the mouse will cause EnterNotify and Focus events under X. */
1860 w = XWINDOW (window);
1861 glyph_to_pixel_translation (w, XINT (x), XINT (y), &pix_x, &pix_y);
1863 MAYBE_FRAMEMETH (XFRAME (w->frame), set_mouse_position, (w, pix_x, pix_y));
1868 DEFUN ("set-mouse-pixel-position", Fset_mouse_pixel_position, 3, 3, 0, /*
1869 Move the mouse pointer to pixel position (X,Y) in WINDOW.
1870 Note, this is a no-op for an X frame that is not visible.
1871 If you have just created a frame, you must wait for it to become visible
1872 before calling this function on it, like this.
1873 (while (not (frame-visible-p frame)) (sleep-for .5))
1879 CHECK_LIVE_WINDOW (window);
1883 /* Warping the mouse will cause EnterNotify and Focus events under X. */
1884 w = XWINDOW (window);
1885 FRAMEMETH (XFRAME (w->frame), set_mouse_position, (w, XINT (x), XINT (y)));
1890 DEFUN ("make-frame-visible", Fmake_frame_visible, 0, 1, 0, /*
1891 Make the frame FRAME visible (assuming it is an X-window).
1892 If omitted, FRAME defaults to the currently selected frame.
1893 Also raises the frame so that nothing obscures it.
1897 struct frame *f = decode_frame (frame);
1899 MAYBE_FRAMEMETH (f, make_frame_visible, (f));
1903 DEFUN ("make-frame-invisible", Fmake_frame_invisible, 0, 2, 0, /*
1904 Unconditionally removes frame from the display (assuming it is an X-window).
1905 If omitted, FRAME defaults to the currently selected frame.
1906 If what you want to do is iconify the frame (if the window manager uses
1907 icons) then you should call `iconify-frame' instead.
1908 Normally you may not make FRAME invisible if all other frames are invisible
1909 and uniconified, but if the second optional argument FORCE is non-nil,
1914 struct frame *f, *sel_frame;
1917 f = decode_frame (frame);
1918 d = XDEVICE (FRAME_DEVICE (f));
1919 sel_frame = XFRAME (DEVICE_SELECTED_FRAME (d));
1921 if (NILP (force) && !other_visible_frames (f))
1922 error ("Attempt to make invisible the sole visible or iconified frame");
1924 /* Don't allow minibuf_window to remain on a deleted frame. */
1925 if (EQ (f->minibuffer_window, minibuf_window))
1927 Fset_window_buffer (sel_frame->minibuffer_window,
1928 XWINDOW (minibuf_window)->buffer);
1929 minibuf_window = sel_frame->minibuffer_window;
1932 MAYBE_FRAMEMETH (f, make_frame_invisible, (f));
1937 DEFUN ("iconify-frame", Ficonify_frame, 0, 1, "", /*
1938 Make the frame FRAME into an icon, if the window manager supports icons.
1939 If omitted, FRAME defaults to the currently selected frame.
1943 struct frame *f, *sel_frame;
1946 f = decode_frame (frame);
1947 d = XDEVICE (FRAME_DEVICE (f));
1948 sel_frame = XFRAME (DEVICE_SELECTED_FRAME (d));
1950 /* Don't allow minibuf_window to remain on a deleted frame. */
1951 if (EQ (f->minibuffer_window, minibuf_window))
1953 Fset_window_buffer (sel_frame->minibuffer_window,
1954 XWINDOW (minibuf_window)->buffer);
1955 minibuf_window = sel_frame->minibuffer_window;
1958 MAYBE_FRAMEMETH (f, iconify_frame, (f));
1963 DEFUN ("deiconify-frame", Fdeiconify_frame, 0, 1, 0, /*
1964 Open (de-iconify) the iconified frame FRAME.
1965 Under X, this is currently the same as `make-frame-visible'.
1966 If omitted, FRAME defaults to the currently selected frame.
1967 Also raises the frame so that nothing obscures it.
1971 return Fmake_frame_visible (frame);
1974 /* FSF returns 'icon for iconized frames. What a crock! */
1976 DEFUN ("frame-visible-p", Fframe_visible_p, 0, 1, 0, /*
1977 Return non NIL if FRAME is now "visible" (actually in use for display).
1978 A frame that is not visible is not updated, and, if it works through a
1979 window system, may not show at all.
1980 N.B. Under X "visible" means Mapped. It the window is mapped but not
1981 actually visible on screen then frame_visible returns 'hidden.
1985 struct frame *f = decode_frame (frame);
1986 int visible = FRAMEMETH_OR_GIVEN (f, frame_visible_p, (f), f->visible);
1987 return visible ? ( visible > 0 ? Qt : Qhidden ) : Qnil;
1990 DEFUN ("frame-totally-visible-p", Fframe_totally_visible_p, 0, 1, 0, /*
1991 Return t if frame is not obscured by any other window system windows.
1992 Always returns t for tty frames.
1996 struct frame *f = decode_frame (frame);
1997 return (FRAMEMETH_OR_GIVEN (f, frame_totally_visible_p, (f), f->visible)
2001 DEFUN ("frame-iconified-p", Fframe_iconified_p, 0, 1, 0, /*
2002 Return t if FRAME is iconified.
2003 Not all window managers use icons; some merely unmap the window, so this
2004 function is not the inverse of `frame-visible-p'. It is possible for a
2005 frame to not be visible and not be iconified either. However, if the
2006 frame is iconified, it will not be visible.
2010 struct frame *f = decode_frame (frame);
2013 f->iconified = FRAMEMETH_OR_GIVEN (f, frame_iconified_p, (f), 0);
2014 return f->iconified ? Qt : Qnil;
2017 DEFUN ("visible-frame-list", Fvisible_frame_list, 0, 1, 0, /*
2018 Return a list of all frames now "visible" (being updated).
2019 If DEVICE is specified only frames on that device will be returned.
2020 Note that under virtual window managers not all these frame are necessarily
2025 Lisp_Object devcons, concons;
2031 DEVICE_LOOP_NO_BREAK (devcons, concons)
2033 assert (DEVICEP (XCAR (devcons)));
2035 if (NILP (device) || EQ (device, XCAR (devcons)))
2037 Lisp_Object frmcons;
2039 DEVICE_FRAME_LOOP (frmcons, XDEVICE (XCAR (devcons)))
2041 Lisp_Object frame = XCAR (frmcons);
2043 if (FRAME_VISIBLE_P(f))
2044 value = Fcons (frame, value);
2053 DEFUN ("raise-frame", Fraise_frame, 0, 1, "", /*
2054 Bring FRAME to the front, so it occludes any frames it overlaps.
2055 If omitted, FRAME defaults to the currently selected frame.
2056 If FRAME is invisible, make it visible.
2057 If Emacs is displaying on an ordinary terminal or some other device which
2058 doesn't support multiple overlapping frames, this function does nothing.
2062 struct frame *f = decode_frame (frame);
2064 /* Do like the documentation says. */
2065 Fmake_frame_visible (frame);
2066 MAYBE_FRAMEMETH (f, raise_frame, (f));
2070 DEFUN ("lower-frame", Flower_frame, 0, 1, "", /*
2071 Send FRAME to the back, so it is occluded by any frames that overlap it.
2072 If omitted, FRAME defaults to the currently selected frame.
2073 If Emacs is displaying on an ordinary terminal or some other device which
2074 doesn't support multiple overlapping frames, this function does nothing.
2078 struct frame *f = decode_frame (frame);
2080 MAYBE_FRAMEMETH (f, lower_frame, (f));
2084 /* Ben thinks there is no need for `redirect-frame-focus' or `frame-focus',
2085 crockish FSFmacs functions. See summary on focus in event-stream.c. */
2088 /***************************************************************************/
2089 /* frame properties */
2090 /***************************************************************************/
2092 static void internal_set_frame_size (struct frame *f, int cols, int rows,
2096 store_minibuf_frame_prop (struct frame *f, Lisp_Object val)
2099 XSETFRAME (frame, f);
2103 if (! MINI_WINDOW_P (XWINDOW (val)))
2105 ("Surrogate minibuffer windows must be minibuffer windows",
2108 if (FRAME_HAS_MINIBUF_P (f) || FRAME_MINIBUF_ONLY_P (f))
2110 ("Can't change the surrogate minibuffer of a frame with its own minibuffer", frame);
2112 /* Install the chosen minibuffer window, with proper buffer. */
2113 f->minibuffer_window = val;
2115 else if (EQ (val, Qt))
2117 if (FRAME_HAS_MINIBUF_P (f) || FRAME_MINIBUF_ONLY_P (f))
2119 ("Frame already has its own minibuffer", frame);
2122 setup_normal_frame (f);
2123 f->mirror_dirty = 1;
2125 update_frame_window_mirror (f);
2126 internal_set_frame_size (f, f->width, f->height, 1);
2133 /* possible code if you want to have symbols such as `default-background'
2134 map to setting the background of `default', etc. */
2137 dissect_as_face_setting (Lisp_Object sym, Lisp_Object *face_out,
2138 Lisp_Object *face_prop_out)
2140 Lisp_Object list = Vbuilt_in_face_specifiers;
2141 struct Lisp_String *s;
2146 s = symbol_name (XSYMBOL (sym));
2148 while (!NILP (list))
2150 Lisp_Object prop = Fcar (list);
2151 struct Lisp_String *prop_name;
2153 if (!SYMBOLP (prop))
2155 prop_name = symbol_name (XSYMBOL (prop));
2156 if (string_length (s) > string_length (prop_name) + 1
2157 && !memcmp (string_data (prop_name),
2158 string_data (s) + string_length (s)
2159 - string_length (prop_name),
2160 string_length (prop_name))
2161 && string_data (s)[string_length (s) - string_length (prop_name)
2165 Ffind_face (make_string (string_data (s),
2167 - string_length (prop_name)
2172 *face_prop_out = prop;
2186 get_property_alias (Lisp_Object prop)
2190 Lisp_Object alias = Qnil;
2193 alias = Fget (prop, Qframe_property_alias, Qnil);
2203 /* #### Using this to modify the internal border width has no effect
2204 because the change isn't propagated to the windows. Are there
2205 other properties which this claims to handle, but doesn't?
2207 But of course. This stuff needs more work, but it's a lot closer
2208 to sanity now than before with the horrible frame-params stuff. */
2210 DEFUN ("set-frame-properties", Fset_frame_properties, 2, 2, 0, /*
2211 Change some properties of a frame.
2212 PLIST is a property list.
2213 You can also change frame properties individually using `set-frame-property',
2214 but it may be more efficient to change many properties at once.
2216 Frame properties can be retrieved using `frame-property' or `frame-properties'.
2218 The following symbols etc. have predefined meanings:
2220 name Name of the frame. Used with X resources.
2221 Unchangeable after creation.
2223 height Height of the frame, in lines.
2225 width Width of the frame, in characters.
2227 minibuffer Gives the minibuffer behavior for this frame. Either
2228 t (frame has its own minibuffer), `only' (frame is
2229 a minibuffer-only frame), or a window (frame uses that
2230 window, which is on another frame, as the minibuffer).
2232 unsplittable If non-nil, frame cannot be split by `display-buffer'.
2234 current-display-table, menubar-visible-p, left-margin-width,
2235 right-margin-width, minimum-line-ascent, minimum-line-descent,
2236 use-left-overflow, use-right-overflow, scrollbar-width, scrollbar-height,
2237 default-toolbar, top-toolbar, bottom-toolbar, left-toolbar, right-toolbar,
2238 default-toolbar-height, default-toolbar-width, top-toolbar-height,
2239 bottom-toolbar-height, left-toolbar-width, right-toolbar-width,
2240 default-toolbar-visible-p, top-toolbar-visible-p, bottom-toolbar-visible-p,
2241 left-toolbar-visible-p, right-toolbar-visible-p, toolbar-buttons-captioned-p,
2242 top-toolbar-border-width, bottom-toolbar-border-width,
2243 left-toolbar-border-width, right-toolbar-border-width,
2244 modeline-shadow-thickness, has-modeline-p
2245 [Giving the name of any built-in specifier variable is
2246 equivalent to calling `set-specifier' on the specifier,
2247 with a locale of FRAME. Giving the name to `frame-property'
2248 calls `specifier-instance' on the specifier.]
2250 text-pointer-glyph, nontext-pointer-glyph, modeline-pointer-glyph,
2251 selection-pointer-glyph, busy-pointer-glyph, toolbar-pointer-glyph,
2252 menubar-pointer-glyph, scrollbar-pointer-glyph, gc-pointer-glyph,
2253 octal-escape-glyph, control-arrow-glyph, invisible-text-glyph,
2254 hscroll-glyph, truncation-glyph, continuation-glyph
2255 [Giving the name of any glyph variable is equivalent to
2256 calling `set-glyph-image' on the glyph, with a locale
2257 of FRAME. Giving the name to `frame-property' calls
2258 `glyph-image-instance' on the glyph.]
2260 [default foreground], [default background], [default font],
2261 [modeline foreground], [modeline background], [modeline font],
2263 [Giving a vector of a face and a property is equivalent
2264 to calling `set-face-property' on the face and property,
2265 with a locale of FRAME. Giving the vector to
2266 `frame-property' calls `face-property-instance' on the
2269 Finally, if a frame property symbol has the property `frame-property-alias'
2270 on it, then the value will be used in place of that symbol when looking
2271 up and setting frame property values. This allows you to alias one
2272 frame property name to another.
2274 See the variables `default-x-frame-plist', `default-tty-frame-plist'
2275 and `default-mswindows-frame-plist' for a description of the properties
2276 recognized for particular types of frames.
2280 struct frame *f = decode_frame (frame);
2283 struct gcpro gcpro1, gcpro2;
2285 XSETFRAME (frame, f);
2286 GCPRO2 (frame, plist);
2287 Fcheck_valid_plist (plist);
2288 plist = Fcopy_sequence (plist);
2289 Fcanonicalize_lax_plist (plist, Qnil);
2290 for (tail = plist; !NILP (tail); tail = Fcdr (Fcdr (tail)))
2292 Lisp_Object prop = Fcar (tail);
2293 Lisp_Object val = Fcar (Fcdr (tail));
2295 prop = get_property_alias (prop);
2298 /* mly wants this, but it's not reasonable to change the name of a
2299 frame after it has been created, because the old name was used
2300 for resource lookup. */
2301 if (EQ (prop, Qname))
2307 if (EQ (prop, Qminibuffer))
2308 store_minibuf_frame_prop (f, val);
2309 if (EQ (prop, Qunsplittable))
2310 f->no_split = !NILP (val);
2311 if (EQ (prop, Qbuffer_predicate))
2312 f->buffer_predicate = val;
2313 if (SYMBOLP (prop) && EQ (Fbuilt_in_variable_type (prop),
2315 call3 (Qset_specifier, Fsymbol_value (prop), val, frame);
2316 if (SYMBOLP (prop) && !NILP (Fget (prop, Qconst_glyph_variable, Qnil)))
2317 call3 (Qset_glyph_image, Fsymbol_value (prop), val, frame);
2318 if (VECTORP (prop) && XVECTOR_LENGTH (prop) == 2)
2320 Lisp_Object face_prop = XVECTOR_DATA (prop)[1];
2321 CHECK_SYMBOL (face_prop);
2322 call4 (Qset_face_property,
2323 Fget_face (XVECTOR_DATA (prop)[0]),
2324 face_prop, val, frame);
2328 MAYBE_FRAMEMETH (f, set_frame_properties, (f, plist));
2329 for (tailp = &plist; !NILP (*tailp);)
2331 Lisp_Object *next_tailp;
2335 next = Fcdr (*tailp);
2337 next_tailp = &XCDR (next);
2338 prop = Fcar (*tailp);
2340 prop = get_property_alias (prop);
2342 if (EQ (prop, Qminibuffer)
2343 || EQ (prop, Qunsplittable)
2344 || EQ (prop, Qbuffer_predicate)
2345 || EQ (prop, Qheight)
2346 || EQ (prop, Qwidth)
2347 || (SYMBOLP (prop) && EQ (Fbuilt_in_variable_type (prop),
2349 || (SYMBOLP (prop) && !NILP (Fget (prop, Qconst_glyph_variable,
2351 || (VECTORP (prop) && XVECTOR_LENGTH (prop) == 2)
2352 || FRAMEMETH_OR_GIVEN (f, internal_frame_property_p, (f, prop), 0))
2353 *tailp = *next_tailp;
2357 f->plist = nconc2 (plist, f->plist);
2358 Fcanonicalize_lax_plist (f->plist, Qnil);
2363 DEFUN ("frame-property", Fframe_property, 2, 3, 0, /*
2364 Return FRAME's value for property PROPERTY.
2365 See `set-frame-properties' for the built-in property names.
2367 (frame, property, default_))
2369 struct frame *f = decode_frame (frame);
2372 XSETFRAME (frame, f);
2374 property = get_property_alias (property);
2376 if (EQ (Qname, property)) return f->name;
2378 if (EQ (Qheight, property) || EQ (Qwidth, property))
2380 if (window_system_pixelated_geometry (frame))
2383 pixel_to_real_char_size (f, FRAME_PIXWIDTH (f), FRAME_PIXHEIGHT (f),
2385 return make_int (EQ (Qheight, property) ? height: width);
2388 return make_int (EQ (Qheight, property) ?
2393 /* NOTE: FSF returns Qnil instead of Qt for FRAME_HAS_MINIBUF_P.
2394 This is over-the-top bogosity, because it's inconsistent with
2395 the semantics of `minibuffer' when passed to `make-frame'.
2396 Returning Qt makes things consistent. */
2397 if (EQ (Qminibuffer, property))
2398 return (FRAME_MINIBUF_ONLY_P (f) ? Qonly :
2399 FRAME_HAS_MINIBUF_P (f) ? Qt :
2400 FRAME_MINIBUF_WINDOW (f));
2401 if (EQ (Qunsplittable, property))
2402 return FRAME_NO_SPLIT_P (f) ? Qt : Qnil;
2403 if (EQ (Qbuffer_predicate, property))
2404 return f->buffer_predicate;
2406 if (SYMBOLP (property))
2408 if (EQ (Fbuilt_in_variable_type (property), Qconst_specifier))
2409 return Fspecifier_instance (Fsymbol_value (property),
2410 frame, default_, Qnil);
2411 if (!NILP (Fget (property, Qconst_glyph_variable, Qnil)))
2413 Lisp_Object glyph = Fsymbol_value (property);
2414 CHECK_GLYPH (glyph);
2415 return Fspecifier_instance (XGLYPH_IMAGE (glyph),
2416 frame, default_, Qnil);
2420 if (VECTORP (property) && XVECTOR_LENGTH (property) == 2)
2422 Lisp_Object face_prop = XVECTOR_DATA (property)[1];
2423 CHECK_SYMBOL (face_prop);
2424 return call3 (Qface_property_instance,
2425 Fget_face (XVECTOR_DATA (property)[0]),
2429 if (HAS_FRAMEMETH_P (f, frame_property))
2430 if (!UNBOUNDP (value = FRAMEMETH (f, frame_property, (f, property))))
2433 if (!UNBOUNDP (value = external_plist_get (&f->plist, property, 1, ERROR_ME)))
2439 DEFUN ("frame-properties", Fframe_properties, 0, 1, 0, /*
2440 Return a property list of the properties of FRAME.
2441 Do not modify this list; use `set-frame-property' instead.
2445 struct frame *f = decode_frame (frame);
2446 Lisp_Object result = Qnil;
2447 struct gcpro gcpro1;
2451 XSETFRAME (frame, f);
2453 /* #### for the moment (since old code uses `frame-parameters'),
2454 we call `copy-sequence' on f->plist. That allows frame-parameters
2455 to destructively convert the plist into an alist, which is more
2456 efficient than doing it non-destructively. At some point we
2457 should remove the call to copy-sequence. */
2458 result = Fcopy_sequence (f->plist);
2460 /* #### should we be adding all the specifiers and glyphs?
2461 That would entail having a list of them all. */
2462 if (HAS_FRAMEMETH_P (f, frame_properties))
2463 result = nconc2 (FRAMEMETH (f, frame_properties, (f)), result);
2465 if (!NILP (f->buffer_predicate))
2466 result = cons3 (Qbuffer_predicate, f->buffer_predicate, result);
2468 if (FRAME_NO_SPLIT_P (f))
2469 result = cons3 (Qunsplittable, Qt, result);
2471 /* NOTE: FSF returns Qnil instead of Qt for FRAME_HAS_MINIBUF_P.
2472 This is over-the-top bogosity, because it's inconsistent with
2473 the semantics of `minibuffer' when passed to `make-frame'.
2474 Returning Qt makes things consistent. */
2475 result = cons3 (Qminibuffer,
2476 (FRAME_MINIBUF_ONLY_P (f) ? Qonly :
2477 FRAME_HAS_MINIBUF_P (f) ? Qt :
2478 FRAME_MINIBUF_WINDOW (f)),
2483 if (window_system_pixelated_geometry (frame))
2485 pixel_to_real_char_size (f, FRAME_PIXWIDTH (f), FRAME_PIXHEIGHT (f),
2490 height = FRAME_HEIGHT (f);
2491 width = FRAME_WIDTH (f);
2493 result = cons3 (Qwidth , make_int (width), result);
2494 result = cons3 (Qheight, make_int (height), result);
2497 result = cons3 (Qname, f->name, result);
2504 DEFUN ("frame-pixel-height", Fframe_pixel_height, 0, 1, 0, /*
2505 Return the height in pixels of FRAME.
2509 return make_int (decode_frame (frame)->pixheight);
2512 DEFUN ("frame-pixel-width", Fframe_pixel_width, 0, 1, 0, /*
2513 Return the width in pixels of FRAME.
2517 return make_int (decode_frame (frame)->pixwidth);
2520 DEFUN ("frame-name", Fframe_name, 0, 1, 0, /*
2521 Return the name of FRAME (defaulting to the selected frame).
2522 This is not the same as the `title' of the frame.
2526 return decode_frame (frame)->name;
2529 DEFUN ("frame-modified-tick", Fframe_modified_tick, 0, 1, 0, /*
2530 Return FRAME's tick counter, incremented for each change to the frame.
2531 Each frame has a tick counter which is incremented each time the frame
2532 is resized, a window is resized, added, or deleted, a face is changed,
2533 `set-window-buffer' or `select-window' is called on a window in the
2534 frame, the window-start of a window in the frame has changed, or
2535 anything else interesting has happened. It wraps around occasionally.
2536 No argument or nil as argument means use selected frame as FRAME.
2540 return make_int (decode_frame (frame)->modiff);
2544 internal_set_frame_size (struct frame *f, int cols, int rows, int pretend)
2546 /* An explicit size change cancels any pending frame size adjustment */
2547 CLEAR_FRAME_SIZE_SLIPPED(f);
2549 if (pretend || !HAS_FRAMEMETH_P (f, set_frame_size))
2550 change_frame_size (f, rows, cols, 0);
2552 FRAMEMETH (f, set_frame_size, (f, cols, rows));
2555 DEFUN ("set-frame-height", Fset_frame_height, 2, 3, 0, /*
2556 Specify that the frame FRAME has LINES lines.
2557 Optional third arg non-nil means that redisplay should use LINES lines
2558 but that the idea of the actual height of the frame should not be changed.
2560 (frame, rows, pretend))
2562 struct frame *f = decode_frame (frame);
2564 XSETFRAME (frame, f);
2567 if (window_system_pixelated_geometry (frame))
2569 char_to_real_pixel_size (f, 0, XINT (rows), 0, &height);
2570 width = FRAME_PIXWIDTH (f);
2574 height = XINT (rows);
2575 width = FRAME_WIDTH (f);
2578 internal_set_frame_size (f, width, height, !NILP (pretend));
2582 DEFUN ("set-frame-width", Fset_frame_width, 2, 3, 0, /*
2583 Specify that the frame FRAME has COLS columns.
2584 Optional third arg non-nil means that redisplay should use COLS columns
2585 but that the idea of the actual width of the frame should not be changed.
2587 (frame, cols, pretend))
2589 struct frame *f = decode_frame (frame);
2591 XSETFRAME (frame, f);
2594 if (window_system_pixelated_geometry (frame))
2596 char_to_real_pixel_size (f, XINT (cols), 0, &width, 0);
2597 height = FRAME_PIXHEIGHT (f);
2601 width = XINT (cols);
2602 height = FRAME_HEIGHT (f);
2605 internal_set_frame_size (f, width, height, !NILP (pretend));
2609 DEFUN ("set-frame-size", Fset_frame_size, 3, 4, 0, /*
2610 Set the size of FRAME to COLS by ROWS.
2611 Optional fourth arg non-nil means that redisplay should use COLS by ROWS
2612 but that the idea of the actual size of the frame should not be changed.
2614 (frame, cols, rows, pretend))
2616 struct frame *f = decode_frame (frame);
2618 XSETFRAME (frame, f);
2622 if (window_system_pixelated_geometry (frame))
2623 char_to_real_pixel_size (f, XINT (cols), XINT (rows), &width, &height);
2626 height = XINT (rows);
2627 width = XINT (cols);
2630 internal_set_frame_size (f, width, height, !NILP (pretend));
2634 DEFUN ("set-frame-position", Fset_frame_position, 3, 3, 0, /*
2635 Set position of FRAME in pixels to XOFFSET by YOFFSET.
2636 This is actually the position of the upper left corner of the frame.
2637 Negative values for XOFFSET or YOFFSET are interpreted relative to
2638 the rightmost or bottommost possible position (that stays within the screen).
2640 (frame, xoffset, yoffset))
2642 struct frame *f = decode_frame (frame);
2643 CHECK_INT (xoffset);
2644 CHECK_INT (yoffset);
2646 MAYBE_FRAMEMETH (f, set_frame_position, (f, XINT (xoffset), XINT (yoffset)));
2653 /* Frame size conversion functions moved here from EmacsFrame.c
2654 because they're generic and really don't belong in that file.
2655 Function get_default_char_pixel_size() removed because it's
2656 exactly the same as default_face_height_and_width(). */
2658 frame_conversion_internal (struct frame *f, int pixel_to_char,
2659 int *pixel_width, int *pixel_height,
2660 int *char_width, int *char_height,
2667 Lisp_Object frame, window;
2669 XSETFRAME (frame, f);
2671 default_face_height_and_width (frame, &cph, &cpw);
2673 default_face_height_and_width_1 (frame, &cph, &cpw);
2675 window = FRAME_SELECTED_WINDOW (f);
2677 egw = max (glyph_width (Vcontinuation_glyph, Vdefault_face, 0, window),
2678 glyph_width (Vtruncation_glyph, Vdefault_face, 0, window));
2679 egw = max (egw, cpw);
2680 bdr = 2 * f->internal_border_width;
2681 obw = FRAME_SCROLLBAR_WIDTH (f) + FRAME_THEORETICAL_LEFT_TOOLBAR_WIDTH (f) +
2682 FRAME_THEORETICAL_RIGHT_TOOLBAR_WIDTH (f) +
2683 2 * FRAME_THEORETICAL_LEFT_TOOLBAR_BORDER_WIDTH (f) +
2684 2 * FRAME_THEORETICAL_RIGHT_TOOLBAR_BORDER_WIDTH (f);
2685 obh = FRAME_SCROLLBAR_HEIGHT (f) + FRAME_THEORETICAL_TOP_TOOLBAR_HEIGHT (f) +
2686 FRAME_THEORETICAL_BOTTOM_TOOLBAR_HEIGHT (f) +
2687 2 * FRAME_THEORETICAL_TOP_TOOLBAR_BORDER_WIDTH (f) +
2688 2 * FRAME_THEORETICAL_BOTTOM_TOOLBAR_BORDER_WIDTH (f);
2693 *char_width = 1 + ((*pixel_width - egw) - bdr - obw) / cpw;
2695 *char_height = (*pixel_height - bdr - obh) / cph;
2700 *pixel_width = (*char_width - 1) * cpw + egw + bdr + obw;
2702 *pixel_height = *char_height * cph + bdr + obh;
2706 /* This takes the size in pixels of the text area, and returns the number
2707 of characters that will fit there, taking into account the internal
2708 border width, and the pixel width of the line terminator glyphs (which
2709 always count as one "character" wide, even if they are not the same size
2710 as the default character size of the default font). The frame scrollbar
2711 width and left and right toolbar widths are also subtracted out of the
2712 available width. The frame scrollbar height and top and bottom toolbar
2713 heights are subtracted out of the available height.
2715 Therefore the result is not necessarily a multiple of anything in
2718 pixel_to_char_size (struct frame *f, int pixel_width, int pixel_height,
2719 int *char_width, int *char_height)
2721 frame_conversion_internal (f, 1, &pixel_width, &pixel_height, char_width,
2725 /* Given a character size, this returns the minimum number of pixels
2726 necessary to display that many characters, taking into account the
2727 internal border width, scrollbar height and width, toolbar heights and
2728 widths and the size of the line terminator glyphs (assuming the line
2729 terminators take up exactly one character position).
2731 Therefore the result is not necessarily a multiple of anything in
2734 char_to_pixel_size (struct frame *f, int char_width, int char_height,
2735 int *pixel_width, int *pixel_height)
2737 frame_conversion_internal (f, 0, pixel_width, pixel_height, &char_width,
2741 /* Given a pixel size, rounds DOWN to the smallest size in pixels necessary
2742 to display the same number of characters as are displayable now.
2745 round_size_to_char (struct frame *f, int in_width, int in_height,
2746 int *out_width, int *out_height)
2750 pixel_to_char_size (f, in_width, in_height, &char_width, &char_height);
2751 char_to_pixel_size (f, char_width, char_height, out_width, out_height);
2754 /* Versions of the above which always account for real font metrics.
2757 pixel_to_real_char_size (struct frame *f, int pixel_width, int pixel_height,
2758 int *char_width, int *char_height)
2760 frame_conversion_internal (f, 1, &pixel_width, &pixel_height, char_width,
2765 char_to_real_pixel_size (struct frame *f, int char_width, int char_height,
2766 int *pixel_width, int *pixel_height)
2768 frame_conversion_internal (f, 0, pixel_width, pixel_height, &char_width,
2773 round_size_to_real_char (struct frame *f, int in_width, int in_height,
2774 int *out_width, int *out_height)
2778 pixel_to_real_char_size (f, in_width, in_height, &char_width, &char_height);
2779 char_to_real_pixel_size (f, char_width, char_height, out_width, out_height);
2782 /* Change the frame height and/or width. Values may be given as zero to
2783 indicate no change is to take place. */
2785 change_frame_size_1 (struct frame *f, int newheight, int newwidth)
2788 int new_pixheight, new_pixwidth;
2789 int font_height, real_font_height, font_width;
2791 /* #### Chuck -- shouldn't we be checking to see if the frame
2792 is being "changed" to its existing size, and do nothing if so? */
2793 /* No, because it would hose toolbar updates. The toolbar
2794 update code relies on this function to cause window `top' and
2795 `left' coordinates to be recomputed even though no frame size
2796 change occurs. --kyle */
2800 XSETFRAME (frame, f);
2802 default_face_height_and_width (frame, &real_font_height, 0);
2803 default_face_height_and_width_1 (frame, &font_height, &font_width);
2805 /* This size-change overrides any pending one for this frame. */
2806 FRAME_NEW_HEIGHT (f) = 0;
2807 FRAME_NEW_WIDTH (f) = 0;
2809 new_pixheight = newheight * font_height;
2810 new_pixwidth = (newwidth - 1) * font_width;
2812 /* #### dependency on FRAME_WIN_P should be removed. */
2813 if (FRAME_WIN_P (f))
2815 new_pixheight += FRAME_SCROLLBAR_HEIGHT (f);
2816 new_pixwidth += FRAME_SCROLLBAR_WIDTH (f);
2819 /* when frame_conversion_internal() calculated the number of rows/cols
2820 in the frame, the theoretical toolbar sizes were subtracted out.
2821 The calculations below adjust for real toolbar height/width in
2822 frame, which may be different from frame spec, taking the above
2823 fact into account */
2825 + FRAME_THEORETICAL_TOP_TOOLBAR_HEIGHT (f)
2826 + 2 * FRAME_THEORETICAL_TOP_TOOLBAR_BORDER_WIDTH (f)
2827 - FRAME_REAL_TOP_TOOLBAR_HEIGHT (f)
2828 - 2 * FRAME_REAL_TOP_TOOLBAR_BORDER_WIDTH (f);
2831 + FRAME_THEORETICAL_BOTTOM_TOOLBAR_HEIGHT (f)
2832 + 2 * FRAME_THEORETICAL_BOTTOM_TOOLBAR_BORDER_WIDTH (f)
2833 - FRAME_REAL_BOTTOM_TOOLBAR_HEIGHT (f)
2834 - 2 * FRAME_REAL_BOTTOM_TOOLBAR_BORDER_WIDTH (f);
2837 + FRAME_THEORETICAL_LEFT_TOOLBAR_WIDTH (f)
2838 + 2 * FRAME_THEORETICAL_LEFT_TOOLBAR_BORDER_WIDTH (f)
2839 - FRAME_REAL_LEFT_TOOLBAR_WIDTH (f)
2840 - 2 * FRAME_REAL_LEFT_TOOLBAR_BORDER_WIDTH (f);
2843 + FRAME_THEORETICAL_RIGHT_TOOLBAR_WIDTH (f)
2844 + 2 * FRAME_THEORETICAL_RIGHT_TOOLBAR_BORDER_WIDTH (f)
2845 - FRAME_REAL_RIGHT_TOOLBAR_WIDTH (f)
2846 - 2 * FRAME_REAL_RIGHT_TOOLBAR_BORDER_WIDTH (f);
2848 /* Adjust the width for the end glyph which may be a different width
2849 than the default character width. */
2851 int adjustment, trunc_width, cont_width;
2853 trunc_width = glyph_width (Vtruncation_glyph, Vdefault_face, 0,
2854 FRAME_SELECTED_WINDOW (f));
2855 cont_width = glyph_width (Vcontinuation_glyph, Vdefault_face, 0,
2856 FRAME_SELECTED_WINDOW (f));
2857 adjustment = max (trunc_width, cont_width);
2858 adjustment = max (adjustment, font_width);
2860 new_pixwidth += adjustment;
2863 /* If we don't have valid values, exit. */
2864 if (!new_pixheight && !new_pixwidth)
2869 XWINDOW (FRAME_ROOT_WINDOW (f))->pixel_top = FRAME_TOP_BORDER_END (f);
2871 if (FRAME_HAS_MINIBUF_P (f)
2872 && ! FRAME_MINIBUF_ONLY_P (f))
2873 /* Frame has both root and minibuffer. */
2876 * Leave the minibuffer height the same if the frame has
2877 * been initialized, and the minibuffer height is tall
2878 * enough to display at least one line of text in the default
2879 * font, and the old minibuffer height is a multiple of the
2880 * default font height. This should cause the minibuffer
2881 * height to be recomputed on font changes but not for
2882 * other frame size changes, which seems reasonable.
2884 int old_minibuf_height =
2885 XWINDOW(FRAME_MINIBUF_WINDOW(f))->pixel_height;
2886 int minibuf_height =
2887 f->init_finished && (old_minibuf_height % real_font_height) == 0 ?
2888 max(old_minibuf_height, real_font_height) :
2890 set_window_pixheight (FRAME_ROOT_WINDOW (f),
2891 /* - font_height for minibuffer */
2892 new_pixheight - minibuf_height, 0);
2894 XWINDOW (FRAME_MINIBUF_WINDOW (f))->pixel_top =
2895 new_pixheight - minibuf_height + FRAME_TOP_BORDER_END (f);
2897 set_window_pixheight (FRAME_MINIBUF_WINDOW (f), minibuf_height, 0);
2900 /* Frame has just one top-level window. */
2901 set_window_pixheight (FRAME_ROOT_WINDOW (f), new_pixheight, 0);
2903 FRAME_HEIGHT (f) = newheight;
2904 if (FRAME_TTY_P (f))
2905 f->pixheight = newheight;
2910 XWINDOW (FRAME_ROOT_WINDOW (f))->pixel_left = FRAME_LEFT_BORDER_END (f);
2911 set_window_pixwidth (FRAME_ROOT_WINDOW (f), new_pixwidth, 0);
2913 if (FRAME_HAS_MINIBUF_P (f))
2915 XWINDOW (FRAME_MINIBUF_WINDOW (f))->pixel_left =
2916 FRAME_LEFT_BORDER_END (f);
2917 set_window_pixwidth (FRAME_MINIBUF_WINDOW (f), new_pixwidth, 0);
2920 FRAME_WIDTH (f) = newwidth;
2921 if (FRAME_TTY_P (f))
2922 f->pixwidth = newwidth;
2925 if (window_system_pixelated_geometry (frame))
2926 pixel_to_real_char_size (f, FRAME_PIXWIDTH (f), FRAME_PIXHEIGHT (f),
2927 &FRAME_CHARWIDTH (f), &FRAME_CHARHEIGHT (f));
2930 FRAME_CHARWIDTH (f) = FRAME_WIDTH (f);
2931 FRAME_CHARHEIGHT (f) = FRAME_HEIGHT (f);
2934 MARK_FRAME_TOOLBARS_CHANGED (f);
2935 MARK_FRAME_CHANGED (f);
2936 f->echo_area_garbaged = 1;
2940 change_frame_size (struct frame *f, int newheight, int newwidth, int delay)
2942 /* sometimes we get passed a size that's too small (esp. when a
2943 client widget gets resized, since we have no control over this).
2945 check_frame_size (f, &newheight, &newwidth);
2947 if (delay || in_display || gc_in_progress)
2949 MARK_FRAME_SIZE_CHANGED (f);
2950 f->new_width = newwidth;
2951 f->new_height = newheight;
2955 f->size_change_pending = 0;
2956 /* For TTY frames, it's like one, like all ...
2957 Can't have two TTY frames of different sizes on the same device. */
2958 if (FRAME_TTY_P (f))
2960 Lisp_Object frmcons;
2962 DEVICE_FRAME_LOOP (frmcons, XDEVICE (FRAME_DEVICE (f)))
2963 change_frame_size_1 (XFRAME (XCAR (frmcons)), newheight, newwidth);
2966 change_frame_size_1 (f, newheight, newwidth);
2971 update_frame_title (struct frame *f)
2973 struct window *w = XWINDOW (FRAME_SELECTED_WINDOW (f));
2974 Lisp_Object title_format;
2975 Lisp_Object icon_format;
2978 /* We don't change the title for the minibuffer unless the frame
2979 only has a minibuffer. */
2980 if (MINI_WINDOW_P (w) && !FRAME_MINIBUF_ONLY_P (f))
2983 /* And we don't want dead buffers to blow up on us. */
2984 if (!BUFFER_LIVE_P (XBUFFER (w->buffer)))
2988 title_format = symbol_value_in_buffer (Qframe_title_format, w->buffer);
2989 icon_format = symbol_value_in_buffer (Qframe_icon_title_format, w->buffer);
2991 if (HAS_FRAMEMETH_P (f, set_title_from_bufbyte))
2993 title = generate_formatted_string (w, title_format, Qnil,
2994 DEFAULT_INDEX, CURRENT_DISP);
2995 FRAMEMETH (f, set_title_from_bufbyte, (f, title));
2998 if (HAS_FRAMEMETH_P (f, set_icon_name_from_bufbyte))
3000 if (!EQ (icon_format, title_format) || !title)
3005 title = generate_formatted_string (w, icon_format, Qnil,
3006 DEFAULT_INDEX, CURRENT_DISP);
3008 FRAMEMETH (f, set_icon_name_from_bufbyte, (f, title));
3016 DEFUN ("set-frame-pointer", Fset_frame_pointer, 2, 2, 0, /*
3017 Set the mouse pointer of FRAME to the given pointer image instance.
3018 You should not call this function directly. Instead, set one of
3019 the variables `text-pointer-glyph', `nontext-pointer-glyph',
3020 `modeline-pointer-glyph', `selection-pointer-glyph',
3021 `busy-pointer-glyph', or `toolbar-pointer-glyph'.
3023 (frame, image_instance))
3025 struct frame *f = decode_frame (frame);
3026 CHECK_POINTER_IMAGE_INSTANCE (image_instance);
3027 if (!EQ (f->pointer, image_instance))
3029 f->pointer = image_instance;
3030 MAYBE_FRAMEMETH (f, set_frame_pointer, (f));
3037 update_frame_icon (struct frame *f)
3039 if (f->icon_changed || f->windows_changed)
3042 Lisp_Object new_icon;
3044 XSETFRAME (frame, f);
3045 new_icon = glyph_image_instance (Vframe_icon_glyph, frame,
3047 if (!EQ (new_icon, f->icon))
3050 MAYBE_FRAMEMETH (f, set_frame_icon, (f));
3054 f->icon_changed = 0;
3058 icon_glyph_changed (Lisp_Object glyph, Lisp_Object property,
3066 syms_of_frame (void)
3068 defsymbol (&Qdelete_frame_hook, "delete-frame-hook");
3069 defsymbol (&Qselect_frame_hook, "select-frame-hook");
3070 defsymbol (&Qdeselect_frame_hook, "deselect-frame-hook");
3071 defsymbol (&Qcreate_frame_hook, "create-frame-hook");
3072 defsymbol (&Qcustom_initialize_frame, "custom-initialize-frame");
3073 defsymbol (&Qmouse_enter_frame_hook, "mouse-enter-frame-hook");
3074 defsymbol (&Qmouse_leave_frame_hook, "mouse-leave-frame-hook");
3075 defsymbol (&Qmap_frame_hook, "map-frame-hook");
3076 defsymbol (&Qunmap_frame_hook, "unmap-frame-hook");
3078 defsymbol (&Qframep, "framep");
3079 defsymbol (&Qframe_live_p, "frame-live-p");
3080 defsymbol (&Qdelete_frame, "delete-frame");
3081 defsymbol (&Qsynchronize_minibuffers, "synchronize-minibuffers");
3082 defsymbol (&Qbuffer_predicate, "buffer-predicate");
3083 defsymbol (&Qframe_being_created, "frame-being-created");
3084 defsymbol (&Qmake_initial_minibuffer_frame, "make-initial-minibuffer-frame");
3086 defsymbol (&Qframe_title_format, "frame-title-format");
3087 defsymbol (&Qframe_icon_title_format, "frame-icon-title-format");
3089 defsymbol (&Qhidden, "hidden");
3090 defsymbol (&Qvisible, "visible");
3091 defsymbol (&Qiconic, "iconic");
3092 defsymbol (&Qinvisible, "invisible");
3093 defsymbol (&Qvisible_iconic, "visible-iconic");
3094 defsymbol (&Qinvisible_iconic, "invisible-iconic");
3095 defsymbol (&Qnomini, "nomini");
3096 defsymbol (&Qvisible_nomini, "visible-nomini");
3097 defsymbol (&Qiconic_nomini, "iconic-nomini");
3098 defsymbol (&Qinvisible_nomini, "invisible-nomini");
3099 defsymbol (&Qvisible_iconic_nomini, "visible-iconic-nomini");
3100 defsymbol (&Qinvisible_iconic_nomini, "invisible-iconic-nomini");
3102 defsymbol (&Qminibuffer, "minibuffer");
3103 defsymbol (&Qunsplittable, "unsplittable");
3104 defsymbol (&Qinternal_border_width, "internal-border-width");
3105 defsymbol (&Qtop_toolbar_shadow_color, "top-toolbar-shadow-color");
3106 defsymbol (&Qbottom_toolbar_shadow_color, "bottom-toolbar-shadow-color");
3107 defsymbol (&Qbackground_toolbar_color, "background-toolbar-color");
3108 defsymbol (&Qtop_toolbar_shadow_pixmap, "top-toolbar-shadow-pixmap");
3109 defsymbol (&Qbottom_toolbar_shadow_pixmap, "bottom-toolbar-shadow-pixmap");
3110 defsymbol (&Qtoolbar_shadow_thickness, "toolbar-shadow-thickness");
3111 defsymbol (&Qscrollbar_placement, "scrollbar-placement");
3112 defsymbol (&Qinter_line_space, "inter-line-space");
3113 /* Qiconic already in this function. */
3114 defsymbol (&Qvisual_bell, "visual-bell");
3115 defsymbol (&Qbell_volume, "bell-volume");
3116 defsymbol (&Qpointer_background, "pointer-background");
3117 defsymbol (&Qpointer_color, "pointer-color");
3118 defsymbol (&Qtext_pointer, "text-pointer");
3119 defsymbol (&Qspace_pointer, "space-pointer");
3120 defsymbol (&Qmodeline_pointer, "modeline-pointer");
3121 defsymbol (&Qgc_pointer, "gc-pointer");
3122 defsymbol (&Qinitially_unmapped, "initially-unmapped");
3123 defsymbol (&Quse_backing_store, "use-backing-store");
3124 defsymbol (&Qborder_color, "border-color");
3125 defsymbol (&Qborder_width, "border-width");
3126 /* Qwidth, Qheight, Qleft, Qtop in general.c */
3127 defsymbol (&Qset_specifier, "set-specifier");
3128 defsymbol (&Qset_glyph_image, "set-glyph-image");
3129 defsymbol (&Qset_face_property, "set-face-property");
3130 defsymbol (&Qface_property_instance, "face-property-instance");
3131 defsymbol (&Qframe_property_alias, "frame-property-alias");
3133 DEFSUBR (Fmake_frame);
3135 DEFSUBR (Fframe_live_p);
3137 DEFSUBR (Fignore_event);
3139 DEFSUBR (Ffocus_frame);
3140 DEFSUBR (Fselect_frame);
3141 DEFSUBR (Fselected_frame);
3142 DEFSUBR (Factive_minibuffer_window);
3143 DEFSUBR (Flast_nonminibuf_frame);
3144 DEFSUBR (Fframe_root_window);
3145 DEFSUBR (Fframe_selected_window);
3146 DEFSUBR (Fset_frame_selected_window);
3147 DEFSUBR (Fframe_device);
3148 DEFSUBR (Fnext_frame);
3149 DEFSUBR (Fprevious_frame);
3150 DEFSUBR (Fdelete_frame);
3151 DEFSUBR (Fmouse_position);
3152 DEFSUBR (Fmouse_pixel_position);
3153 DEFSUBR (Fmouse_position_as_motion_event);
3154 DEFSUBR (Fset_mouse_position);
3155 DEFSUBR (Fset_mouse_pixel_position);
3156 DEFSUBR (Fmake_frame_visible);
3157 DEFSUBR (Fmake_frame_invisible);
3158 DEFSUBR (Ficonify_frame);
3159 DEFSUBR (Fdeiconify_frame);
3160 DEFSUBR (Fframe_visible_p);
3161 DEFSUBR (Fframe_totally_visible_p);
3162 DEFSUBR (Fframe_iconified_p);
3163 DEFSUBR (Fvisible_frame_list);
3164 DEFSUBR (Fraise_frame);
3165 DEFSUBR (Flower_frame);
3166 DEFSUBR (Fframe_property);
3167 DEFSUBR (Fframe_properties);
3168 DEFSUBR (Fset_frame_properties);
3169 DEFSUBR (Fframe_pixel_height);
3170 DEFSUBR (Fframe_pixel_width);
3171 DEFSUBR (Fframe_name);
3172 DEFSUBR (Fframe_modified_tick);
3173 DEFSUBR (Fset_frame_height);
3174 DEFSUBR (Fset_frame_width);
3175 DEFSUBR (Fset_frame_size);
3176 DEFSUBR (Fset_frame_position);
3177 DEFSUBR (Fset_frame_pointer);
3181 vars_of_frame (void)
3184 Vframe_being_created = Qnil;
3185 staticpro (&Vframe_being_created);
3188 Fprovide (intern ("cde"));
3191 #ifdef HAVE_OFFIX_DND
3192 Fprovide (intern ("offix"));
3195 #if 0 /* FSFmacs stupidity */
3196 xxDEFVAR_LISP ("emacs-iconified", &Vemacs_iconified /*
3197 Non-nil if all of emacs is iconified and frame updates are not needed.
3199 Vemacs_iconified = Qnil;
3202 DEFVAR_LISP ("select-frame-hook", &Vselect_frame_hook /*
3203 Function or functions to run just after a new frame is given the focus.
3204 Note that calling `select-frame' does not necessarily set the focus:
3205 The actual window-system focus will not be changed until the next time
3206 that XEmacs is waiting for an event, and even then, the window manager
3207 may refuse the focus-change request.
3209 Vselect_frame_hook = Qnil;
3211 DEFVAR_LISP ("deselect-frame-hook", &Vdeselect_frame_hook /*
3212 Function or functions to run just before a frame loses the focus.
3213 See `select-frame-hook'.
3215 Vdeselect_frame_hook = Qnil;
3217 DEFVAR_LISP ("delete-frame-hook", &Vdelete_frame_hook /*
3218 Function or functions to call when a frame is deleted.
3219 One argument, the about-to-be-deleted frame.
3221 Vdelete_frame_hook = Qnil;
3223 DEFVAR_LISP ("create-frame-hook", &Vcreate_frame_hook /*
3224 Function or functions to call when a frame is created.
3225 One argument, the newly-created frame.
3227 Vcreate_frame_hook = Qnil;
3229 DEFVAR_LISP ("mouse-enter-frame-hook", &Vmouse_enter_frame_hook /*
3230 Function or functions to call when the mouse enters a frame.
3231 One argument, the frame.
3232 Be careful not to make assumptions about the window manager's focus model.
3233 In most cases, the `deselect-frame-hook' is more appropriate.
3235 Vmouse_enter_frame_hook = Qnil;
3237 DEFVAR_LISP ("mouse-leave-frame-hook", &Vmouse_leave_frame_hook /*
3238 Function or functions to call when the mouse leaves a frame.
3239 One argument, the frame.
3240 Be careful not to make assumptions about the window manager's focus model.
3241 In most cases, the `select-frame-hook' is more appropriate.
3243 Vmouse_leave_frame_hook = Qnil;
3245 DEFVAR_LISP ("map-frame-hook", &Vmap_frame_hook /*
3246 Function or functions to call when a frame is mapped.
3247 One argument, the frame.
3249 Vmap_frame_hook = Qnil;
3251 DEFVAR_LISP ("unmap-frame-hook", &Vunmap_frame_hook /*
3252 Function or functions to call when a frame is unmapped.
3253 One argument, the frame.
3255 Vunmap_frame_hook = Qnil;
3257 DEFVAR_BOOL ("allow-deletion-of-last-visible-frame",
3258 &allow_deletion_of_last_visible_frame /*
3259 *Non-nil means to assume the force option to delete-frame.
3261 allow_deletion_of_last_visible_frame = 0;
3263 DEFVAR_LISP ("adjust-frame-function", &Vadjust_frame_function /*
3264 Function or constant controlling adjustment of frame.
3265 When scrollbars, toolbars, default font etc. change in frame, the frame
3266 needs to be adjusted. The adjustment is controlled by this variable.
3268 nil to keep character frame size unchanged when possible (resize)
3269 t to keep pixel size unchanged (never resize)
3270 function symbol or lambda form. This function must return boolean
3271 value which is treated as above. Function is passed one parameter,
3272 the frame being adjusted. It function should not modify or delete
3275 Vadjust_frame_function = Qnil;
3277 DEFVAR_LISP ("mouse-motion-handler", &Vmouse_motion_handler /*
3278 Handler for motion events. One arg, the event.
3279 For most applications, you should use `mode-motion-hook' instead of this.
3281 Vmouse_motion_handler = Qnil;
3283 DEFVAR_LISP ("synchronize-minibuffers",&Vsynchronize_minibuffers /*
3284 Set to t if all minibuffer windows are to be synchronized.
3285 This will cause echo area messages to appear in the minibuffers of all
3288 Vsynchronize_minibuffers = Qnil;
3290 DEFVAR_LISP ("frame-title-format", &Vframe_title_format /*
3291 Controls the title of the X window corresponding to the selected frame.
3292 This is the same format as `modeline-format' with the exception that
3295 Vframe_title_format = build_string ("%S: %b");
3297 DEFVAR_LISP ("frame-icon-title-format", &Vframe_icon_title_format /*
3298 Controls the title of the icon corresponding to the selected frame.
3299 See also the variable `frame-title-format'.
3301 Vframe_icon_title_format = build_string ("%b");
3303 DEFVAR_LISP ("default-frame-name", &Vdefault_frame_name /*
3304 The default name to assign to newly-created frames.
3305 This can be overridden by arguments to `make-frame'.
3306 This must be a string.
3309 Vdefault_frame_name = build_string ("emacs");
3311 Vdefault_frame_name = build_string ("InfoDock");
3314 DEFVAR_LISP ("default-frame-plist", &Vdefault_frame_plist /*
3315 Plist of default values for frame creation, other than the first one.
3316 These may be set in your init file, like this:
3318 \(setq default-frame-plist '(width 80 height 55))
3320 The properties may be in alist format for backward compatibility
3321 but you should not rely on this behavior.
3323 These override values given in window system configuration data,
3324 including X Windows' defaults database.
3326 Since the first X frame is created before loading your .emacs file,
3327 you must use the X resource database for that.
3329 For values specific to the first Emacs frame, see `initial-frame-plist'.
3330 For values specific to the separate minibuffer frame, see
3331 `minibuffer-frame-plist'.
3333 See also the variables `default-x-frame-plist' and
3334 `default-tty-frame-plist', which are like `default-frame-plist'
3335 except that they apply only to X or tty frames, respectively
3336 \(whereas `default-frame-plist' applies to all types of frames).
3338 Vdefault_frame_plist = Qnil;
3340 DEFVAR_LISP ("frame-icon-glyph", &Vframe_icon_glyph /*
3341 Icon glyph used to iconify a frame.
3346 complex_vars_of_frame (void)
3348 Vframe_icon_glyph = allocate_glyph (GLYPH_ICON, icon_glyph_changed);