help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

find-dired + windows + (gnu) find


From: md3bs
Subject: find-dired + windows + (gnu) find
Date: Mon, 9 Oct 2006 15:05:17 +0100

I am trying to search and replace on multiple files using regex.

I have no problem using %-m after calling C-x dired. However, when I %-m 
after running find-dired I get the following error message:

dired-get-filename: Invalid escape character syntax

I am using emacs out of the box with only one change:
; The gnu find program ( renamed )
(setq find-dired-find-program "gnufind.exe")

The actual find command that is run is
 gnufind.exe . \( -name "*php" \) -exec ls -ld {} \; 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]