Searched +refs:dired +refs:next +refs:subdir (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Ddired-ref.tex138 % This next line is useful when designing the layout.
242 % I cannot figure out how to make all dired-x
255 \centerline{Commands marked with \dx{} require dired-x}
259 % In dired, you can edit a list of the files in a directory (and optionally
274 % no files are marked. Use a numeric prefix argument to operate on the next
286 \key{run dired}{C-x d}
287 \key{dired the directory of the file you are editing}{C-x C-j \dx}
288 \key{quit dired}{q}
293 \key{move down to next line}{n}
295 \key{move down to next director
[all...]
/macosx-10.9.5/emacs-92/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.el110 ;; you can use [up] and [down] to quickly scroll the list to the next
219 ;; (define-key ido-completion-map " " 'ido-next-match)
263 ;; ido-subdir.
411 (defcustom ido-show-dot-for-dired nil
413 This allows the current directory to be opened immediately with `dired'."
528 window with completion alternatives, or `ido-next-match' or
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)
[all...]

Completed in 145 milliseconds