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

Lines Matching +defs:other +defs:dir

125 ;; - dir-state (dir)
204 ;; FILE that resemble those of the other backend.
264 ;; indeed be locked by other users.
318 ;; - diff-tree (dir &optional rev1 rev2)
364 ;; - create-snapshot (dir name branchp)
379 ;; - retrieve-snapshot (dir name update)
680 all other colors between (excluding black and white)."
1191 (switch-to-buffer-other-window visited)
1260 (if (not visited) (find-file-other-window file))
1303 (if (not visited) (find-file-other-window file))
1420 itself responsible for the file (usually because other files in that
1709 ;; Kill buffer and delete any other dedicated windows/frames.
1753 "File or dir to diff (default visited file): "
1754 "File or dir to diff: ")
1795 (let ((dir (file-name-as-directory file)))
1796 (vc-call-backend (vc-responsible-backend dir)
1797 'diff-tree dir rev1 rev2))
1900 (defun vc-default-diff-tree (backend dir rev1 rev2)
1909 (setq default-directory dir)
1933 (defun vc-version-other-window (rev)
1943 (switch-to-buffer-other-window (vc-find-version file version))))
2218 (if (vc-find-backend-function backend 'dir-state)
2219 (vc-call-backend backend 'dir-state subdir)))
2256 ;; any other line
2285 (defun vc-dired-buffers-for-dir (dir)
2289 (when (fboundp 'dired-buffers-for-dir)
2294 (dired-buffers-for-dir dir)))
2299 (let ((buffers (vc-dired-buffers-for-dir (file-name-directory file))))
2311 (defun vc-directory (dir read-switches)
2321 (if (eq (string-match tramp-file-name-regexp dir) 0)
2330 (dired-internal-noselect (expand-file-name (file-name-as-directory dir))
2337 (defun vc-snapshot-precondition (dir)
2346 dir
2353 (defun vc-create-snapshot (dir name branchp)
2364 (if (file-directory-p dir) (setq dir (file-name-as-directory dir)))
2365 (vc-call-backend (vc-responsible-backend dir)
2366 'create-snapshot dir name branchp)
2369 (defun vc-default-create-snapshot (backend dir name branchp)
2372 (let ((result (vc-snapshot-precondition dir)))
2376 dir
2381 (defun vc-retrieve-snapshot (dir name)
2392 (format "Updating %s... " (abbreviate-file-name dir))
2394 (abbreviate-file-name dir)))))
2396 (vc-call-backend (vc-responsible-backend dir)
2397 'retrieve-snapshot dir name update)
2400 (defun vc-default-retrieve-snapshot (backend dir name update)
2404 dir
2410 (let ((result (vc-snapshot-precondition dir)))
2415 dir
2420 ;; Miscellaneous other entry points
2699 ((null others) (error "No other backend to switch to"))
2789 (let* ((dir (file-name-directory (expand-file-name oldmaster)))
2805 (if (and f (string= (file-name-directory (expand-file-name f)) dir))
2809 (and f (or (not (setq dir (file-name-directory f)))
2810 (file-directory-p dir))
2932 (find-file-other-window changelog)
3422 (let ((dir (file-name-as-directory file)))
3428 (let ((dirf (expand-file-name f dir)))
3432 (directory-files dir)))))
3455 ;; problem of making vc-state fast. The two other functions that call
3457 ;; makes snapshots, the other deletes the calling user's last change in the
3469 ;; Alternative (b), on the other hand, works well with a cheap way to speed up
3493 ;; E. Locked by someone other than the calling user.
3621 ;; with "co error: writable foo exists; checkout aborted". In any other
3652 ;; landing during window X of some other user's steal-lock or window S
3727 ;; 17. File looks like it's locked by some other user, but it's actually
3732 ;; 18. File looks like it's locked by some other user, but it's actually
3742 ;; 19. File looks like it's locked by some other user, but it's actually
3745 ;; Potential cause: the other user relinquishing a lock followed by
3751 ;; 20. File looks like it's locked by some other user, but it's actually
3777 ;; All other cases don't change either the workfile or the master, and