Mercurial > emacs
annotate lisp/find-dired.el @ 6154:385d5fe1c95c
(comint-arguments): Use just one regexp to find end of arg
and detect whether it has any quotes.
(comint-delim-arg): Don't check for quotes. Use loop, not regexps.
(comint-delimiter-argument-list): List now has chars, not strings.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 02 Mar 1994 22:00:24 +0000 |
parents | 3bd42ee22d1f |
children | c662b47cda3f |
rev | line source |
---|---|
2230
6314334d7c2b
Add standard library headers.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1225
diff
changeset
|
1 ;;; find-dired.el --- run a `find' command and dired the output |
662
8a533acedb77
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
584
diff
changeset
|
2 |
1225
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
3 ;;; Copyright (C) 1992 Free Software Foundation, Inc. |
846
20674ae6bf52
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
811
diff
changeset
|
4 |
1225
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
5 ;; Author: Roland McGrath <roland@gnu.ai.mit.edu>, |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
6 ;; Sebastian Kremer <sk@thp.uni-koeln.de> |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
7 ;; Maintainer: Sebastian Kremer <sk@thp.uni-koeln.de> |
811
e694e0879463
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
807
diff
changeset
|
8 ;; Keywords: unix |
294 | 9 |
5460
3bd42ee22d1f
(start-process-shell-command): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
3189
diff
changeset
|
10 (defconst find-dired-version (substring "$Revision: 1.13 $" 11 -2) |
3bd42ee22d1f
(start-process-shell-command): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
3189
diff
changeset
|
11 "$Id: find-dired.el,v 1.13 1993/05/28 00:58:08 roland Exp rms $") |
294 | 12 |
292 | 13 ;;; This program is free software; you can redistribute it and/or modify |
14 ;;; it under the terms of the GNU General Public License as published by | |
1225
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
15 ;;; the Free Software Foundation; either version 1, or (at your option) |
292 | 16 ;;; any later version. |
17 ;;; | |
18 ;;; This program is distributed in the hope that it will be useful, | |
19 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 ;;; GNU General Public License for more details. | |
22 ;;; | |
23 ;;; A copy of the GNU General Public License can be obtained from this | |
24 ;;; program's author (send electronic mail to roland@ai.mit.edu) or from | |
25 ;;; the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA | |
26 ;;; 02139, USA. | |
1225
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
27 ;;; |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
662
diff
changeset
|
28 |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
662
diff
changeset
|
29 ;;; Commentary: |
474 | 30 |
1225
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
31 ;; LISPDIR ENTRY for the Elisp Archive =============================== |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
32 ;; LCD Archive Entry: |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
33 ;; find-dired|Roland McGrath, Sebastian Kremer |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
34 ;; |roland@gnu.ai.mit.edu, sk@thp.uni-koeln.de |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
35 ;; |Run a `find' command and dired the output |
5460
3bd42ee22d1f
(start-process-shell-command): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
3189
diff
changeset
|
36 ;; |$Date: 1993/05/28 00:58:08 $|$Revision: 1.13 $| |
1225
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
37 |
474 | 38 ;; INSTALLATION ====================================================== |
39 | |
40 ;; To use this file, byte-compile it, install it somewhere in your | |
41 ;; load-path, and put: | |
294 | 42 |
474 | 43 ;; (autoload 'find-dired "find-dired" nil t) |
44 ;; (autoload 'find-name-dired "find-dired" nil t) | |
45 ;; (autoload 'find-grep-dired "find-dired" nil t) | |
46 | |
47 ;; in your ~/.emacs, or site-init.el, etc. | |
48 | |
49 ;; To bind it to a key, put, e.g.: | |
50 ;; | |
51 ;; (global-set-key "\C-cf" 'find-dired) | |
52 ;; (global-set-key "\C-cn" 'find-name-dired) | |
53 ;; (global-set-key "\C-cl" 'find-grep-dired) | |
54 ;; | |
55 ;; in your ~/.emacs. | |
292 | 56 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
662
diff
changeset
|
57 ;;; Code: |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
662
diff
changeset
|
58 |
292 | 59 (require 'dired) |
1225
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
60 |
474 | 61 ;;;###autoload |
62 (defvar find-ls-option (if (eq system-type 'berkeley-unix) "-ls" | |
63 "-exec ls -ldi {} \\;") | |
64 "*Option to `find' to produce an `ls -l'-type listing.") | |
65 | |
66 ;;;###autoload | |
67 (defvar find-grep-options (if (eq system-type 'berkeley-unix) "-s" "-l") | |
68 "*Option to grep to be as silent as possible. | |
69 On Berkeley systems, this is `-s', for others it seems impossible to | |
70 suppress all output, so `-l' is used to print nothing more than the | |
71 file name.") | |
292 | 72 |
73 (defvar find-args nil | |
74 "Last arguments given to `find' by \\[find-dired].") | |
75 | |
76 ;;;###autoload | |
77 (defun find-dired (dir args) | |
78 "Run `find' and go into dired-mode on a buffer of the output. | |
474 | 79 The command run (after changing into DIR) is |
80 | |
81 find . \\( ARGS \\) -ls" | |
292 | 82 (interactive (list (read-file-name "Run find in directory: " nil "" t) |
294 | 83 (if (featurep 'gmhist) |
84 (read-with-history-in 'find-args-history | |
85 "Run find (with args): ") | |
86 (read-string "Run find (with args): " find-args)))) | |
474 | 87 ;; Expand DIR ("" means default-directory), and make sure it has a |
88 ;; trailing slash. | |
292 | 89 (setq dir (file-name-as-directory (expand-file-name dir))) |
90 ;; Check that it's really a directory. | |
91 (or (file-directory-p dir) | |
474 | 92 (error "find-dired needs a directory: %s" dir)) |
292 | 93 (switch-to-buffer (get-buffer-create "*Find*")) |
94 (widen) | |
95 (kill-all-local-variables) | |
96 (setq buffer-read-only nil) | |
97 (erase-buffer) | |
98 (setq default-directory dir | |
1225
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
99 find-args args ; save for next interactive call |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
100 args (concat "find . " |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
101 (if (string= args "") |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
102 "" |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
103 (concat "\\( " args " \\) ")) |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
104 find-ls-option)) |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
105 ;; The next statement will bomb in classic dired (no optional arg allowed) |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
106 ;; find(1)'s -ls corresponds to these switches. |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
107 ;; Note -b, at least GNU find quotes spaces etc. in filenames |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
108 (dired-mode dir "-gilsb") |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
109 ;; Set subdir-alist so that Tree Dired will work: |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
110 (if (fboundp 'dired-simple-subdir-alist) |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
111 ;; will work even with nested dired format (dired-nstd.el,v 1.15 |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
112 ;; and later) |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
113 (dired-simple-subdir-alist) |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
114 ;; else we have an ancient tree dired (or classic dired, where |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
115 ;; this does no harm) |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
116 (set (make-local-variable 'dired-subdir-alist) |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
117 (list (cons default-directory (point-min-marker))))) |
474 | 118 (setq buffer-read-only nil) |
119 ;; Subdir headlerline must come first because the first marker in | |
120 ;; subdir-alist points there. | |
121 (insert " " dir ":\n") | |
122 ;; Make second line a ``find'' line in analogy to the ``total'' or | |
123 ;; ``wildcard'' line. | |
124 (insert " " args "\n") | |
125 ;; Start the find process | |
292 | 126 (set-process-filter (start-process-shell-command "find" |
127 (current-buffer) args) | |
474 | 128 (function find-dired-filter)) |
292 | 129 (set-process-sentinel (get-buffer-process (current-buffer)) |
474 | 130 (function find-dired-sentinel)) |
292 | 131 (setq mode-line-process '(": %s"))) |
132 | |
133 ;;;###autoload | |
134 (defun find-name-dired (dir pattern) | |
135 "Search DIR recursively for files matching the globbing pattern PATTERN, | |
474 | 136 and run dired on those files. |
137 PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted. | |
138 The command run (after changing into DIR) is | |
139 | |
140 find . -name 'PATTERN' -ls" | |
141 (interactive | |
142 "DFind-name (directory): \nsFind-name (filename wildcard): ") | |
292 | 143 (find-dired dir (concat "-name '" pattern "'"))) |
144 | |
474 | 145 ;; This functionality suggested by |
146 ;; From: oblanc@watcgl.waterloo.edu (Olivier Blanc) | |
147 ;; Subject: find-dired, lookfor-dired | |
148 ;; Date: 10 May 91 17:50:00 GMT | |
149 ;; Organization: University of Waterloo | |
150 | |
2571
b65cf676a09b
All fsets changed to defaliases.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2230
diff
changeset
|
151 (defalias 'lookfor-dired 'find-grep-dired) |
474 | 152 ;;;###autoload |
153 (defun find-grep-dired (dir args) | |
154 "Find files in DIR containing a regexp ARG and start Dired on output. | |
155 The command run (after changing into DIR) is | |
156 | |
157 find . -exec grep -s ARG {} \\\; -ls | |
158 | |
159 Thus ARG can also contain additional grep options." | |
160 (interactive "DFind-grep (directory): \nsFind-grep (grep args): ") | |
161 ;; find -exec doesn't allow shell i/o redirections in the command, | |
162 ;; or we could use `grep -l >/dev/null' | |
163 (find-dired dir | |
1225
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
164 (concat "! -type d -exec grep " find-grep-options " " |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
165 args " {} \\\; "))) |
474 | 166 |
292 | 167 (defun find-dired-filter (proc string) |
168 ;; Filter for \\[find-dired] processes. | |
294 | 169 (let ((buf (process-buffer proc))) |
170 (if (buffer-name buf) ; not killed? | |
171 (save-excursion | |
172 (set-buffer buf) | |
173 (save-restriction | |
174 (widen) | |
175 (save-excursion | |
176 (let ((buffer-read-only nil) | |
177 (end (point-max))) | |
178 (goto-char end) | |
179 (insert string) | |
180 (goto-char end) | |
181 (or (looking-at "^") | |
182 (forward-line 1)) | |
183 (while (looking-at "^") | |
184 (insert " ") | |
474 | 185 (forward-line 1)) |
186 ;; Convert ` ./FILE' to ` FILE' | |
187 ;; This would lose if the current chunk of output | |
188 ;; starts or ends within the ` ./', so backup up a bit: | |
189 (goto-char (- end 3)) ; no error if < 0 | |
190 (while (search-forward " ./" nil t) | |
191 (delete-region (point) (- (point) 2))))))) | |
294 | 192 ;; The buffer has been killed. |
193 (delete-process proc)))) | |
292 | 194 |
195 (defun find-dired-sentinel (proc state) | |
196 ;; Sentinel for \\[find-dired] processes. | |
294 | 197 (let ((buf (process-buffer proc))) |
198 (if (buffer-name buf) | |
199 (save-excursion | |
200 (set-buffer buf) | |
3189
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
201 (let ((buffer-read-only nil)) |
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
202 (save-excursion |
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
203 (goto-char (point-max)) |
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
204 (insert "\nfind " state) |
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
205 (forward-char -1) ;Back up before \n at end of STATE. |
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
206 (insert " at " (substring (current-time-string) 0 19)) |
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
207 (forward-char 1) |
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
208 (setq mode-line-process |
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
209 (concat ": " |
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
210 (symbol-name (process-status proc)))) |
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
211 ;; Since the buffer and mode line will show that the |
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
212 ;; process is dead, we can delete it now. Otherwise it |
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
213 ;; will stay around until M-x list-processes. |
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
214 (delete-process proc) |
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
215 ;; Force mode line redisplay soon. |
77efda0d2b31
(find-dired-sentinel): Write a line describing death.
Roland McGrath <roland@gnu.org>
parents:
2571
diff
changeset
|
216 (set-buffer-modified-p (buffer-modified-p)))) |
294 | 217 (message "find-dired %s finished." (current-buffer)))))) |
218 | |
1225
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
219 (or (fboundp 'start-process-shell-command) |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
220 ;; From version 19 subr.el. |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
221 (defun start-process-shell-command (name buffer &rest args) |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
222 "Start a program in a subprocess. Return the process object for it. |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
223 Args are NAME BUFFER COMMAND &rest COMMAND-ARGS. |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
224 NAME is name for process. It is modified if necessary to make it unique. |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
225 BUFFER is the buffer or (buffer-name) to associate with the process. |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
226 Process output goes at end of that buffer, unless you specify |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
227 an output stream or filter function to handle the output. |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
228 BUFFER may be also nil, meaning that this process is not associated |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
229 with any buffer |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
230 Third arg is command name, the name of a shell command. |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
231 Remaining arguments are the arguments for the command. |
5460
3bd42ee22d1f
(start-process-shell-command): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
3189
diff
changeset
|
232 Wildcards and redirection are handled as usual in the shell." |
1225
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
233 (if (eq system-type 'vax-vms) |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
234 (apply 'start-process name buffer args) |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
235 (start-process name buffer shell-file-name "-c" |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
236 (concat "exec " (mapconcat 'identity args " ")))))) |
e16f52a7c9f9
New version from sk. Further hacked:
Roland McGrath <roland@gnu.org>
parents:
1183
diff
changeset
|
237 |
584 | 238 (provide 'find-dired) |
239 | |
662
8a533acedb77
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
584
diff
changeset
|
240 ;;; find-dired.el ends here |