• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/

Lines Matching +defs:on +defs:mouse

124   ;; useful here on top of what run-hooks does.
159 (if ediff-emacs-p [mouse-2] [button2]) 'ediff-help-for-quick-help)
345 (add-hook 'pre-command-hook 'ediff-spy-after-mouse nil 'local))
346 (setq ediff-mouse-pixel-position (mouse-pixel-position))
414 (ediff-save-protected-variables) ; save variables to be restored on exit
431 ;; This has effect only on ediff-windows/regions
478 ;; (it can happen if it is on rmail-mode or similar)
727 "Revert buffers A, B and C. Then rerun Ediff on file A and file B."
835 ;; never grab mouse on quit in this place
836 (ediff-reset-mouse
973 (setq ediff-auto-refine 'on)
976 ((eq ediff-auto-refine 'on)
1000 In both cases, operates on the current difference region."
1413 (message "Focus on regions where both buffers differ from the ancestor")
1414 (message "Canceling focus on regions where changes clash")))
1481 ;; Performs some operation on the two file windows (if they are showing).
1482 ;; Traps all errors on the operation in windows A/B/C.
1485 (defun ediff-operate-on-windows (operation arg)
1539 (ediff-operate-on-windows
1583 (ediff-operate-on-windows
1650 ;; And position the beginning on the right line
1845 The buffer depends on last command character \(a, b, or c\) that invoked this
2090 ;; That is to say, the Nth diff on the `ediff-killed-diffs-alist'. REG
2166 ;; can't rely on ediff-copy-diff to clear this vector, as the user might
2218 ediff-focus-on-regexp-matches-function)
2265 ediff-focus-on-regexp-matches-function
2269 "Focus on A-regions matching this regexp (default %s): "
2274 "Focus on B-regions matching this regexp (default %s): "
2280 "Focus on C-regions matching this regexp (default %s): "
2291 "Focus on regions that match %s regexps, OK? "
2293 (message "Will focus on regions that match %s regexps"
2296 (message "Will focus on regions that match %s regexps"
2306 (if (not (eq ediff-auto-refine 'on))
2308 "Can't skip over whitespace regions: first turn auto-refining on"))
2315 (defun ediff-focus-on-regexp-matches (n)
2316 "Focus on diffs that match regexp `ediff-regexp-focus-A/B'.
2462 (warp-frame (if (and (ediff-window-display-p) (eq ediff-grab-mouse t))
2532 ;; warp mouse into a working window
2533 (setq warp-frame ; if mouse is over a reasonable frame, use it
2534 (cond ((ediff-good-frame-under-mouse))
2536 (if (and (ediff-window-display-p) (frame-live-p warp-frame) ediff-grab-mouse)
2537 (set-mouse-position (if ediff-emacs-p
2545 ;; Returns frame under mouse, if this frame is not a minibuffer
2547 (defun ediff-good-frame-under-mouse ()
2548 (let ((frame-or-win (car (mouse-position)))
2689 "Default hook to run on quitting a merge job.
2828 "Show the names of the buffers or files being operated on by Ediff.
2875 (princ (format "\Buffer A's point is on line %d\n" A-line))
2876 (princ (format "Buffer B's point is on line %d\n" B-line))
2881 (princ (format "Buffer C's point is on line %d\n" C-line)))))
2895 "\nFocusing on regions where both buffers differ from the ancestor"))
2912 ediff-focus-on-regexp-matches-function)
2914 "\nFocusing on regions that match")
2927 (ediff-reset-mouse ediff-control-frame))
3090 "Put face on diff N. Invoked for X displays only."
3250 ;; file on disk, and attempt to remedy the situation if not.
3474 (ediff-reset-mouse ediff-control-frame))
3481 Like ediff-regions-linewise but is called from under an active Ediff session on
3826 ;; we compute this the second time because we need to do memq on it
3837 ;; if at least one buffer on the exclusion list is dired, then force
3851 ;; Also, any visible window not on the exclusion list that is first in
3853 ;; clicked on it or did something to distinguish it).
3949 "Submit bug report on Ediff."
3984 (ediff-reset-mouse)