Searched +refs:dired +refs:compress (Results 1 - 5 of 5) sorted by relevance

/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
262 % Editing a directory means that you can visit, rename, copy, compress,
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}
356 \key{compress or uncompress file(s)}{Z}
389 \metax{dired file(s) whose name matches a pattern}{M-x find-name-dired}
[all...]
H A Dsk-dired-ref.tex251 % I cannot figure out how to make all dired-x
264 \centerline{Pr�kazy ozna�en� \dx{} vy�aduj� dired-x}
268 % In dired, you can edit a list of the files in a directory (and optionally
271 % Editing a directory means that you can visit, rename, copy, compress,
295 \key{spustenie dired}{C-x d}
296 \key{spustenie dired v adres�ri s aktu�lnym s�borom}{C-x C-j \dx}
297 \key{ukon�enie dired}{q}
399 \metax{otvor v dired s�bory vyhovuj�ce vzorke}{M-x find-name-dired}
400 \metax{otvor v dired
[all...]
H A Dcs-dired-ref.tex250 % I cannot figure out how to make all dired-x
261 \centerline{P��kazy ozna�en� \dx{} vy�aduj� dired-x}
265 % In dired, you can edit a list of the files in a directory (and optionally
268 % Editing a directory means that you can visit, rename, copy, compress,
292 \key{spu�t�n� dired}{C-x d}
293 \key{spu�t�n� dired v adres��i s aktu�ln�m souborem}{C-x C-j \dx}
294 \key{ukon�en� dired}{q}
395 \metax{otev�i v dired soubory vyhovuj�c� vzorku}{M-x find-name-dired}
396 \metax{otev�i v dired soubor
[all...]
/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-switches nil
65 If nil, `dired
592 (defun dired (dirname &optional switches) function
[all...]
H A Ddired-aux.el0 ;;; dired-aux.el --- less commonly used parts of dired -*-byte-compile-dynamic: t;-*-
29 ;; The parts of dired mode not normally used. This is a space-saving hack
39 ;; We need macros in dired.el to compile properly.
40 (eval-when-compile (require 'dired))
42 (defvar dired-create-files-failures nil
43 "Variable where `dired-create-files' records failing file names.
45 into this list; they also should call `dired-log' to log the errors.")
48 ;;;###begin dired-cmd.el
51 (defconst dired
[all...]

Completed in 282 milliseconds