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

/macosx-10.10/emacs-93/emacs/etc/
H A Ddired-ref.tex242 % 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
262 % Editing a directory means that you can visit, rename, copy, compress,
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}
327 \key{mark all files in the current subdir}{* s}
336 \key{remove a subdir listing}{C-u k}
338 \key{toggle sorting of current subdir b
[all...]
/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...]

Completed in 74 milliseconds