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

/macosx-10.10/emacs-93/emacs/etc/
H A Ddired-ref.tex185 \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
242 % 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
265 % "flag" files for deletion or "mark" files for later commands, either one
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}
315 \key{compare file at point with the one at mark}{=}
319 \key{mark
[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
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))
336 (run-hooks 'dired-mode-hook)
337 (dired-next-line 3) ;move to first matching file.
375 (require 'dired)
[all...]

Completed in 129 milliseconds