help-gnu-emacs
[Top][All Lists]
Advanced

[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: Yuri Khan
Subject: Re: GNU Emacs 24.1.50.1 show stopper bug: find-dired
Date: Sun, 29 Apr 2012 12:31:51 +0700

On Sun, Apr 29, 2012 at 09:54, Xah Lee <xahlee@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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]