Searched +refs:dired +refs:mark +refs:symlinks (Results 1 - 4 of 4) 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 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...]
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)
592 (defun dired (dirname &optional switches) function
[all...]
H A Ddired-x.el0 ;;; dired-x.el --- extra Dired functionality -*-byte-compile-dynamic: t;-*-
8 ;; Keywords: dired extensions files
32 ;; This is Sebastian Kremer's excellent dired-x.el (Dired Extra), version
34 ;; been removed or renamed in order to work properly with dired of GNU
41 ;; BUGS: Type M-x dired-x-submit-report and a report will be generated.
45 ;; (add-hook 'dired-load-hook
47 ;; (load "dired-x")
49 ;; ;; (setq dired-guess-shell-gnutar "gtar")
51 ;; (add-hook 'dired-mode-hook
54 ;; ;; (dired
[all...]

Completed in 119 milliseconds