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

Lines Matching refs:dired

28 ;; Search a database of files and use dired commands on the result.
66 ;; you wish to find. You can use almost all of the dired commands in
95 ;;;;;;;; ADVICE For dired-make-relative: ;;;;;;;;;
97 ;; For certain dired commands to work right, you should also include the
100 ;; (defadvice dired-make-relative (before set-no-error activate)
107 ;; Otherwise, `dired-make-relative' will give error messages like
115 (require 'dired))
336 (run-hooks 'dired-mode-hook)
337 (dired-next-line 3) ;move to first matching file.
375 (require 'dired)
377 (setq locate-mode-map (copy-keymap dired-mode-map))
392 (define-key locate-mode-map "U" 'dired-unmark-all-files)
461 ;; Default directory is set to "/" so that dired commands, which
466 In that buffer, you can use almost all the usual dired bindings.
480 (make-local-variable 'dired-subdir-alist)
487 (dired-alist-add-1 default-directory (point-min-marker))
488 (set (make-local-variable 'dired-directory) "/")
489 (set (make-local-variable 'dired-subdir-switches) locate-ls-subdir-switches)
490 (setq dired-switches-alist nil)
498 (make-local-variable 'dired-actual-switches)
499 (setq dired-actual-switches "")
500 (make-local-variable 'dired-permission-flags-regexp)
501 (setq dired-permission-flags-regexp
505 (default-value 'dired-permission-flags-regexp)))
535 (dired-insert-set-properties (elt pos 0) (elt pos 1)))))
540 ;; would mistakenly fit `dired-subdir-regexp'.
617 ;;; Modified three functions from `dired.el':
618 ;;; dired-find-directory,
619 ;;; dired-find-directory-other-window
620 ;;; dired-get-filename
655 ;; Unquote names quoted by ls or by dired-insert-directory.
663 (or (dired-string-replace-match
699 "Like `dired-do-redisplay', but adapted for `*Locate*' buffers."
701 (if (string= (dired-current-directory) "/")
703 (let ((dired-actual-switches locate-ls-subdir-switches))
704 (dired-do-redisplay arg test-for-subdir))))