]> code.delx.au - gnu-emacs/blob - lisp/dired.el
Merge from emacs-23
[gnu-emacs] / lisp / dired.el
1 ;;; dired.el --- directory-browsing commands
2
3 ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 2000,
4 ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
5 ;; Free Software Foundation, Inc.
6
7 ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>
8 ;; Maintainer: FSF
9 ;; Keywords: files
10 ;; Package: emacs
11
12 ;; This file is part of GNU Emacs.
13
14 ;; GNU Emacs is free software: you can redistribute it and/or modify
15 ;; it under the terms of the GNU General Public License as published by
16 ;; the Free Software Foundation, either version 3 of the License, or
17 ;; (at your option) any later version.
18
19 ;; GNU Emacs is distributed in the hope that it will be useful,
20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 ;; GNU General Public License for more details.
23
24 ;; You should have received a copy of the GNU General Public License
25 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
26
27 ;;; Commentary:
28
29 ;; This is a major mode for directory browsing and editing.
30 ;; It is documented in the Emacs manual.
31
32 ;; Rewritten in 1990/1991 to add tree features, file marking and
33 ;; sorting by Sebastian Kremer <sk@thp.uni-koeln.de>.
34 ;; Finished up by rms in 1992.
35
36 ;;; Code:
37
38 (eval-when-compile (require 'cl))
39
40 ;;; Customizable variables
41
42 (defgroup dired nil
43 "Directory editing."
44 :link '(custom-manual "(emacs)Dired")
45 :group 'files)
46
47 (defgroup dired-mark nil
48 "Handling marks in Dired."
49 :prefix "dired-"
50 :group 'dired)
51
52
53 ;;;###autoload
54 (defcustom dired-listing-switches (purecopy "-al")
55 "Switches passed to `ls' for Dired. MUST contain the `l' option.
56 May contain all other options that don't contradict `-l';
57 may contain even `F', `b', `i' and `s'. See also the variable
58 `dired-ls-F-marks-symlinks' concerning the `F' switch.
59 On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
60 some of the `ls' switches are not supported; see the doc string of
61 `insert-directory' in `ls-lisp.el' for more details."
62 :type 'string
63 :group 'dired)
64
65 (defcustom dired-subdir-switches nil
66 "If non-nil, switches passed to `ls' for inserting subdirectories.
67 If nil, `dired-listing-switches' is used."
68 :group 'dired
69 :type '(choice (const :tag "Use dired-listing-switches" nil)
70 (string :tag "Switches")))
71
72 (defcustom dired-chown-program
73 (purecopy (cond ((executable-find "chown") "chown")
74 ((file-executable-p "/usr/sbin/chown") "/usr/sbin/chown")
75 ((file-executable-p "/etc/chown") "/etc/chown")
76 (t "chown")))
77 "Name of chown command (usually `chown')."
78 :group 'dired
79 :type 'file)
80
81 (defcustom dired-use-ls-dired 'unspecified
82 "Non-nil means Dired should use \"ls --dired\".
83 The special value of `unspecified' means to check explicitly, and
84 save the result in this variable. This is performed the first
85 time `dired-insert-directory' is called."
86 :group 'dired
87 :type '(choice (const :tag "Check for --dired support" unspecified)
88 (const :tag "Do not use --dired" nil)
89 (other :tag "Use --dired" t)))
90
91 (defcustom dired-chmod-program "chmod"
92 "Name of chmod command (usually `chmod')."
93 :group 'dired
94 :type 'file)
95
96 (defcustom dired-touch-program "touch"
97 "Name of touch command (usually `touch')."
98 :group 'dired
99 :type 'file)
100
101 (defcustom dired-ls-F-marks-symlinks nil
102 "Informs Dired about how `ls -lF' marks symbolic links.
103 Set this to t if `ls' (or whatever program is specified by
104 `insert-directory-program') with `-lF' marks the symbolic link
105 itself with a trailing @ (usually the case under Ultrix).
106
107 Example: if `ln -s foo bar; ls -F bar' gives `bar -> foo', set it to
108 nil (the default), if it gives `bar@ -> foo', set it to t.
109
110 Dired checks if there is really a @ appended. Thus, if you have a
111 marking `ls' program on one host and a non-marking on another host, and
112 don't care about symbolic links which really end in a @, you can
113 always set this variable to t."
114 :type 'boolean
115 :group 'dired-mark)
116
117 (defcustom dired-trivial-filenames (purecopy "^\\.\\.?$\\|^#")
118 "Regexp of files to skip when finding first file of a directory.
119 A value of nil means move to the subdir line.
120 A value of t means move to first file."
121 :type '(choice (const :tag "Move to subdir" nil)
122 (const :tag "Move to first" t)
123 regexp)
124 :group 'dired)
125
126 (defcustom dired-keep-marker-rename t
127 ;; Use t as default so that moved files "take their markers with them".
128 "Controls marking of renamed files.
129 If t, files keep their previous marks when they are renamed.
130 If a character, renamed files (whether previously marked or not)
131 are afterward marked with that character."
132 :type '(choice (const :tag "Keep" t)
133 (character :tag "Mark"))
134 :group 'dired-mark)
135
136 (defcustom dired-keep-marker-copy ?C
137 "Controls marking of copied files.
138 If t, copied files are marked if and as the corresponding original files were.
139 If a character, copied files are unconditionally marked with that character."
140 :type '(choice (const :tag "Keep" t)
141 (character :tag "Mark"))
142 :group 'dired-mark)
143
144 (defcustom dired-keep-marker-hardlink ?H
145 "Controls marking of newly made hard links.
146 If t, they are marked if and as the files linked to were marked.
147 If a character, new links are unconditionally marked with that character."
148 :type '(choice (const :tag "Keep" t)
149 (character :tag "Mark"))
150 :group 'dired-mark)
151
152 (defcustom dired-keep-marker-symlink ?Y
153 "Controls marking of newly made symbolic links.
154 If t, they are marked if and as the files linked to were marked.
155 If a character, new links are unconditionally marked with that character."
156 :type '(choice (const :tag "Keep" t)
157 (character :tag "Mark"))
158 :group 'dired-mark)
159
160 (defcustom dired-dwim-target nil
161 "If non-nil, Dired tries to guess a default target directory.
162 This means: if there is a dired buffer displayed in the next window,
163 use its current subdir, instead of the current subdir of this dired buffer.
164
165 The target is used in the prompt for file copy, rename etc."
166 :type 'boolean
167 :group 'dired)
168
169 (defcustom dired-copy-preserve-time t
170 "If non-nil, Dired preserves the last-modified time in a file copy.
171 \(This works on only some systems.)"
172 :type 'boolean
173 :group 'dired)
174
175 ; These variables were deleted and the replacements are on files.el.
176 ; We leave aliases behind for back-compatibility.
177 (defvaralias 'dired-free-space-program 'directory-free-space-program)
178 (defvaralias 'dired-free-space-args 'directory-free-space-args)
179
180 ;;; Hook variables
181
182 (defcustom dired-load-hook nil
183 "Run after loading Dired.
184 You can customize key bindings or load extensions with this."
185 :group 'dired
186 :type 'hook)
187
188 (defcustom dired-mode-hook nil
189 "Run at the very end of `dired-mode'."
190 :group 'dired
191 :type 'hook)
192
193 (defcustom dired-before-readin-hook nil
194 "This hook is run before a dired buffer is read in (created or reverted)."
195 :group 'dired
196 :type 'hook)
197
198 (defcustom dired-after-readin-hook nil
199 "Hook run after each time a file or directory is read by Dired.
200 After each listing of a file or directory, this hook is run
201 with the buffer narrowed to the listing."
202 :group 'dired
203 :type 'hook)
204 ;; Note this can't simply be run inside function `dired-ls' as the hook
205 ;; functions probably depend on the dired-subdir-alist to be OK.
206
207 (defcustom dired-dnd-protocol-alist
208 '(("^file:///" . dired-dnd-handle-local-file)
209 ("^file://" . dired-dnd-handle-file)
210 ("^file:" . dired-dnd-handle-local-file))
211 "The functions to call when a drop in `dired-mode' is made.
212 See `dnd-protocol-alist' for more information. When nil, behave
213 as in other buffers. Changing this option is effective only for
214 new dired buffers."
215 :type '(choice (repeat (cons (regexp) (function)))
216 (const :tag "Behave as in other buffers" nil))
217 :version "22.1"
218 :group 'dired)
219
220 ;; Internal variables
221
222 (defvar dired-marker-char ?* ; the answer is 42
223 ;; so that you can write things like
224 ;; (let ((dired-marker-char ?X))
225 ;; ;; great code using X markers ...
226 ;; )
227 ;; For example, commands operating on two sets of files, A and B.
228 ;; Or marking files with digits 0-9. This could implicate
229 ;; concentric sets or an order for the marked files.
230 ;; The code depends on dynamic scoping on the marker char.
231 "In Dired, the current mark character.
232 This is what the do-commands look for, and what the mark-commands store.")
233
234 (defvar dired-del-marker ?D
235 "Character used to flag files for deletion.")
236
237 (defvar dired-shrink-to-fit t
238 ;; I see no reason ever to make this nil -- rms.
239 ;; (> baud-rate search-slow-speed)
240 "Non-nil means Dired shrinks the display buffer to fit the marked files.")
241
242 (defvar dired-flagging-regexp nil);; Last regexp used to flag files.
243
244 (defvar dired-file-version-alist)
245
246 ;;;###autoload
247 (defvar dired-directory nil
248 "The directory name or wildcard spec that this dired directory lists.
249 Local to each dired buffer. May be a list, in which case the car is the
250 directory name and the cdr is the list of files to mention.
251 The directory name must be absolute, but need not be fully expanded.")
252
253 (defvar dired-actual-switches nil
254 "The value of `dired-listing-switches' used to make this buffer's text.")
255
256 (defvar dired-re-inode-size "[0-9 \t]*"
257 "Regexp for optional initial inode and file size as made by `ls -i -s'.")
258
259 ;; These regexps must be tested at beginning-of-line, but are also
260 ;; used to search for next matches, so neither omitting "^" nor
261 ;; replacing "^" by "\n" (to make it slightly faster) will work.
262
263 (defvar dired-re-mark "^[^ \n]")
264 ;; "Regexp matching a marked line.
265 ;; Important: the match ends just after the marker."
266 (defvar dired-re-maybe-mark "^. ")
267 ;; The [^:] part after "d" and "l" is to avoid confusion with the
268 ;; DOS/Windows-style drive letters in directory names, like in "d:/foo".
269 (defvar dired-re-dir (concat dired-re-maybe-mark dired-re-inode-size "d[^:]"))
270 (defvar dired-re-sym (concat dired-re-maybe-mark dired-re-inode-size "l[^:]"))
271 (defvar dired-re-exe;; match ls permission string of an executable file
272 (mapconcat (function
273 (lambda (x)
274 (concat dired-re-maybe-mark dired-re-inode-size x)))
275 '("-[-r][-w][xs][-r][-w].[-r][-w]."
276 "-[-r][-w].[-r][-w][xs][-r][-w]."
277 "-[-r][-w].[-r][-w].[-r][-w][xst]")
278 "\\|"))
279 (defvar dired-re-perms "[-bcdlps][-r][-w].[-r][-w].[-r][-w].")
280 (defvar dired-re-dot "^.* \\.\\.?/?$")
281
282 ;; The subdirectory names in the next two lists are expanded.
283 (defvar dired-subdir-alist nil
284 "Association list of subdirectories and their buffer positions.
285 Each subdirectory has an element: (DIRNAME . STARTMARKER).
286 The order of elements is the reverse of the order in the buffer.
287 In simple cases, this list contains one element.")
288
289 (defvar dired-switches-alist nil
290 "Keeps track of which switches to use for inserted subdirectories.
291 This is an alist of the form (SUBDIR . SWITCHES).")
292 (make-variable-buffer-local 'dired-switches-alist)
293
294 (defvaralias 'dired-move-to-filename-regexp
295 'directory-listing-before-filename-regexp)
296
297 (defvar dired-subdir-regexp "^. \\([^\n\r]+\\)\\(:\\)[\n\r]"
298 "Regexp matching a maybe hidden subdirectory line in `ls -lR' output.
299 Subexpression 1 is the subdirectory proper, no trailing colon.
300 The match starts at the beginning of the line and ends after the end
301 of the line (\\n or \\r).
302 Subexpression 2 must end right before the \\n or \\r.")
303
304 (defgroup dired-faces nil
305 "Faces used by Dired."
306 :group 'dired
307 :group 'faces)
308
309 (defface dired-header
310 '((t (:inherit font-lock-type-face)))
311 "Face used for directory headers."
312 :group 'dired-faces
313 :version "22.1")
314 (defvar dired-header-face 'dired-header
315 "Face name used for directory headers.")
316
317 (defface dired-mark
318 '((t (:inherit font-lock-constant-face)))
319 "Face used for dired marks."
320 :group 'dired-faces
321 :version "22.1")
322 (defvar dired-mark-face 'dired-mark
323 "Face name used for dired marks.")
324
325 (defface dired-marked
326 '((t (:inherit font-lock-warning-face)))
327 "Face used for marked files."
328 :group 'dired-faces
329 :version "22.1")
330 (defvar dired-marked-face 'dired-marked
331 "Face name used for marked files.")
332
333 (defface dired-flagged
334 '((t (:inherit font-lock-warning-face)))
335 "Face used for flagged files."
336 :group 'dired-faces
337 :version "22.1")
338 (defvar dired-flagged-face 'dired-flagged
339 "Face name used for flagged files.")
340
341 (defface dired-warning
342 ;; Inherit from font-lock-warning-face since with min-colors 8
343 ;; font-lock-comment-face is not colored any more.
344 '((t (:inherit font-lock-warning-face)))
345 "Face used to highlight a part of a buffer that needs user attention."
346 :group 'dired-faces
347 :version "22.1")
348 (defvar dired-warning-face 'dired-warning
349 "Face name used for a part of a buffer that needs user attention.")
350
351 (defface dired-perm-write
352 '((((type w32 pc)) :inherit default) ;; These default to rw-rw-rw.
353 ;; Inherit from font-lock-comment-delimiter-face since with min-colors 8
354 ;; font-lock-comment-face is not colored any more.
355 (t (:inherit font-lock-comment-delimiter-face)))
356 "Face used to highlight permissions of group- and world-writable files."
357 :group 'dired-faces
358 :version "22.2")
359 (defvar dired-perm-write-face 'dired-perm-write
360 "Face name used for permissions of group- and world-writable files.")
361
362 (defface dired-directory
363 '((t (:inherit font-lock-function-name-face)))
364 "Face used for subdirectories."
365 :group 'dired-faces
366 :version "22.1")
367 (defvar dired-directory-face 'dired-directory
368 "Face name used for subdirectories.")
369
370 (defface dired-symlink
371 '((t (:inherit font-lock-keyword-face)))
372 "Face used for symbolic links."
373 :group 'dired-faces
374 :version "22.1")
375 (defvar dired-symlink-face 'dired-symlink
376 "Face name used for symbolic links.")
377
378 (defface dired-ignored
379 '((t (:inherit shadow)))
380 "Face used for files suffixed with `completion-ignored-extensions'."
381 :group 'dired-faces
382 :version "22.1")
383 (defvar dired-ignored-face 'dired-ignored
384 "Face name used for files suffixed with `completion-ignored-extensions'.")
385
386 (defvar dired-font-lock-keywords
387 (list
388 ;;
389 ;; Dired marks.
390 (list dired-re-mark '(0 dired-mark-face))
391 ;;
392 ;; We make heavy use of MATCH-ANCHORED, since the regexps don't identify the
393 ;; file name itself. We search for Dired defined regexps, and then use the
394 ;; Dired defined function `dired-move-to-filename' before searching for the
395 ;; simple regexp ".+". It is that regexp which matches the file name.
396 ;;
397 ;; Marked files.
398 (list (concat "^[" (char-to-string dired-marker-char) "]")
399 '(".+" (dired-move-to-filename) nil (0 dired-marked-face)))
400 ;;
401 ;; Flagged files.
402 (list (concat "^[" (char-to-string dired-del-marker) "]")
403 '(".+" (dired-move-to-filename) nil (0 dired-flagged-face)))
404 ;; People who are paranoid about security would consider this more
405 ;; important than other things such as whether it is a directory.
406 ;; But we don't want to encourage paranoia, so our default
407 ;; should be what's most useful for non-paranoids. -- rms.
408 ;;; ;;
409 ;;; ;; Files that are group or world writable.
410 ;;; (list (concat dired-re-maybe-mark dired-re-inode-size
411 ;;; "\\([-d]\\(....w....\\|.......w.\\)\\)")
412 ;;; '(1 dired-warning-face)
413 ;;; '(".+" (dired-move-to-filename) nil (0 dired-warning-face)))
414 ;; However, we don't need to highlight the file name, only the
415 ;; permissions, to win generally. -- fx.
416 ;; Fixme: we could also put text properties on the permission
417 ;; fields with keymaps to frob the permissions, somewhat a la XEmacs.
418 (list (concat dired-re-maybe-mark dired-re-inode-size
419 "[-d]....\\(w\\)....") ; group writable
420 '(1 dired-perm-write-face))
421 (list (concat dired-re-maybe-mark dired-re-inode-size
422 "[-d].......\\(w\\).") ; world writable
423 '(1 dired-perm-write-face))
424 ;;
425 ;; Subdirectories.
426 (list dired-re-dir
427 '(".+" (dired-move-to-filename) nil (0 dired-directory-face)))
428 ;;
429 ;; Symbolic links.
430 (list dired-re-sym
431 '(".+" (dired-move-to-filename) nil (0 dired-symlink-face)))
432 ;;
433 ;; Files suffixed with `completion-ignored-extensions'.
434 '(eval .
435 ;; It is quicker to first find just an extension, then go back to the
436 ;; start of that file name. So we do this complex MATCH-ANCHORED form.
437 (list (concat "\\(" (regexp-opt completion-ignored-extensions) "\\|#\\)$")
438 '(".+" (dired-move-to-filename) nil (0 dired-ignored-face))))
439 ;;
440 ;; Files suffixed with `completion-ignored-extensions'
441 ;; plus a character put in by -F.
442 '(eval .
443 (list (concat "\\(" (regexp-opt completion-ignored-extensions)
444 "\\|#\\)[*=|]$")
445 '(".+" (progn
446 (end-of-line)
447 ;; If the last character is not part of the filename,
448 ;; move back to the start of the filename
449 ;; so it can be fontified.
450 ;; Otherwise, leave point at the end of the line;
451 ;; that way, nothing is fontified.
452 (unless (get-text-property (1- (point)) 'mouse-face)
453 (dired-move-to-filename)))
454 nil (0 dired-ignored-face))))
455 ;;
456 ;; Explicitly put the default face on file names ending in a colon to
457 ;; avoid fontifying them as directory header.
458 (list (concat dired-re-maybe-mark dired-re-inode-size dired-re-perms ".*:$")
459 '(".+" (dired-move-to-filename) nil (0 'default)))
460 ;;
461 ;; Directory headers.
462 (list dired-subdir-regexp '(1 dired-header-face))
463 )
464 "Additional expressions to highlight in Dired mode.")
465
466 (defvar dnd-protocol-alist)
467 \f
468 ;;; Macros must be defined before they are used, for the byte compiler.
469
470 (defmacro dired-mark-if (predicate msg)
471 "Mark all files for which PREDICATE evals to non-nil.
472 PREDICATE is evaluated on each line, with point at beginning of line.
473 MSG is a noun phrase for the type of files being marked.
474 It should end with a noun that can be pluralized by adding `s'.
475 Return value is the number of files marked, or nil if none were marked."
476 `(let ((inhibit-read-only t) count)
477 (save-excursion
478 (setq count 0)
479 (if ,msg (message "Marking %ss..." ,msg))
480 (goto-char (point-min))
481 (while (not (eobp))
482 (if ,predicate
483 (progn
484 (delete-char 1)
485 (insert dired-marker-char)
486 (setq count (1+ count))))
487 (forward-line 1))
488 (if ,msg (message "%s %s%s %s%s."
489 count
490 ,msg
491 (dired-plural-s count)
492 (if (eq dired-marker-char ?\040) "un" "")
493 (if (eq dired-marker-char dired-del-marker)
494 "flagged" "marked"))))
495 (and (> count 0) count)))
496
497 (defmacro dired-map-over-marks (body arg &optional show-progress
498 distinguish-one-marked)
499 "Eval BODY with point on each marked line. Return a list of BODY's results.
500 If no marked file could be found, execute BODY on the current line.
501 ARG, if non-nil, specifies the files to use instead of the marked files.
502 If ARG is an integer, use the next ARG (or previous -ARG, if
503 ARG<0) files. In that case, point is dragged along. This is
504 so that commands on the next ARG (instead of the marked) files
505 can be chained easily.
506 For any other non-nil value of ARG, use the current file.
507 If optional third arg SHOW-PROGRESS evaluates to non-nil,
508 redisplay the dired buffer after each file is processed.
509 No guarantee is made about the position on the marked line.
510 BODY must ensure this itself if it depends on this.
511 Search starts at the beginning of the buffer, thus the car of the list
512 corresponds to the line nearest to the buffer's bottom. This
513 is also true for (positive and negative) integer values of ARG.
514 BODY should not be too long as it is expanded four times.
515
516 If DISTINGUISH-ONE-MARKED is non-nil, then if we find just one marked file,
517 return (t FILENAME) instead of (FILENAME)."
518 ;;
519 ;;Warning: BODY must not add new lines before point - this may cause an
520 ;;endless loop.
521 ;;This warning should not apply any longer, sk 2-Sep-1991 14:10.
522 `(prog1
523 (let ((inhibit-read-only t) case-fold-search found results)
524 (if ,arg
525 (if (integerp ,arg)
526 (progn ;; no save-excursion, want to move point.
527 (dired-repeat-over-lines
528 ,arg
529 (function (lambda ()
530 (if ,show-progress (sit-for 0))
531 (setq results (cons ,body results)))))
532 (if (< ,arg 0)
533 (nreverse results)
534 results))
535 ;; non-nil, non-integer ARG means use current file:
536 (list ,body))
537 (let ((regexp (dired-marker-regexp)) next-position)
538 (save-excursion
539 (goto-char (point-min))
540 ;; remember position of next marked file before BODY
541 ;; can insert lines before the just found file,
542 ;; confusing us by finding the same marked file again
543 ;; and again and...
544 (setq next-position (and (re-search-forward regexp nil t)
545 (point-marker))
546 found (not (null next-position)))
547 (while next-position
548 (goto-char next-position)
549 (if ,show-progress (sit-for 0))
550 (setq results (cons ,body results))
551 ;; move after last match
552 (goto-char next-position)
553 (forward-line 1)
554 (set-marker next-position nil)
555 (setq next-position (and (re-search-forward regexp nil t)
556 (point-marker)))))
557 (if (and ,distinguish-one-marked (= (length results) 1))
558 (setq results (cons t results)))
559 (if found
560 results
561 (list ,body)))))
562 ;; save-excursion loses, again
563 (dired-move-to-filename)))
564
565 (defun dired-get-marked-files (&optional localp arg filter distinguish-one-marked)
566 "Return the marked files' names as list of strings.
567 The list is in the same order as the buffer, that is, the car is the
568 first marked file.
569 Values returned are normally absolute file names.
570 Optional arg LOCALP as in `dired-get-filename'.
571 Optional second argument ARG, if non-nil, specifies files near
572 point instead of marked files. It usually comes from the prefix
573 argument.
574 If ARG is an integer, use the next ARG files.
575 Any other non-nil value means to use the current file instead.
576 Optional third argument FILTER, if non-nil, is a function to select
577 some of the files--those for which (funcall FILTER FILENAME) is non-nil.
578
579 If DISTINGUISH-ONE-MARKED is non-nil, then if we find just one marked file,
580 return (t FILENAME) instead of (FILENAME).
581 Don't use that together with FILTER."
582 (let* ((all-of-them
583 (save-excursion
584 (dired-map-over-marks
585 (dired-get-filename localp)
586 arg nil distinguish-one-marked)))
587 result)
588 (if (not filter)
589 (if (and distinguish-one-marked (eq (car all-of-them) t))
590 all-of-them
591 (nreverse all-of-them))
592 (dolist (file all-of-them)
593 (if (funcall filter file)
594 (push file result)))
595 result)))
596 \f
597 ;; The dired command
598
599 (defun dired-read-dir-and-switches (str)
600 ;; For use in interactive.
601 (reverse (list
602 (if current-prefix-arg
603 (read-string "Dired listing switches: "
604 dired-listing-switches))
605 ;; If a dialog is about to be used, call read-directory-name so
606 ;; the dialog code knows we want directories. Some dialogs can
607 ;; only select directories or files when popped up, not both.
608 (if (next-read-file-uses-dialog-p)
609 (read-directory-name (format "Dired %s(directory): " str)
610 nil default-directory nil)
611 (read-file-name (format "Dired %s(directory): " str)
612 nil default-directory nil)))))
613
614 ;; We want to switch to a more sophisticated version of
615 ;; dired-read-dir-and-switches like the following, if there is a way
616 ;; to make it more intuitive. See bug#1285.
617
618 ;; (defun dired-read-dir-and-switches (str)
619 ;; ;; For use in interactive.
620 ;; (reverse
621 ;; (list
622 ;; (if current-prefix-arg
623 ;; (read-string "Dired listing switches: "
624 ;; dired-listing-switches))
625 ;; ;; If a dialog is about to be used, call read-directory-name so
626 ;; ;; the dialog code knows we want directories. Some dialogs can
627 ;; ;; only select directories or files when popped up, not both.
628 ;; (if (next-read-file-uses-dialog-p)
629 ;; (read-directory-name (format "Dired %s(directory): " str)
630 ;; nil default-directory nil)
631 ;; (let ((cie ()))
632 ;; (dolist (ext completion-ignored-extensions)
633 ;; (if (eq ?/ (aref ext (1- (length ext)))) (push ext cie)))
634 ;; (setq cie (concat (regexp-opt cie "\\(?:") "\\'"))
635 ;; (lexical-let* ((default (and buffer-file-name
636 ;; (abbreviate-file-name buffer-file-name)))
637 ;; (cie cie)
638 ;; (completion-table
639 ;; ;; We need a mix of read-file-name and
640 ;; ;; read-directory-name so that completion to directories
641 ;; ;; is preferred, but if the user wants to enter a global
642 ;; ;; pattern, he can still use completion on filenames to
643 ;; ;; help him write the pattern.
644 ;; ;; Essentially, we want to use
645 ;; ;; (completion-table-with-predicate
646 ;; ;; 'read-file-name-internal 'file-directory-p nil)
647 ;; ;; but that doesn't work because read-file-name-internal
648 ;; ;; does not obey its `predicate' argument.
649 ;; (completion-table-in-turn
650 ;; (lambda (str pred action)
651 ;; (let ((read-file-name-predicate
652 ;; (lambda (f)
653 ;; (and (not (member f '("./" "../")))
654 ;; ;; Hack! Faster than file-directory-p!
655 ;; (eq (aref f (1- (length f))) ?/)
656 ;; (not (string-match cie f))))))
657 ;; (complete-with-action
658 ;; action 'read-file-name-internal str nil)))
659 ;; 'read-file-name-internal)))
660 ;; (minibuffer-with-setup-hook
661 ;; (lambda ()
662 ;; (setq minibuffer-default default)
663 ;; (setq minibuffer-completion-table completion-table))
664 ;; (read-file-name (format "Dired %s(directory): " str)
665 ;; nil default-directory nil))))))))
666
667 (defun dired-file-name-at-point ()
668 "Try to get a file name at point in the current dired buffer.
669 This hook is inteneded to be put in `file-name-at-point-functions'."
670 (let ((filename (dired-get-filename nil t)))
671 (when filename
672 (if (file-directory-p filename)
673 (file-name-as-directory (abbreviate-file-name filename))
674 (abbreviate-file-name filename)))))
675
676 ;;;###autoload (define-key ctl-x-map "d" 'dired)
677 ;;;###autoload
678 (defun dired (dirname &optional switches)
679 "\"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
680 Optional second argument SWITCHES specifies the `ls' options used.
681 \(Interactively, use a prefix argument to be able to specify SWITCHES.)
682 Dired displays a list of files in DIRNAME (which may also have
683 shell wildcards appended to select certain files). If DIRNAME is a cons,
684 its first element is taken as the directory name and the rest as an explicit
685 list of files to make directory entries for.
686 \\<dired-mode-map>\
687 You can move around in it with the usual commands.
688 You can flag files for deletion with \\[dired-flag-file-deletion] and then
689 delete them by typing \\[dired-do-flagged-delete].
690 Type \\[describe-mode] after entering Dired for more info.
691
692 If DIRNAME is already in a dired buffer, that buffer is used without refresh."
693 ;; Cannot use (interactive "D") because of wildcards.
694 (interactive (dired-read-dir-and-switches ""))
695 (switch-to-buffer (dired-noselect dirname switches)))
696
697 ;;;###autoload (define-key ctl-x-4-map "d" 'dired-other-window)
698 ;;;###autoload
699 (defun dired-other-window (dirname &optional switches)
700 "\"Edit\" directory DIRNAME. Like `dired' but selects in another window."
701 (interactive (dired-read-dir-and-switches "in other window "))
702 (switch-to-buffer-other-window (dired-noselect dirname switches)))
703
704 ;;;###autoload (define-key ctl-x-5-map "d" 'dired-other-frame)
705 ;;;###autoload
706 (defun dired-other-frame (dirname &optional switches)
707 "\"Edit\" directory DIRNAME. Like `dired' but makes a new frame."
708 (interactive (dired-read-dir-and-switches "in other frame "))
709 (switch-to-buffer-other-frame (dired-noselect dirname switches)))
710
711 ;;;###autoload
712 (defun dired-noselect (dir-or-list &optional switches)
713 "Like `dired' but returns the dired buffer as value, does not select it."
714 (or dir-or-list (setq dir-or-list default-directory))
715 ;; This loses the distinction between "/foo/*/" and "/foo/*" that
716 ;; some shells make:
717 (let (dirname initially-was-dirname)
718 (if (consp dir-or-list)
719 (setq dirname (car dir-or-list))
720 (setq dirname dir-or-list))
721 (setq initially-was-dirname
722 (string= (file-name-as-directory dirname) dirname))
723 (setq dirname (abbreviate-file-name
724 (expand-file-name (directory-file-name dirname))))
725 (if find-file-visit-truename
726 (setq dirname (file-truename dirname)))
727 ;; If the argument was syntactically a directory name not a file name,
728 ;; or if it happens to name a file that is a directory,
729 ;; convert it syntactically to a directory name.
730 ;; The reason for checking initially-was-dirname
731 ;; and not just file-directory-p
732 ;; is that file-directory-p is slow over ftp.
733 (if (or initially-was-dirname (file-directory-p dirname))
734 (setq dirname (file-name-as-directory dirname)))
735 (if (consp dir-or-list)
736 (setq dir-or-list (cons dirname (cdr dir-or-list)))
737 (setq dir-or-list dirname))
738 (dired-internal-noselect dir-or-list switches)))
739
740 ;; The following is an internal dired function. It returns non-nil if
741 ;; the directory visited by the current dired buffer has changed on
742 ;; disk. DIRNAME should be the directory name of that directory.
743 (defun dired-directory-changed-p (dirname)
744 (not (let ((attributes (file-attributes dirname))
745 (modtime (visited-file-modtime)))
746 (or (eq modtime 0)
747 (not (eq (car attributes) t))
748 (equal (nth 5 attributes) modtime)))))
749
750 (defun dired-buffer-stale-p (&optional noconfirm)
751 "Return non-nil if current dired buffer needs updating.
752 If NOCONFIRM is non-nil, then this function always returns nil
753 for a remote directory. This feature is used by Auto Revert Mode."
754 (let ((dirname
755 (if (consp dired-directory) (car dired-directory) dired-directory)))
756 (and (stringp dirname)
757 (not (when noconfirm (file-remote-p dirname)))
758 (file-readable-p dirname)
759 ;; Do not auto-revert when the dired buffer can be currently
760 ;; written by the user as in `wdired-mode'.
761 buffer-read-only
762 (dired-directory-changed-p dirname))))
763
764 (defcustom dired-auto-revert-buffer nil
765 "Automatically revert dired buffer on revisiting.
766 If t, revisiting an existing dired buffer automatically reverts it.
767 If its value is a function, call this function with the directory
768 name as single argument and revert the buffer if it returns non-nil.
769 Otherwise, a message offering to revert the changed dired buffer
770 is displayed.
771 Note that this is not the same as `auto-revert-mode' that
772 periodically reverts at specified time intervals."
773 :type '(choice
774 (const :tag "Don't revert" nil)
775 (const :tag "Always revert visited dired buffer" t)
776 (const :tag "Revert changed dired buffer" dired-directory-changed-p)
777 (function :tag "Predicate function"))
778 :group 'dired
779 :version "23.2")
780
781 (defun dired-internal-noselect (dir-or-list &optional switches mode)
782 ;; If there is an existing dired buffer for DIRNAME, just leave
783 ;; buffer as it is (don't even call dired-revert).
784 ;; This saves time especially for deep trees or with ange-ftp.
785 ;; The user can type `g' easily, and it is more consistent with find-file.
786 ;; But if SWITCHES are given they are probably different from the
787 ;; buffer's old value, so call dired-sort-other, which does
788 ;; revert the buffer.
789 ;; A pity we can't possibly do "Directory has changed - refresh? "
790 ;; like find-file does.
791 ;; Optional argument MODE is passed to dired-find-buffer-nocreate,
792 ;; see there.
793 (let* ((old-buf (current-buffer))
794 (dirname (if (consp dir-or-list) (car dir-or-list) dir-or-list))
795 ;; Look for an existing buffer.
796 (buffer (dired-find-buffer-nocreate dirname mode))
797 ;; Note that buffer already is in dired-mode, if found.
798 (new-buffer-p (null buffer)))
799 (or buffer
800 (setq buffer (create-file-buffer (directory-file-name dirname))))
801 (set-buffer buffer)
802 (if (not new-buffer-p) ; existing buffer ...
803 (cond (switches ; ... but new switches
804 ;; file list may have changed
805 (setq dired-directory dir-or-list)
806 ;; this calls dired-revert
807 (dired-sort-other switches))
808 ;; Always revert regardless of whether it has changed or not.
809 ((eq dired-auto-revert-buffer t)
810 (revert-buffer))
811 ;; Revert when predicate function returns non-nil.
812 ((functionp dired-auto-revert-buffer)
813 (when (funcall dired-auto-revert-buffer dirname)
814 (revert-buffer)
815 (message "Changed directory automatically updated")))
816 ;; If directory has changed on disk, offer to revert.
817 ((when (dired-directory-changed-p dirname)
818 (message "%s"
819 (substitute-command-keys
820 "Directory has changed on disk; type \\[revert-buffer] to update Dired")))))
821 ;; Else a new buffer
822 (setq default-directory
823 ;; We can do this unconditionally
824 ;; because dired-noselect ensures that the name
825 ;; is passed in directory name syntax
826 ;; if it was the name of a directory at all.
827 (file-name-directory dirname))
828 (or switches (setq switches dired-listing-switches))
829 (if mode (funcall mode)
830 (dired-mode dir-or-list switches))
831 ;; default-directory and dired-actual-switches are set now
832 ;; (buffer-local), so we can call dired-readin:
833 (let ((failed t))
834 (unwind-protect
835 (progn (dired-readin)
836 (setq failed nil))
837 ;; dired-readin can fail if parent directories are inaccessible.
838 ;; Don't leave an empty buffer around in that case.
839 (if failed (kill-buffer buffer))))
840 (goto-char (point-min))
841 (dired-initial-position dirname))
842 (set-buffer old-buf)
843 buffer))
844
845 (defvar dired-buffers nil
846 ;; Enlarged by dired-advertise
847 ;; Queried by function dired-buffers-for-dir. When this detects a
848 ;; killed buffer, it is removed from this list.
849 "Alist of expanded directories and their associated dired buffers.")
850
851 (defun dired-find-buffer-nocreate (dirname &optional mode)
852 ;; This differs from dired-buffers-for-dir in that it does not consider
853 ;; subdirs of default-directory and searches for the first match only.
854 ;; Also, the major mode must be MODE.
855 (setq dirname (expand-file-name dirname))
856 (let (found (blist dired-buffers)) ; was (buffer-list)
857 (or mode (setq mode 'dired-mode))
858 (while blist
859 (if (null (buffer-name (cdr (car blist))))
860 (setq blist (cdr blist))
861 (with-current-buffer (cdr (car blist))
862 (if (and (eq major-mode mode)
863 dired-directory ;; nil during find-alternate-file
864 (equal dirname
865 (expand-file-name
866 (if (consp dired-directory)
867 (car dired-directory)
868 dired-directory))))
869 (setq found (cdr (car blist))
870 blist nil)
871 (setq blist (cdr blist))))))
872 found))
873
874 \f
875 ;; Read in a new dired buffer
876
877 (defun dired-readin ()
878 "Read in a new dired buffer.
879 Differs from `dired-insert-subdir' in that it accepts
880 wildcards, erases the buffer, and builds the subdir-alist anew
881 \(including making it buffer-local and clearing it first)."
882
883 ;; default-directory and dired-actual-switches must be buffer-local
884 ;; and initialized by now.
885 (let (dirname
886 ;; This makes readin much much faster.
887 ;; In particular, it prevents the font lock hook from running
888 ;; until the directory is all read in.
889 (inhibit-modification-hooks t))
890 (if (consp dired-directory)
891 (setq dirname (car dired-directory))
892 (setq dirname dired-directory))
893 (setq dirname (expand-file-name dirname))
894 (save-excursion
895 ;; This hook which may want to modify dired-actual-switches
896 ;; based on dired-directory, e.g. with ange-ftp to a SysV host
897 ;; where ls won't understand -Al switches.
898 (run-hooks 'dired-before-readin-hook)
899 (if (consp buffer-undo-list)
900 (setq buffer-undo-list nil))
901 (make-local-variable 'file-name-coding-system)
902 (setq file-name-coding-system
903 (or coding-system-for-read file-name-coding-system))
904 (let ((inhibit-read-only t)
905 ;; Don't make undo entries for readin.
906 (buffer-undo-list t))
907 (widen)
908 (erase-buffer)
909 (dired-readin-insert))
910 (goto-char (point-min))
911 ;; Must first make alist buffer local and set it to nil because
912 ;; dired-build-subdir-alist will call dired-clear-alist first
913 (set (make-local-variable 'dired-subdir-alist) nil)
914 (dired-build-subdir-alist)
915 (let ((attributes (file-attributes dirname)))
916 (if (eq (car attributes) t)
917 (set-visited-file-modtime (nth 5 attributes))))
918 (set-buffer-modified-p nil)
919 ;; No need to narrow since the whole buffer contains just
920 ;; dired-readin's output, nothing else. The hook can
921 ;; successfully use dired functions (e.g. dired-get-filename)
922 ;; as the subdir-alist has been built in dired-readin.
923 (run-hooks 'dired-after-readin-hook))))
924
925 ;; Subroutines of dired-readin
926
927 (defun dired-readin-insert ()
928 ;; Insert listing for the specified dir (and maybe file list)
929 ;; already in dired-directory, assuming a clean buffer.
930 (let (dir file-list)
931 (if (consp dired-directory)
932 (setq dir (car dired-directory)
933 file-list (cdr dired-directory))
934 (setq dir dired-directory
935 file-list nil))
936 (setq dir (expand-file-name dir))
937 (if (and (equal "" (file-name-nondirectory dir))
938 (not file-list))
939 ;; If we are reading a whole single directory...
940 (dired-insert-directory dir dired-actual-switches nil nil t)
941 (if (not (file-readable-p
942 (directory-file-name (file-name-directory dir))))
943 (error "Directory %s inaccessible or nonexistent" dir)
944 ;; Else treat it as a wildcard spec
945 ;; unless we have an explicit list of files.
946 (dired-insert-directory dir dired-actual-switches
947 file-list (not file-list) t)))))
948
949 (defun dired-align-file (beg end)
950 "Align the fields of a file to the ones of surrounding lines.
951 BEG..END is the line where the file info is located."
952 ;; Some versions of ls try to adjust the size of each field so as to just
953 ;; hold the largest element ("largest" in the current invocation, of
954 ;; course). So when a single line is output, the size of each field is
955 ;; just big enough for that one output. Thus when dired refreshes one
956 ;; line, the alignment if this line w.r.t the rest is messed up because
957 ;; the fields of that one line will generally be smaller.
958 ;;
959 ;; To work around this problem, we here add spaces to try and
960 ;; re-align the fields as needed. Since this is purely aesthetic,
961 ;; it is of utmost importance that it doesn't mess up anything like
962 ;; `dired-move-to-filename'. To this end, we limit ourselves to
963 ;; adding spaces only, and to only add them at places where there
964 ;; was already at least one space. This way, as long as
965 ;; `directory-listing-before-filename-regexp' always matches spaces
966 ;; with "*" or "+", we know we haven't made anything worse. There
967 ;; is one spot where the exact number of spaces is important, which
968 ;; is just before the actual filename, so we refrain from adding
969 ;; spaces there (and within the filename as well, of course).
970 (save-excursion
971 (let (file file-col other other-col)
972 ;; Check that there is indeed a file, and that there is anoter adjacent
973 ;; file with which to align, and that additional spaces are needed to
974 ;; align the filenames.
975 (when (and (setq file (progn (goto-char beg)
976 (dired-move-to-filename nil end)))
977 (setq file-col (current-column))
978 (setq other
979 (or (and (goto-char beg)
980 (zerop (forward-line -1))
981 (dired-move-to-filename))
982 (and (goto-char beg)
983 (zerop (forward-line 1))
984 (dired-move-to-filename))))
985 (setq other-col (current-column))
986 (/= file other)
987 ;; Make sure there is some work left to do.
988 (> other-col file-col))
989 ;; If we've only looked at the line above, check to see if the line
990 ;; below exists as well and if so, align with the shorter one.
991 (when (and (< other file)
992 (goto-char beg)
993 (zerop (forward-line 1))
994 (dired-move-to-filename))
995 (let ((alt-col (current-column)))
996 (when (< alt-col other-col)
997 (setq other-col alt-col)
998 (setq other (point)))))
999 ;; Keep positions uptodate when we insert stuff.
1000 (if (> other file) (setq other (copy-marker other)))
1001 (setq file (copy-marker file))
1002 ;; Main loop.
1003 (goto-char beg)
1004 (skip-chars-forward " ") ;Skip to the first field.
1005 (while (and (> other-col file-col)
1006 ;; Don't touch anything just before (and after) the
1007 ;; beginning of the filename.
1008 (> file (point)))
1009 ;; We're now just in front of a field, with a space behind us.
1010 (let* ((curcol (current-column))
1011 ;; Nums are right-aligned.
1012 (num-align (looking-at "[0-9]"))
1013 ;; Let's look at the other line, in the same column: we
1014 ;; should be either near the end of the previous field, or
1015 ;; in the space between that field and the next.
1016 ;; [ Of course, it's also possible that we're already within
1017 ;; the next field or even past it, but that's unlikely since
1018 ;; other-col > file-col. ]
1019 ;; Let's find the distance to the alignment-point (either
1020 ;; the beginning or the end of the next field, depending on
1021 ;; whether this field is left or right aligned).
1022 (align-pt-offset
1023 (save-excursion
1024 (goto-char other)
1025 (move-to-column curcol)
1026 (when (looking-at
1027 (concat
1028 (if (eq (char-before) ?\s) " *" "[^ ]* *")
1029 (if num-align "[0-9][^ ]*")))
1030 (- (match-end 0) (match-beginning 0)))))
1031 ;; Now, the number of spaces to insert is align-pt-offset
1032 ;; minus the distance to the equivalent point on the
1033 ;; current line.
1034 (spaces
1035 (if (not num-align)
1036 align-pt-offset
1037 (and align-pt-offset
1038 (save-excursion
1039 (skip-chars-forward "^ ")
1040 (- align-pt-offset (- (current-column) curcol)))))))
1041 (when (and spaces (> spaces 0))
1042 (setq file-col (+ spaces file-col))
1043 (if (> file-col other-col)
1044 (setq spaces (- spaces (- file-col other-col))))
1045 (insert-char ?\s spaces)
1046 ;; Let's just make really sure we did not mess up.
1047 (unless (save-excursion
1048 (eq (dired-move-to-filename) (marker-position file)))
1049 ;; Damn! We messed up: let's revert the change.
1050 (delete-char (- spaces)))))
1051 ;; Now skip to next field.
1052 (skip-chars-forward "^ ") (skip-chars-forward " "))
1053 (set-marker file nil)))))
1054
1055
1056 (defun dired-insert-directory (dir switches &optional file-list wildcard hdr)
1057 "Insert a directory listing of DIR, Dired style.
1058 Use SWITCHES to make the listings.
1059 If FILE-LIST is non-nil, list only those files.
1060 Otherwise, if WILDCARD is non-nil, expand wildcards;
1061 in that case, DIR should be a file name that uses wildcards.
1062 In other cases, DIR should be a directory name or a directory filename.
1063 If HDR is non-nil, insert a header line with the directory name."
1064 (let ((opoint (point))
1065 (process-environment (copy-sequence process-environment))
1066 end)
1067 (if (or (if (eq dired-use-ls-dired 'unspecified)
1068 ;; Check whether "ls --dired" gives exit code 0, and
1069 ;; save the answer in `dired-use-ls-dired'.
1070 (setq dired-use-ls-dired
1071 (eq (call-process insert-directory-program nil nil nil "--dired")
1072 0))
1073 dired-use-ls-dired)
1074 (file-remote-p dir))
1075 (setq switches (concat "--dired " switches)))
1076 ;; We used to specify the C locale here, to force English month names;
1077 ;; but this should not be necessary any more,
1078 ;; with the new value of `directory-listing-before-filename-regexp'.
1079 (if file-list
1080 (dolist (f file-list)
1081 (let ((beg (point)))
1082 (insert-directory f switches nil nil)
1083 ;; Re-align fields, if necessary.
1084 (dired-align-file beg (point))))
1085 (insert-directory dir switches wildcard (not wildcard)))
1086 ;; Quote certain characters, unless ls quoted them for us.
1087 (if (not (string-match "b" dired-actual-switches))
1088 (save-excursion
1089 (setq end (point-marker))
1090 (goto-char opoint)
1091 (while (search-forward "\\" end t)
1092 (replace-match (apply #'propertize
1093 "\\\\"
1094 (text-properties-at (match-beginning 0)))
1095 nil t))
1096 (goto-char opoint)
1097 (while (search-forward "\^m" end t)
1098 (replace-match (apply #'propertize
1099 "\\015"
1100 (text-properties-at (match-beginning 0)))
1101 nil t))
1102 (set-marker end nil)))
1103 (dired-insert-set-properties opoint (point))
1104 ;; If we used --dired and it worked, the lines are already indented.
1105 ;; Otherwise, indent them.
1106 (unless (save-excursion
1107 (goto-char opoint)
1108 (looking-at " "))
1109 (let ((indent-tabs-mode nil))
1110 (indent-rigidly opoint (point) 2)))
1111 ;; Insert text at the beginning to standardize things.
1112 (save-excursion
1113 (goto-char opoint)
1114 (if (and (or hdr wildcard)
1115 (not (and (looking-at "^ \\(.*\\):$")
1116 (file-name-absolute-p (match-string 1)))))
1117 ;; Note that dired-build-subdir-alist will replace the name
1118 ;; by its expansion, so it does not matter whether what we insert
1119 ;; here is fully expanded, but it should be absolute.
1120 (insert " " (directory-file-name (file-name-directory dir)) ":\n"))
1121 (when wildcard
1122 ;; Insert "wildcard" line where "total" line would be for a full dir.
1123 (insert " wildcard " (file-name-nondirectory dir) "\n")))))
1124
1125 (defun dired-insert-set-properties (beg end)
1126 "Make the file names highlight when the mouse is on them."
1127 (save-excursion
1128 (goto-char beg)
1129 (while (< (point) end)
1130 (condition-case nil
1131 (if (dired-move-to-filename)
1132 (add-text-properties
1133 (point)
1134 (save-excursion
1135 (dired-move-to-end-of-filename)
1136 (point))
1137 '(mouse-face highlight
1138 dired-filename t
1139 help-echo "mouse-2: visit this file in other window")))
1140 (error nil))
1141 (forward-line 1))))
1142 \f
1143 ;; Reverting a dired buffer
1144
1145 (defun dired-revert (&optional arg noconfirm)
1146 "Reread the dired buffer.
1147 Must also be called after `dired-actual-switches' have changed.
1148 Should not fail even on completely garbaged buffers.
1149 Preserves old cursor, marks/flags, hidden-p."
1150 (widen) ; just in case user narrowed
1151 (let ((modflag (buffer-modified-p))
1152 (positions (dired-save-positions))
1153 (mark-alist nil) ; save marked files
1154 (hidden-subdirs (dired-remember-hidden))
1155 (old-subdir-alist (cdr (reverse dired-subdir-alist))) ; except pwd
1156 (case-fold-search nil) ; we check for upper case ls flags
1157 (inhibit-read-only t))
1158 (goto-char (point-min))
1159 (setq mark-alist;; only after dired-remember-hidden since this unhides:
1160 (dired-remember-marks (point-min) (point-max)))
1161 ;; treat top level dir extra (it may contain wildcards)
1162 (if (not (consp dired-directory))
1163 (dired-uncache dired-directory)
1164 (dired-uncache (car dired-directory))
1165 (dolist (dir (cdr dired-directory))
1166 (if (file-name-absolute-p dir)
1167 (dired-uncache dir))))
1168 ;; Run dired-after-readin-hook just once, below.
1169 (let ((dired-after-readin-hook nil))
1170 (dired-readin)
1171 (dired-insert-old-subdirs old-subdir-alist))
1172 (dired-mark-remembered mark-alist) ; mark files that were marked
1173 ;; ... run the hook for the whole buffer, and only after markers
1174 ;; have been reinserted (else omitting in dired-x would omit marked files)
1175 (run-hooks 'dired-after-readin-hook) ; no need to narrow
1176 (dired-restore-positions positions)
1177 (save-excursion ; hide subdirs that were hidden
1178 (dolist (dir hidden-subdirs)
1179 (if (dired-goto-subdir dir)
1180 (dired-hide-subdir 1))))
1181 (unless modflag (restore-buffer-modified-p nil)))
1182 ;; outside of the let scope
1183 ;;; Might as well not override the user if the user changed this.
1184 ;;; (setq buffer-read-only t)
1185 )
1186
1187 ;; Subroutines of dired-revert
1188 ;; Some of these are also used when inserting subdirs.
1189
1190 (defun dired-save-positions ()
1191 "Return current positions in the buffer and all windows with this directory.
1192 The positions have the form (BUFFER-POSITION WINDOW-POSITIONS).
1193
1194 BUFFER-POSITION is the point position in the current dired buffer.
1195 It has the form (BUFFER DIRED-FILENAME BUFFER-POINT).
1196
1197 WINDOW-POSITIONS are current positions in all windows displaying
1198 this dired buffer. The window positions have the form (WINDOW
1199 DIRED-FILENAME WINDOW-POINT)."
1200 (list
1201 (list (current-buffer) (dired-get-filename nil t) (point))
1202 (mapcar (lambda (w)
1203 (list w
1204 (with-selected-window w
1205 (dired-get-filename nil t))
1206 (window-point w)))
1207 (get-buffer-window-list nil 0 t))))
1208
1209 (defun dired-restore-positions (positions)
1210 "Restore POSITIONS saved with `dired-save-positions'."
1211 (let* ((buf-file-pos (nth 0 positions))
1212 (buffer (nth 0 buf-file-pos)))
1213 (unless (and (nth 1 buf-file-pos)
1214 (dired-goto-file (nth 1 buf-file-pos)))
1215 (goto-char (nth 2 buf-file-pos))
1216 (dired-move-to-filename))
1217 (dolist (win-file-pos (nth 1 positions))
1218 ;; Ensure that window still displays the original buffer.
1219 (when (eq (window-buffer (nth 0 win-file-pos)) buffer)
1220 (with-selected-window (nth 0 win-file-pos)
1221 (unless (and (nth 1 win-file-pos)
1222 (dired-goto-file (nth 1 win-file-pos)))
1223 (goto-char (nth 2 win-file-pos))
1224 (dired-move-to-filename)))))))
1225
1226 (defun dired-remember-marks (beg end)
1227 "Return alist of files and their marks, from BEG to END."
1228 (if selective-display ; must unhide to make this work.
1229 (let ((inhibit-read-only t))
1230 (subst-char-in-region beg end ?\r ?\n)))
1231 (let (fil chr alist)
1232 (save-excursion
1233 (goto-char beg)
1234 (while (re-search-forward dired-re-mark end t)
1235 (if (setq fil (dired-get-filename nil t))
1236 (setq chr (preceding-char)
1237 alist (cons (cons fil chr) alist)))))
1238 alist))
1239
1240 (defun dired-mark-remembered (alist)
1241 "Mark all files remembered in ALIST.
1242 Each element of ALIST looks like (FILE . MARKERCHAR)."
1243 (let (elt fil chr)
1244 (while alist
1245 (setq elt (car alist)
1246 alist (cdr alist)
1247 fil (car elt)
1248 chr (cdr elt))
1249 (if (dired-goto-file fil)
1250 (save-excursion
1251 (beginning-of-line)
1252 (delete-char 1)
1253 (insert chr))))))
1254
1255 (defun dired-remember-hidden ()
1256 "Return a list of names of subdirs currently hidden."
1257 (let ((l dired-subdir-alist) dir pos result)
1258 (while l
1259 (setq dir (car (car l))
1260 pos (cdr (car l))
1261 l (cdr l))
1262 (goto-char pos)
1263 (skip-chars-forward "^\r\n")
1264 (if (eq (following-char) ?\r)
1265 (setq result (cons dir result))))
1266 result))
1267
1268 (defun dired-insert-old-subdirs (old-subdir-alist)
1269 "Try to insert all subdirs that were displayed before.
1270 Do so according to the former subdir alist OLD-SUBDIR-ALIST."
1271 (or (string-match "R" dired-actual-switches)
1272 (let (elt dir)
1273 (while old-subdir-alist
1274 (setq elt (car old-subdir-alist)
1275 old-subdir-alist (cdr old-subdir-alist)
1276 dir (car elt))
1277 (condition-case ()
1278 (progn
1279 (dired-uncache dir)
1280 (dired-insert-subdir dir))
1281 (error nil))))))
1282
1283 (defun dired-uncache (dir)
1284 "Remove directory DIR from any directory cache."
1285 (let ((handler (find-file-name-handler dir 'dired-uncache)))
1286 (if handler
1287 (funcall handler 'dired-uncache dir))))
1288 \f
1289 ;; dired mode key bindings and initialization
1290
1291 (defvar dired-mode-map
1292 ;; This looks ugly when substitute-command-keys uses C-d instead d:
1293 ;; (define-key dired-mode-map "\C-d" 'dired-flag-file-deletion)
1294 (let ((map (make-keymap)))
1295 (suppress-keymap map)
1296 (define-key map [mouse-2] 'dired-mouse-find-file-other-window)
1297 (define-key map [follow-link] 'mouse-face)
1298 ;; Commands to mark or flag certain categories of files
1299 (define-key map "#" 'dired-flag-auto-save-files)
1300 (define-key map "." 'dired-clean-directory)
1301 (define-key map "~" 'dired-flag-backup-files)
1302 ;; Upper case keys (except !) for operating on the marked files
1303 (define-key map "A" 'dired-do-search)
1304 (define-key map "C" 'dired-do-copy)
1305 (define-key map "B" 'dired-do-byte-compile)
1306 (define-key map "D" 'dired-do-delete)
1307 (define-key map "G" 'dired-do-chgrp)
1308 (define-key map "H" 'dired-do-hardlink)
1309 (define-key map "L" 'dired-do-load)
1310 (define-key map "M" 'dired-do-chmod)
1311 (define-key map "O" 'dired-do-chown)
1312 (define-key map "P" 'dired-do-print)
1313 (define-key map "Q" 'dired-do-query-replace-regexp)
1314 (define-key map "R" 'dired-do-rename)
1315 (define-key map "S" 'dired-do-symlink)
1316 (define-key map "T" 'dired-do-touch)
1317 (define-key map "X" 'dired-do-shell-command)
1318 (define-key map "Z" 'dired-do-compress)
1319 (define-key map "!" 'dired-do-shell-command)
1320 (define-key map "&" 'dired-do-async-shell-command)
1321 ;; Comparison commands
1322 (define-key map "=" 'dired-diff)
1323 (define-key map "\M-=" 'dired-backup-diff)
1324 ;; Tree Dired commands
1325 (define-key map "\M-\C-?" 'dired-unmark-all-files)
1326 (define-key map "\M-\C-d" 'dired-tree-down)
1327 (define-key map "\M-\C-u" 'dired-tree-up)
1328 (define-key map "\M-\C-n" 'dired-next-subdir)
1329 (define-key map "\M-\C-p" 'dired-prev-subdir)
1330 ;; move to marked files
1331 (define-key map "\M-{" 'dired-prev-marked-file)
1332 (define-key map "\M-}" 'dired-next-marked-file)
1333 ;; Make all regexp commands share a `%' prefix:
1334 ;; We used to get to the submap via a symbol dired-regexp-prefix,
1335 ;; but that seems to serve little purpose, and copy-keymap
1336 ;; does a better job without it.
1337 (define-key map "%" nil)
1338 (define-key map "%u" 'dired-upcase)
1339 (define-key map "%l" 'dired-downcase)
1340 (define-key map "%d" 'dired-flag-files-regexp)
1341 (define-key map "%g" 'dired-mark-files-containing-regexp)
1342 (define-key map "%m" 'dired-mark-files-regexp)
1343 (define-key map "%r" 'dired-do-rename-regexp)
1344 (define-key map "%C" 'dired-do-copy-regexp)
1345 (define-key map "%H" 'dired-do-hardlink-regexp)
1346 (define-key map "%R" 'dired-do-rename-regexp)
1347 (define-key map "%S" 'dired-do-symlink-regexp)
1348 (define-key map "%&" 'dired-flag-garbage-files)
1349 ;; Commands for marking and unmarking.
1350 (define-key map "*" nil)
1351 (define-key map "**" 'dired-mark-executables)
1352 (define-key map "*/" 'dired-mark-directories)
1353 (define-key map "*@" 'dired-mark-symlinks)
1354 (define-key map "*%" 'dired-mark-files-regexp)
1355 (define-key map "*c" 'dired-change-marks)
1356 (define-key map "*s" 'dired-mark-subdir-files)
1357 (define-key map "*m" 'dired-mark)
1358 (define-key map "*u" 'dired-unmark)
1359 (define-key map "*?" 'dired-unmark-all-files)
1360 (define-key map "*!" 'dired-unmark-all-marks)
1361 (define-key map "U" 'dired-unmark-all-marks)
1362 (define-key map "*\177" 'dired-unmark-backward)
1363 (define-key map "*\C-n" 'dired-next-marked-file)
1364 (define-key map "*\C-p" 'dired-prev-marked-file)
1365 (define-key map "*t" 'dired-toggle-marks)
1366 ;; Lower keys for commands not operating on all the marked files
1367 (define-key map "a" 'dired-find-alternate-file)
1368 (define-key map "d" 'dired-flag-file-deletion)
1369 (define-key map "e" 'dired-find-file)
1370 (define-key map "f" 'dired-find-file)
1371 (define-key map "\C-m" 'dired-find-file)
1372 (put 'dired-find-file :advertised-binding "\C-m")
1373 (define-key map "g" 'revert-buffer)
1374 (define-key map "h" 'describe-mode)
1375 (define-key map "i" 'dired-maybe-insert-subdir)
1376 (define-key map "j" 'dired-goto-file)
1377 (define-key map "k" 'dired-do-kill-lines)
1378 (define-key map "l" 'dired-do-redisplay)
1379 (define-key map "m" 'dired-mark)
1380 (define-key map "n" 'dired-next-line)
1381 (define-key map "o" 'dired-find-file-other-window)
1382 (define-key map "\C-o" 'dired-display-file)
1383 (define-key map "p" 'dired-previous-line)
1384 (define-key map "q" 'quit-window)
1385 (define-key map "s" 'dired-sort-toggle-or-edit)
1386 (define-key map "t" 'dired-toggle-marks)
1387 (define-key map "u" 'dired-unmark)
1388 (define-key map "v" 'dired-view-file)
1389 (define-key map "w" 'dired-copy-filename-as-kill)
1390 (define-key map "x" 'dired-do-flagged-delete)
1391 (define-key map "y" 'dired-show-file-type)
1392 (define-key map "+" 'dired-create-directory)
1393 ;; moving
1394 (define-key map "<" 'dired-prev-dirline)
1395 (define-key map ">" 'dired-next-dirline)
1396 (define-key map "^" 'dired-up-directory)
1397 (define-key map " " 'dired-next-line)
1398 (define-key map [remap next-line] 'dired-next-line)
1399 (define-key map [remap previous-line] 'dired-previous-line)
1400 ;; hiding
1401 (define-key map "$" 'dired-hide-subdir)
1402 (define-key map "\M-$" 'dired-hide-all)
1403 ;; isearch
1404 (define-key map (kbd "M-s a C-s") 'dired-do-isearch)
1405 (define-key map (kbd "M-s a M-C-s") 'dired-do-isearch-regexp)
1406 (define-key map (kbd "M-s f C-s") 'dired-isearch-filenames)
1407 (define-key map (kbd "M-s f M-C-s") 'dired-isearch-filenames-regexp)
1408 ;; misc
1409 (define-key map [remap toggle-read-only] 'dired-toggle-read-only)
1410 (define-key map "?" 'dired-summary)
1411 (define-key map "\177" 'dired-unmark-backward)
1412 (define-key map [remap undo] 'dired-undo)
1413 (define-key map [remap advertised-undo] 'dired-undo)
1414 ;; thumbnail manipulation (image-dired)
1415 (define-key map "\C-td" 'image-dired-display-thumbs)
1416 (define-key map "\C-tt" 'image-dired-tag-files)
1417 (define-key map "\C-tr" 'image-dired-delete-tag)
1418 (define-key map "\C-tj" 'image-dired-jump-thumbnail-buffer)
1419 (define-key map "\C-ti" 'image-dired-dired-display-image)
1420 (define-key map "\C-tx" 'image-dired-dired-display-external)
1421 (define-key map "\C-ta" 'image-dired-display-thumbs-append)
1422 (define-key map "\C-t." 'image-dired-display-thumb)
1423 (define-key map "\C-tc" 'image-dired-dired-comment-files)
1424 (define-key map "\C-tf" 'image-dired-mark-tagged-files)
1425 (define-key map "\C-t\C-t" 'image-dired-dired-toggle-marked-thumbs)
1426 (define-key map "\C-te" 'image-dired-dired-edit-comment-and-tags)
1427 ;; encryption and decryption (epa-dired)
1428 (define-key map ":d" 'epa-dired-do-decrypt)
1429 (define-key map ":v" 'epa-dired-do-verify)
1430 (define-key map ":s" 'epa-dired-do-sign)
1431 (define-key map ":e" 'epa-dired-do-encrypt)
1432
1433 ;; Make menu bar items.
1434
1435 ;; No need to fo this, now that top-level items are fewer.
1436 ;;;;
1437 ;; Get rid of the Edit menu bar item to save space.
1438 ;(define-key map [menu-bar edit] 'undefined)
1439
1440 (define-key map [menu-bar subdir]
1441 (cons "Subdir" (make-sparse-keymap "Subdir")))
1442
1443 (define-key map [menu-bar subdir hide-all]
1444 '(menu-item "Hide All" dired-hide-all
1445 :help "Hide all subdirectories, leave only header lines"))
1446 (define-key map [menu-bar subdir hide-subdir]
1447 '(menu-item "Hide/UnHide Subdir" dired-hide-subdir
1448 :help "Hide or unhide current directory listing"))
1449 (define-key map [menu-bar subdir tree-down]
1450 '(menu-item "Tree Down" dired-tree-down
1451 :help "Go to first subdirectory header down the tree"))
1452 (define-key map [menu-bar subdir tree-up]
1453 '(menu-item "Tree Up" dired-tree-up
1454 :help "Go to first subdirectory header up the tree"))
1455 (define-key map [menu-bar subdir up]
1456 '(menu-item "Up Directory" dired-up-directory
1457 :help "Edit the parent directory"))
1458 (define-key map [menu-bar subdir prev-subdir]
1459 '(menu-item "Prev Subdir" dired-prev-subdir
1460 :help "Go to previous subdirectory header line"))
1461 (define-key map [menu-bar subdir next-subdir]
1462 '(menu-item "Next Subdir" dired-next-subdir
1463 :help "Go to next subdirectory header line"))
1464 (define-key map [menu-bar subdir prev-dirline]
1465 '(menu-item "Prev Dirline" dired-prev-dirline
1466 :help "Move to next directory-file line"))
1467 (define-key map [menu-bar subdir next-dirline]
1468 '(menu-item "Next Dirline" dired-next-dirline
1469 :help "Move to previous directory-file line"))
1470 (define-key map [menu-bar subdir insert]
1471 '(menu-item "Insert This Subdir" dired-maybe-insert-subdir
1472 :help "Insert contents of subdirectory"
1473 :enable (let ((f (dired-get-filename nil t)))
1474 (and f (file-directory-p f)))))
1475 (define-key map [menu-bar immediate]
1476 (cons "Immediate" (make-sparse-keymap "Immediate")))
1477
1478 (define-key map
1479 [menu-bar immediate image-dired-dired-display-external]
1480 '(menu-item "Display Image Externally" image-dired-dired-display-external
1481 :help "Display image in external viewer"))
1482 (define-key map
1483 [menu-bar immediate image-dired-dired-display-image]
1484 '(menu-item "Display Image" image-dired-dired-display-image
1485 :help "Display sized image in a separate window"))
1486
1487 (define-key map [menu-bar immediate revert-buffer]
1488 '(menu-item "Refresh" revert-buffer
1489 :help "Update contents of shown directories"))
1490
1491 (define-key map [menu-bar immediate dashes]
1492 '("--"))
1493
1494 (define-key map [menu-bar immediate isearch-filenames-regexp]
1495 '(menu-item "Isearch Regexp in File Names..." dired-isearch-filenames-regexp
1496 :help "Incrementally search for regexp in file names only"))
1497 (define-key map [menu-bar immediate isearch-filenames]
1498 '(menu-item "Isearch in File Names..." dired-isearch-filenames
1499 :help "Incrementally search for string in file names only."))
1500 (define-key map [menu-bar immediate compare-directories]
1501 '(menu-item "Compare Directories..." dired-compare-directories
1502 :help "Mark files with different attributes in two dired buffers"))
1503 (define-key map [menu-bar immediate backup-diff]
1504 '(menu-item "Compare with Backup" dired-backup-diff
1505 :help "Diff file at cursor with its latest backup"))
1506 (define-key map [menu-bar immediate diff]
1507 '(menu-item "Diff..." dired-diff
1508 :help "Compare file at cursor with another file"))
1509 (define-key map [menu-bar immediate view]
1510 '(menu-item "View This File" dired-view-file
1511 :help "Examine file at cursor in read-only mode"))
1512 (define-key map [menu-bar immediate display]
1513 '(menu-item "Display in Other Window" dired-display-file
1514 :help "Display file at cursor in other window"))
1515 (define-key map [menu-bar immediate find-file-other-window]
1516 '(menu-item "Find in Other Window" dired-find-file-other-window
1517 :help "Edit file at cursor in other window"))
1518 (define-key map [menu-bar immediate find-file]
1519 '(menu-item "Find This File" dired-find-file
1520 :help "Edit file at cursor"))
1521 (define-key map [menu-bar immediate create-directory]
1522 '(menu-item "Create Directory..." dired-create-directory
1523 :help "Create a directory"))
1524 (define-key map [menu-bar immediate wdired-mode]
1525 '(menu-item "Edit File Names" wdired-change-to-wdired-mode
1526 :help "Put a dired buffer in a mode in which filenames are editable"
1527 :keys "C-x C-q"
1528 :filter (lambda (x) (if (eq major-mode 'dired-mode) x))))
1529
1530 (define-key map [menu-bar regexp]
1531 (cons "Regexp" (make-sparse-keymap "Regexp")))
1532
1533 (define-key map
1534 [menu-bar regexp image-dired-mark-tagged-files]
1535 '(menu-item "Mark From Image Tag..." image-dired-mark-tagged-files
1536 :help "Mark files whose image tags matches regexp"))
1537
1538 (define-key map [menu-bar regexp dashes-1]
1539 '("--"))
1540
1541 (define-key map [menu-bar regexp downcase]
1542 '(menu-item "Downcase" dired-downcase
1543 ;; When running on plain MS-DOS, there's only one
1544 ;; letter-case for file names.
1545 :enable (or (not (fboundp 'msdos-long-file-names))
1546 (msdos-long-file-names))
1547 :help "Rename marked files to lower-case name"))
1548 (define-key map [menu-bar regexp upcase]
1549 '(menu-item "Upcase" dired-upcase
1550 :enable (or (not (fboundp 'msdos-long-file-names))
1551 (msdos-long-file-names))
1552 :help "Rename marked files to upper-case name"))
1553 (define-key map [menu-bar regexp hardlink]
1554 '(menu-item "Hardlink..." dired-do-hardlink-regexp
1555 :help "Make hard links for files matching regexp"))
1556 (define-key map [menu-bar regexp symlink]
1557 '(menu-item "Symlink..." dired-do-symlink-regexp
1558 :visible (fboundp 'make-symbolic-link)
1559 :help "Make symbolic links for files matching regexp"))
1560 (define-key map [menu-bar regexp rename]
1561 '(menu-item "Rename..." dired-do-rename-regexp
1562 :help "Rename marked files matching regexp"))
1563 (define-key map [menu-bar regexp copy]
1564 '(menu-item "Copy..." dired-do-copy-regexp
1565 :help "Copy marked files matching regexp"))
1566 (define-key map [menu-bar regexp flag]
1567 '(menu-item "Flag..." dired-flag-files-regexp
1568 :help "Flag files matching regexp for deletion"))
1569 (define-key map [menu-bar regexp mark]
1570 '(menu-item "Mark..." dired-mark-files-regexp
1571 :help "Mark files matching regexp for future operations"))
1572 (define-key map [menu-bar regexp mark-cont]
1573 '(menu-item "Mark Containing..." dired-mark-files-containing-regexp
1574 :help "Mark files whose contents matches regexp"))
1575
1576 (define-key map [menu-bar mark]
1577 (cons "Mark" (make-sparse-keymap "Mark")))
1578
1579 (define-key map [menu-bar mark prev]
1580 '(menu-item "Previous Marked" dired-prev-marked-file
1581 :help "Move to previous marked file"))
1582 (define-key map [menu-bar mark next]
1583 '(menu-item "Next Marked" dired-next-marked-file
1584 :help "Move to next marked file"))
1585 (define-key map [menu-bar mark marks]
1586 '(menu-item "Change Marks..." dired-change-marks
1587 :help "Replace marker with another character"))
1588 (define-key map [menu-bar mark unmark-all]
1589 '(menu-item "Unmark All" dired-unmark-all-marks))
1590 (define-key map [menu-bar mark symlinks]
1591 '(menu-item "Mark Symlinks" dired-mark-symlinks
1592 :visible (fboundp 'make-symbolic-link)
1593 :help "Mark all symbolic links"))
1594 (define-key map [menu-bar mark directories]
1595 '(menu-item "Mark Directories" dired-mark-directories
1596 :help "Mark all directories except `.' and `..'"))
1597 (define-key map [menu-bar mark directory]
1598 '(menu-item "Mark Old Backups" dired-clean-directory
1599 :help "Flag old numbered backups for deletion"))
1600 (define-key map [menu-bar mark executables]
1601 '(menu-item "Mark Executables" dired-mark-executables
1602 :help "Mark all executable files"))
1603 (define-key map [menu-bar mark garbage-files]
1604 '(menu-item "Flag Garbage Files" dired-flag-garbage-files
1605 :help "Flag unneeded files for deletion"))
1606 (define-key map [menu-bar mark backup-files]
1607 '(menu-item "Flag Backup Files" dired-flag-backup-files
1608 :help "Flag all backup files for deletion"))
1609 (define-key map [menu-bar mark auto-save-files]
1610 '(menu-item "Flag Auto-save Files" dired-flag-auto-save-files
1611 :help "Flag auto-save files for deletion"))
1612 (define-key map [menu-bar mark deletion]
1613 '(menu-item "Flag" dired-flag-file-deletion
1614 :help "Flag current line's file for deletion"))
1615 (define-key map [menu-bar mark unmark]
1616 '(menu-item "Unmark" dired-unmark
1617 :help "Unmark or unflag current line's file"))
1618 (define-key map [menu-bar mark mark]
1619 '(menu-item "Mark" dired-mark
1620 :help "Mark current line's file for future operations"))
1621 (define-key map [menu-bar mark toggle-marks]
1622 '(menu-item "Toggle Marks" dired-toggle-marks
1623 :help "Mark unmarked files, unmark marked ones"))
1624
1625 (define-key map [menu-bar operate]
1626 (cons "Operate" (make-sparse-keymap "Operate")))
1627
1628 (define-key map
1629 [menu-bar operate image-dired-delete-tag]
1630 '(menu-item "Delete Image Tag..." image-dired-delete-tag
1631 :help "Delete image tag from current or marked files"))
1632 (define-key map
1633 [menu-bar operate image-dired-tag-files]
1634 '(menu-item "Add Image Tags..." image-dired-tag-files
1635 :help "Add image tags to current or marked files"))
1636 (define-key map
1637 [menu-bar operate image-dired-dired-comment-files]
1638 '(menu-item "Add Image Comment..." image-dired-dired-comment-files
1639 :help "Add image comment to current or marked files"))
1640 (define-key map
1641 [menu-bar operate image-dired-display-thumbs]
1642 '(menu-item "Display image thumbnails" image-dired-display-thumbs
1643 :help "Display image thumbnails for current or marked image files"))
1644
1645 (define-key map [menu-bar operate dashes-4]
1646 '("--"))
1647
1648 (define-key map
1649 [menu-bar operate epa-dired-do-decrypt]
1650 '(menu-item "Decrypt" epa-dired-do-decrypt
1651 :help "Decrypt file at cursor"))
1652
1653 (define-key map
1654 [menu-bar operate epa-dired-do-verify]
1655 '(menu-item "Verify" epa-dired-do-verify
1656 :help "Verify digital signature of file at cursor"))
1657
1658 (define-key map
1659 [menu-bar operate epa-dired-do-sign]
1660 '(menu-item "Sign" epa-dired-do-sign
1661 :help "Create digital signature of file at cursor"))
1662
1663 (define-key map
1664 [menu-bar operate epa-dired-do-encrypt]
1665 '(menu-item "Encrypt" epa-dired-do-encrypt
1666 :help "Encrypt file at cursor"))
1667
1668 (define-key map [menu-bar operate dashes-3]
1669 '("--"))
1670
1671 (define-key map [menu-bar operate query-replace]
1672 '(menu-item "Query Replace in Files..." dired-do-query-replace-regexp
1673 :help "Replace regexp in marked files"))
1674 (define-key map [menu-bar operate search]
1675 '(menu-item "Search Files..." dired-do-search
1676 :help "Search marked files for regexp"))
1677 (define-key map [menu-bar operate isearch-regexp]
1678 '(menu-item "Isearch Regexp Files..." dired-do-isearch-regexp
1679 :help "Incrementally search marked files for regexp"))
1680 (define-key map [menu-bar operate isearch]
1681 '(menu-item "Isearch Files..." dired-do-isearch
1682 :help "Incrementally search marked files for string"))
1683 (define-key map [menu-bar operate chown]
1684 '(menu-item "Change Owner..." dired-do-chown
1685 :visible (not (memq system-type '(ms-dos windows-nt)))
1686 :help "Change the owner of marked files"))
1687 (define-key map [menu-bar operate chgrp]
1688 '(menu-item "Change Group..." dired-do-chgrp
1689 :visible (not (memq system-type '(ms-dos windows-nt)))
1690 :help "Change the group of marked files"))
1691 (define-key map [menu-bar operate chmod]
1692 '(menu-item "Change Mode..." dired-do-chmod
1693 :help "Change mode (attributes) of marked files"))
1694 (define-key map [menu-bar operate touch]
1695 '(menu-item "Change Timestamp..." dired-do-touch
1696 :help "Change timestamp of marked files"))
1697 (define-key map [menu-bar operate load]
1698 '(menu-item "Load" dired-do-load
1699 :help "Load marked Emacs Lisp files"))
1700 (define-key map [menu-bar operate compile]
1701 '(menu-item "Byte-compile" dired-do-byte-compile
1702 :help "Byte-compile marked Emacs Lisp files"))
1703 (define-key map [menu-bar operate compress]
1704 '(menu-item "Compress" dired-do-compress
1705 :help "Compress/uncompress marked files"))
1706 (define-key map [menu-bar operate print]
1707 '(menu-item "Print..." dired-do-print
1708 :help "Ask for print command and print marked files"))
1709 (define-key map [menu-bar operate hardlink]
1710 '(menu-item "Hardlink to..." dired-do-hardlink
1711 :help "Make hard links for current or marked files"))
1712 (define-key map [menu-bar operate symlink]
1713 '(menu-item "Symlink to..." dired-do-symlink
1714 :visible (fboundp 'make-symbolic-link)
1715 :help "Make symbolic links for current or marked files"))
1716 (define-key map [menu-bar operate async-command]
1717 '(menu-item "Asynchronous Shell Command..." dired-do-async-shell-command
1718 :help "Run a shell command asynchronously on current or marked files"))
1719 (define-key map [menu-bar operate command]
1720 '(menu-item "Shell Command..." dired-do-shell-command
1721 :help "Run a shell command on current or marked files"))
1722 (define-key map [menu-bar operate delete]
1723 '(menu-item "Delete" dired-do-delete
1724 :help "Delete current file or all marked files"))
1725 (define-key map [menu-bar operate rename]
1726 '(menu-item "Rename to..." dired-do-rename
1727 :help "Rename current file or move marked files"))
1728 (define-key map [menu-bar operate copy]
1729 '(menu-item "Copy to..." dired-do-copy
1730 :help "Copy current file or all marked files"))
1731
1732 map)
1733 "Local keymap for `dired-mode' buffers.")
1734 \f
1735 ;; Dired mode is suitable only for specially formatted data.
1736 (put 'dired-mode 'mode-class 'special)
1737
1738 ;; Autoload cookie needed by desktop.el
1739 ;;;###autoload
1740 (defun dired-mode (&optional dirname switches)
1741 "\
1742 Mode for \"editing\" directory listings.
1743 In Dired, you are \"editing\" a list of the files in a directory and
1744 \(optionally) its subdirectories, in the format of `ls -lR'.
1745 Each directory is a page: use \\[backward-page] and \\[forward-page] to move pagewise.
1746 \"Editing\" means that you can run shell commands on files, visit,
1747 compress, load or byte-compile them, change their file attributes
1748 and insert subdirectories into the same buffer. You can \"mark\"
1749 files for later commands or \"flag\" them for deletion, either file
1750 by file or all files matching certain criteria.
1751 You can move using the usual cursor motion commands.\\<dired-mode-map>
1752 Letters no longer insert themselves. Digits are prefix arguments.
1753 Instead, type \\[dired-flag-file-deletion] to flag a file for Deletion.
1754 Type \\[dired-mark] to Mark a file or subdirectory for later commands.
1755 Most commands operate on the marked files and use the current file
1756 if no files are marked. Use a numeric prefix argument to operate on
1757 the next ARG (or previous -ARG if ARG<0) files, or just `1'
1758 to operate on the current file only. Prefix arguments override marks.
1759 Mark-using commands display a list of failures afterwards. Type \\[dired-summary]
1760 to see why something went wrong.
1761 Type \\[dired-unmark] to Unmark a file or all files of a subdirectory.
1762 Type \\[dired-unmark-backward] to back up one line and unflag.
1763 Type \\[dired-do-flagged-delete] to eXecute the deletions requested.
1764 Type \\[dired-find-file] to Find the current line's file
1765 (or dired it in another buffer, if it is a directory).
1766 Type \\[dired-find-file-other-window] to find file or dired directory in Other window.
1767 Type \\[dired-maybe-insert-subdir] to Insert a subdirectory in this buffer.
1768 Type \\[dired-do-rename] to Rename a file or move the marked files to another directory.
1769 Type \\[dired-do-copy] to Copy files.
1770 Type \\[dired-sort-toggle-or-edit] to toggle Sorting by name/date or change the `ls' switches.
1771 Type \\[revert-buffer] to read all currently expanded directories aGain.
1772 This retains all marks and hides subdirs again that were hidden before.
1773 SPC and DEL can be used to move down and up by lines.
1774
1775 If Dired ever gets confused, you can either type \\[revert-buffer] \
1776 to read the
1777 directories again, type \\[dired-do-redisplay] \
1778 to relist a single or the marked files or a
1779 subdirectory, or type \\[dired-build-subdir-alist] to parse the buffer
1780 again for the directory tree.
1781
1782 Customization variables (rename this buffer and type \\[describe-variable] on each line
1783 for more info):
1784
1785 `dired-listing-switches'
1786 `dired-trivial-filenames'
1787 `dired-shrink-to-fit'
1788 `dired-marker-char'
1789 `dired-del-marker'
1790 `dired-keep-marker-rename'
1791 `dired-keep-marker-copy'
1792 `dired-keep-marker-hardlink'
1793 `dired-keep-marker-symlink'
1794
1795 Hooks (use \\[describe-variable] to see their documentation):
1796
1797 `dired-before-readin-hook'
1798 `dired-after-readin-hook'
1799 `dired-mode-hook'
1800 `dired-load-hook'
1801
1802 Keybindings:
1803 \\{dired-mode-map}"
1804 ;; Not to be called interactively (e.g. dired-directory will be set
1805 ;; to default-directory, which is wrong with wildcards).
1806 (kill-all-local-variables)
1807 (use-local-map dired-mode-map)
1808 (dired-advertise) ; default-directory is already set
1809 (setq major-mode 'dired-mode
1810 mode-name "Dired"
1811 ;; case-fold-search nil
1812 buffer-read-only t
1813 selective-display t ; for subdirectory hiding
1814 mode-line-buffer-identification
1815 (propertized-buffer-identification "%17b"))
1816 (set (make-local-variable 'revert-buffer-function)
1817 (function dired-revert))
1818 (set (make-local-variable 'buffer-stale-function)
1819 (function dired-buffer-stale-p))
1820 (set (make-local-variable 'page-delimiter)
1821 "\n\n")
1822 (set (make-local-variable 'dired-directory)
1823 (or dirname default-directory))
1824 ;; list-buffers uses this to display the dir being edited in this buffer.
1825 (setq list-buffers-directory
1826 (expand-file-name (if (listp dired-directory)
1827 (car dired-directory)
1828 dired-directory)))
1829 (set (make-local-variable 'dired-actual-switches)
1830 (or switches dired-listing-switches))
1831 (set (make-local-variable 'font-lock-defaults)
1832 '(dired-font-lock-keywords t nil nil beginning-of-line))
1833 (set (make-local-variable 'desktop-save-buffer)
1834 'dired-desktop-buffer-misc-data)
1835 (setq dired-switches-alist nil)
1836 (dired-sort-other dired-actual-switches t)
1837 (when (featurep 'dnd)
1838 (set (make-local-variable 'dnd-protocol-alist)
1839 (append dired-dnd-protocol-alist dnd-protocol-alist)))
1840 (add-hook 'file-name-at-point-functions 'dired-file-name-at-point nil t)
1841 (add-hook 'isearch-mode-hook 'dired-isearch-filenames-setup nil t)
1842 (run-mode-hooks 'dired-mode-hook))
1843 \f
1844 ;; Idiosyncratic dired commands that don't deal with marks.
1845
1846 (defun dired-summary ()
1847 "Summarize basic Dired commands and show recent dired errors."
1848 (interactive)
1849 (dired-why)
1850 ;>> this should check the key-bindings and use substitute-command-keys if non-standard
1851 (message
1852 "d-elete, u-ndelete, x-punge, f-ind, o-ther window, R-ename, C-opy, h-elp"))
1853
1854 (defun dired-undo ()
1855 "Undo in a dired buffer.
1856 This doesn't recover lost files, it just undoes changes in the buffer itself.
1857 You can use it to recover marks, killed lines or subdirs."
1858 (interactive)
1859 (let ((inhibit-read-only t))
1860 (undo))
1861 (dired-build-subdir-alist)
1862 (message "Change in dired buffer undone.
1863 Actual changes in files cannot be undone by Emacs."))
1864
1865 (defun dired-toggle-read-only ()
1866 "Edit dired buffer with Wdired, or set it read-only.
1867 Call `wdired-change-to-wdired-mode' in dired buffers whose editing is
1868 supported by Wdired (the major mode of the dired buffer is `dired-mode').
1869 Otherwise, for buffers inheriting from dired-mode, call `toggle-read-only'."
1870 (interactive)
1871 (if (eq major-mode 'dired-mode)
1872 (wdired-change-to-wdired-mode)
1873 (toggle-read-only)))
1874
1875 (defun dired-next-line (arg)
1876 "Move down lines then position at filename.
1877 Optional prefix ARG says how many lines to move; default is one line."
1878 (interactive "p")
1879 (forward-line arg)
1880 (dired-move-to-filename))
1881
1882 (defun dired-previous-line (arg)
1883 "Move up lines then position at filename.
1884 Optional prefix ARG says how many lines to move; default is one line."
1885 (interactive "p")
1886 (forward-line (- arg))
1887 (dired-move-to-filename))
1888
1889 (defun dired-next-dirline (arg &optional opoint)
1890 "Goto ARG'th next directory file line."
1891 (interactive "p")
1892 (or opoint (setq opoint (point)))
1893 (if (if (> arg 0)
1894 (re-search-forward dired-re-dir nil t arg)
1895 (beginning-of-line)
1896 (re-search-backward dired-re-dir nil t (- arg)))
1897 (dired-move-to-filename) ; user may type `i' or `f'
1898 (goto-char opoint)
1899 (error "No more subdirectories")))
1900
1901 (defun dired-prev-dirline (arg)
1902 "Goto ARG'th previous directory file line."
1903 (interactive "p")
1904 (dired-next-dirline (- arg)))
1905
1906 (defun dired-up-directory (&optional other-window)
1907 "Run Dired on parent directory of current directory.
1908 Find the parent directory either in this buffer or another buffer.
1909 Creates a buffer if necessary."
1910 (interactive "P")
1911 (let* ((dir (dired-current-directory))
1912 (up (file-name-directory (directory-file-name dir))))
1913 (or (dired-goto-file (directory-file-name dir))
1914 ;; Only try dired-goto-subdir if buffer has more than one dir.
1915 (and (cdr dired-subdir-alist)
1916 (dired-goto-subdir up))
1917 (progn
1918 (if other-window
1919 (dired-other-window up)
1920 (dired up))
1921 (dired-goto-file dir)))))
1922
1923 (defun dired-get-file-for-visit ()
1924 "Get the current line's file name, with an error if file does not exist."
1925 (interactive)
1926 ;; We pass t for second arg so that we don't get error for `.' and `..'.
1927 (let ((raw (dired-get-filename nil t))
1928 file-name)
1929 (if (null raw)
1930 (error "No file on this line"))
1931 (setq file-name (file-name-sans-versions raw t))
1932 (if (file-exists-p file-name)
1933 file-name
1934 (if (file-symlink-p file-name)
1935 (error "File is a symlink to a nonexistent target")
1936 (error "File no longer exists; type `g' to update dired buffer")))))
1937
1938 ;; Force C-m keybinding rather than `f' or `e' in the mode doc:
1939 (define-obsolete-function-alias 'dired-advertised-find-file 'dired-find-file "23.2")
1940 (defun dired-find-file ()
1941 "In Dired, visit the file or directory named on this line."
1942 (interactive)
1943 ;; Bind `find-file-run-dired' so that the command works on directories
1944 ;; too, independent of the user's setting.
1945 (let ((find-file-run-dired t))
1946 (find-file (dired-get-file-for-visit))))
1947
1948 (defun dired-find-alternate-file ()
1949 "In Dired, visit this file or directory instead of the dired buffer."
1950 (interactive)
1951 (set-buffer-modified-p nil)
1952 (find-alternate-file (dired-get-file-for-visit)))
1953 ;; Don't override the setting from .emacs.
1954 ;;;###autoload (put 'dired-find-alternate-file 'disabled t)
1955
1956 (defun dired-mouse-find-file-other-window (event)
1957 "In Dired, visit the file or directory name you click on."
1958 (interactive "e")
1959 (let (window pos file)
1960 (save-excursion
1961 (setq window (posn-window (event-end event))
1962 pos (posn-point (event-end event)))
1963 (if (not (windowp window))
1964 (error "No file chosen"))
1965 (set-buffer (window-buffer window))
1966 (goto-char pos)
1967 (setq file (dired-get-file-for-visit)))
1968 (if (file-directory-p file)
1969 (or (and (cdr dired-subdir-alist)
1970 (dired-goto-subdir file))
1971 (progn
1972 (select-window window)
1973 (dired-other-window file)))
1974 (select-window window)
1975 (find-file-other-window (file-name-sans-versions file t)))))
1976
1977 (defun dired-view-file ()
1978 "In Dired, examine a file in view mode, returning to Dired when done.
1979 When file is a directory, show it in this buffer if it is inserted.
1980 Otherwise, display it in another buffer."
1981 (interactive)
1982 (let ((file (dired-get-file-for-visit)))
1983 (if (file-directory-p file)
1984 (or (and (cdr dired-subdir-alist)
1985 (dired-goto-subdir file))
1986 (dired file))
1987 (view-file file))))
1988
1989 (defun dired-find-file-other-window ()
1990 "In Dired, visit this file or directory in another window."
1991 (interactive)
1992 (find-file-other-window (dired-get-file-for-visit)))
1993
1994 (defun dired-display-file ()
1995 "In Dired, display this file or directory in another window."
1996 (interactive)
1997 (display-buffer (find-file-noselect (dired-get-file-for-visit))))
1998 \f
1999 ;;; Functions for extracting and manipulating file names in Dired buffers.
2000
2001 (defun dired-get-filename (&optional localp no-error-if-not-filep)
2002 "In Dired, return name of file mentioned on this line.
2003 Value returned normally includes the directory name.
2004 Optional arg LOCALP with value `no-dir' means don't include directory
2005 name in result. A value of `verbatim' means to return the name exactly as
2006 it occurs in the buffer, and a value of t means construct name relative to
2007 `default-directory', which still may contain slashes if in a subdirectory.
2008 Optional arg NO-ERROR-IF-NOT-FILEP means treat `.' and `..' as
2009 regular filenames and return nil if no filename on this line.
2010 Otherwise, an error occurs in these cases."
2011 (let (case-fold-search file p1 p2 already-absolute)
2012 (save-excursion
2013 (if (setq p1 (dired-move-to-filename (not no-error-if-not-filep)))
2014 (setq p2 (dired-move-to-end-of-filename no-error-if-not-filep))))
2015 ;; nil if no file on this line, but no-error-if-not-filep is t:
2016 (if (setq file (and p1 p2 (buffer-substring p1 p2)))
2017 (progn
2018 ;; Get rid of the mouse-face property that file names have.
2019 (set-text-properties 0 (length file) nil file)
2020 ;; Unquote names quoted by ls or by dired-insert-directory.
2021 ;; This code was written using `read' to unquote, because
2022 ;; it's faster than substituting \007 (4 chars) -> ^G (1
2023 ;; char) etc. in a lisp loop. Unfortunately, this decision
2024 ;; has necessitated hacks such as dealing with filenames
2025 ;; with quotation marks in their names.
2026 (while (string-match "\\(?:[^\\]\\|\\`\\)\\(\"\\)" file)
2027 (setq file (replace-match "\\\"" nil t file 1)))
2028
2029 (when (eq system-type 'windows-nt)
2030 (save-match-data
2031 (let ((start 0))
2032 (while (string-match "\\\\" file start)
2033 (aset file (match-beginning 0) ?/)
2034 (setq start (match-end 0))))))
2035
2036 (setq file (read (concat "\"" file "\"")))
2037 ;; The above `read' will return a unibyte string if FILE
2038 ;; contains eight-bit-control/graphic characters.
2039 (if (and enable-multibyte-characters
2040 (not (multibyte-string-p file)))
2041 (setq file (string-to-multibyte file)))))
2042 (and file (file-name-absolute-p file)
2043 ;; A relative file name can start with ~.
2044 ;; Don't treat it as absolute in this context.
2045 (not (eq (aref file 0) ?~))
2046 (setq already-absolute t))
2047 (cond
2048 ((null file)
2049 nil)
2050 ((eq localp 'verbatim)
2051 file)
2052 ((and (not no-error-if-not-filep)
2053 (member file '("." "..")))
2054 (error "Cannot operate on `.' or `..'"))
2055 ((and (eq localp 'no-dir) already-absolute)
2056 (file-name-nondirectory file))
2057 (already-absolute
2058 (let ((handler (find-file-name-handler file nil)))
2059 ;; check for safe-magic property so that we won't
2060 ;; put /: for names that don't really need them.
2061 ;; For instance, .gz files when auto-compression-mode is on.
2062 (if (and handler (not (get handler 'safe-magic)))
2063 (concat "/:" file)
2064 file)))
2065 ((eq localp 'no-dir)
2066 file)
2067 ((equal (dired-current-directory) "/")
2068 (setq file (concat (dired-current-directory localp) file))
2069 (let ((handler (find-file-name-handler file nil)))
2070 ;; check for safe-magic property so that we won't
2071 ;; put /: for names that don't really need them.
2072 ;; For instance, .gz files when auto-compression-mode is on.
2073 (if (and handler (not (get handler 'safe-magic)))
2074 (concat "/:" file)
2075 file)))
2076 (t
2077 (concat (dired-current-directory localp) file)))))
2078
2079 (defun dired-string-replace-match (regexp string newtext
2080 &optional literal global)
2081 "Replace first match of REGEXP in STRING with NEWTEXT.
2082 If it does not match, nil is returned instead of the new string.
2083 Optional arg LITERAL means to take NEWTEXT literally.
2084 Optional arg GLOBAL means to replace all matches."
2085 (if global
2086 (let ((start 0) ret)
2087 (while (string-match regexp string start)
2088 (let ((from-end (- (length string) (match-end 0))))
2089 (setq ret (setq string (replace-match newtext t literal string)))
2090 (setq start (- (length string) from-end))))
2091 ret)
2092 (if (not (string-match regexp string 0))
2093 nil
2094 (replace-match newtext t literal string))))
2095
2096 (defun dired-make-absolute (file &optional dir)
2097 ;;"Convert FILE (a file name relative to DIR) to an absolute file name."
2098 ;; We can't always use expand-file-name as this would get rid of `.'
2099 ;; or expand in / instead default-directory if DIR=="".
2100 ;; This should be good enough for ange-ftp.
2101 ;; It should be reasonably fast, though, as it is called in
2102 ;; dired-get-filename.
2103 (concat (or dir default-directory) file))
2104
2105 (defun dired-make-relative (file &optional dir ignore)
2106 "Convert FILE (an absolute file name) to a name relative to DIR.
2107 If this is impossible, return FILE unchanged.
2108 DIR must be a directory name, not a file name."
2109 (or dir (setq dir default-directory))
2110 ;; This case comes into play if default-directory is set to
2111 ;; use ~.
2112 (if (and (> (length dir) 0) (= (aref dir 0) ?~))
2113 (setq dir (expand-file-name dir)))
2114 (if (string-match (concat "^" (regexp-quote dir)) file)
2115 (substring file (match-end 0))
2116 ;;; (or no-error
2117 ;;; (error "%s: not in directory tree growing at %s" file dir))
2118 file))
2119 \f
2120 ;;; Functions for finding the file name in a dired buffer line.
2121
2122 (defvar dired-permission-flags-regexp
2123 "\\([^ ]\\)[-r][-w]\\([^ ]\\)[-r][-w]\\([^ ]\\)[-r][-w]\\([^ ]\\)"
2124 "Regular expression to match the permission flags in `ls -l'.")
2125
2126 ;; Move to first char of filename on this line.
2127 ;; Returns position (point) or nil if no filename on this line."
2128 (defun dired-move-to-filename (&optional raise-error eol)
2129 "Move to the beginning of the filename on the current line.
2130 Return the position of the beginning of the filename, or nil if none found."
2131 ;; This is the UNIX version.
2132 (or eol (setq eol (line-end-position)))
2133 (beginning-of-line)
2134 ;; First try assuming `ls --dired' was used.
2135 (let ((change (next-single-property-change (point) 'dired-filename nil eol)))
2136 (cond
2137 ((and change (< change eol))
2138 (goto-char change))
2139 ((re-search-forward directory-listing-before-filename-regexp eol t)
2140 (goto-char (match-end 0)))
2141 ((re-search-forward dired-permission-flags-regexp eol t)
2142 ;; Ha! There *is* a file. Our regexp-from-hell just failed to find it.
2143 (if raise-error
2144 (error "Unrecognized line! Check directory-listing-before-filename-regexp"))
2145 (beginning-of-line)
2146 nil)
2147 (raise-error
2148 (error "No file on this line")))))
2149
2150 (defun dired-move-to-end-of-filename (&optional no-error)
2151 ;; Assumes point is at beginning of filename,
2152 ;; thus the rwx bit re-search-backward below will succeed in *this*
2153 ;; line if at all. So, it should be called only after
2154 ;; (dired-move-to-filename t).
2155 ;; On failure, signals an error (with non-nil NO-ERROR just returns nil).
2156 ;; This is the UNIX version.
2157 (if (get-text-property (point) 'dired-filename)
2158 (goto-char (next-single-property-change (point) 'dired-filename))
2159 (let (opoint file-type executable symlink hidden case-fold-search used-F eol)
2160 ;; case-fold-search is nil now, so we can test for capital F:
2161 (setq used-F (string-match "F" dired-actual-switches)
2162 opoint (point)
2163 eol (line-end-position)
2164 hidden (and selective-display
2165 (save-excursion (search-forward "\r" eol t))))
2166 (if hidden
2167 nil
2168 (save-excursion ;; Find out what kind of file this is:
2169 ;; Restrict perm bits to be non-blank,
2170 ;; otherwise this matches one char to early (looking backward):
2171 ;; "l---------" (some systems make symlinks that way)
2172 ;; "----------" (plain file with zero perms)
2173 (if (re-search-backward
2174 dired-permission-flags-regexp nil t)
2175 (setq file-type (char-after (match-beginning 1))
2176 symlink (eq file-type ?l)
2177 ;; Only with -F we need to know whether it's an executable
2178 executable (and
2179 used-F
2180 (string-match
2181 "[xst]" ;; execute bit set anywhere?
2182 (concat
2183 (match-string 2)
2184 (match-string 3)
2185 (match-string 4)))))
2186 (or no-error (error "No file on this line"))))
2187 ;; Move point to end of name:
2188 (if symlink
2189 (if (search-forward " -> " eol t)
2190 (progn
2191 (forward-char -4)
2192 (and used-F
2193 dired-ls-F-marks-symlinks
2194 (eq (preceding-char) ?@) ;; did ls really mark the link?
2195 (forward-char -1))))
2196 (goto-char eol) ;; else not a symbolic link
2197 ;; ls -lF marks dirs, sockets, fifos and executables with exactly
2198 ;; one trailing character. (Executable bits on symlinks ain't mean
2199 ;; a thing, even to ls, but we know it's not a symlink.)
2200 (and used-F
2201 (or (memq file-type '(?d ?s ?p))
2202 executable)
2203 (forward-char -1))))
2204 (or no-error
2205 (not (eq opoint (point)))
2206 (error "%s" (if hidden
2207 (substitute-command-keys
2208 "File line is hidden, type \\[dired-hide-subdir] to unhide")
2209 "No file on this line")))
2210 (if (eq opoint (point))
2211 nil
2212 (point)))))
2213
2214 \f
2215 ;;; COPY NAMES OF MARKED FILES INTO KILL-RING.
2216
2217 (defun dired-copy-filename-as-kill (&optional arg)
2218 "Copy names of marked (or next ARG) files into the kill ring.
2219 The names are separated by a space.
2220 With a zero prefix arg, use the absolute file name of each marked file.
2221 With \\[universal-argument], use the file name relative to the dired buffer's
2222 `default-directory'. (This still may contain slashes if in a subdirectory.)
2223
2224 If on a subdir headerline, use absolute subdirname instead;
2225 prefix arg and marked files are ignored in this case.
2226
2227 You can then feed the file name(s) to other commands with \\[yank]."
2228 (interactive "P")
2229 (let ((string
2230 (or (dired-get-subdir)
2231 (mapconcat (function identity)
2232 (if arg
2233 (cond ((zerop (prefix-numeric-value arg))
2234 (dired-get-marked-files))
2235 ((consp arg)
2236 (dired-get-marked-files t))
2237 (t
2238 (dired-get-marked-files
2239 'no-dir (prefix-numeric-value arg))))
2240 (dired-get-marked-files 'no-dir))
2241 " "))))
2242 (if (eq last-command 'kill-region)
2243 (kill-append string nil)
2244 (kill-new string))
2245 (message "%s" string)))
2246
2247 \f
2248 ;; Keeping Dired buffers in sync with the filesystem and with each other
2249
2250 (defun dired-buffers-for-dir (dir &optional file)
2251 ;; Return a list of buffers for DIR (top level or in-situ subdir).
2252 ;; If FILE is non-nil, include only those whose wildcard pattern (if any)
2253 ;; matches FILE.
2254 ;; The list is in reverse order of buffer creation, most recent last.
2255 ;; As a side effect, killed dired buffers for DIR are removed from
2256 ;; dired-buffers.
2257 (setq dir (file-name-as-directory dir))
2258 (let (result buf)
2259 (dolist (elt dired-buffers)
2260 (setq buf (cdr elt))
2261 (cond
2262 ((null (buffer-name buf))
2263 ;; Buffer is killed - clean up:
2264 (setq dired-buffers (delq elt dired-buffers)))
2265 ((dired-in-this-tree dir (car elt))
2266 (with-current-buffer buf
2267 (and (assoc dir dired-subdir-alist)
2268 (or (null file)
2269 (if (stringp dired-directory)
2270 (let ((wildcards (file-name-nondirectory
2271 dired-directory)))
2272 (or (= 0 (length wildcards))
2273 (string-match (dired-glob-regexp wildcards)
2274 file)))
2275 (member (expand-file-name file dir)
2276 (cdr dired-directory))))
2277 (setq result (cons buf result)))))))
2278 result))
2279
2280 (defun dired-glob-regexp (pattern)
2281 "Convert glob-pattern PATTERN to a regular expression."
2282 (let ((matched-in-pattern 0) ;; How many chars of PATTERN we've handled.
2283 regexp)
2284 (while (string-match "[[?*]" pattern matched-in-pattern)
2285 (let ((op-end (match-end 0))
2286 (next-op (aref pattern (match-beginning 0))))
2287 (setq regexp (concat regexp
2288 (regexp-quote
2289 (substring pattern matched-in-pattern
2290 (match-beginning 0)))))
2291 (cond ((= next-op ??)
2292 (setq regexp (concat regexp "."))
2293 (setq matched-in-pattern op-end))
2294 ((= next-op ?\[)
2295 ;; Fails to handle ^ yet ????
2296 (let* ((set-start (match-beginning 0))
2297 (set-cont
2298 (if (= (aref pattern (1+ set-start)) ?^)
2299 (+ 3 set-start)
2300 (+ 2 set-start)))
2301 (set-end (string-match "]" pattern set-cont))
2302 (set (substring pattern set-start (1+ set-end))))
2303 (setq regexp (concat regexp set))
2304 (setq matched-in-pattern (1+ set-end))))
2305 ((= next-op ?*)
2306 (setq regexp (concat regexp ".*"))
2307 (setq matched-in-pattern op-end)))))
2308 (concat "\\`"
2309 regexp
2310 (regexp-quote
2311 (substring pattern matched-in-pattern))
2312 "\\'")))
2313
2314
2315
2316 (defun dired-advertise ()
2317 ;;"Advertise in variable `dired-buffers' that we dired `default-directory'."
2318 ;; With wildcards we actually advertise too much.
2319 (let ((expanded-default (expand-file-name default-directory)))
2320 (if (memq (current-buffer) (dired-buffers-for-dir expanded-default))
2321 t ; we have already advertised ourselves
2322 (setq dired-buffers
2323 (cons (cons expanded-default (current-buffer))
2324 dired-buffers)))))
2325
2326 (defun dired-unadvertise (dir)
2327 ;; Remove DIR from the buffer alist in variable dired-buffers.
2328 ;; This has the effect of removing any buffer whose main directory is DIR.
2329 ;; It does not affect buffers in which DIR is a subdir.
2330 ;; Removing is also done as a side-effect in dired-buffer-for-dir.
2331 (setq dired-buffers
2332 (delq (assoc (expand-file-name dir) dired-buffers) dired-buffers)))
2333 \f
2334 ;; Tree Dired
2335
2336 ;;; utility functions
2337
2338 (defun dired-in-this-tree (file dir)
2339 ;;"Is FILE part of the directory tree starting at DIR?"
2340 (let (case-fold-search)
2341 (string-match (concat "^" (regexp-quote dir)) file)))
2342
2343 (defun dired-normalize-subdir (dir)
2344 ;; Prepend default-directory to DIR if relative file name.
2345 ;; dired-get-filename must be able to make a valid file name from a
2346 ;; file and its directory DIR.
2347 (file-name-as-directory
2348 (if (file-name-absolute-p dir)
2349 dir
2350 (expand-file-name dir default-directory))))
2351
2352 (defun dired-get-subdir ()
2353 ;;"Return the subdir name on this line, or nil if not on a headerline."
2354 ;; Look up in the alist whether this is a headerline.
2355 (save-excursion
2356 (let ((cur-dir (dired-current-directory)))
2357 (beginning-of-line) ; alist stores b-o-l positions
2358 (and (zerop (- (point)
2359 (dired-get-subdir-min (assoc cur-dir
2360 dired-subdir-alist))))
2361 cur-dir))))
2362
2363 ;(defun dired-get-subdir-min (elt)
2364 ; (cdr elt))
2365 ;; can't use macro, must be redefinable for other alist format in dired-nstd.
2366 (defalias 'dired-get-subdir-min 'cdr)
2367
2368 (defun dired-get-subdir-max (elt)
2369 (save-excursion
2370 (goto-char (dired-get-subdir-min elt))
2371 (dired-subdir-max)))
2372
2373 (defun dired-clear-alist ()
2374 (while dired-subdir-alist
2375 (set-marker (dired-get-subdir-min (car dired-subdir-alist)) nil)
2376 (setq dired-subdir-alist (cdr dired-subdir-alist))))
2377
2378 (defun dired-subdir-index (dir)
2379 ;; Return an index into alist for use with nth
2380 ;; for the sake of subdir moving commands.
2381 (let (found (index 0) (alist dired-subdir-alist))
2382 (while alist
2383 (if (string= dir (car (car alist)))
2384 (setq alist nil found t)
2385 (setq alist (cdr alist) index (1+ index))))
2386 (if found index nil)))
2387
2388 (defun dired-next-subdir (arg &optional no-error-if-not-found no-skip)
2389 "Go to next subdirectory, regardless of level."
2390 ;; Use 0 arg to go to this directory's header line.
2391 ;; NO-SKIP prevents moving to end of header line, returning whatever
2392 ;; position was found in dired-subdir-alist.
2393 (interactive "p")
2394 (let ((this-dir (dired-current-directory))
2395 pos index)
2396 ;; nth with negative arg does not return nil but the first element
2397 (setq index (- (dired-subdir-index this-dir) arg))
2398 (setq pos (if (>= index 0)
2399 (dired-get-subdir-min (nth index dired-subdir-alist))))
2400 (if pos
2401 (progn
2402 (goto-char pos)
2403 (or no-skip (skip-chars-forward "^\n\r"))
2404 (point))
2405 (if no-error-if-not-found
2406 nil ; return nil if not found
2407 (error "%s directory" (if (> arg 0) "Last" "First"))))))
2408
2409 (defun dired-build-subdir-alist (&optional switches)
2410 "Build `dired-subdir-alist' by parsing the buffer.
2411 Returns the new value of the alist.
2412 If optional arg SWITCHES is non-nil, use its value
2413 instead of `dired-actual-switches'."
2414 (interactive)
2415 (dired-clear-alist)
2416 (save-excursion
2417 (let* ((count 0)
2418 (inhibit-read-only t)
2419 (buffer-undo-list t)
2420 (switches (or switches dired-actual-switches))
2421 new-dir-name
2422 (R-ftp-base-dir-regex
2423 ;; Used to expand subdirectory names correctly in recursive
2424 ;; ange-ftp listings.
2425 (and (string-match "R" switches)
2426 (string-match "\\`/.*:\\(/.*\\)" default-directory)
2427 (concat "\\`" (match-string 1 default-directory)))))
2428 (goto-char (point-min))
2429 (setq dired-subdir-alist nil)
2430 (while (re-search-forward dired-subdir-regexp nil t)
2431 ;; Avoid taking a file name ending in a colon
2432 ;; as a subdir name.
2433 (unless (save-excursion
2434 (goto-char (match-beginning 0))
2435 (beginning-of-line)
2436 (forward-char 2)
2437 (save-match-data (looking-at dired-re-perms)))
2438 (save-excursion
2439 (goto-char (match-beginning 1))
2440 (setq new-dir-name
2441 (buffer-substring-no-properties (point) (match-end 1))
2442 new-dir-name
2443 (save-match-data
2444 (if (and R-ftp-base-dir-regex
2445 (not (string= new-dir-name default-directory))
2446 (string-match R-ftp-base-dir-regex new-dir-name))
2447 (concat default-directory
2448 (substring new-dir-name (match-end 0)))
2449 (expand-file-name new-dir-name))))
2450 (delete-region (point) (match-end 1))
2451 (insert new-dir-name))
2452 (setq count (1+ count))
2453 (dired-alist-add-1 new-dir-name
2454 ;; Place a sub directory boundary between lines.
2455 (save-excursion
2456 (goto-char (match-beginning 0))
2457 (beginning-of-line)
2458 (point-marker)))))
2459 (if (and (> count 1) (called-interactively-p 'interactive))
2460 (message "Buffer includes %d directories" count)))
2461 ;; We don't need to sort it because it is in buffer order per
2462 ;; constructionem. Return new alist:
2463 dired-subdir-alist))
2464
2465 (defun dired-alist-add-1 (dir new-marker)
2466 ;; Add new DIR at NEW-MARKER. Don't sort.
2467 (setq dired-subdir-alist
2468 (cons (cons (dired-normalize-subdir dir) new-marker)
2469 dired-subdir-alist)))
2470
2471 (defun dired-goto-next-nontrivial-file ()
2472 ;; Position point on first nontrivial file after point.
2473 (dired-goto-next-file);; so there is a file to compare with
2474 (if (stringp dired-trivial-filenames)
2475 (while (and (not (eobp))
2476 (string-match dired-trivial-filenames
2477 (file-name-nondirectory
2478 (or (dired-get-filename nil t) ""))))
2479 (forward-line 1)
2480 (dired-move-to-filename))))
2481
2482 (defun dired-goto-next-file ()
2483 (let ((max (1- (dired-subdir-max))))
2484 (while (and (not (dired-move-to-filename)) (< (point) max))
2485 (forward-line 1))))
2486
2487 (defun dired-goto-file (file)
2488 "Go to line describing file FILE in this dired buffer."
2489 ;; Return value of point on success, else nil.
2490 ;; FILE must be an absolute file name.
2491 ;; Loses if FILE contains control chars like "\007" for which ls
2492 ;; either inserts "?" or "\\007" into the buffer, so we won't find
2493 ;; it in the buffer.
2494 (interactive
2495 (prog1 ; let push-mark display its message
2496 (list (expand-file-name
2497 (read-file-name "Goto file: "
2498 (dired-current-directory))))
2499 (push-mark)))
2500 (setq file (directory-file-name file)) ; does no harm if no directory
2501 (let (found case-fold-search dir)
2502 (setq dir (or (file-name-directory file)
2503 (error "File name `%s' is not absolute" file)))
2504 (save-excursion
2505 ;; The hair here is to get the result of dired-goto-subdir
2506 ;; without really calling it if we don't have any subdirs.
2507 (if (if (string= dir (expand-file-name default-directory))
2508 (goto-char (point-min))
2509 (and (cdr dired-subdir-alist)
2510 (dired-goto-subdir dir)))
2511 (let ((base (file-name-nondirectory file))
2512 search-string
2513 (boundary (dired-subdir-max)))
2514 (setq search-string
2515 (replace-regexp-in-string "\^m" "\\^m" base nil t))
2516 (setq search-string
2517 (replace-regexp-in-string "\\\\" "\\\\" search-string nil t))
2518 (while (and (not found)
2519 ;; filenames are preceded by SPC, this makes
2520 ;; the search faster (e.g. for the filename "-"!).
2521 (search-forward (concat " " search-string)
2522 boundary 'move))
2523 ;; Match could have BASE just as initial substring or
2524 ;; or in permission bits or date or
2525 ;; not be a proper filename at all:
2526 (if (equal base (dired-get-filename 'no-dir t))
2527 ;; Must move to filename since an (actually
2528 ;; correct) match could have been elsewhere on the
2529 ;; ;; line (e.g. "-" would match somewhere in the
2530 ;; permission bits).
2531 (setq found (dired-move-to-filename))
2532 ;; If this isn't the right line, move forward to avoid
2533 ;; trying this line again.
2534 (forward-line 1))))))
2535 (and found
2536 ;; return value of point (i.e., FOUND):
2537 (goto-char found))))
2538
2539 (defun dired-initial-position (dirname)
2540 ;; Where point should go in a new listing of DIRNAME.
2541 ;; Point assumed at beginning of new subdir line.
2542 ;; You may redefine this function as you wish, e.g. like in dired-x.el.
2543 (end-of-line)
2544 (if dired-trivial-filenames (dired-goto-next-nontrivial-file)))
2545 \f
2546 ;; These are hooks which make tree dired work.
2547 ;; They are in this file because other parts of dired need to call them.
2548 ;; But they don't call the rest of tree dired unless there are subdirs loaded.
2549
2550 ;; This function is called for each retrieved filename.
2551 ;; It could stand to be faster, though it's mostly function call
2552 ;; overhead. Avoiding the function call seems to save about 10% in
2553 ;; dired-get-filename. Make it a defsubst?
2554 (defun dired-current-directory (&optional localp)
2555 "Return the name of the subdirectory to which this line belongs.
2556 This returns a string with trailing slash, like `default-directory'.
2557 Optional argument means return a file name relative to `default-directory'."
2558 (let ((here (point))
2559 (alist (or dired-subdir-alist
2560 ;; probably because called in a non-dired buffer
2561 (error "No subdir-alist in %s" (current-buffer))))
2562 elt dir)
2563 (while alist
2564 (setq elt (car alist)
2565 dir (car elt)
2566 ;; use `<=' (not `<') as subdir line is part of subdir
2567 alist (if (<= (dired-get-subdir-min elt) here)
2568 nil ; found
2569 (cdr alist))))
2570 (if localp
2571 (dired-make-relative dir default-directory)
2572 dir)))
2573
2574 ;; Subdirs start at the beginning of their header lines and end just
2575 ;; before the beginning of the next header line (or end of buffer).
2576
2577 (defun dired-subdir-max ()
2578 (save-excursion
2579 (if (or (null (cdr dired-subdir-alist)) (not (dired-next-subdir 1 t t)))
2580 (point-max)
2581 (point))))
2582 \f
2583 ;; Deleting files
2584
2585 (defcustom dired-recursive-deletes 'top
2586 "Decide whether recursive deletes are allowed.
2587 A value of nil means no recursive deletes.
2588 `always' means delete recursively without asking. This is DANGEROUS!
2589 `top' means ask for each directory at top level, but delete its subdirectories
2590 without asking.
2591 Anything else means ask for each directory."
2592 :type '(choice :tag "Delete non-empty directories"
2593 (const :tag "Yes" always)
2594 (const :tag "No--only delete empty directories" nil)
2595 (const :tag "Confirm for each directory" t)
2596 (const :tag "Confirm for each top directory only" top))
2597 :group 'dired)
2598
2599 ;; Match anything but `.' and `..'.
2600 (defvar dired-re-no-dot "^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*")
2601
2602 ;; Delete file, possibly delete a directory and all its files.
2603 ;; This function is usefull outside of dired. One could change it's name
2604 ;; to e.g. recursive-delete-file and put it somewhere else.
2605 (defun dired-delete-file (file &optional recursive trash) "\
2606 Delete FILE or directory (possibly recursively if optional RECURSIVE is true.)
2607 RECURSIVE determines what to do with a non-empty directory. If RECURSIVE is:
2608 nil, do not delete.
2609 `always', delete recursively without asking.
2610 `top', ask for each directory at top level.
2611 Anything else, ask for each sub-directory."
2612 ;; This test is equivalent to
2613 ;; (and (file-directory-p fn) (not (file-symlink-p fn)))
2614 ;; but more efficient
2615 (if (not (eq t (car (file-attributes file))))
2616 (delete-file file trash)
2617 (if (and recursive
2618 (directory-files file t dired-re-no-dot) ; Not empty.
2619 (or (eq recursive 'always)
2620 (yes-or-no-p (format "Recursively %s %s? "
2621 (if (and trash
2622 delete-by-moving-to-trash)
2623 "trash"
2624 "delete")
2625 (dired-make-relative file)))))
2626 (if (eq recursive 'top) (setq recursive 'always)) ; Don't ask again.
2627 (setq recursive nil))
2628 (delete-directory file recursive trash)))
2629
2630 (defun dired-do-flagged-delete (&optional nomessage)
2631 "In Dired, delete the files flagged for deletion.
2632 If NOMESSAGE is non-nil, we don't display any message
2633 if there are no flagged files.
2634 `dired-recursive-deletes' controls whether deletion of
2635 non-empty directories is allowed."
2636 (interactive)
2637 (let* ((dired-marker-char dired-del-marker)
2638 (regexp (dired-marker-regexp))
2639 case-fold-search)
2640 (if (save-excursion (goto-char (point-min))
2641 (re-search-forward regexp nil t))
2642 (dired-internal-do-deletions
2643 ;; this can't move point since ARG is nil
2644 (dired-map-over-marks (cons (dired-get-filename) (point))
2645 nil)
2646 nil t)
2647 (or nomessage
2648 (message "(No deletions requested)")))))
2649
2650 (defun dired-do-delete (&optional arg)
2651 "Delete all marked (or next ARG) files.
2652 `dired-recursive-deletes' controls whether deletion of
2653 non-empty directories is allowed."
2654 ;; This is more consistent with the file marking feature than
2655 ;; dired-do-flagged-delete.
2656 (interactive "P")
2657 (dired-internal-do-deletions
2658 ;; this may move point if ARG is an integer
2659 (dired-map-over-marks (cons (dired-get-filename) (point))
2660 arg)
2661 arg t))
2662
2663 (defvar dired-deletion-confirmer 'yes-or-no-p) ; or y-or-n-p?
2664
2665 (defun dired-internal-do-deletions (l arg &optional trash)
2666 ;; L is an alist of files to delete, with their buffer positions.
2667 ;; ARG is the prefix arg.
2668 ;; Filenames are absolute.
2669 ;; (car L) *must* be the *last* (bottommost) file in the dired buffer.
2670 ;; That way as changes are made in the buffer they do not shift the
2671 ;; lines still to be changed, so the (point) values in L stay valid.
2672 ;; Also, for subdirs in natural order, a subdir's files are deleted
2673 ;; before the subdir itself - the other way around would not work.
2674 (let* ((files (mapcar (function car) l))
2675 (count (length l))
2676 (succ 0)
2677 (trashing (and trash delete-by-moving-to-trash))
2678 (progress-reporter
2679 (make-progress-reporter
2680 (if trashing "Trashing..." "Deleting...")
2681 succ count)))
2682 ;; canonicalize file list for pop up
2683 (setq files (nreverse (mapcar (function dired-make-relative) files)))
2684 (if (dired-mark-pop-up
2685 " *Deletions*" 'delete files dired-deletion-confirmer
2686 (format "%s %s "
2687 (if trashing "Trash" "Delete")
2688 (dired-mark-prompt arg files)))
2689 (save-excursion
2690 (let (failures);; files better be in reverse order for this loop!
2691 (while l
2692 (goto-char (cdr (car l)))
2693 (let ((inhibit-read-only t))
2694 (condition-case err
2695 (let ((fn (car (car l))))
2696 (dired-delete-file fn dired-recursive-deletes trash)
2697 ;; if we get here, removing worked
2698 (setq succ (1+ succ))
2699 (progress-reporter-update progress-reporter succ)
2700 (dired-fun-in-all-buffers
2701 (file-name-directory fn) (file-name-nondirectory fn)
2702 (function dired-delete-entry) fn))
2703 (error;; catch errors from failed deletions
2704 (dired-log "%s\n" err)
2705 (setq failures (cons (car (car l)) failures)))))
2706 (setq l (cdr l)))
2707 (if (not failures)
2708 (progress-reporter-done progress-reporter)
2709 (dired-log-summary
2710 (format "%d of %d deletion%s failed"
2711 (length failures) count
2712 (dired-plural-s count))
2713 failures))))
2714 (message "(No deletions performed)")))
2715 (dired-move-to-filename))
2716
2717 (defun dired-fun-in-all-buffers (directory file fun &rest args)
2718 ;; In all buffers dired'ing DIRECTORY, run FUN with ARGS.
2719 ;; If the buffer has a wildcard pattern, check that it matches FILE.
2720 ;; (FILE does not include a directory component.)
2721 ;; FILE may be nil, in which case ignore it.
2722 ;; Return list of buffers where FUN succeeded (i.e., returned non-nil).
2723 (let (success-list)
2724 (dolist (buf (dired-buffers-for-dir (expand-file-name directory)
2725 file))
2726 (with-current-buffer buf
2727 (if (apply fun args)
2728 (setq success-list (cons (buffer-name buf) success-list)))))
2729 success-list))
2730
2731 ;; Delete the entry for FILE from
2732 (defun dired-delete-entry (file)
2733 (save-excursion
2734 (and (dired-goto-file file)
2735 (let ((inhibit-read-only t))
2736 (delete-region (progn (beginning-of-line) (point))
2737 (save-excursion (forward-line 1) (point))))))
2738 (dired-clean-up-after-deletion file))
2739
2740 ;; This is a separate function for the sake of dired-x.el.
2741 (defun dired-clean-up-after-deletion (fn)
2742 ;; Clean up after a deleted file or directory FN.
2743 (save-excursion (and (cdr dired-subdir-alist)
2744 (dired-goto-subdir fn)
2745 (dired-kill-subdir))))
2746 \f
2747 ;; Confirmation
2748
2749 (defun dired-marker-regexp ()
2750 (concat "^" (regexp-quote (char-to-string dired-marker-char))))
2751
2752 (defun dired-plural-s (count)
2753 (if (= 1 count) "" "s"))
2754
2755 (defun dired-mark-prompt (arg files)
2756 "Return a string for use in a prompt, either the current file
2757 name, or the marker and a count of marked files."
2758 ;; distinguish-one-marked can cause the first element to be just t.
2759 (if (eq (car files) t) (setq files (cdr files)))
2760 (let ((count (length files)))
2761 (if (= count 1)
2762 (car files)
2763 ;; more than 1 file:
2764 (if (integerp arg)
2765 ;; abs(arg) = count
2766 ;; Perhaps this is nicer, but it also takes more screen space:
2767 ;;(format "[%s %d files]" (if (> arg 0) "next" "previous")
2768 ;; count)
2769 (format "[next %d files]" arg)
2770 (format "%c [%d files]" dired-marker-char count)))))
2771
2772 (defun dired-pop-to-buffer (buf)
2773 "Pop up buffer BUF in a way suitable for Dired."
2774 (let ((split-window-preferred-function
2775 (lambda (window)
2776 (or (and (let ((split-height-threshold 0))
2777 (window-splittable-p (selected-window)))
2778 ;; Try to split the selected window vertically if
2779 ;; that's possible. (Bug#1806)
2780 (split-window-vertically))
2781 ;; Otherwise, try to split WINDOW sensibly.
2782 (split-window-sensibly window))))
2783 pop-up-frames)
2784 (pop-to-buffer (get-buffer-create buf)))
2785 ;; If dired-shrink-to-fit is t, make its window fit its contents.
2786 (when dired-shrink-to-fit
2787 ;; Try to not delete window when we want to display less than
2788 ;; `window-min-height' lines.
2789 (fit-window-to-buffer (get-buffer-window buf) nil 1)))
2790
2791 (defcustom dired-no-confirm nil
2792 "A list of symbols for commands Dired should not confirm, or t.
2793 Command symbols are `byte-compile', `chgrp', `chmod', `chown', `compress',
2794 `copy', `delete', `hardlink', `load', `move', `print', `shell', `symlink',
2795 `touch' and `uncompress'.
2796 If t, confirmation is never needed."
2797 :group 'dired
2798 :type '(choice (const :tag "Confirmation never needed" t)
2799 (set (const byte-compile) (const chgrp)
2800 (const chmod) (const chown) (const compress)
2801 (const copy) (const delete) (const hardlink)
2802 (const load) (const move) (const print)
2803 (const shell) (const symlink) (const touch)
2804 (const uncompress))))
2805
2806 (defun dired-mark-pop-up (bufname op-symbol files function &rest args)
2807 "Return FUNCTION's result on ARGS after showing which files are marked.
2808 Displays the file names in a buffer named BUFNAME;
2809 nil gives \" *Marked Files*\".
2810 This uses function `dired-pop-to-buffer' to do that.
2811
2812 FUNCTION should not manipulate files, just read input
2813 (an argument or confirmation).
2814 The window is not shown if there is just one file or
2815 OP-SYMBOL is a member of the list in `dired-no-confirm'.
2816 FILES is the list of marked files. It can also be (t FILENAME)
2817 in the case of one marked file, to distinguish that from using
2818 just the current file."
2819 (or bufname (setq bufname " *Marked Files*"))
2820 (if (or (eq dired-no-confirm t)
2821 (memq op-symbol dired-no-confirm)
2822 ;; If FILES defaulted to the current line's file.
2823 (= (length files) 1))
2824 (apply function args)
2825 (with-current-buffer (get-buffer-create bufname)
2826 (erase-buffer)
2827 ;; Handle (t FILE) just like (FILE), here.
2828 ;; That value is used (only in some cases), to mean
2829 ;; just one file that was marked, rather than the current line file.
2830 (dired-format-columns-of-files (if (eq (car files) t) (cdr files) files))
2831 (remove-text-properties (point-min) (point-max)
2832 '(mouse-face nil help-echo nil)))
2833 (save-window-excursion
2834 (dired-pop-to-buffer bufname)
2835 (apply function args))))
2836
2837 (defun dired-format-columns-of-files (files)
2838 (let ((beg (point)))
2839 (completion--insert-strings files)
2840 (put-text-property beg (point) 'mouse-face nil)))
2841 \f
2842 ;; Commands to mark or flag file(s) at or near current line.
2843
2844 (defun dired-repeat-over-lines (arg function)
2845 ;; This version skips non-file lines.
2846 (let ((pos (make-marker)))
2847 (beginning-of-line)
2848 (while (and (> arg 0) (not (eobp)))
2849 (setq arg (1- arg))
2850 (beginning-of-line)
2851 (while (and (not (eobp)) (dired-between-files)) (forward-line 1))
2852 (save-excursion
2853 (forward-line 1)
2854 (move-marker pos (1+ (point))))
2855 (save-excursion (funcall function))
2856 ;; Advance to the next line--actually, to the line that *was* next.
2857 ;; (If FUNCTION inserted some new lines in between, skip them.)
2858 (goto-char pos))
2859 (while (and (< arg 0) (not (bobp)))
2860 (setq arg (1+ arg))
2861 (forward-line -1)
2862 (while (and (not (bobp)) (dired-between-files)) (forward-line -1))
2863 (beginning-of-line)
2864 (save-excursion (funcall function)))
2865 (move-marker pos nil)
2866 (dired-move-to-filename)))
2867
2868 (defun dired-between-files ()
2869 ;; This used to be a regexp match of the `total ...' line output by
2870 ;; ls, which is slightly faster, but that is not very robust; notably,
2871 ;; it fails for non-english locales.
2872 (save-excursion (not (dired-move-to-filename))))
2873
2874 (defun dired-next-marked-file (arg &optional wrap opoint)
2875 "Move to the next marked file, wrapping around the end of the buffer."
2876 (interactive "p\np")
2877 (or opoint (setq opoint (point)));; return to where interactively started
2878 (if (if (> arg 0)
2879 (re-search-forward dired-re-mark nil t arg)
2880 (beginning-of-line)
2881 (re-search-backward dired-re-mark nil t (- arg)))
2882 (dired-move-to-filename)
2883 (if (null wrap)
2884 (progn
2885 (goto-char opoint)
2886 (error "No next marked file"))
2887 (message "(Wraparound for next marked file)")
2888 (goto-char (if (> arg 0) (point-min) (point-max)))
2889 (dired-next-marked-file arg nil opoint))))
2890
2891 (defun dired-prev-marked-file (arg &optional wrap)
2892 "Move to the previous marked file, wrapping around the end of the buffer."
2893 (interactive "p\np")
2894 (dired-next-marked-file (- arg) wrap))
2895
2896 (defun dired-file-marker (file)
2897 ;; Return FILE's marker, or nil if unmarked.
2898 (save-excursion
2899 (and (dired-goto-file file)
2900 (progn
2901 (beginning-of-line)
2902 (if (not (equal ?\040 (following-char)))
2903 (following-char))))))
2904
2905 (defun dired-mark-files-in-region (start end)
2906 (let ((inhibit-read-only t))
2907 (if (> start end)
2908 (error "start > end"))
2909 (goto-char start) ; assumed at beginning of line
2910 (while (< (point) end)
2911 ;; Skip subdir line and following garbage like the `total' line:
2912 (while (and (< (point) end) (dired-between-files))
2913 (forward-line 1))
2914 (if (and (not (looking-at dired-re-dot))
2915 (dired-get-filename nil t))
2916 (progn
2917 (delete-char 1)
2918 (insert dired-marker-char)))
2919 (forward-line 1))))
2920
2921 (defun dired-mark (arg)
2922 "Mark the current (or next ARG) files.
2923 If on a subdir headerline, mark all its files except `.' and `..'.
2924
2925 Use \\[dired-unmark-all-files] to remove all marks
2926 and \\[dired-unmark] on a subdir to remove the marks in
2927 this subdir."
2928 (interactive "P")
2929 (if (dired-get-subdir)
2930 (save-excursion (dired-mark-subdir-files))
2931 (let ((inhibit-read-only t))
2932 (dired-repeat-over-lines
2933 (prefix-numeric-value arg)
2934 (function (lambda () (delete-char 1) (insert dired-marker-char)))))))
2935
2936 (defun dired-unmark (arg)
2937 "Unmark the current (or next ARG) files.
2938 If looking at a subdir, unmark all its files except `.' and `..'."
2939 (interactive "P")
2940 (let ((dired-marker-char ?\040))
2941 (dired-mark arg)))
2942
2943 (defun dired-flag-file-deletion (arg)
2944 "In Dired, flag the current line's file for deletion.
2945 With prefix arg, repeat over several lines.
2946
2947 If on a subdir headerline, mark all its files except `.' and `..'."
2948 (interactive "P")
2949 (let ((dired-marker-char dired-del-marker))
2950 (dired-mark arg)))
2951
2952 (defun dired-unmark-backward (arg)
2953 "In Dired, move up lines and remove deletion flag there.
2954 Optional prefix ARG says how many lines to unflag; default is one line."
2955 (interactive "p")
2956 (dired-unmark (- arg)))
2957
2958 (defun dired-toggle-marks ()
2959 "Toggle marks: marked files become unmarked, and vice versa.
2960 Files marked with other flags (such as `D') are not affected.
2961 `.' and `..' are never toggled.
2962 As always, hidden subdirs are not affected."
2963 (interactive)
2964 (save-excursion
2965 (goto-char (point-min))
2966 (let ((inhibit-read-only t))
2967 (while (not (eobp))
2968 (or (dired-between-files)
2969 (looking-at dired-re-dot)
2970 ;; use subst instead of insdel because it does not move
2971 ;; the gap and thus should be faster and because
2972 ;; other characters are left alone automatically
2973 (apply 'subst-char-in-region
2974 (point) (1+ (point))
2975 (if (eq ?\040 (following-char)) ; SPC
2976 (list ?\040 dired-marker-char)
2977 (list dired-marker-char ?\040))))
2978 (forward-line 1)))))
2979 \f
2980 ;;; Commands to mark or flag files based on their characteristics or names.
2981
2982 (defvar dired-regexp-history nil
2983 "History list of regular expressions used in Dired commands.")
2984
2985 (defun dired-read-regexp (prompt)
2986 (read-from-minibuffer prompt nil nil nil 'dired-regexp-history))
2987
2988 (defun dired-mark-files-regexp (regexp &optional marker-char)
2989 "Mark all files matching REGEXP for use in later commands.
2990 A prefix argument means to unmark them instead.
2991 `.' and `..' are never marked.
2992
2993 REGEXP is an Emacs regexp, not a shell wildcard. Thus, use `\\.o$' for
2994 object files--just `.o' will mark more than you might think."
2995 (interactive
2996 (list (dired-read-regexp (concat (if current-prefix-arg "Unmark" "Mark")
2997 " files (regexp): "))
2998 (if current-prefix-arg ?\040)))
2999 (let ((dired-marker-char (or marker-char dired-marker-char)))
3000 (dired-mark-if
3001 (and (not (looking-at dired-re-dot))
3002 (not (eolp)) ; empty line
3003 (let ((fn (dired-get-filename nil t)))
3004 (and fn (string-match regexp (file-name-nondirectory fn)))))
3005 "matching file")))
3006
3007 (defun dired-mark-files-containing-regexp (regexp &optional marker-char)
3008 "Mark all files with contents containing REGEXP for use in later commands.
3009 A prefix argument means to unmark them instead.
3010 `.' and `..' are never marked."
3011 (interactive
3012 (list (dired-read-regexp (concat (if current-prefix-arg "Unmark" "Mark")
3013 " files containing (regexp): "))
3014 (if current-prefix-arg ?\040)))
3015 (let ((dired-marker-char (or marker-char dired-marker-char)))
3016 (dired-mark-if
3017 (and (not (looking-at dired-re-dot))
3018 (not (eolp)) ; empty line
3019 (let ((fn (dired-get-filename nil t)))
3020 (when (and fn (file-readable-p fn)
3021 (not (file-directory-p fn)))
3022 (let ((prebuf (get-file-buffer fn)))
3023 (message "Checking %s" fn)
3024 ;; For now we do it inside emacs
3025 ;; Grep might be better if there are a lot of files
3026 (if prebuf
3027 (with-current-buffer prebuf
3028 (save-excursion
3029 (goto-char (point-min))
3030 (re-search-forward regexp nil t)))
3031 (with-temp-buffer
3032 (insert-file-contents fn)
3033 (goto-char (point-min))
3034 (re-search-forward regexp nil t))))
3035 )))
3036 "matching file")))
3037
3038 (defun dired-flag-files-regexp (regexp)
3039 "In Dired, flag all files containing the specified REGEXP for deletion.
3040 The match is against the non-directory part of the filename. Use `^'
3041 and `$' to anchor matches. Exclude subdirs by hiding them.
3042 `.' and `..' are never flagged."
3043 (interactive (list (dired-read-regexp "Flag for deletion (regexp): ")))
3044 (dired-mark-files-regexp regexp dired-del-marker))
3045
3046 (defun dired-mark-symlinks (unflag-p)
3047 "Mark all symbolic links.
3048 With prefix argument, unflag all those files."
3049 (interactive "P")
3050 (let ((dired-marker-char (if unflag-p ?\040 dired-marker-char)))
3051 (dired-mark-if (looking-at dired-re-sym) "symbolic link")))
3052
3053 (defun dired-mark-directories (unflag-p)
3054 "Mark all directory file lines except `.' and `..'.
3055 With prefix argument, unflag all those files."
3056 (interactive "P")
3057 (let ((dired-marker-char (if unflag-p ?\040 dired-marker-char)))
3058 (dired-mark-if (and (looking-at dired-re-dir)
3059 (not (looking-at dired-re-dot)))
3060 "directory file")))
3061
3062 (defun dired-mark-executables (unflag-p)
3063 "Mark all executable files.
3064 With prefix argument, unflag all those files."
3065 (interactive "P")
3066 (let ((dired-marker-char (if unflag-p ?\040 dired-marker-char)))
3067 (dired-mark-if (looking-at dired-re-exe) "executable file")))
3068
3069 ;; dired-x.el has a dired-mark-sexp interactive command: mark
3070 ;; files for which PREDICATE returns non-nil.
3071
3072 (defun dired-flag-auto-save-files (&optional unflag-p)
3073 "Flag for deletion files whose names suggest they are auto save files.
3074 A prefix argument says to unflag those files instead."
3075 (interactive "P")
3076 (let ((dired-marker-char (if unflag-p ?\040 dired-del-marker)))
3077 (dired-mark-if
3078 ;; It is less than general to check for # here,
3079 ;; but it's the only way this runs fast enough.
3080 (and (save-excursion (end-of-line)
3081 (or
3082 (eq (preceding-char) ?#)
3083 ;; Handle executables in case of -F option.
3084 ;; We need not worry about the other kinds
3085 ;; of markings that -F makes, since they won't
3086 ;; appear on real auto-save files.
3087 (if (eq (preceding-char) ?*)
3088 (progn
3089 (forward-char -1)
3090 (eq (preceding-char) ?#)))))
3091 (not (looking-at dired-re-dir))
3092 (let ((fn (dired-get-filename t t)))
3093 (if fn (auto-save-file-name-p
3094 (file-name-nondirectory fn)))))
3095 "auto save file")))
3096
3097 (defcustom dired-garbage-files-regexp
3098 ;; `log' here is dubious, since it's typically used for useful log
3099 ;; files, not just TeX stuff. -- fx
3100 (concat (regexp-opt
3101 '(".log" ".toc" ".dvi" ".bak" ".orig" ".rej" ".aux"))
3102 "\\'")
3103 "Regular expression to match \"garbage\" files for `dired-flag-garbage-files'."
3104 :type 'regexp
3105 :group 'dired)
3106
3107 (defun dired-flag-garbage-files ()
3108 "Flag for deletion all files that match `dired-garbage-files-regexp'."
3109 (interactive)
3110 (dired-flag-files-regexp dired-garbage-files-regexp))
3111
3112 (defun dired-flag-backup-files (&optional unflag-p)
3113 "Flag all backup files (names ending with `~') for deletion.
3114 With prefix argument, unflag these files."
3115 (interactive "P")
3116 (let ((dired-marker-char (if unflag-p ?\s dired-del-marker)))
3117 (dired-mark-if
3118 ;; Don't call backup-file-name-p unless the last character looks like
3119 ;; it might be the end of a backup file name. This isn't very general,
3120 ;; but it's the only way this runs fast enough.
3121 (and (save-excursion (end-of-line)
3122 ;; Handle executables in case of -F option.
3123 ;; We need not worry about the other kinds
3124 ;; of markings that -F makes, since they won't
3125 ;; appear on real backup files.
3126 (if (eq (preceding-char) ?*)
3127 (forward-char -1))
3128 (eq (preceding-char) ?~))
3129 (not (looking-at dired-re-dir))
3130 (let ((fn (dired-get-filename t t)))
3131 (if fn (backup-file-name-p fn))))
3132 "backup file")))
3133
3134 (defun dired-change-marks (&optional old new)
3135 "Change all OLD marks to NEW marks.
3136 OLD and NEW are both characters used to mark files."
3137 (interactive
3138 (let* ((cursor-in-echo-area t)
3139 (old (progn (message "Change (old mark): ") (read-char)))
3140 (new (progn (message "Change %c marks to (new mark): " old)
3141 (read-char))))
3142 (list old new)))
3143 (if (or (eq old ?\r) (eq new ?\r))
3144 (ding)
3145 (let ((string (format "\n%c" old))
3146 (inhibit-read-only t))
3147 (save-excursion
3148 (goto-char (point-min))
3149 (while (search-forward string nil t)
3150 (if (if (= old ?\s)
3151 (save-match-data
3152 (dired-get-filename 'no-dir t))
3153 t)
3154 (subst-char-in-region (match-beginning 0)
3155 (match-end 0) old new)))))))
3156
3157 (defun dired-unmark-all-marks ()
3158 "Remove all marks from all files in the dired buffer."
3159 (interactive)
3160 (dired-unmark-all-files ?\r))
3161
3162 (defun dired-unmark-all-files (mark &optional arg)
3163 "Remove a specific mark (or any mark) from every file.
3164 After this command, type the mark character to remove,
3165 or type RET to remove all marks.
3166 With prefix arg, query for each marked file.
3167 Type \\[help-command] at that time for help."
3168 (interactive "cRemove marks (RET means all): \nP")
3169 (save-excursion
3170 (let* ((count 0)
3171 (inhibit-read-only t) case-fold-search query
3172 (string (format "\n%c" mark))
3173 (help-form "\
3174 Type SPC or `y' to unmark one file, DEL or `n' to skip to next,
3175 `!' to unmark all remaining files with no more questions."))
3176 (goto-char (point-min))
3177 (while (if (eq mark ?\r)
3178 (re-search-forward dired-re-mark nil t)
3179 (search-forward string nil t))
3180 (if (or (not arg)
3181 (let ((file (dired-get-filename t t)))
3182 (and file
3183 (dired-query 'query "Unmark file `%s'? "
3184 file))))
3185 (progn (subst-char-in-region (1- (point)) (point)
3186 (preceding-char) ?\s)
3187 (setq count (1+ count)))))
3188 (message (if (= count 1) "1 mark removed"
3189 "%d marks removed")
3190 count))))
3191 \f
3192 ;; Logging failures operating on files, and showing the results.
3193
3194 (defvar dired-log-buffer "*Dired log*")
3195
3196 (defun dired-why ()
3197 "Pop up a buffer with error log output from Dired.
3198 A group of errors from a single command ends with a formfeed.
3199 Thus, use \\[backward-page] to find the beginning of a group of errors."
3200 (interactive)
3201 (if (get-buffer dired-log-buffer)
3202 (let ((owindow (selected-window))
3203 (window (display-buffer (get-buffer dired-log-buffer))))
3204 (unwind-protect
3205 (progn
3206 (select-window window)
3207 (goto-char (point-max))
3208 (forward-line -1)
3209 (backward-page 1)
3210 (recenter 0))
3211 (select-window owindow)))))
3212
3213 (defun dired-log (log &rest args)
3214 ;; Log a message or the contents of a buffer.
3215 ;; If LOG is a string and there are more args, it is formatted with
3216 ;; those ARGS. Usually the LOG string ends with a \n.
3217 ;; End each bunch of errors with (dired-log t):
3218 ;; this inserts the current time and buffer at the start of the page,
3219 ;; and \f (formfeed) at the end.
3220 (let ((obuf (current-buffer)))
3221 (with-current-buffer (get-buffer-create dired-log-buffer)
3222 (goto-char (point-max))
3223 (let ((inhibit-read-only t))
3224 (cond ((stringp log)
3225 (insert (if args
3226 (apply (function format) log args)
3227 log)))
3228 ((bufferp log)
3229 (insert-buffer-substring log))
3230 ((eq t log)
3231 (backward-page 1)
3232 (unless (bolp)
3233 (insert "\n"))
3234 (insert (current-time-string)
3235 "\tBuffer `" (buffer-name obuf) "'\n")
3236 (goto-char (point-max))
3237 (insert "\f\n")))))))
3238
3239 (defun dired-log-summary (string failures)
3240 "State a summary of a command's failures, in echo area and log buffer.
3241 STRING is an overall summary of the failures.
3242 FAILURES is a list of file names that we failed to operate on,
3243 or nil if file names are not applicable."
3244 (if (= (length failures) 1)
3245 (message "%s"
3246 (with-current-buffer dired-log-buffer
3247 (goto-char (point-max))
3248 (backward-page 1)
3249 (if (eolp) (forward-line 1))
3250 (buffer-substring (point) (point-max))))
3251 (message (if failures "%s--type ? for details (%s)"
3252 "%s--type ? for details")
3253 string failures))
3254 ;; Log a summary describing a bunch of errors.
3255 (dired-log (concat "\n" string "\n"))
3256 (dired-log t))
3257 \f
3258 ;;; Sorting
3259
3260 ;; Most ls can only sort by name or by date (with -t), nothing else.
3261 ;; GNU ls sorts on size with -S, on extension with -X, and unsorted with -U.
3262 ;; So anything that does not contain these is sort "by name".
3263
3264 (defvar dired-ls-sorting-switches "SXU"
3265 "String of `ls' switches \(single letters\) except \"t\" that influence sorting.
3266
3267 This indicates to Dired which option switches to watch out for because they
3268 will change the sorting order behavior of `ls'.
3269
3270 To change the default sorting order \(e.g. add a `-v' option\), see the
3271 variable `dired-listing-switches'. To temporarily override the listing
3272 format, use `\\[universal-argument] \\[dired]'.")
3273
3274 (defvar dired-sort-by-date-regexp
3275 (concat "\\(\\`\\| \\)-[^- ]*t"
3276 ;; `dired-ls-sorting-switches' after -t overrides -t.
3277 "[^ " dired-ls-sorting-switches "]*"
3278 "\\(\\(\\`\\| +\\)\\(--[^ ]+\\|-[^- t"
3279 dired-ls-sorting-switches "]+\\)\\)* *$")
3280 "Regexp recognized by Dired to set `by date' mode.")
3281
3282 (defvar dired-sort-by-name-regexp
3283 (concat "\\`\\(\\(\\`\\| +\\)\\(--[^ ]+\\|"
3284 "-[^- t" dired-ls-sorting-switches "]+\\)\\)* *$")
3285 "Regexp recognized by Dired to set `by name' mode.")
3286
3287 (defvar dired-sort-inhibit nil
3288 "Non-nil means the Dired sort command is disabled.
3289 The idea is to set this buffer-locally in special dired buffers.")
3290
3291 (defun dired-sort-set-modeline ()
3292 ;; Set modeline display according to dired-actual-switches.
3293 ;; Modeline display of "by name" or "by date" guarantees the user a
3294 ;; match with the corresponding regexps. Non-matching switches are
3295 ;; shown literally.
3296 (when (eq major-mode 'dired-mode)
3297 (setq mode-name
3298 (let (case-fold-search)
3299 (cond ((string-match
3300 dired-sort-by-name-regexp dired-actual-switches)
3301 "Dired by name")
3302 ((string-match
3303 dired-sort-by-date-regexp dired-actual-switches)
3304 "Dired by date")
3305 (t
3306 (concat "Dired " dired-actual-switches)))))
3307 (force-mode-line-update)))
3308
3309 (defun dired-sort-toggle-or-edit (&optional arg)
3310 "Toggle sorting by date, and refresh the Dired buffer.
3311 With a prefix argument, edit the current listing switches instead."
3312 (interactive "P")
3313 (when dired-sort-inhibit
3314 (error "Cannot sort this dired buffer"))
3315 (if arg
3316 (dired-sort-other
3317 (read-string "ls switches (must contain -l): " dired-actual-switches))
3318 (dired-sort-toggle)))
3319
3320 (defun dired-sort-toggle ()
3321 ;; Toggle between sort by date/name. Reverts the buffer.
3322 (let ((sorting-by-date (string-match dired-sort-by-date-regexp
3323 dired-actual-switches))
3324 ;; Regexp for finding (possibly embedded) -t switches.
3325 (switch-regexp "\\(\\`\\| \\)-\\([a-su-zA-Z]*\\)\\(t\\)\\([^ ]*\\)")
3326 case-fold-search)
3327 ;; Remove the -t switch.
3328 (while (string-match switch-regexp dired-actual-switches)
3329 (if (and (equal (match-string 2 dired-actual-switches) "")
3330 (equal (match-string 4 dired-actual-switches) ""))
3331 ;; Remove a stand-alone -t switch.
3332 (setq dired-actual-switches
3333 (replace-match "" t t dired-actual-switches))
3334 ;; Remove a switch of the form -XtY for some X and Y.
3335 (setq dired-actual-switches
3336 (replace-match "" t t dired-actual-switches 3))))
3337 ;; Now, if we weren't sorting by date before, add the -t switch.
3338 (unless sorting-by-date
3339 (setq dired-actual-switches (concat dired-actual-switches " -t"))))
3340 (dired-sort-set-modeline)
3341 (revert-buffer))
3342
3343 ;; Some user code loads dired especially for this.
3344 ;; Don't do that--use replace-regexp-in-string instead.
3345 (defun dired-replace-in-string (regexp newtext string)
3346 ;; Replace REGEXP with NEWTEXT everywhere in STRING and return result.
3347 ;; NEWTEXT is taken literally---no \\DIGIT escapes will be recognized.
3348 (let ((result "") (start 0) mb me)
3349 (while (string-match regexp string start)
3350 (setq mb (match-beginning 0)
3351 me (match-end 0)
3352 result (concat result (substring string start mb) newtext)
3353 start me))
3354 (concat result (substring string start))))
3355
3356 (defun dired-sort-other (switches &optional no-revert)
3357 "Specify new `ls' SWITCHES for current dired buffer.
3358 Values matching `dired-sort-by-date-regexp' or `dired-sort-by-name-regexp'
3359 set the minor mode accordingly, others appear literally in the mode line.
3360 With optional second arg NO-REVERT, don't refresh the listing afterwards."
3361 (dired-sort-R-check switches)
3362 (setq dired-actual-switches switches)
3363 (dired-sort-set-modeline)
3364 (or no-revert (revert-buffer)))
3365
3366 (defvar dired-subdir-alist-pre-R nil
3367 "Value of `dired-subdir-alist' before -R switch added.")
3368 (make-variable-buffer-local 'dired-subdir-alist-pre-R)
3369
3370 (defun dired-sort-R-check (switches)
3371 "Additional processing of -R in ls option string SWITCHES.
3372 Saves `dired-subdir-alist' when R is set and restores saved value
3373 minus any directories explicitly deleted when R is cleared.
3374 To be called first in body of `dired-sort-other', etc."
3375 (cond
3376 ((and (string-match "R" switches)
3377 (not (string-match "R" dired-actual-switches)))
3378 ;; Adding -R to ls switches -- save `dired-subdir-alist':
3379 (setq dired-subdir-alist-pre-R dired-subdir-alist))
3380 ((and (string-match "R" dired-actual-switches)
3381 (not (string-match "R" switches)))
3382 ;; Deleting -R from ls switches -- revert to pre-R subdirs
3383 ;; that are still present:
3384 (setq dired-subdir-alist
3385 (if dired-subdir-alist-pre-R
3386 (let (subdirs)
3387 (while dired-subdir-alist-pre-R
3388 (if (assoc (caar dired-subdir-alist-pre-R)
3389 dired-subdir-alist)
3390 ;; subdir still present...
3391 (setq subdirs
3392 (cons (car dired-subdir-alist-pre-R)
3393 subdirs)))
3394 (setq dired-subdir-alist-pre-R
3395 (cdr dired-subdir-alist-pre-R)))
3396 (reverse subdirs))
3397 ;; No pre-R subdir alist, so revert to main directory
3398 ;; listing:
3399 (list (car (reverse dired-subdir-alist))))))))
3400 \f
3401
3402 ;;;; Drag and drop support
3403
3404 (defcustom dired-recursive-copies 'top
3405 "Decide whether recursive copies are allowed.
3406 A value of nil means no recursive copies.
3407 `always' means copy recursively without asking.
3408 `top' means ask for each directory at top level.
3409 Anything else means ask for each directory."
3410 :type '(choice :tag "Copy directories"
3411 (const :tag "No recursive copies" nil)
3412 (const :tag "Ask for each directory" t)
3413 (const :tag "Ask for each top directory only" top)
3414 (const :tag "Copy directories without asking" always))
3415 :group 'dired)
3416
3417 (defun dired-dnd-popup-notice ()
3418 (message-box
3419 "Dired recursive copies are currently disabled.\nSee the variable `dired-recursive-copies'."))
3420
3421 (declare-function x-popup-menu "menu.c" (position menu))
3422
3423 (defun dired-dnd-do-ask-action (uri)
3424 ;; No need to get actions and descriptions from the source,
3425 ;; we only have three actions anyway.
3426 (let ((action (x-popup-menu
3427 t
3428 (list "What action?"
3429 (cons ""
3430 '(("Copy here" . copy)
3431 ("Move here" . move)
3432 ("Link here" . link)
3433 "--"
3434 ("Cancel" . nil)))))))
3435 (if action
3436 (dired-dnd-handle-local-file uri action)
3437 nil)))
3438
3439 (declare-function dired-relist-entry "dired-aux" (file))
3440 (declare-function make-symbolic-link "fileio.c")
3441
3442 ;; Only used when (featurep 'dnd).
3443 (declare-function dnd-get-local-file-name "dnd" (uri &optional must-exist))
3444 (declare-function dnd-get-local-file-uri "dnd" (uri))
3445
3446 (defun dired-dnd-handle-local-file (uri action)
3447 "Copy, move or link a file to the dired directory.
3448 URI is the file to handle, ACTION is one of copy, move, link or ask.
3449 Ask means pop up a menu for the user to select one of copy, move or link."
3450 (require 'dired-aux)
3451 (let* ((from (dnd-get-local-file-name uri t))
3452 (to (when from
3453 (concat (dired-current-directory)
3454 (file-name-nondirectory from)))))
3455 (when from
3456 (cond ((eq action 'ask)
3457 (dired-dnd-do-ask-action uri))
3458 ;; If copying a directory and dired-recursive-copies is
3459 ;; nil, dired-copy-file fails. Pop up a notice.
3460 ((and (memq action '(copy private))
3461 (file-directory-p from)
3462 (not dired-recursive-copies))
3463 (dired-dnd-popup-notice))
3464 ((memq action '(copy private move link))
3465 (let ((overwrite (and (file-exists-p to)
3466 (y-or-n-p
3467 (format "Overwrite existing file `%s'? " to))))
3468 ;; Binding dired-overwrite-confirmed to nil makes
3469 ;; dired-handle-overwrite a no-op. We instead use
3470 ;; y-or-n-p, which pops a graphical menu.
3471 dired-overwrite-confirmed backup-file)
3472 (when (and overwrite
3473 ;; d-b-o is defined in dired-aux.
3474 (boundp 'dired-backup-overwrite)
3475 dired-backup-overwrite
3476 (setq backup-file
3477 (car (find-backup-file-name to)))
3478 (or (eq dired-backup-overwrite 'always)
3479 (y-or-n-p
3480 (format
3481 "Make backup for existing file `%s'? " to))))
3482 (rename-file to backup-file 0)
3483 (dired-relist-entry backup-file))
3484 (cond ((memq action '(copy private))
3485 (dired-copy-file from to overwrite))
3486 ((eq action 'move)
3487 (dired-rename-file from to overwrite))
3488 ((eq action 'link)
3489 (make-symbolic-link from to overwrite)))
3490 (dired-relist-entry to)
3491 action))))))
3492
3493 (defun dired-dnd-handle-file (uri action)
3494 "Copy, move or link a file to the dired directory if it is a local file.
3495 URI is the file to handle. If the hostname in the URI isn't local, do nothing.
3496 ACTION is one of copy, move, link or ask.
3497 Ask means pop up a menu for the user to select one of copy, move or link."
3498 (let ((local-file (dnd-get-local-file-uri uri)))
3499 (if local-file (dired-dnd-handle-local-file local-file action)
3500 nil)))
3501 \f
3502
3503 ;;;; Desktop support
3504
3505 (eval-when-compile (require 'desktop))
3506
3507 (defun dired-desktop-buffer-misc-data (desktop-dirname)
3508 "Auxiliary information to be saved in desktop file."
3509 (cons
3510 ;; Value of `dired-directory'.
3511 (if (consp dired-directory)
3512 ;; Directory name followed by list of files.
3513 (cons (desktop-file-name (car dired-directory) desktop-dirname)
3514 (cdr dired-directory))
3515 ;; Directory name, optionally with shell wildcard.
3516 (desktop-file-name dired-directory desktop-dirname))
3517 ;; Subdirectories in `dired-subdir-alist'.
3518 (cdr
3519 (nreverse
3520 (mapcar
3521 (function (lambda (f) (desktop-file-name (car f) desktop-dirname)))
3522 dired-subdir-alist)))))
3523
3524 (defun dired-restore-desktop-buffer (desktop-buffer-file-name
3525 desktop-buffer-name
3526 desktop-buffer-misc)
3527 "Restore a dired buffer specified in a desktop file."
3528 ;; First element of `desktop-buffer-misc' is the value of `dired-directory'.
3529 ;; This value is a directory name, optionally with shell wildcard or
3530 ;; a directory name followed by list of files.
3531 (let* ((dired-dir (car desktop-buffer-misc))
3532 (dir (if (consp dired-dir) (car dired-dir) dired-dir)))
3533 (if (file-directory-p (file-name-directory dir))
3534 (progn
3535 (dired dired-dir)
3536 ;; The following elements of `desktop-buffer-misc' are the keys
3537 ;; from `dired-subdir-alist'.
3538 (mapc 'dired-maybe-insert-subdir (cdr desktop-buffer-misc))
3539 (current-buffer))
3540 (message "Desktop: Directory %s no longer exists." dir)
3541 (when desktop-missing-file-warning (sit-for 1))
3542 nil)))
3543
3544 (add-to-list 'desktop-buffer-mode-handlers
3545 '(dired-mode . dired-restore-desktop-buffer))
3546
3547 \f
3548 ;;; Start of automatically extracted autoloads.
3549 \f
3550 ;;;### (autoloads (dired-show-file-type dired-do-query-replace-regexp
3551 ;;;;;; dired-do-search dired-do-isearch-regexp dired-do-isearch
3552 ;;;;;; dired-isearch-filenames-regexp dired-isearch-filenames dired-isearch-filenames-setup
3553 ;;;;;; dired-hide-all dired-hide-subdir dired-tree-down dired-tree-up
3554 ;;;;;; dired-kill-subdir dired-mark-subdir-files dired-goto-subdir
3555 ;;;;;; dired-prev-subdir dired-insert-subdir dired-maybe-insert-subdir
3556 ;;;;;; dired-downcase dired-upcase dired-do-symlink-regexp dired-do-hardlink-regexp
3557 ;;;;;; dired-do-copy-regexp dired-do-rename-regexp dired-do-rename
3558 ;;;;;; dired-do-hardlink dired-do-symlink dired-do-copy dired-create-directory
3559 ;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file
3560 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile
3561 ;;;;;; dired-do-compress dired-query dired-compress-file dired-do-kill-lines
3562 ;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command
3563 ;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown
3564 ;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff
3565 ;;;;;; dired-diff) "dired-aux" "dired-aux.el" "2fbc81b9fecc09f713ec022d1f0365fa")
3566 ;;; Generated autoloads from dired-aux.el
3567
3568 (autoload 'dired-diff "dired-aux" "\
3569 Compare file at point with file FILE using `diff'.
3570 FILE defaults to the file at the mark. (That's the mark set by
3571 \\[set-mark-command], not by Dired's \\[dired-mark] command.)
3572 The prompted-for file is the first file given to `diff'.
3573 With prefix arg, prompt for second argument SWITCHES,
3574 which is options for `diff'.
3575
3576 \(fn FILE &optional SWITCHES)" t nil)
3577
3578 (autoload 'dired-backup-diff "dired-aux" "\
3579 Diff this file with its backup file or vice versa.
3580 Uses the latest backup, if there are several numerical backups.
3581 If this file is a backup, diff it with its original.
3582 The backup file is the first file given to `diff'.
3583 With prefix arg, prompt for argument SWITCHES which is options for `diff'.
3584
3585 \(fn &optional SWITCHES)" t nil)
3586
3587 (autoload 'dired-compare-directories "dired-aux" "\
3588 Mark files with different file attributes in two dired buffers.
3589 Compare file attributes of files in the current directory
3590 with file attributes in directory DIR2 using PREDICATE on pairs of files
3591 with the same name. Mark files for which PREDICATE returns non-nil.
3592 Mark files with different names if PREDICATE is nil (or interactively
3593 with empty input at the predicate prompt).
3594
3595 PREDICATE is a Lisp expression that can refer to the following variables:
3596
3597 size1, size2 - file size in bytes
3598 mtime1, mtime2 - last modification time in seconds, as a float
3599 fa1, fa2 - list of file attributes
3600 returned by function `file-attributes'
3601
3602 where 1 refers to attribute of file in the current dired buffer
3603 and 2 to attribute of file in second dired buffer.
3604
3605 Examples of PREDICATE:
3606
3607 (> mtime1 mtime2) - mark newer files
3608 (not (= size1 size2)) - mark files with different sizes
3609 (not (string= (nth 8 fa1) (nth 8 fa2))) - mark files with different modes
3610 (not (and (= (nth 2 fa1) (nth 2 fa2)) - mark files with different UID
3611 (= (nth 3 fa1) (nth 3 fa2)))) and GID.
3612
3613 \(fn DIR2 PREDICATE)" t nil)
3614
3615 (autoload 'dired-do-chmod "dired-aux" "\
3616 Change the mode of the marked (or next ARG) files.
3617 Symbolic modes like `g+w' are allowed.
3618
3619 \(fn &optional ARG)" t nil)
3620
3621 (autoload 'dired-do-chgrp "dired-aux" "\
3622 Change the group of the marked (or next ARG) files.
3623
3624 \(fn &optional ARG)" t nil)
3625
3626 (autoload 'dired-do-chown "dired-aux" "\
3627 Change the owner of the marked (or next ARG) files.
3628
3629 \(fn &optional ARG)" t nil)
3630
3631 (autoload 'dired-do-touch "dired-aux" "\
3632 Change the timestamp of the marked (or next ARG) files.
3633 This calls touch.
3634
3635 \(fn &optional ARG)" t nil)
3636
3637 (autoload 'dired-do-print "dired-aux" "\
3638 Print the marked (or next ARG) files.
3639 Uses the shell command coming from variables `lpr-command' and
3640 `lpr-switches' as default.
3641
3642 \(fn &optional ARG)" t nil)
3643
3644 (autoload 'dired-clean-directory "dired-aux" "\
3645 Flag numerical backups for deletion.
3646 Spares `dired-kept-versions' latest versions, and `kept-old-versions' oldest.
3647 Positive prefix arg KEEP overrides `dired-kept-versions';
3648 Negative prefix arg KEEP overrides `kept-old-versions' with KEEP made positive.
3649
3650 To clear the flags on these files, you can use \\[dired-flag-backup-files]
3651 with a prefix argument.
3652
3653 \(fn KEEP)" t nil)
3654
3655 (autoload 'dired-do-async-shell-command "dired-aux" "\
3656 Run a shell command COMMAND on the marked files asynchronously.
3657
3658 Like `dired-do-shell-command' but if COMMAND doesn't end in ampersand,
3659 adds `* &' surrounded by whitespace and executes the command asynchronously.
3660 The output appears in the buffer `*Async Shell Command*'.
3661
3662 \(fn COMMAND &optional ARG FILE-LIST)" t nil)
3663
3664 (autoload 'dired-do-shell-command "dired-aux" "\
3665 Run a shell command COMMAND on the marked files.
3666 If no files are marked or a specific numeric prefix arg is given,
3667 the next ARG files are used. Just \\[universal-argument] means the current file.
3668 The prompt mentions the file(s) or the marker, as appropriate.
3669
3670 If there is a `*' in COMMAND, surrounded by whitespace, this runs
3671 COMMAND just once with the entire file list substituted there.
3672
3673 If there is no `*', but there is a `?' in COMMAND, surrounded by
3674 whitespace, this runs COMMAND on each file individually with the
3675 file name substituted for `?'.
3676
3677 Otherwise, this runs COMMAND on each file individually with the
3678 file name added at the end of COMMAND (separated by a space).
3679
3680 `*' and `?' when not surrounded by whitespace have no special
3681 significance for `dired-do-shell-command', and are passed through
3682 normally to the shell, but you must confirm first. To pass `*' by
3683 itself to the shell as a wildcard, type `*\"\"'.
3684
3685 If COMMAND produces output, it goes to a separate buffer.
3686
3687 This feature does not try to redisplay Dired buffers afterward, as
3688 there's no telling what files COMMAND may have changed.
3689 Type \\[dired-do-redisplay] to redisplay the marked files.
3690
3691 When COMMAND runs, its working directory is the top-level directory
3692 of the Dired buffer, so output files usually are created there
3693 instead of in a subdir.
3694
3695 In a noninteractive call (from Lisp code), you must specify
3696 the list of file names explicitly with the FILE-LIST argument, which
3697 can be produced by `dired-get-marked-files', for example.
3698
3699 \(fn COMMAND &optional ARG FILE-LIST)" t nil)
3700
3701 (autoload 'dired-run-shell-command "dired-aux" "\
3702 Not documented
3703
3704 \(fn COMMAND)" nil nil)
3705
3706 (autoload 'dired-do-kill-lines "dired-aux" "\
3707 Kill all marked lines (not the files).
3708 With a prefix argument, kill that many lines starting with the current line.
3709 \(A negative argument kills backward.)
3710 If you use this command with a prefix argument to kill the line
3711 for a file that is a directory, which you have inserted in the
3712 Dired buffer as a subdirectory, then it deletes that subdirectory
3713 from the buffer as well.
3714 To kill an entire subdirectory (without killing its line in the
3715 parent directory), go to its directory header line and use this
3716 command with a prefix argument (the value does not matter).
3717
3718 \(fn &optional ARG FMT)" t nil)
3719
3720 (autoload 'dired-compress-file "dired-aux" "\
3721 Not documented
3722
3723 \(fn FILE)" nil nil)
3724
3725 (autoload 'dired-query "dired-aux" "\
3726 Format PROMPT with ARGS, query user, and store the result in SYM.
3727 The return value is either nil or t.
3728
3729 The user may type y or SPC to accept once; n or DEL to skip once;
3730 ! to accept this and subsequent queries; or q or ESC to decline
3731 this and subsequent queries.
3732
3733 If SYM is already bound to a non-nil value, this function may
3734 return automatically without querying the user. If SYM is !,
3735 return t; if SYM is q or ESC, return nil.
3736
3737 \(fn SYM PROMPT &rest ARGS)" nil nil)
3738
3739 (autoload 'dired-do-compress "dired-aux" "\
3740 Compress or uncompress marked (or next ARG) files.
3741
3742 \(fn &optional ARG)" t nil)
3743
3744 (autoload 'dired-do-byte-compile "dired-aux" "\
3745 Byte compile marked (or next ARG) Emacs Lisp files.
3746
3747 \(fn &optional ARG)" t nil)
3748
3749 (autoload 'dired-do-load "dired-aux" "\
3750 Load the marked (or next ARG) Emacs Lisp files.
3751
3752 \(fn &optional ARG)" t nil)
3753
3754 (autoload 'dired-do-redisplay "dired-aux" "\
3755 Redisplay all marked (or next ARG) files.
3756 If on a subdir line, redisplay that subdirectory. In that case,
3757 a prefix arg lets you edit the `ls' switches used for the new listing.
3758
3759 Dired remembers switches specified with a prefix arg, so that reverting
3760 the buffer will not reset them. However, using `dired-undo' to re-insert
3761 or delete subdirectories can bypass this machinery. Hence, you sometimes
3762 may have to reset some subdirectory switches after a `dired-undo'.
3763 You can reset all subdirectory switches to the default using
3764 \\<dired-mode-map>\\[dired-reset-subdir-switches].
3765 See Info node `(emacs)Subdir switches' for more details.
3766
3767 \(fn &optional ARG TEST-FOR-SUBDIR)" t nil)
3768
3769 (autoload 'dired-add-file "dired-aux" "\
3770 Not documented
3771
3772 \(fn FILENAME &optional MARKER-CHAR)" nil nil)
3773
3774 (autoload 'dired-remove-file "dired-aux" "\
3775 Not documented
3776
3777 \(fn FILE)" nil nil)
3778
3779 (autoload 'dired-relist-file "dired-aux" "\
3780 Create or update the line for FILE in all Dired buffers it would belong in.
3781
3782 \(fn FILE)" nil nil)
3783
3784 (autoload 'dired-copy-file "dired-aux" "\
3785 Not documented
3786
3787 \(fn FROM TO OK-FLAG)" nil nil)
3788
3789 (autoload 'dired-rename-file "dired-aux" "\
3790 Not documented
3791
3792 \(fn FILE NEWNAME OK-IF-ALREADY-EXISTS)" nil nil)
3793
3794 (autoload 'dired-create-directory "dired-aux" "\
3795 Create a directory called DIRECTORY.
3796
3797 \(fn DIRECTORY)" t nil)
3798
3799 (autoload 'dired-do-copy "dired-aux" "\
3800 Copy all marked (or next ARG) files, or copy the current file.
3801 This normally preserves the last-modified date when copying.
3802 When operating on just the current file, you specify the new name.
3803 When operating on multiple or marked files, you specify a directory,
3804 and new copies of these files are made in that directory
3805 with the same names that the files currently have. The default
3806 suggested for the target directory depends on the value of
3807 `dired-dwim-target', which see.
3808
3809 This command copies symbolic links by creating new ones,
3810 like `cp -d'.
3811
3812 \(fn &optional ARG)" t nil)
3813
3814 (autoload 'dired-do-symlink "dired-aux" "\
3815 Make symbolic links to current file or all marked (or next ARG) files.
3816 When operating on just the current file, you specify the new name.
3817 When operating on multiple or marked files, you specify a directory
3818 and new symbolic links are made in that directory
3819 with the same names that the files currently have. The default
3820 suggested for the target directory depends on the value of
3821 `dired-dwim-target', which see.
3822
3823 For relative symlinks, use \\[dired-do-relsymlink].
3824
3825 \(fn &optional ARG)" t nil)
3826
3827 (autoload 'dired-do-hardlink "dired-aux" "\
3828 Add names (hard links) current file or all marked (or next ARG) files.
3829 When operating on just the current file, you specify the new name.
3830 When operating on multiple or marked files, you specify a directory
3831 and new hard links are made in that directory
3832 with the same names that the files currently have. The default
3833 suggested for the target directory depends on the value of
3834 `dired-dwim-target', which see.
3835
3836 \(fn &optional ARG)" t nil)
3837
3838 (autoload 'dired-do-rename "dired-aux" "\
3839 Rename current file or all marked (or next ARG) files.
3840 When renaming just the current file, you specify the new name.
3841 When renaming multiple or marked files, you specify a directory.
3842 This command also renames any buffers that are visiting the files.
3843 The default suggested for the target directory depends on the value
3844 of `dired-dwim-target', which see.
3845
3846 \(fn &optional ARG)" t nil)
3847
3848 (autoload 'dired-do-rename-regexp "dired-aux" "\
3849 Rename selected files whose names match REGEXP to NEWNAME.
3850
3851 With non-zero prefix argument ARG, the command operates on the next ARG
3852 files. Otherwise, it operates on all the marked files, or the current
3853 file if none are marked.
3854
3855 As each match is found, the user must type a character saying
3856 what to do with it. For directions, type \\[help-command] at that time.
3857 NEWNAME may contain \\=\\<n> or \\& as in `query-replace-regexp'.
3858 REGEXP defaults to the last regexp used.
3859
3860 With a zero prefix arg, renaming by regexp affects the absolute file name.
3861 Normally, only the non-directory part of the file name is used and changed.
3862
3863 \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
3864
3865 (autoload 'dired-do-copy-regexp "dired-aux" "\
3866 Copy selected files whose names match REGEXP to NEWNAME.
3867 See function `dired-do-rename-regexp' for more info.
3868
3869 \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
3870
3871 (autoload 'dired-do-hardlink-regexp "dired-aux" "\
3872 Hardlink selected files whose names match REGEXP to NEWNAME.
3873 See function `dired-do-rename-regexp' for more info.
3874
3875 \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
3876
3877 (autoload 'dired-do-symlink-regexp "dired-aux" "\
3878 Symlink selected files whose names match REGEXP to NEWNAME.
3879 See function `dired-do-rename-regexp' for more info.
3880
3881 \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
3882
3883 (autoload 'dired-upcase "dired-aux" "\
3884 Rename all marked (or next ARG) files to upper case.
3885
3886 \(fn &optional ARG)" t nil)
3887
3888 (autoload 'dired-downcase "dired-aux" "\
3889 Rename all marked (or next ARG) files to lower case.
3890
3891 \(fn &optional ARG)" t nil)
3892
3893 (autoload 'dired-maybe-insert-subdir "dired-aux" "\
3894 Insert this subdirectory into the same dired buffer.
3895 If it is already present, just move to it (type \\[dired-do-redisplay] to refresh),
3896 else inserts it at its natural place (as `ls -lR' would have done).
3897 With a prefix arg, you may edit the ls switches used for this listing.
3898 You can add `R' to the switches to expand the whole tree starting at
3899 this subdirectory.
3900 This function takes some pains to conform to `ls -lR' output.
3901
3902 Dired remembers switches specified with a prefix arg, so that reverting
3903 the buffer will not reset them. However, using `dired-undo' to re-insert
3904 or delete subdirectories can bypass this machinery. Hence, you sometimes
3905 may have to reset some subdirectory switches after a `dired-undo'.
3906 You can reset all subdirectory switches to the default using
3907 \\<dired-mode-map>\\[dired-reset-subdir-switches].
3908 See Info node `(emacs)Subdir switches' for more details.
3909
3910 \(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil)
3911
3912 (autoload 'dired-insert-subdir "dired-aux" "\
3913 Insert this subdirectory into the same dired buffer.
3914 If it is already present, overwrites previous entry,
3915 else inserts it at its natural place (as `ls -lR' would have done).
3916 With a prefix arg, you may edit the `ls' switches used for this listing.
3917 You can add `R' to the switches to expand the whole tree starting at
3918 this subdirectory.
3919 This function takes some pains to conform to `ls -lR' output.
3920
3921 \(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil)
3922
3923 (autoload 'dired-prev-subdir "dired-aux" "\
3924 Go to previous subdirectory, regardless of level.
3925 When called interactively and not on a subdir line, go to this subdir's line.
3926
3927 \(fn ARG &optional NO-ERROR-IF-NOT-FOUND NO-SKIP)" t nil)
3928
3929 (autoload 'dired-goto-subdir "dired-aux" "\
3930 Go to end of header line of DIR in this dired buffer.
3931 Return value of point on success, otherwise return nil.
3932 The next char is either \\n, or \\r if DIR is hidden.
3933
3934 \(fn DIR)" t nil)
3935
3936 (autoload 'dired-mark-subdir-files "dired-aux" "\
3937 Mark all files except `.' and `..' in current subdirectory.
3938 If the Dired buffer shows multiple directories, this command
3939 marks the files listed in the subdirectory that point is in.
3940
3941 \(fn)" t nil)
3942
3943 (autoload 'dired-kill-subdir "dired-aux" "\
3944 Remove all lines of current subdirectory.
3945 Lower levels are unaffected.
3946
3947 \(fn &optional REMEMBER-MARKS)" t nil)
3948
3949 (autoload 'dired-tree-up "dired-aux" "\
3950 Go up ARG levels in the dired tree.
3951
3952 \(fn ARG)" t nil)
3953
3954 (autoload 'dired-tree-down "dired-aux" "\
3955 Go down in the dired tree.
3956
3957 \(fn)" t nil)
3958
3959 (autoload 'dired-hide-subdir "dired-aux" "\
3960 Hide or unhide the current subdirectory and move to next directory.
3961 Optional prefix arg is a repeat factor.
3962 Use \\[dired-hide-all] to (un)hide all directories.
3963
3964 \(fn ARG)" t nil)
3965
3966 (autoload 'dired-hide-all "dired-aux" "\
3967 Hide all subdirectories, leaving only their header lines.
3968 If there is already something hidden, make everything visible again.
3969 Use \\[dired-hide-subdir] to (un)hide a particular subdirectory.
3970
3971 \(fn &optional IGNORED)" t nil)
3972
3973 (autoload 'dired-isearch-filenames-setup "dired-aux" "\
3974 Set up isearch to search in Dired file names.
3975 Intended to be added to `isearch-mode-hook'.
3976
3977 \(fn)" nil nil)
3978
3979 (autoload 'dired-isearch-filenames "dired-aux" "\
3980 Search for a string using Isearch only in file names in the Dired buffer.
3981
3982 \(fn)" t nil)
3983
3984 (autoload 'dired-isearch-filenames-regexp "dired-aux" "\
3985 Search for a regexp using Isearch only in file names in the Dired buffer.
3986
3987 \(fn)" t nil)
3988
3989 (autoload 'dired-do-isearch "dired-aux" "\
3990 Search for a string through all marked files using Isearch.
3991
3992 \(fn)" t nil)
3993
3994 (autoload 'dired-do-isearch-regexp "dired-aux" "\
3995 Search for a regexp through all marked files using Isearch.
3996
3997 \(fn)" t nil)
3998
3999 (autoload 'dired-do-search "dired-aux" "\
4000 Search through all marked files for a match for REGEXP.
4001 Stops when a match is found.
4002 To continue searching for next match, use command \\[tags-loop-continue].
4003
4004 \(fn REGEXP)" t nil)
4005
4006 (autoload 'dired-do-query-replace-regexp "dired-aux" "\
4007 Do `query-replace-regexp' of FROM with TO, on all marked files.
4008 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
4009 If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
4010 with the command \\[tags-loop-continue].
4011
4012 \(fn FROM TO &optional DELIMITED)" t nil)
4013
4014 (autoload 'dired-show-file-type "dired-aux" "\
4015 Print the type of FILE, according to the `file' command.
4016 If FILE is a symbolic link and the optional argument DEREF-SYMLINKS is
4017 true then the type of the file linked to by FILE is printed instead.
4018
4019 \(fn FILE &optional DEREF-SYMLINKS)" t nil)
4020
4021 ;;;***
4022 \f
4023 ;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el"
4024 ;;;;;; "6181a5bcc2b61255676a7a41549b9f40")
4025 ;;; Generated autoloads from dired-x.el
4026
4027 (autoload 'dired-jump "dired-x" "\
4028 Jump to dired buffer corresponding to current buffer.
4029 If in a file, dired the current directory and move to file's line.
4030 If in Dired already, pop up a level and goto old directory's line.
4031 In case the proper dired file line cannot be found, refresh the dired
4032 buffer and try again.
4033 When OTHER-WINDOW is non-nil, jump to dired buffer in other window.
4034 Interactively with prefix argument, read FILE-NAME and
4035 move to its line in dired.
4036
4037 \(fn &optional OTHER-WINDOW FILE-NAME)" t nil)
4038
4039 (autoload 'dired-do-relsymlink "dired-x" "\
4040 Relative symlink all marked (or next ARG) files into a directory.
4041 Otherwise make a relative symbolic link to the current file.
4042 This creates relative symbolic links like
4043
4044 foo -> ../bar/foo
4045
4046 not absolute ones like
4047
4048 foo -> /ugly/file/name/that/may/change/any/day/bar/foo
4049
4050 For absolute symlinks, use \\[dired-do-symlink].
4051
4052 \(fn &optional ARG)" t nil)
4053
4054 ;;;***
4055 \f
4056 ;;; End of automatically extracted autoloads.
4057
4058 (provide 'dired)
4059
4060 (run-hooks 'dired-load-hook) ; for your customizations
4061
4062 ;;; dired.el ends here