* find-name-dired issue on Win9x
@ 2004-12-24 19:05 Frank Uepping
2004-12-26 21:52 ` Kai Grossjohann
0 siblings, 1 reply; 2+ messages in thread
From: Frank Uepping @ 2004-12-24 19:05 UTC (permalink / raw)
Hello,
I have Emacs-21.3 on Win98 running.
A (find-name-dired "anydir" "anypattern") results in:
=>
n:/anydir/:
find . \( -name 'anypattern' \) -exec ls -ld {} \;
find: paths must precede expression
Usage: find [path...] [expression]
find exited abnormally with code 1...
Apparently Emacs has some problem with the path specification, as it can't
process a `.' here. The same problem happens in the eshell as well, if I
specify `.' as path.
However, find works in the Dos-box as expected, as well as with
(shell-command "find ."). So I think the issue is not with find.exe (from
http://gnuwin32.sourceforge.net/).
Can you help me?
/FAU
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: find-name-dired issue on Win9x
2004-12-24 19:05 find-name-dired issue on Win9x Frank Uepping
@ 2004-12-26 21:52 ` Kai Grossjohann
0 siblings, 0 replies; 2+ messages in thread
From: Kai Grossjohann @ 2004-12-26 21:52 UTC (permalink / raw)
Frank Uepping <trash@spamgourmet.com> writes:
> A (find-name-dired "anydir" "anypattern") results in:
> =>
> n:/anydir/:
> find . \( -name 'anypattern' \) -exec ls -ld {} \;
> find: paths must precede expression
Perhaps it's the shell that doesn't like \( ... \)?
Which shell are you using?
Kai
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-12-26 21:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-24 19:05 find-name-dired issue on Win9x Frank Uepping
2004-12-26 21:52 ` Kai Grossjohann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).