Searched refs:dired (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10/emacs-93/emacs/etc/
H A DMakefile27 all: refcards dired-refcards misc-refcards
33 dired-refcards: dired-ref.ps cs-dired-ref.ps fr-drdref.ps sk-dired-ref.ps
48 cs-refcard.dvi cs-dired-ref.dvi cs-survival.dvi: %.dvi: %.tex
81 cs-dired-ref.ps cs-refcard.ps cs-survival.ps fr-drdref.ps \
83 sk-dired-ref.ps sk-refcard.ps sk-survival.ps: %.ps: %.dvi
91 dired-ref.ps gnus-booklet.ps gnus-refcard.ps survival.ps vipcard.ps \
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
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}
389 \metax{dired file(s) whose name matches a pattern}{M-x find-name-dired}
390 \metax{dired file(s) that contain pattern}{M-x find-grep-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
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 s�bory obsahuj�ce vzorku}{M-x find-grep-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
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 soubory obsahuj�c� vzorek}{M-x find-grep-dired}
[all...]
H A Dfr-drdref.tex243 % I cannot figure out how to make all dired-x
258 \centerline{Les commandes marqu\'ees par \dx{} n\'ecessitent dired-x}
262 % Avec dired, vous pouvez \'editer la liste des fichiers d'un r\'epertoire
296 \key{lancer dired}{C-x d} \key{\'edite le r\'epertoire du fichier que l'on
297 est en train d'\'editer}{C-x C-j\dx} \key{quitter dired}{q}
406 \key{fichier(s) dired dont le nom correspond \`a un motif}{M-x
407 find-names-dired}
408 \metax{fichier(s) dired contenant un motif}{M-x find-grep-dired}
409 \metax{fichier(s) dired ba
[all...]
/macosx-10.10/emacs-93/emacs/man/
H A Dmakefile.w32-in34 $(infodir)/cl $(infodir)/dired-x $(infodir)/ediff \
46 DVI_TARGETS = emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \
68 $(srcdir)/dired-xtra.texi \
107 $(srcdir)/dired.texi \
185 $(infodir)/dired-x: dired-x.texi
186 $(MAKEINFO) dired-x.texi
187 dired-x.dvi: dired-x.texi
188 $(ENVADD) $(TEXI2DVI) $(srcdir)/dired
[all...]
H A DMakefile.in37 ../info/dired-x ../info/ediff ../info/forms ../info/gnus \
46 DVI_TARGETS = emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \
67 $(srcdir)/dired-xtra.texi \
106 ${srcdir}/dired.texi \
182 ../info/dired-x: dired-x.texi
183 cd $(srcdir); $(MAKEINFO) dired-x.texi
184 dired-x.dvi: dired-x.texi
185 $(ENVADD) $(TEXI2DVI) ${srcdir}/dired
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dfind-dired.el1 ;;; find-dired.el --- run a `find' command and dired the output
32 (require 'dired)
34 (defgroup find-dired nil
35 "Run a `find' command and dired the output."
36 :group 'dired
39 (defcustom find-dired-find-program "find"
41 :group 'dired
53 LS-SWITCHES is a list of `ls' switches to tell dired how to parse the output."
56 :group 'find-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)
63 (defvar dired-subdir-switches nil
65 If nil, `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...]
H A Dfind-lisp.el48 (require 'dired)
50 (defvar dired-buffers)
51 (defvar dired-subdir-alist)
59 "Indentation for dired file lines.")
167 ;; Find-dired all in Lisp
171 (defun find-lisp-find-dired (dir regexp)
175 (find-lisp-find-dired-internal
183 (defun find-lisp-find-dired-subdirectories (dir)
186 (find-lisp-find-dired-internal
192 ;; Most of this is lifted from find-dired
[all...]
H A Dtool-bar.el237 (tool-bar-add-item-from-menu 'dired "diropen")
H A Dthumbs.el32 ;; your images, use image-dired.el
51 ;; from dired, C-t m enter in thumbs-mode with all marked files
61 (require 'dired)
414 (defun thumbs-dired-show-marked ()
415 "In dired, make a thumbs buffer with marked files."
417 (thumbs-show-thumbs-list (dired-get-marked-files) nil t))
420 (defun thumbs-dired-show ()
421 "In dired, make a thumbs buffer with all files in current directory."
730 (thumbs-dired-show))
747 (defun thumbs-dired ()
[all...]
H A Dwdired.el1 ;;; wdired.el --- Rename files editing their names in dired buffers
8 ;; Keywords: dired, environment, files, renaming
34 ;; the files in a "dired" buffer? Now you can do this. All the power
38 ;; dired buffer editable, by changing the buffer mode (which inhibits
39 ;; all of the commands of dired mode). Here you can edit the names of
41 ;; renaming takes effect and you are back to dired mode.
51 ;; working unix-alike `dired-chmod-program'). See and customize the
71 ;; (define-key dired-mode-map "r" 'wdired-change-to-wdired-mode)
77 ;; (eval-after-load "dired"
79 ;; (define-key dired
[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...]
H A Dido.el411 (defcustom ido-show-dot-for-dired nil
413 This allows the current directory to be opened immediately with `dired'."
1494 (define-key map [remap dired] 'ido-dired)
1571 (define-key map "\C-x\C-d" 'ido-enter-dired)
2029 ((memq ido-exit '(dired fallback find-file switch-to-buffer insert-buffer insert-file))
2326 ((eq ido-exit 'dired)
2327 (dired (concat ido-current-directory (or ido-text ""))))
2338 ((memq method '(dired list-directory))
2354 (if (eq method 'dired)
[all...]
H A Dcus-start.el129 ;; dired.c
130 (completion-ignored-extensions dired
H A Dimage-dired.el1 ;;; image-dired.el --- use dired to browse and manipulate your images
38 ;; `dired' to do it. It would allow me to do almost anything I wanted,
40 ;; letting me manipulate and tag them in various ways. `dired' already
48 ;; browsing the thumbnail buffer was slow too. image-dired.el will not
50 ;; quickly and easily in dired. I copied a great deal of ideas and
53 ;; `image-dired' stores the thumbnail files in `image-dired-dir'
55 ;; ~/.emacs.d/image-dired/myimage01.thumb.jpg. The "database" is for
70 ;; * For `image-dired
[all...]
H A Dmenu-bar.el201 (define-key menu-bar-file-menu [dired]
202 '(menu-item "Open Directory..." dired
1447 (put 'dired 'menu-enable '(menu-bar-non-minibuffer-window-p))
H A Dls-lisp.el9 ;; Keywords: unix, dired
72 :group 'dired)
95 (and (boundp 'ls-lisp-dired-ignore-case) ls-lisp-dired-ignore-case))
224 ;; Remove --dired switch
225 (if (string-match "--dired " switches)
538 (propertize file-name 'dired-filename t)
H A Dfiles.el256 (defcustom dired-kept-versions 2
260 :group 'dired)
372 (defcustom find-file-run-dired t
378 (defcustom find-directory-functions '(cvs-dired-noselect dired-noselect)
382 :type '(hook :options (cvs-dired-noselect dired-noselect))
1237 (odir dired-directory)
1251 ;; Likewise for dired buffers.
1252 (setq dired
[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...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-dired.el1 ;;; gnus-dired.el --- utility functions where gnus and dired meet
30 ;; and dired. To enable the gnus-dired-mode minor mode which will
31 ;; have the effect of installing keybindings in dired-mode, place the
34 ;; (require 'gnus-dired) ;, isn't needed due to autoload cookies
35 ;; (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
37 ;; Note that if you visit dired buffers before your ~/.gnus file has
38 ;; been read, those dired buffer
[all...]
H A Dgmm-utils.el160 ;; (new-file open-file dired kill-buffer write-file
165 (const dired)
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dsun-fns.el405 ("Dired" dired nil)

Completed in 214 milliseconds

12