Searched +refs:dired +refs:subdir +refs:switches (Results 1 - 3 of 3) 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.
58 some of the `ls' switches are not supported; see the doc string of
61 :group 'dired)
592 (defun dired (dirname &optional switches) function
[all...]
H A Dvc.el164 ;; - dired-state-info (file)
167 ;; used in a vc-dired buffer. The default implementation deals well
176 ;; The implementation should pass the value of vc-register-switches
216 ;; vc-checkin-switches to the backend command.
222 ;; The implementation should pass the value of vc-checkout-switches
233 ;; The implementation should pass the value of vc-checkout-switches
313 ;; version. This function should pass the value of (vc-switches
457 (require 'dired) ; for dired-map-over-marks macro
458 (require 'dired
[all...]
/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
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 by name/date}{s}
339 \key{edit ls switches}{
[all...]

Completed in 131 milliseconds