* bug#14292: 24.3.50; `FIND: Parameter format not correct'
@ 2013-04-27 17:26 Drew Adams
2013-04-27 17:57 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Drew Adams @ 2013-04-27 17:26 UTC (permalink / raw)
To: 14292
1. emacs -Q
2. Load library cygwin-mount.el then library setup-cygwin.el, from here:
http://www.emacswiki.org/emacs/?action=elisp-area;context=0
In a directory with some files having names matching aaa*:
M-x find-name-dired
Accept the default directory (current).
Enter aaa* for the file-name pattern.
I get the error of the Subject line.
Same thing if I just enter commands like this in an Emacs `shell' buffer:
> find . \( -iname aaa\* \) -exec ls -ld \{\} \;
FIND: Parameter format not correct
> find . \( -iname aaa\* \) -ls
FIND: Parameter format not correct
What am I missing? If I type exactly the same command in a Cywin
terminal (outside Emacs), it works fine. My $SHELL is /bin/bash in both
cases (inside and outside Emacs). Dunno whether there is an Emacs bug
here. Help appreciated.
In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600)
of 2013-04-26 on ODIEONE
Bzr revision: 112399 eggert@cs.ucla.edu-20130426193109-3chlhmjv621m7zdz
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
`configure --with-gcc (4.7) --no-opt --enable-checking --cflags
-IC:/Devel/emacs/build/include --ldflags -LC:/Devel/emacs/build/lib'
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#14292: 24.3.50; `FIND: Parameter format not correct'
2013-04-27 17:26 bug#14292: 24.3.50; `FIND: Parameter format not correct' Drew Adams
@ 2013-04-27 17:57 ` Eli Zaretskii
2013-04-27 19:03 ` Drew Adams
0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2013-04-27 17:57 UTC (permalink / raw)
To: Drew Adams; +Cc: 14292
> From: "Drew Adams" <drew.adams@oracle.com>
> Date: Sat, 27 Apr 2013 10:26:16 -0700
>
> 1. emacs -Q
>
> 2. Load library cygwin-mount.el then library setup-cygwin.el, from here:
> http://www.emacswiki.org/emacs/?action=elisp-area;context=0
>
> In a directory with some files having names matching aaa*:
>
> M-x find-name-dired
>
> Accept the default directory (current).
> Enter aaa* for the file-name pattern.
>
> I get the error of the Subject line.
>
> Same thing if I just enter commands like this in an Emacs `shell' buffer:
>
> > find . \( -iname aaa\* \) -exec ls -ld \{\} \;
> FIND: Parameter format not correct
> > find . \( -iname aaa\* \) -ls
> FIND: Parameter format not correct
>
> What am I missing? If I type exactly the same command in a Cywin
> terminal (outside Emacs), it works fine. My $SHELL is /bin/bash in both
> cases (inside and outside Emacs). Dunno whether there is an Emacs bug
> here. Help appreciated.
You are getting find.exe from the Windows's system32 directory, which
is an incompatible program. Rearrange your PATH so that find.exe you
want is found first.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#14292: 24.3.50; `FIND: Parameter format not correct'
2013-04-27 17:57 ` Eli Zaretskii
@ 2013-04-27 19:03 ` Drew Adams
0 siblings, 0 replies; 3+ messages in thread
From: Drew Adams @ 2013-04-27 19:03 UTC (permalink / raw)
To: 'Eli Zaretskii'; +Cc: 14292
> You are getting find.exe from the Windows's system32 directory, which
> is an incompatible program. Rearrange your PATH so that find.exe you
> want is found first.
Thanks, Eli. I will close the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-27 19:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-27 17:26 bug#14292: 24.3.50; `FIND: Parameter format not correct' Drew Adams
2013-04-27 17:57 ` Eli Zaretskii
2013-04-27 19:03 ` Drew Adams
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).