• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/

Lines Matching defs:windows

76 					'ediff-setup-windows-multiframe
77 'ediff-setup-windows-plain)
78 "*Function called to set up windows.
79 Ediff provides a choice of two functions: `ediff-setup-windows-plain', for
80 doing everything in one frame, and `ediff-setup-windows-multiframe',
97 :type '(choice (const :tag "Multi Frame" ediff-setup-windows-multiframe)
98 (const :tag "Single Frame" ediff-setup-windows-plain)
117 ;; Used to minimize the need to rearrange windows.
274 "Select windows by clicking. Please click on Window %d " wind-number)
321 (defun ediff-setup-windows (buffer-A buffer-B buffer-C control-buffer)
323 ;; all other windows.
324 (run-hooks 'ediff-before-setup-windows-hook)
330 (setq ediff-window-setup-function 'ediff-setup-windows-plain))
336 (run-hooks 'ediff-after-setup-windows-hook))
338 ;; Just set up 3 windows.
341 (defun ediff-setup-windows-plain (buffer-A buffer-B buffer-C control-buffer)
345 (ediff-setup-windows-plain-merge
347 (ediff-setup-windows-plain-compare
350 (defun ediff-setup-windows-plain-merge (buf-A buf-B buf-C control-buffer)
361 (delete-other-windows)
403 (defun ediff-setup-windows-plain-compare (buf-A buf-B buf-C control-buffer)
420 (delete-other-windows)
463 (if ediff-windows-job
474 (defun ediff-setup-windows-multiframe (buf-A buf-B buf-C control-buf)
478 (ediff-setup-windows-multiframe-merge buf-A buf-B buf-C control-buf)
479 (ediff-setup-windows-multiframe-compare buf-A buf-B buf-C control-buf)))
481 (defun ediff-setup-windows-multiframe-merge (buf-A buf-B buf-C control-buf)
483 ;;; 1. Never use frames that have dedicated windows in them---it is bad to
484 ;;; destroy dedicated windows.
544 (delete-other-windows)
555 (delete-other-windows)
566 (delete-other-windows)
575 (delete-other-windows)
593 ;; avoid dedicated and non-splittable windows
595 (delete-other-windows)
627 (delete-other-windows)
637 (delete-other-windows)
648 (delete-other-windows)
666 (defun ediff-setup-windows-multiframe-compare (buf-A buf-B buf-C control-buf)
734 (delete-other-windows)
742 (delete-other-windows)
750 (delete-other-windows)
758 ;; avoid dedicated and non-splittable windows
760 (delete-other-windows)
796 (delete-other-windows)
806 (delete-other-windows)
818 (delete-other-windows)
832 ;; It is unlikely that we'll implement a version of ediff-windows that
833 ;; would compare 3 windows at once. So, we don't use buffer C here.
834 (if ediff-windows-job
842 ;; skip unsplittable frames and frames that have dedicated windows.
847 seen-windows)
848 (while (and (not (memq (selected-window) seen-windows))
850 (ediff-frame-has-dedicated-windows wind-frame)
852 ;; skip small windows
859 (setq seen-windows (cons (selected-window) seen-windows))
864 (if (memq (selected-window) seen-windows)
871 (defun ediff-frame-has-dedicated-windows (frame)
873 (walk-windows
881 ;; minibuffer, or none of the frame's windows is dedicated.
882 ;; The idea is that it is bad to destroy dedicated windows while creating an
891 (not (ediff-frame-has-dedicated-windows (window-frame wind)))
930 (delete-other-windows)
991 ;; windows-nt.
992 (if (memq system-type '(emx windows-nt windows-95))
1289 ;;; Functions to decide when to redraw windows