From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: multiple find and replace on windows using (gnu) find Date: Fri, 13 Oct 2006 17:16:34 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1160752649 8746 80.91.229.2 (13 Oct 2006 15:17:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Oct 2006 15:17:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 13 17:17:25 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GYOme-0006dY-46 for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Oct 2006 17:17:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYOmd-0006Ka-JS for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Oct 2006 11:17:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GYOmD-0006FG-7Q for help-gnu-emacs@gnu.org; Fri, 13 Oct 2006 11:16:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GYOm7-0006DI-TF for help-gnu-emacs@gnu.org; Fri, 13 Oct 2006 11:16:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYOm7-0006DB-Mh for help-gnu-emacs@gnu.org; Fri, 13 Oct 2006 11:16:39 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GYOua-0001DB-Cp for help-gnu-emacs@gnu.org; Fri, 13 Oct 2006 11:25:24 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-238-176.inter.net.il [84.228.238.176]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id FZN25984 (AUTH halo1); Fri, 13 Oct 2006 17:16:30 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: (d.e.1.mayfield@herts.ac.uk) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38012 Archived-At: > From: "md3bs" > Date: Thu, 12 Oct 2006 15:59:53 +0100 > > find-dired does not work because I have filenames with spaces in them. > > it does work when I use it on Linux > > How can I do multiple find and replace on windows. This should be a common > task. I can't seem to find any suggestions on the web. You don't need find-dired for that, the normal Dired will do. It has the `Q' command that will perform find and replace on all the files you mark. If you need to do this recursively in subdirectories, use the `i' command to insert subdirectories into the Dired buffer.