I'm having some issues with rgrep/find on emacs. Any search returns 0 results, with this message:
The filename, directory name, or volumn label syntax is incorrect.
Grep finished with no matches found.
I am using the find bundled with cygwin, so I'm curious if me entering d:/workspace is breaking because find is using cygwin for disk access (so the correct path would be /cygdrive/d/workspace). However, emacs will balk at /cygdrive/d/workspace as it doesn't read it this way.
I am curious why I am the only one with this problem, when it is common to use cygwin find with emacs.
Different problems now.
When I execute rgrep, I always get the same thing "find: missing argument to -name
". Google found nothing on this problem, if I execute grep on it's own. I don't get the line number links, so I get a report of where the text is found, but I can't click any of them to open that file.