Searched +refs:dired +refs:diff (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/emacs-93/emacs/etc/
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}
339 \key{modifier les marques par un caract\`ere diff\'erent}{* c}
386 \key{placer un flag sur les diff\'erents fichiers interm\'ediaires}{\&}
406 \key{fichier(s) dired dont le nom correspond \`a un motif}{M-x
407 find-names-dired}
408 \metax{fichier(s) dired contenan
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
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 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 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)
378 (diff (- length (* thumbs-max-image-number thumbs-extra-images))))
379 (nbutlast list diff)
386 (if (> diff 0) (message "Type + to display more images."))))
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
[all...]
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)
564 (diff (- (ls-lisp-time-to-seconds time)
582 (if (and (<= past-cutoff diff) (<= diff
[all...]
H A Dvc.el62 ;; Proper function of the SCCS diff commands requires the shellscript vcdiff
155 ;; vc-BACKEND-diff. (Note that vc-BACKEND-diff must not run
156 ;; asynchronously in this case, see variable `vc-disable-async-diff'.)
164 ;; - dired-state-info (file)
167 ;; used in a vc-dired buffer. The default implementation deals well
306 ;; * diff (file &optional rev1 rev2 buffer)
308 ;; Insert the diff for FILE into BUFFER, or the *vc-diff* buffer if
314 ;; BACKEND 'diff) t
[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...]
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 Dpcvs.el38 ;; familiar with VC, it is somewhat like VC-dired: it presents the status of
40 ;; of them at a time. Compared to VC-dired, it is considerably better and
48 ;; for VC-dired. As such, I've tried to make PCL-CVS and VC interoperate
109 ;; - cvs-mode-(i)diff-other-{file,buffer,cvs-buffer}
165 (cvs-flags-define cvs-diff-flags (cvs-defaults '("-u" "-N") '("-c" "-N") '("-u" "-b")))
180 (dolist (cmd '("cvs" "checkout" "status" "log" "diff" "tag"
681 ;; for cases where the output was inserted in *vc-diff* or
1190 `\\[cvs-mode-diff-map]':diff* `\\[cvs-mode-log]':log \
1437 :options '(cvs-mode-diff)
[all...]
H A Dldefs-boot.el1154 Major mode for viewing an archive file in a dired-like way.
2227 ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2278 (autoload (quote browse-url-of-dired-file) "browse-url" "\
6880 ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
6881 ;;;;;; "diff.el" (17992 30877))
6882 ;;; Generated autoloads from diff
[all...]

Completed in 181 milliseconds