all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* find-dired + windows + (gnu) find
@ 2006-10-09 14:05 md3bs
  0 siblings, 0 replies; only message in thread
From: md3bs @ 2006-10-09 14:05 UTC (permalink / raw)


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 {} \; 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-09 14:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-09 14:05 find-dired + windows + (gnu) find md3bs

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.