From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Thomas L Roche" Newsgroups: gmane.emacs.help,gmane.emacs.windows Subject: isearch-regexp-in-all-matching-files-in-tree? Date: Mon, 14 Oct 2002 14:18:59 -0400 Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1034619652 2522 127.0.0.1 (14 Oct 2002 18:20:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 14 Oct 2002 18:20:52 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1819ph-0000eH-00 for ; Mon, 14 Oct 2002 20:20:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1819p7-0000s1-00; Mon, 14 Oct 2002 14:20:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1819o2-0000jf-00 for help-gnu-emacs@gnu.org; Mon, 14 Oct 2002 14:19:06 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1819o0-0000iw-00 for help-gnu-emacs@gnu.org; Mon, 14 Oct 2002 14:19:05 -0400 Original-Received: from e35.co.us.ibm.com ([32.97.110.133]) by monty-python.gnu.org with esmtp (Exim 4.10) id 1819nz-0000ih-00; Mon, 14 Oct 2002 14:19:04 -0400 Original-Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.194.23]) by e35.co.us.ibm.com (8.12.2/8.12.2) with ESMTP id g9EIJ2mn012832; Mon, 14 Oct 2002 14:19:02 -0400 Original-Received: from d03nm120.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.193.82]) by westrelay02.boulder.ibm.com (8.12.3/NCO/VER6.4) with ESMTP id g9EIJ1cK240724; Mon, 14 Oct 2002 12:19:02 -0600 Original-To: help-gnu-emacs@gnu.org, help-emacs-windows@gnu.org X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 X-MIMETrack: Serialize by Router on D03NM120/03/M/IBM(Release 5.0.10 |March 22, 2002) at 10/14/2002 12:19:01 PM, Serialize complete at 10/14/2002 12:19:01 PM Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2595 gmane.emacs.windows:972 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2595 Use case: I'm in a dired buffer in GNU Emacs 21.1.1 on w2k. I want to _interactively_ search for the string 'GenericAction' (and replace with 'ActionClass') in all files with names matching '*.java' anywhere in the directory tree below the current directory. How can I do this?