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

Lines Matching defs:w*w

1026       (if (viper-window-display-p)
1070 ;; f11 in an xterm window into the symbolic key f11.
1802 (pos-visible-in-window-p before-undo-pt))
1808 (if (pos-visible-in-window-p undo-beg-posn)
2130 (when (active-minibuffer-window)
3403 ;; window scrolling etc.
3405 (defun viper-window-top (arg)
3406 "Go to home window line."
3413 (move-to-window-line (1- val))
3419 (if com (viper-execute-com 'viper-window-top val com))
3425 (defun viper-window-middle (arg)
3426 "Go to middle window line."
3433 (move-to-window-line (+ (/ (1- (window-height)) 2) (1- val)))
3439 (if com (viper-execute-com 'viper-window-middle val com))
3445 (defun viper-window-bottom (arg)
3446 "Go to last window line."
3453 (move-to-window-line (- val))
3459 (if com (viper-execute-com 'viper-window-bottom val com))
3473 (recenter (+ (1- arg) (/ (1- (window-height)) 2))))
3478 (recenter (- (window-height) (1+ arg))))
3480 ;; If point is within viper-search-scroll-threshold of window top or bottom,
3481 ;; scroll up or down 1/7 of window height, depending on whether we are at the
3482 ;; bottom or at the top of the window. This function is called by viper-search
3485 (defun viper-adjust-window ()
3487 (window-displayed-height) ; xemacs
3489 (1- (window-height)) ; adjust for modeline
3495 (move-to-window-line 0) ; top
3499 (move-to-window-line -1) ; bottom
3698 (scroll-down (/ (window-height) 2))
3714 (scroll-up (/ (window-height) 2))
3990 ;; pull up or down if at top/bottom of window
3991 (viper-adjust-window)
4066 "Switch to buffer in the current window."
4072 "Switch to buffer in this window: " other-buffer))
4075 (defun viper-switch-to-buffer-other-window ()
4076 "Switch to buffer in another window."
4082 "Switch to buffer in another window: " other-buffer))
4083 (switch-to-buffer-other-window buffer)))
4807 (save-window-excursion
4821 (if (viper-window-display-p) 'viper-iconify 'suspend-emacs))
4832 (setq viper-no-multiple-ESC (if (viper-window-display-p)
4891 (save-window-excursion
4956 "Like jump-to-register, but switches to another buffer in another window."
4963 ((window-configuration-p val)
4964 (set-window-configuration val))
4998 varlist salutation window-config)
5002 (setq color-display-p (if (viper-window-display-p)
5057 'ex-cycle-other-window
5073 (setq window-config (current-window-configuration))
5111 (set-window-configuration window-config)
5115 (set-window-configuration window-config)