Searched +refs:dired +refs:subdir +refs:regexp (Results 1 - 4 of 4) sorted by relevance

/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.el184 ;; matching (unless regexp matching is active) to find possible matches
201 ;; There is limited provision for regexp matching within ido,
202 ;; enabled through `ido-enable-regexp' (toggle with C-t).
206 ;; Note: ido-style completion is inhibited when you enable regexp matching.
263 ;; ido-subdir.
392 with a space, for which the regexp is `\\` '. See the source file for
394 :type '(repeat (choice regexp function))
401 with a #, for which the regexp is `\\`#'. See the source file for
403 :type '(repeat (choice regexp function))
411 (defcustom ido-show-dot-for-dired ni
[all...]
H A Dvc.el164 ;; - dired-state-info (file)
167 ;; used in a vc-dired buffer. The default implementation deals well
457 (require 'dired) ; for dired-map-over-marks macro
458 (require 'dired-aux)) ; for dired-kill-{line,tree}
532 (defcustom vc-dired-listing-switches "-al"
533 "Switches passed to `ls' for vc-dired. MUST contain the `l' option."
538 (defcustom vc-dired-recurse t
544 (defcustom vc-dired
[all...]
/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
267 % match a certain regexp).
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...]

Completed in 85 milliseconds