]> code.delx.au - gnu-emacs/blob - lisp/progmodes/grep.el
(grep-default-command): Catch errors from wildcard-to-regexp.
[gnu-emacs] / lisp / progmodes / grep.el
1 ;;; grep.el --- run Grep as inferior of Emacs, parse match messages
2
3 ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 ;; 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
5
6 ;; Author: Roland McGrath <roland@gnu.org>
7 ;; Maintainer: FSF
8 ;; Keywords: tools, processes
9
10 ;; This file is part of GNU Emacs.
11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; any later version.
16
17 ;; GNU Emacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details.
21
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25 ;; Boston, MA 02110-1301, USA.
26
27 ;;; Commentary:
28
29 ;; This package provides the grep facilities documented in the Emacs
30 ;; user's manual.
31
32 ;;; Code:
33
34 (require 'compile)
35
36
37 (defgroup grep nil
38 "Run grep as inferior of Emacs, parse error messages."
39 :group 'tools
40 :group 'processes)
41
42
43 ;;;###autoload
44 (defcustom grep-window-height nil
45 "*Number of lines in a grep window. If nil, use `compilation-window-height'."
46 :type '(choice (const :tag "Default" nil)
47 integer)
48 :version "22.1"
49 :group 'grep)
50
51 (defcustom grep-highlight-matches 'auto-detect
52 "If t, use special markers to highlight grep matches.
53
54 Some grep programs are able to surround matches with special
55 markers in grep output. Such markers can be used to highlight
56 matches in grep mode.
57
58 This option sets the environment variable GREP_COLOR to specify
59 markers for highlighting and GREP_OPTIONS to add the --color
60 option in front of any explicit grep options before starting
61 the grep.
62
63 The default value of this variable is set up by `grep-compute-defaults';
64 call that function before using this variable in your program."
65 :type '(choice (const :tag "Do not highlight matches with grep markers" nil)
66 (const :tag "Highlight matches with grep markers" t)
67 (other :tag "Not Set" auto-detect))
68 :version "22.1"
69 :group 'grep)
70
71 (defcustom grep-scroll-output nil
72 "*Non-nil to scroll the *grep* buffer window as output appears.
73
74 Setting it causes the grep commands to put point at the end of their
75 output window so that the end of the output is always visible rather
76 than the begining."
77 :type 'boolean
78 :version "22.1"
79 :group 'grep)
80
81 ;;;###autoload
82 (defcustom grep-command nil
83 "The default grep command for \\[grep].
84 If the grep program used supports an option to always include file names
85 in its output (such as the `-H' option to GNU grep), it's a good idea to
86 include it when specifying `grep-command'.
87
88 The default value of this variable is set up by `grep-compute-defaults';
89 call that function before using this variable in your program."
90 :type '(choice string
91 (const :tag "Not Set" nil))
92 :group 'grep)
93
94 (defcustom grep-template nil
95 "The default command to run for \\[lgrep].
96 The default value of this variable is set up by `grep-compute-defaults';
97 call that function before using this variable in your program.
98 The following place holders should be present in the string:
99 <C> - place to put -i if case insensitive grep.
100 <F> - file names and wildcards to search.
101 <R> - the regular expression searched for.
102 <N> - place to insert null-device."
103 :type '(choice string
104 (const :tag "Not Set" nil))
105 :version "22.1"
106 :group 'grep)
107
108 (defcustom grep-use-null-device 'auto-detect
109 "If t, append the value of `null-device' to `grep' commands.
110 This is done to ensure that the output of grep includes the filename of
111 any match in the case where only a single file is searched, and is not
112 necessary if the grep program used supports the `-H' option.
113
114 The default value of this variable is set up by `grep-compute-defaults';
115 call that function before using this variable in your program."
116 :type '(choice (const :tag "Do Not Append Null Device" nil)
117 (const :tag "Append Null Device" t)
118 (other :tag "Not Set" auto-detect))
119 :group 'grep)
120
121 ;;;###autoload
122 (defcustom grep-find-command nil
123 "The default find command for \\[grep-find].
124 The default value of this variable is set up by `grep-compute-defaults';
125 call that function before using this variable in your program."
126 :type '(choice string
127 (const :tag "Not Set" nil))
128 :group 'grep)
129
130 (defcustom grep-find-template nil
131 "The default command to run for \\[rgrep].
132 The default value of this variable is set up by `grep-compute-defaults';
133 call that function before using this variable in your program.
134 The following place holders should be present in the string:
135 <D> - base directory for find
136 <X> - find options to restrict or expand the directory list
137 <F> - find options to limit the files matched
138 <C> - place to put -i if case insensitive grep
139 <R> - the regular expression searched for."
140 :type '(choice string
141 (const :tag "Not Set" nil))
142 :version "22.1"
143 :group 'grep)
144
145 (defcustom grep-files-aliases '(
146 ("el" . "*.el")
147 ("ch" . "*.[ch]")
148 ("c" . "*.c")
149 ("h" . "*.h")
150 ("asm" . "*.[sS]")
151 ("m" . "[Mm]akefile*")
152 ("l" . "[Cc]hange[Ll]og*")
153 )
154 "*Alist of aliases for the FILES argument to `lgrep' and `rgrep'."
155 :type 'alist
156 :group 'grep)
157
158 (defcustom grep-find-ignored-directories '("CVS" ".svn" "{arch}" ".hg" "_darcs")
159 "*List of names of sub-directories which `rgrep' shall not recurse into."
160 :type '(repeat string)
161 :group 'grep)
162
163 (defcustom grep-error-screen-columns nil
164 "*If non-nil, column numbers in grep hits are screen columns.
165 See `compilation-error-screen-columns'"
166 :type '(choice (const :tag "Default" nil)
167 integer)
168 :version "22.1"
169 :group 'grep)
170
171 ;;;###autoload
172 (defcustom grep-setup-hook nil
173 "List of hook functions run by `grep-process-setup' (see `run-hooks')."
174 :type 'hook
175 :group 'grep)
176
177 (defvar grep-mode-map
178 (let ((map (cons 'keymap compilation-minor-mode-map)))
179 (define-key map " " 'scroll-up)
180 (define-key map "\^?" 'scroll-down)
181 (define-key map "\C-c\C-f" 'next-error-follow-minor-mode)
182
183 (define-key map "\r" 'compile-goto-error) ;; ?
184 (define-key map "n" 'next-error-no-select)
185 (define-key map "p" 'previous-error-no-select)
186 (define-key map "{" 'compilation-previous-file)
187 (define-key map "}" 'compilation-next-file)
188 (define-key map "\t" 'compilation-next-error)
189 (define-key map [backtab] 'compilation-previous-error)
190
191 ;; Set up the menu-bar
192 (define-key map [menu-bar grep]
193 (cons "Grep" (make-sparse-keymap "Grep")))
194
195 (define-key map [menu-bar grep compilation-kill-compilation]
196 '("Kill Grep" . kill-compilation))
197 (define-key map [menu-bar grep compilation-separator2]
198 '("----" . nil))
199 (define-key map [menu-bar grep compilation-compile]
200 '("Compile..." . compile))
201 (define-key map [menu-bar grep compilation-grep]
202 '("Another grep..." . grep))
203 (define-key map [menu-bar grep compilation-grep-find]
204 '("Recursive grep..." . grep-find))
205 (define-key map [menu-bar grep compilation-recompile]
206 '("Repeat grep" . recompile))
207 (define-key map [menu-bar grep compilation-separator2]
208 '("----" . nil))
209 (define-key map [menu-bar grep compilation-first-error]
210 '("First Match" . first-error))
211 (define-key map [menu-bar grep compilation-previous-error]
212 '("Previous Match" . previous-error))
213 (define-key map [menu-bar grep compilation-next-error]
214 '("Next Match" . next-error))
215 map)
216 "Keymap for grep buffers.
217 `compilation-minor-mode-map' is a cdr of this.")
218
219 (defalias 'kill-grep 'kill-compilation)
220
221 ;;;; TODO --- refine this!!
222
223 ;;; (defcustom grep-use-compilation-buffer t
224 ;;; "When non-nil, grep specific commands update `compilation-last-buffer'.
225 ;;; This means that standard compile commands like \\[next-error] and \\[compile-goto-error]
226 ;;; can be used to navigate between grep matches (the default).
227 ;;; Otherwise, the grep specific commands like \\[grep-next-match] must
228 ;;; be used to navigate between grep matches."
229 ;;; :type 'boolean
230 ;;; :group 'grep)
231
232 ;; override compilation-last-buffer
233 (defvar grep-last-buffer nil
234 "The most recent grep buffer.
235 A grep buffer becomes most recent when you select Grep mode in it.
236 Notice that using \\[next-error] or \\[compile-goto-error] modifies
237 `complation-last-buffer' rather than `grep-last-buffer'.")
238
239 ;;;###autoload
240 (defvar grep-regexp-alist
241 '(("^\\(.+?\\)\\(:[ \t]*\\)\\([0-9]+\\)\\2"
242 1 3)
243 ;; Rule to match column numbers is commented out since no known grep
244 ;; produces them
245 ;; ("^\\(.+?\\)\\(:[ \t]*\\)\\([0-9]+\\)\\2\\(?:\\([0-9]+\\)\\(?:-\\([0-9]+\\)\\)?\\2\\)?"
246 ;; 1 3 (4 . 5))
247 ("^\\(\\(.+?\\):\\([0-9]+\\):\\).*?\
248 \\(\033\\[01;31m\\(?:\033\\[K\\)?\\)\\(.*?\\)\\(\033\\[[0-9]*m\\)"
249 2 3
250 ;; Calculate column positions (beg . end) of first grep match on a line
251 ((lambda ()
252 (setq compilation-error-screen-columns nil)
253 (- (match-beginning 4) (match-end 1)))
254 .
255 (lambda () (- (match-end 5) (match-end 1)
256 (- (match-end 4) (match-beginning 4)))))
257 nil 1)
258 ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1))
259 "Regexp used to match grep hits. See `compilation-error-regexp-alist'.")
260
261 (defvar grep-error "grep hit"
262 "Message to print when no matches are found.")
263
264 ;; Reverse the colors because grep hits are not errors (though we jump there
265 ;; with `next-error'), and unreadable files can't be gone to.
266 (defvar grep-hit-face compilation-info-face
267 "Face name to use for grep hits.")
268
269 (defvar grep-error-face 'compilation-error
270 "Face name to use for grep error messages.")
271
272 (defvar grep-match-face 'match
273 "Face name to use for grep matches.")
274
275 (defvar grep-context-face 'shadow
276 "Face name to use for grep context lines.")
277
278 (defvar grep-mode-font-lock-keywords
279 '(;; Command output lines.
280 ("^\\([A-Za-z_0-9/\.+-]+\\)[ \t]*:" 1 font-lock-function-name-face)
281 (": \\(.+\\): \\(?:Permission denied\\|No such \\(?:file or directory\\|device or address\\)\\)$"
282 1 grep-error-face)
283 ;; remove match from grep-regexp-alist before fontifying
284 ("^Grep[/a-zA-z]* started.*"
285 (0 '(face nil message nil help-echo nil mouse-face nil) t))
286 ("^Grep[/a-zA-z]* finished \\(?:(\\(matches found\\))\\|with \\(no matches found\\)\\).*"
287 (0 '(face nil message nil help-echo nil mouse-face nil) t)
288 (1 compilation-info-face nil t)
289 (2 compilation-warning-face nil t))
290 ("^Grep[/a-zA-z]* \\(exited abnormally\\|interrupt\\|killed\\|terminated\\)\\(?:.*with code \\([0-9]+\\)\\)?.*"
291 (0 '(face nil message nil help-echo nil mouse-face nil) t)
292 (1 grep-error-face)
293 (2 grep-error-face nil t))
294 ("^.+?-[0-9]+-.*\n" (0 grep-context-face))
295 ;; Highlight grep matches and delete markers
296 ("\\(\033\\[01;31m\\)\\(.*?\\)\\(\033\\[[0-9]*m\\)"
297 ;; Refontification does not work after the markers have been
298 ;; deleted. So we use the font-lock-face property here as Font
299 ;; Lock does not clear that.
300 (2 (list 'face nil 'font-lock-face grep-match-face))
301 ((lambda (bound))
302 (progn
303 ;; Delete markers with `replace-match' because it updates
304 ;; the match-data, whereas `delete-region' would render it obsolete.
305 (replace-match "" t t nil 3)
306 (replace-match "" t t nil 1))))
307 ("\\(\033\\[[0-9;]*[mK]\\)"
308 ;; Delete all remaining escape sequences
309 ((lambda (bound))
310 (replace-match "" t t nil 1))))
311 "Additional things to highlight in grep output.
312 This gets tacked on the end of the generated expressions.")
313
314 ;;;###autoload
315 (defvar grep-program
316 ;; Currently zgrep has trouble. It runs egrep instead of grep,
317 ;; and it doesn't pass along long options right.
318 "grep"
319 ;; (if (equal (condition-case nil ; in case "zgrep" isn't in exec-path
320 ;; (call-process "zgrep" nil nil nil
321 ;; "foo" null-device)
322 ;; (error nil))
323 ;; 1)
324 ;; "zgrep"
325 ;; "grep")
326 "The default grep program for `grep-command' and `grep-find-command'.
327 This variable's value takes effect when `grep-compute-defaults' is called.")
328
329 ;;;###autoload
330 (defvar find-program "find"
331 "The default find program for `grep-find-command'.
332 This variable's value takes effect when `grep-compute-defaults' is called.")
333
334 ;;;###autoload
335 (defvar grep-find-use-xargs nil
336 "Whether \\[grep-find] uses the `xargs' utility by default.
337
338 If nil, it uses `find -exec'; if `gnu', it uses `find -print0' and `xargs -0';
339 if not nil and not `gnu', it uses `find -print' and `xargs'.
340
341 This variable's value takes effect when `grep-compute-defaults' is called.")
342
343 ;; History of grep commands.
344 ;;;###autoload
345 (defvar grep-history nil)
346 ;;;###autoload
347 (defvar grep-find-history nil)
348
349 ;; History of lgrep and rgrep regexp and files args.
350 (defvar grep-regexp-history nil)
351 (defvar grep-files-history '("ch" "el"))
352
353
354 ;;;###autoload
355 (defun grep-process-setup ()
356 "Setup compilation variables and buffer for `grep'.
357 Set up `compilation-exit-message-function' and run `grep-setup-hook'."
358 (unless (or (not grep-highlight-matches) (eq grep-highlight-matches t))
359 (grep-compute-defaults))
360 (when (eq grep-highlight-matches t)
361 ;; Modify `process-environment' locally bound in `compilation-start'
362 (setenv "GREP_OPTIONS" (concat (getenv "GREP_OPTIONS") " --color=always"))
363 ;; for GNU grep 2.5.1
364 (setenv "GREP_COLOR" "01;31")
365 ;; for GNU grep 2.5.1-cvs
366 (setenv "GREP_COLORS" "mt=01;31:fn=:ln=:bn=:se=:ml=:cx=:ne"))
367 (set (make-local-variable 'compilation-exit-message-function)
368 (lambda (status code msg)
369 (if (eq status 'exit)
370 (cond ((zerop code)
371 '("finished (matches found)\n" . "matched"))
372 ((= code 1)
373 '("finished with no matches found\n" . "no match"))
374 (t
375 (cons msg code)))
376 (cons msg code))))
377 (run-hooks 'grep-setup-hook))
378
379 (defun grep-probe (command args &optional func result)
380 (equal (condition-case nil
381 (apply (or func 'call-process) command args)
382 (error nil))
383 (or result 0)))
384
385 ;;;###autoload
386 (defun grep-compute-defaults ()
387 (unless (or (not grep-use-null-device) (eq grep-use-null-device t))
388 (setq grep-use-null-device
389 (with-temp-buffer
390 (let ((hello-file (expand-file-name "HELLO" data-directory)))
391 (not
392 (and (if grep-command
393 ;; `grep-command' is already set, so
394 ;; use that for testing.
395 (grep-probe grep-command
396 `(nil t nil "^English" ,hello-file)
397 #'call-process-shell-command)
398 ;; otherwise use `grep-program'
399 (grep-probe grep-program
400 `(nil t nil "-nH" "^English" ,hello-file)))
401 (progn
402 (goto-char (point-min))
403 (looking-at
404 (concat (regexp-quote hello-file)
405 ":[0-9]+:English")))))))))
406 (unless (and grep-command grep-find-command
407 grep-template grep-find-template)
408 (let ((grep-options
409 (concat (if grep-use-null-device "-n" "-nH")
410 (if (grep-probe grep-program
411 `(nil nil nil "-e" "foo" ,null-device)
412 nil 1)
413 " -e"))))
414 (unless grep-command
415 (setq grep-command
416 (format "%s %s " grep-program grep-options)))
417 (unless grep-template
418 (setq grep-template
419 (format "%s <C> %s <R> <F>" grep-program grep-options)))
420 (unless grep-find-use-xargs
421 (setq grep-find-use-xargs
422 (if (and
423 (grep-probe find-program `(nil nil nil ,null-device "-print0"))
424 (grep-probe "xargs" `(nil nil nil "-0" "-e" "echo")))
425 'gnu)))
426 (unless grep-find-command
427 (setq grep-find-command
428 (cond ((eq grep-find-use-xargs 'gnu)
429 (format "%s . -type f -print0 | xargs -0 -e %s"
430 find-program grep-command))
431 (grep-find-use-xargs
432 (format "%s . -type f -print | xargs %s"
433 find-program grep-command))
434 (t (cons (format "%s . -type f -exec %s {} %s \\;"
435 find-program grep-command null-device)
436 (+ 22 (length grep-command)))))))
437 (unless grep-find-template
438 (setq grep-find-template
439 (let ((gcmd (format "%s <C> %s <R>"
440 grep-program grep-options)))
441 (cond ((eq grep-find-use-xargs 'gnu)
442 (format "%s . <X> -type f <F> -print0 | xargs -0 -e %s"
443 find-program gcmd))
444 (grep-find-use-xargs
445 (format "%s . <X> -type f <F> -print | xargs %s"
446 find-program gcmd))
447 (t (format "%s . <X> -type f <F> -exec %s {} %s \\;"
448 find-program gcmd null-device))))))))
449 (unless (or (not grep-highlight-matches) (eq grep-highlight-matches t))
450 (setq grep-highlight-matches
451 (with-temp-buffer
452 (and (grep-probe grep-program '(nil t nil "--help"))
453 (progn
454 (goto-char (point-min))
455 (search-forward "--color" nil t))
456 t)))))
457
458 (defun grep-tag-default ()
459 (or (and transient-mark-mode mark-active
460 (/= (point) (mark))
461 (buffer-substring-no-properties (point) (mark)))
462 (funcall (or find-tag-default-function
463 (get major-mode 'find-tag-default-function)
464 'find-tag-default))
465 ""))
466
467 (defun grep-default-command ()
468 "Compute the default grep command for C-u M-x grep to offer."
469 (let ((tag-default (shell-quote-argument (grep-tag-default)))
470 ;; This a regexp to match single shell arguments.
471 ;; Could someone please add comments explaining it?
472 (sh-arg-re "\\(\\(?:\"\\(?:[^\"]\\|\\\\\"\\)+\"\\|'[^']+'\\|[^\"' \t\n]\\)+\\)")
473 (grep-default (or (car grep-history) grep-command)))
474 ;; In the default command, find the arg that specifies the pattern.
475 (when (or (string-match
476 (concat "[^ ]+\\s +\\(?:-[^ ]+\\s +\\)*"
477 sh-arg-re "\\(\\s +\\(\\S +\\)\\)?")
478 grep-default)
479 ;; If the string is not yet complete.
480 (string-match "\\(\\)\\'" grep-default))
481 ;; Maybe we will replace the pattern with the default tag.
482 ;; But first, maybe replace the file name pattern.
483 (condition-case nil
484 (unless (or (not (stringp buffer-file-name))
485 (when (match-beginning 2)
486 (save-match-data
487 (string-match
488 (wildcard-to-regexp
489 (file-name-nondirectory
490 (match-string 3 grep-default)))
491 (file-name-nondirectory buffer-file-name)))))
492 (setq grep-default (concat (substring grep-default
493 0 (match-beginning 2))
494 " *."
495 (file-name-extension buffer-file-name))))
496 ;; In case wildcard-to-regexp gets an error
497 ;; from invalid data.
498 (error nil))
499 ;; Now replace the pattern with the default tag.
500 (replace-match tag-default t t grep-default 1))))
501
502
503 ;;;###autoload
504 (define-compilation-mode grep-mode "Grep"
505 "Sets `grep-last-buffer' and `compilation-window-height'."
506 (setq grep-last-buffer (current-buffer))
507 (set (make-local-variable 'compilation-error-face)
508 grep-hit-face)
509 (set (make-local-variable 'compilation-error-regexp-alist)
510 grep-regexp-alist)
511 (set (make-local-variable 'compilation-process-setup-function)
512 'grep-process-setup)
513 (set (make-local-variable 'compilation-disable-input) t))
514
515
516 ;;;###autoload
517 (defun grep (command-args)
518 "Run grep, with user-specified args, and collect output in a buffer.
519 While grep runs asynchronously, you can use \\[next-error] (M-x next-error),
520 or \\<grep-mode-map>\\[compile-goto-error] in the grep \
521 output buffer, to go to the lines
522 where grep found matches.
523
524 This command uses a special history list for its COMMAND-ARGS, so you can
525 easily repeat a grep command.
526
527 A prefix argument says to default the argument based upon the current
528 tag the cursor is over, substituting it into the last grep command
529 in the grep command history (or into `grep-command'
530 if that history list is empty)."
531 (interactive
532 (progn
533 (grep-compute-defaults)
534 (let ((default (grep-default-command)))
535 (list (read-from-minibuffer "Run grep (like this): "
536 (if current-prefix-arg
537 default grep-command)
538 nil nil 'grep-history
539 (if current-prefix-arg nil default))))))
540
541 ;; Setting process-setup-function makes exit-message-function work
542 ;; even when async processes aren't supported.
543 (compilation-start (if (and grep-use-null-device null-device)
544 (concat command-args " " null-device)
545 command-args)
546 'grep-mode))
547
548
549 ;;;###autoload
550 (defun grep-find (command-args)
551 "Run grep via find, with user-specified args COMMAND-ARGS.
552 Collect output in a buffer.
553 While find runs asynchronously, you can use the \\[next-error] command
554 to find the text that grep hits refer to.
555
556 This command uses a special history list for its arguments, so you can
557 easily repeat a find command."
558 (interactive
559 (progn
560 (grep-compute-defaults)
561 (if grep-find-command
562 (list (read-from-minibuffer "Run find (like this): "
563 grep-find-command nil nil
564 'grep-find-history))
565 ;; No default was set
566 (read-string
567 "compile.el: No `grep-find-command' command available. Press RET.")
568 (list nil))))
569 (when command-args
570 (let ((null-device nil)) ; see grep
571 (grep command-args))))
572
573 ;;;###autoload
574 (defalias 'find-grep 'grep-find)
575
576
577 ;; User-friendly interactive API.
578
579 (defconst grep-expand-keywords
580 '(("<C>" . (and cf (isearch-no-upper-case-p regexp t) "-i"))
581 ("<D>" . dir)
582 ("<F>" . files)
583 ("<N>" . null-device)
584 ("<X>" . excl)
585 ("<R>" . (shell-quote-argument (or regexp ""))))
586 "List of substitutions performed by `grep-expand-template'.
587 If car of an element matches, the cdr is evalled in to get the
588 substitution string. Note dynamic scoping of variables.")
589
590 (defun grep-expand-template (template &optional regexp files dir excl)
591 "Patch grep COMMAND string replacing <C>, <D>, <F>, <R>, and <X>."
592 (let ((command template)
593 (cf case-fold-search)
594 (case-fold-search nil))
595 (dolist (kw grep-expand-keywords command)
596 (if (string-match (car kw) command)
597 (setq command
598 (replace-match
599 (or (if (symbolp (cdr kw))
600 (symbol-value (cdr kw))
601 (save-match-data (eval (cdr kw))))
602 "")
603 t t command))))))
604
605 (defun grep-read-regexp ()
606 "Read regexp arg for interactive grep."
607 (let ((default (grep-tag-default)))
608 (read-string
609 (concat "Search for"
610 (if (and default (> (length default) 0))
611 (format " (default \"%s\"): " default) ": "))
612 nil 'grep-regexp-history default)))
613
614 (defun grep-read-files (regexp)
615 "Read files arg for interactive grep."
616 (let* ((bn (or (buffer-file-name) (buffer-name)))
617 (fn (and bn
618 (stringp bn)
619 (file-name-nondirectory bn)))
620 (default
621 (or (and fn
622 (let ((aliases grep-files-aliases)
623 alias)
624 (while aliases
625 (setq alias (car aliases)
626 aliases (cdr aliases))
627 (if (string-match (wildcard-to-regexp (cdr alias)) fn)
628 (setq aliases nil)
629 (setq alias nil)))
630 (cdr alias)))
631 (and fn
632 (let ((ext (file-name-extension fn)))
633 (and ext (concat "*." ext))))
634 (car grep-files-history)
635 (car (car grep-files-aliases))))
636 (files (read-string
637 (concat "Search for \"" regexp
638 "\" in files"
639 (if default (concat " (default " default ")"))
640 ": ")
641 nil 'grep-files-history default)))
642 (and files
643 (or (cdr (assoc files grep-files-aliases))
644 files))))
645
646 ;;;###autoload
647 (defun lgrep (regexp &optional files)
648 "Run grep, searching for REGEXP in FILES in current directory.
649 The search is limited to file names matching shell pattern FILES.
650 FILES may use abbreviations defined in `grep-files-aliases', e.g.
651 entering `ch' is equivalent to `*.[ch]'.
652
653 With \\[universal-argument] prefix, you can edit the constructed shell command line
654 before it is executed.
655 With two \\[universal-argument] prefixes, directly edit and run `grep-command'.
656
657 Collect output in a buffer. While grep runs asynchronously, you
658 can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error]
659 in the grep output buffer, to go to the lines where grep found matches.
660
661 This command shares argument histories with \\[rgrep] and \\[grep]."
662 (interactive
663 (progn
664 (grep-compute-defaults)
665 (cond
666 ((and grep-command (equal current-prefix-arg '(16)))
667 (list (read-from-minibuffer "Run: " grep-command
668 nil nil 'grep-history)
669 nil))
670 ((not grep-template)
671 (list nil
672 (read-string "grep.el: No `grep-template' available. Press RET.")))
673 (t (let* ((regexp (grep-read-regexp))
674 (files (grep-read-files regexp)))
675 (list regexp files))))))
676 (when (and (stringp regexp) (> (length regexp) 0))
677 (let ((command regexp))
678 (if (null files)
679 (if (string= command grep-command)
680 (setq command nil))
681 (setq command (grep-expand-template
682 grep-template
683 regexp
684 files))
685 (when command
686 (if (equal current-prefix-arg '(4))
687 (setq command
688 (read-from-minibuffer "Confirm: "
689 command nil nil 'grep-history))
690 (add-to-history 'grep-history command))))
691 (when command
692 ;; Setting process-setup-function makes exit-message-function work
693 ;; even when async processes aren't supported.
694 (compilation-start (if (and grep-use-null-device null-device)
695 (concat command " " null-device)
696 command) 'grep-mode)))))
697
698
699 ;;;###autoload
700 (defun rgrep (regexp &optional files dir)
701 "Recursively grep for REGEXP in FILES in directory tree rooted at DIR.
702 The search is limited to file names matching shell pattern FILES.
703 FILES may use abbreviations defined in `grep-files-aliases', e.g.
704 entering `ch' is equivalent to `*.[ch]'.
705
706 With \\[universal-argument] prefix, you can edit the constructed shell command line
707 before it is executed.
708 With two \\[universal-argument] prefixes, directly edit and run `grep-find-command'.
709
710 Collect output in a buffer. While find runs asynchronously, you
711 can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error]
712 in the grep output buffer, to go to the lines where grep found matches.
713
714 This command shares argument histories with \\[lgrep] and \\[grep-find]."
715 (interactive
716 (progn
717 (grep-compute-defaults)
718 (cond
719 ((and grep-find-command (equal current-prefix-arg '(16)))
720 (list (read-from-minibuffer "Run: " grep-find-command
721 nil nil 'grep-find-history)
722 nil))
723 ((not grep-find-template)
724 (list nil nil
725 (read-string "grep.el: No `grep-find-template' available. Press RET.")))
726 (t (let* ((regexp (grep-read-regexp))
727 (files (grep-read-files regexp))
728 (dir (read-directory-name "Base directory: "
729 nil default-directory t)))
730 (list regexp files dir))))))
731 (when (and (stringp regexp) (> (length regexp) 0))
732 (if (null files)
733 (if (not (string= regexp grep-find-command))
734 (compilation-start regexp 'grep-mode))
735 (setq dir (file-name-as-directory (expand-file-name dir)))
736 (let ((command (grep-expand-template
737 grep-find-template
738 regexp
739 (concat "\\( -name "
740 (mapconcat #'shell-quote-argument
741 (split-string files)
742 " -o -name ")
743 " \\)")
744 dir
745 (and grep-find-ignored-directories
746 (concat "\\( -path '*/"
747 (mapconcat #'identity
748 grep-find-ignored-directories
749 "' -o -path '*/")
750 "' \\) -prune -o ")))))
751 (when command
752 (if current-prefix-arg
753 (setq command
754 (read-from-minibuffer "Confirm: "
755 command nil nil 'grep-find-history))
756 (add-to-history 'grep-find-history command))
757 (let ((default-directory dir))
758 (compilation-start command 'grep-mode))
759 ;; Set default-directory if we started rgrep in the *grep* buffer.
760 (if (eq next-error-last-buffer (current-buffer))
761 (setq default-directory dir)))))))
762
763
764 (provide 'grep)
765
766 ;; arch-tag: 5a5b9169-a79d-4f38-9c38-f69615f39c4d
767 ;;; grep.el ends here