1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
Commit Graph

60 Commits

Author SHA1 Message Date
Chong Yidong
4543e21391 (find-dired-filter): Align columns by padding file sizes and link
numbers.
2008-04-01 17:34:20 +00:00
Glenn Morris
409cc4a3ea Add 2008 to copyright years. 2008-01-07 02:45:14 +00:00
Jason Rumney
d1dbc07ca2 (find-name-arg): New custom variable.
(find-name-dired): Use it.
(find-dired-find-program): Remove.
(find-dired): Use find-program.
(find-grep-dired): Use grep-program.
2007-12-21 10:32:38 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Richard M. Stallman
ece59c4641 (find-dired-filter): Propertize all text down to eob. 2007-04-29 21:10:46 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Glenn Morris
e91081eb9e Update copyright years. 2006-12-05 06:15:26 +00:00
Kim F. Storm
2fda9976e9 (find-dired): Use shell-quote-argument to properly
escape ( and ) args.  Also use it on {} and ; args in default
value of find-ls-option string.
(find-grep-dired): Use shell-quote-argument on {} and ; args.
2006-08-28 08:02:38 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Luc Teirlinck
a994ebb8ba (find-ls-subdir-switches): New user option.
(find-dired): No longer call `abbreviate-file-name' on DIR.
Set `dired-subdir-switches' buffer-locally.
2004-06-06 02:32:53 +00:00
Michael Albinus
1a9c959bb2 * find-dired.el (find-dired): Call `shell-command' instead of
`start-process-shell-command'.  By this, Tramp takes over
handling of remote directories.
2004-03-08 21:47:59 +00:00
Richard M. Stallman
1d0c27179d (kill-find): New command.
(find-dired): Make buffer read-only.
Set up a keymap with C-c C-k running kill-find.
(find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
2003-12-29 19:15:23 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
71296446d3 Trailing whitespace deleted. 2003-02-04 11:26:42 +00:00
Richard M. Stallman
304d3e5d3d (find-dired): Set dired-sort-inhibit to t buffer-locally. 2002-11-21 17:29:22 +00:00
Markus Rost
2b29f15cc4 (find-dired): Implement revert-buffer-function. 2002-05-20 00:42:27 +00:00
Andreas Schwab
62c804f836 (find-name-dired): Don't quote pattern twice. 2002-04-25 16:30:49 +00:00
Richard M. Stallman
ff39e69ccd (find-name-dired): Use shell-quote-argument. 2002-03-08 09:35:44 +00:00
Richard M. Stallman
bd7887c62b (find-dired-filter): Fix previous change. 2002-03-03 12:00:58 +00:00
Richard M. Stallman
4367c5a259 (find-grep-dired): Rename arg to `regexp'. 2002-03-03 00:36:27 +00:00
Richard M. Stallman
a086a7fefd (find-grep-dired): Call shell-quote-argument. Specify the -e option. 2002-03-03 00:34:32 +00:00
Richard M. Stallman
0e842e15be Fix previous change. 2001-12-28 02:13:58 +00:00
Richard M. Stallman
e63e3d5feb (find-dired-sentinel): Precede exit message by
two spaces, to match the regexp in dired-between-files.
2001-12-28 02:12:13 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Gerd Moellmann
8ad5033be1 Update copyright notice.
(find-dired): Offer to kill a running `find'.
2000-07-25 16:05:09 +00:00
Peter Breton
d9823c3c18 (find-dired-find-program): Added this variable.
(find-dired): Use find-dired-find-program instead of "find".
1999-10-16 03:20:11 +00:00
Karl Heuer
5762abecd3 Fix maintainer address. 1999-08-16 04:04:27 +00:00
Richard M. Stallman
0322a154b7 (find-dired): Bind dired-buffers so it can't change. Use abbreviate-file-name. 1998-06-27 21:59:11 +00:00
Richard M. Stallman
5027054fdd Comment change. 1998-03-03 18:18:31 +00:00
Andreas Schwab
33933d45be Customized. 1998-01-07 10:31:09 +00:00
Richard M. Stallman
3443c83291 (find-grep-dired): Use -type f. 1997-07-04 00:11:24 +00:00
Richard M. Stallman
db0fb4dd27 (find-dired): Doc fix. 1997-01-03 23:10:03 +00:00
Richard M. Stallman
9f18e61944 (find-grep-options): Treat solaris, irix like BSD. 1996-11-12 06:04:05 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
400bf31776 (find-dired): Undefine the g command. 1995-07-07 13:28:57 +00:00
Karl Heuer
82b942b71b (find-dired): If dired-simple-subdir-alist is not
defined, set dired-subdir-alist a different way.
(find-dired-version): Variable deleted.
1995-05-29 19:46:24 +00:00
Karl Heuer
74def44fd9 (find-dired-sentinel): Use force-mode-line-update. 1995-04-25 22:30:38 +00:00
Richard M. Stallman
c0d7987107 Comment change. 1995-03-16 04:37:48 +00:00
Roland McGrath
347cd536de (find-ls-option): Doc fix: now a cons.
(find-dired): Initialize the process-mark for the filter to use.
Find listing switches in cdr of find-ls-option.
(find-dired-filter): Use dired-insert-set-properties on new text.
1995-03-06 19:55:47 +00:00
Richard M. Stallman
efa2bb9cc8 (find-grep-options): Use -q on non-BSD systems.
(find-ls-option): Don't ask for inode numbers.
1994-12-15 12:16:29 +00:00
Richard M. Stallman
cc66b32b04 (start-process-shell-command): Function deleted. 1994-11-19 14:03:23 +00:00
Karl Heuer
8f1204db34 Update copyright. 1994-05-03 23:47:06 +00:00
Richard M. Stallman
6657eedf6b (find-dired, find-dired-sentinel):
Remove space after `:' in mode-line-process.
1994-04-24 08:15:55 +00:00
Richard M. Stallman
4f1d6310e1 (start-process-shell-command): Doc fix. 1994-01-06 04:39:00 +00:00
Roland McGrath
619c556e37 (find-dired-sentinel): Write a line describing death.
Set mode-line-process to record exit status.
Delete the process.
1993-05-28 00:58:08 +00:00
Eric S. Raymond
31e1d9206b All fsets changed to defaliases. 1993-04-23 06:51:44 +00:00
Eric S. Raymond
3b1e4dd1eb Add standard library headers. 1993-03-17 15:58:09 +00:00