[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU Emacs 24.1.50.1 show stopper bug: find-dired
From: |
Xah Lee |
Subject: |
Re: GNU Emacs 24.1.50.1 show stopper bug: find-dired |
Date: |
Sun, 29 Apr 2012 01:51:51 -0700 (PDT) |
User-agent: |
G2/1.0 |
On Apr 28, 10:31 pm, Yuri Khan <yurivk...@gmail.com> wrote:
> On Sun, Apr 29, 2012 at 09:54, Xah Lee <xah...@gmail.com> wrote:
> > Here's what i got:
> > --------------------------------------------
> > c:/Users/h3/web/xahlee_org/comp/:
> > find . "(" -name "*html" ")" -exec ls -ld {} ";"
> > Access denied - .
> > File not found - -NAME
>
> > ---------- AMPERSAND_HTML_ENTITIES_UNICODE_SEMANTICS.HTML
> > …
> > Windows 7.
>
> The output format (including all caps) suggests that the Windows
> find.exe is invoked, instead of POSIX find. The Windows find.exe is
> functionally analogous to grep -F, i.e. find a literal string in
> files.
Hi Yuri and all, thanks for the info as my earlier reply.
although there's some problem here i think may be related to this...
I'll post a separate thread.
Xah