all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: sthfrnth <sthfrnth@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: help-emacs-windows@gnu.org, emacs-devel@gnu.org
Subject: Re: find-dired does not work on emacs24 + win + mingw
Date: Sat, 28 Jan 2012 14:12:12 +0800	[thread overview]
Message-ID: <CAArLTGa9kx2a-nj4G3rOv1aqN8+qhErSr9TYGa3xMwzV3a9H5Q@mail.gmail.com> (raw)
In-Reply-To: <83boppyxpw.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1400 bytes --]

The "find.exe" in this package
http://sourceforge.net/projects/ezwinports/files/findutils-4.2.30-w32-bin.zip/download

produces:
*
*
*C:\emacs\lisp>find . -name *find**
*find: paths must precede expression*
*Usage: find [-H] [-L] [-P] [path...] [expression]*
*
*
*C:\emacs\lisp>find . -name "*find*"*
*find: paths must precede expression*
*Usage: find [-H] [-L] [-P] [path...] [expression]*

whether or not name quoted.

The "find.exe" in this package
http://unxutils.sourceforge.net/
produces:

C:\emacs\lisp>find . -name *find*
.\cedet\semantic\db-find.el
.\cedet\semantic\db-find.elc
.\cedet\semantic\find.el
.\cedet\semantic\find.elc
.\cedet\srecode\find.el
...
C:\emacs\lisp>find . -name "*find*"
.\cedet\semantic\db-find.el
.\cedet\semantic\db-find.elc
.\cedet\semantic\find.el
.\cedet\semantic\find.elc
.\cedet\srecode\find.el
...

I don't know why.
I think the second "find.exe" is more powerful in my env..


On Fri, Jan 27, 2012 at 11:24 PM, Eli Zaretskii <eliz@gnu.org> wrote:

> > Date: Fri, 27 Jan 2012 21:04:53 +0800
> > From: sthfrnth <sthfrnth@gmail.com>
> > Cc: help-emacs-windows@gnu.org, emacs-devel@gnu.org
> >
> > I tried the port you suggested. It works, but not quite convenient. It
> can
> > not run in this way: "find . -name *foo*".
>
> What do you mean "can not run"?  You need to quote the *foo* part, but
> otherwise it works for me.  If you quote it, what do you see?
>

[-- Attachment #2: Type: text/html, Size: 2583 bytes --]

      reply	other threads:[~2012-01-28  6:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-27  5:26 find-dired does not work on emacs24 + win + mingw sthfrnth
2012-01-27  7:12 ` Eli Zaretskii
2012-01-27 13:04   ` sthfrnth
2012-01-27 15:24     ` Eli Zaretskii
2012-01-28  6:12       ` sthfrnth [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAArLTGa9kx2a-nj4G3rOv1aqN8+qhErSr9TYGa3xMwzV3a9H5Q@mail.gmail.com \
    --to=sthfrnth@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=help-emacs-windows@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.