Searched +refs:dired +refs:insert +refs:subdir (Results 1 - 6 of 6) 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.
59 `insert-directory' in `ls-lisp.el' for more details."
61 :group 'dired)
63 (defvar dired
592 (defun dired (dirname &optional switches) function
[all...]
H A Dlocate.el28 ;; Search a database of files and use dired commands on the result.
66 ;; you wish to find. You can use almost all of the dired commands in
95 ;;;;;;;; ADVICE For dired-make-relative: ;;;;;;;;;
97 ;; For certain dired commands to work right, you should also include the
100 ;; (defadvice dired-make-relative (before set-no-error activate)
107 ;; Otherwise, `dired-make-relative' will give error messages like
115 (require 'dired))
192 (defcustom locate-ls-subdir-switches "-al"
336 (run-hooks 'dired-mode-hook)
337 (dired
[all...]
H A Dido.el166 ;; The standard way of completion with Unix-shells and Emacs is to insert a
263 ;; ido-subdir.
411 (defcustom ido-show-dot-for-dired nil
413 This allows the current directory to be opened immediately with `dired'."
807 (defface ido-subdir '((((min-colors 88) (class color))
1139 (insert p ": " (if (stringp s) s (format "%S" s)) "\n")))))
1290 (insert "\n;; ----- " (symbol-name list) " -----\n(\n ")
1300 (insert (or sep "\n ")))))
1301 (insert "\n)\n")))
1318 (insert "\
[all...]
H A Dvc.el67 ;; although you might prefer to use C-c C-a (i.e. log-edit-insert-changelog)
164 ;; - 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
[all...]
H A Dpcvs.el38 ;; familiar with VC, it is somewhat like VC-dired: it presents the status of
40 ;; of them at a time. Compared to VC-dired, it is considerably better and
48 ;; for VC-dired. As such, I've tried to make PCL-CVS and VC interoperate
66 ;; - automatically cvs-mode-insert files from find-file-hook
178 (insert-file-contents cvs-cvsrc-file)
434 (subdir
456 (insert "Repository : " (directory-file-name (cvs-get-cvsroot))
512 (unless (bolp) (let ((inhibit-read-only t)) (insert "\n")))
522 (insert "pcl-cvs: descending directory " dir "\n"))
688 (defun cvs-parse-process (dcd &optional subdir ol
[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
264 % commands on files, or insert subdirectories into the edit buffer. You can
270 % Letters no longer insert themselves, but execute commands instead. The
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}
334 \key{insert
[all...]

Completed in 97 milliseconds