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-rename-all-matching-filenames-in-tree? Date: Mon, 14 Oct 2002 14:20:11 -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 1034619664 2611 127.0.0.1 (14 Oct 2002 18:21:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 14 Oct 2002 18:21:04 +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 1819ps-0000fP-00 for ; Mon, 14 Oct 2002 20:21:00 +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 1819qC-0001Jy-00; Mon, 14 Oct 2002 14:21:20 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1819pA-0000sp-00 for help-gnu-emacs@gnu.org; Mon, 14 Oct 2002 14:20:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1819p8-0000sD-00 for help-gnu-emacs@gnu.org; Mon, 14 Oct 2002 14:20:15 -0400 Original-Received: from e32.co.us.ibm.com ([32.97.110.130]) by monty-python.gnu.org with esmtp (Exim 4.10) id 1819p7-0000rj-00; Mon, 14 Oct 2002 14:20:13 -0400 Original-Received: from westrelay04.boulder.ibm.com (westrelay04.boulder.ibm.com [9.17.193.32]) by e32.co.us.ibm.com (8.12.2/8.12.2) with ESMTP id g9EIKCpw039380; Mon, 14 Oct 2002 14:20:12 -0400 Original-Received: from d03nm120.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.193.82]) by westrelay04.boulder.ibm.com (8.12.3/NCO/VER6.4) with ESMTP id g9EILpio053312; Mon, 14 Oct 2002 12:21:52 -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:20:11 PM, Serialize complete at 10/14/2002 12:20:11 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:2596 gmane.emacs.windows:973 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2596 Use case: I'm in a dired buffer in GNU Emacs 21.1.1 on w2k. I want to _interactively_ rename any file - in the tree below the current directory - with name matching '*GenericAction*' to '*ActionClass*', in the same directory. How can I do this?