find-name-dired
is raising the following error. Is the format incorrect?
M-x find-name-dired RET; Find-name (directory): ~/test RET; Find-name (filename wildcard): test.txt RET
Result:
/path/to/home/test/:
c:/cygwin/bin/find.exe . \( -iname test.txt \) -ls
/usr/bin/bash: -c: line 0: syntax error near unexpected token `('
/usr/bin/bash: -c: line 0: `c:/cygwin/bin/find.exe . \\( -iname test.txt \\) -ls'
Additional Info: find-dired also results in same error.
M-x find-dired RET; Run find in directory: ~/test/ RET; Run find (with args): -iname test.txt RET;
Result:
/path/to/home/test/:
c:/cygwin/bin/find.exe . \( -iname "test.txt" \) -ls
/usr/bin/bash: -c: line 0: syntax error near unexpected token `('
/usr/bin/bash: -c: line 0: `c:/cygwin/bin/find.exe . \\( -iname \test.txt\ \\) -ls'
Also seeing the following error in Messages buffer, in both cases:
error in process sentinel: Wrong type argument: integer-or-marker-p, nil [2 times]