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

/macosx-10.9.5/emacs-92/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
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}
320 \key{unmark a file or all files of a subdirectory}{u}
321 \key{unmark all marked files in a buffer}{M-delete}
389 \metax{dired file(s) whose name matches a pattern}{M-x find-name-dired}
[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-switches nil
65 If nil, `dired
592 (defun dired (dirname &optional switches) function
[all...]
H A Dimage-dired.el1 ;;; image-dired.el --- use dired to browse and manipulate your images
38 ;; `dired' to do it. It would allow me to do almost anything I wanted,
40 ;; letting me manipulate and tag them in various ways. `dired' already
48 ;; browsing the thumbnail buffer was slow too. image-dired.el will not
50 ;; quickly and easily in dired. I copied a great deal of ideas and
53 ;; `image-dired' stores the thumbnail files in `image-dired-dir'
55 ;; ~/.emacs.d/image-dired/myimage01.thumb.jpg. The "database" is for
70 ;; * For `image-dired
[all...]

Completed in 83 milliseconds