From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xah Lee Newsgroups: gmane.emacs.help Subject: GNU Emacs 24.1.50.1 show stopper bug: find-dired Date: Sat, 28 Apr 2012 19:54:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: <479d6b2c-2e43-4c1e-bca7-2a083b5a41aa@ns1g2000pbc.googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1335668122 27910 80.91.229.3 (29 Apr 2012 02:55:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 29 Apr 2012 02:55:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 29 04:55:21 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SOKI6-0005Yv-2d for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Apr 2012 04:55:14 +0200 Original-Received: from localhost ([::1]:52622 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOKI5-0004uX-F9 for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Apr 2012 22:55:13 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!ns1g2000pbc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 53 Original-NNTP-Posting-Host: 76.126.112.84 Original-X-Trace: posting.google.com 1335668063 16866 127.0.0.1 (29 Apr 2012 02:54:23 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 29 Apr 2012 02:54:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: ns1g2000pbc.googlegroups.com; posting-host=76.126.112.84; posting-account=bRPKjQoAAACxZsR8_VPXCX27T2YcsyMA User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.162 Safari/535.19,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:192260 comp.emacs:102427 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84670 Archived-At: GNU Emacs 24.1.50.1 show stopper bug: find-dired this seems to be a showstopper bug. =E2=80=A2 start emacs =E3=80=8Crunemacs.exe -Q=E3=80=8D =E2=80=A2 =E3=80=90M-x find-dired=E3=80=91 =E2=80=A2 =E3=80=8C-name "*html"=E3=80=8D =E2=80=A2 expected result: list of files in dired. 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 =E2=80=A6 ---------- APPLE_IPAD_CENSORSHIP.HTML =E2=80=A6 ---------- ASPELL_SPELL_CHECKING.HTML =E2=80=A6 ---------- ASPELL_VOCABULARY.HTML =E2=80=A6 ---------- BLOG.HTML =E2=80=A6 ---------- YOUR_REGEX_BRAIN.HTML =E2=80=A6 File not found - ) File not found - -EXEC File not found - LS File not found - -LD File not found - {} File not found - ; find finished at Sat Apr 28 19:46:27 -------------------------------------------- each of the =E3=80=8C=E2=80=A6=E3=80=8D is about n lines of file content. T= he n can be 4 to 10 or more. Not sure what's the pattern. Also, my file names are mostly lowercase. Don't know why it is CAPS there. GNU Emacs 24.1.50.1 (i386-mingw-nt6.1.7601) of 2012-04-23 on MARVIN ErgoEmacs distribution 1.9.4 Windows 7. Xah