From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: find-dired does not work properly for displaying files that contains backslashes in them. Date: Fri, 15 Jun 2007 17:28:29 +0300 Message-ID: References: <9caafe030706141755h6b227b68hf4184297d81a7502@mail.gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1181917733 25604 80.91.229.12 (15 Jun 2007 14:28:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jun 2007 14:28:53 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: "Yee Keat Phuah" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jun 15 16:28:52 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HzCnE-0002Cv-14 for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Jun 2007 16:28:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzCnD-00015e-Dd for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Jun 2007 10:28:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HzCnB-00015D-Do for bug-gnu-emacs@gnu.org; Fri, 15 Jun 2007 10:28:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HzCn9-00014c-Vh for bug-gnu-emacs@gnu.org; Fri, 15 Jun 2007 10:28:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzCn9-00014Q-Ho for bug-gnu-emacs@gnu.org; Fri, 15 Jun 2007 10:28:47 -0400 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HzCn9-0005tC-35 for bug-gnu-emacs@gnu.org; Fri, 15 Jun 2007 10:28:47 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-243-94.inter.net.il [84.228.243.94]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id ICB96963 (AUTH halo1); Fri, 15 Jun 2007 17:28:28 +0300 (IDT) In-reply-to: <9caafe030706141755h6b227b68hf4184297d81a7502@mail.gmail.com> (ykphuah@gmail.com) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15888 Archived-At: > Date: Fri, 15 Jun 2007 08:55:53 +0800 > From: "Yee Keat Phuah" > > On Windows with gnu find set up. > All the subdirectories are separated using \ instead of /, and press > Enter to open the file output would not work for each file. Thank you for your report. I cannot reproduce this, but the port of GNU Find I use outputs files using / as the directory separator. I guess you should look for a better port of Find.