Searched +refs:dired +refs:mark +refs:subdir +refs:files (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
263 % load, byte-compile files. You can change files' attributes, run shell
264 % commands on files, or insert subdirectories into the edit buffer. You can
265 % "flag" files for deletion or "mark" file
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Ddired.el0 ;;; dired.el --- directory-browsing commands
8 ;; Keywords: files
40 (defgroup dired nil function
43 :group 'files)
45 (defgroup dired-mark nil
47 :prefix "dired-"
48 :group 'dired)
52 (defcustom dired-listing-switches "-al"
56 `dired
592 (defun dired (dirname &optional switches) function
[all...]
H A Dido.el1 ;;; ido.el --- interactively do things with buffers and files.
30 ;; Ido - interactive do - switches between buffers and opens files and
37 ;; As you type in a substring, the list of buffers or files currently
39 ;; ordered so that the most recent buffers or files visited come at
50 ;; all of the matching buffers or files as you type.
102 ;; Likewise, if you use C-x C-f (ido-find-file), the list of files and
104 ;; fashion as the buffers above. The files and directories are
114 ;; the files in that directory, simply move the directory to the head
123 ;; files on other hosts using the ange-ftp notations `/host:' and
135 ;; Hidden buffers and files
[all...]
H A Dvc.el73 ;; vc's back is turned, or move/rename master files while vc is running,
128 ;; of all files in DIR in a fast way. The function should not return
129 ;; anything, but rather store the files' states into the corresponding
164 ;; - dired-state-info (file)
167 ;; used in a vc-dired buffer. The default implementation deals well
189 ;; out what backend to use for registration of new files and for things
263 ;; locking is used for files under this backend, and if files can
299 ;; - update-changelog (files)
302 ;; all files a
[all...]

Completed in 214 milliseconds