From: Kevin Rodgers <kevinr@ihs.com>
Subject: Re: [h-e-w] Re: isearch-regexp-in-all-matching-files-in-tree?
Date: Tue, 15 Oct 2002 12:28:06 -0600 [thread overview]
Message-ID: <3DAC5E36.6060308@ihs.com> (raw)
In-Reply-To: mailman.1034700929.15144.help-gnu-emacs@gnu.org
Thomas L Roche wrote:
> So dired-mark-files-regexp allows me to mark the files by name (1), and
> dired-do-query-replace-regexp does the interactive search/replace. But
> only find-name-dired (or similar) seems to get me the files desired in
> the entire directory tree.
Right.
> However that I still need to dired-mark-files-regexp, with '.*', in
> order to mark all the files returned by find-name-dired! Is there a
> way around that?
Yes. As I suggested earlier:
C-x h ; mark-whole-buffer
M-x dired-mark-files-in-region RET
Oops, here's a customization that requires:
(defadvice dired-mark-files-in-region (before interactive activate)
(interactive "r"))
You could even bind dired-mark-files-in-region to a key in dired-mode-map,
perhaps ". h".
--
<a href="mailto:<kevinr@ihs.com>">Kevin Rodgers</a>
next parent reply other threads:[~2002-10-15 18:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.1034700929.15144.help-gnu-emacs@gnu.org>
2002-10-15 18:28 ` Kevin Rodgers [this message]
2002-10-15 17:34 [h-e-w] Re: isearch-regexp-in-all-matching-files-in-tree? Thomas L Roche
-- strict thread matches above, loose matches on Subject: below --
2002-10-15 16:54 Thomas L Roche
2002-10-15 8:21 Dalton, Barnaby
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3DAC5E36.6060308@ihs.com \
--to=kevinr@ihs.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).