Searched +refs:dired +refs:prev +refs:subdir (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/
H A Ddired.el0 ;;; dired.el --- directory-browsing commands
40 (defgroup dired nil function
45 (defgroup dired-mark nil
47 :prefix "dired-"
48 :group 'dired)
52 (defcustom dired-listing-switches "-al"
56 `dired-ls-F-marks-symlinks' concerning the `F' switch.
61 :group 'dired)
63 (defvar dired-subdir
592 (defun dired (dirname &optional switches) function
[all...]
H A Dido.el263 ;; ido-subdir.
411 (defcustom ido-show-dot-for-dired nil
413 This allows the current directory to be opened immediately with `dired'."
529 `ido-prev-match', which cycle the buffer list."
686 \\[ido-prev-work-directory] or \\[ido-next-work-directory] will skip directories
807 (defface ido-subdir '((((min-colors 88) (class color))
1494 (define-key map [remap dired] 'ido-dired)
1550 (define-key map "\C-r" 'ido-prev-match)
1558 (define-key map [left] 'ido-prev
[all...]

Completed in 80 milliseconds