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: bug#7308: [patch] locate under windoze Date: Sun, 31 Oct 2010 22:26:01 +0200 Message-ID: <83sjzm5cti.fsf@gnu.org> References: <87hbg3piit.fsf@pusto.de> <83mxpv5qde.fsf@gnu.org> <87eib6d7qi.fsf@pusto.de> <8739rmqgs2.fsf@pusto.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1288557825 603 80.91.229.12 (31 Oct 2010 20:43:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2010 20:43:45 +0000 (UTC) Cc: 7308@debbugs.gnu.org To: Eduard Wiebe Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 31 21:43:41 2010 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.69) (envelope-from ) id 1PCeke-0003YH-6f for geb-bug-gnu-emacs@m.gmane.org; Sun, 31 Oct 2010 21:43:40 +0100 Original-Received: from localhost ([127.0.0.1]:46698 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCekd-0004cr-5s for geb-bug-gnu-emacs@m.gmane.org; Sun, 31 Oct 2010 16:43:39 -0400 Original-Received: from [140.186.70.92] (port=50329 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCekQ-0004bI-H8 for bug-gnu-emacs@gnu.org; Sun, 31 Oct 2010 16:43:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCekH-0004Wf-8G for bug-gnu-emacs@gnu.org; Sun, 31 Oct 2010 16:43:26 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCekH-0004Wb-5K for bug-gnu-emacs@gnu.org; Sun, 31 Oct 2010 16:43:17 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PCePi-0003kW-Ed; Sun, 31 Oct 2010 16:22:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 31 Oct 2010 20:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7308 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 7308-submit@debbugs.gnu.org id=B7308.128855650214405 (code B ref 7308); Sun, 31 Oct 2010 20:22:02 +0000 Original-Received: (at 7308) by debbugs.gnu.org; 31 Oct 2010 20:21:42 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PCePN-0003kI-6S for submit@debbugs.gnu.org; Sun, 31 Oct 2010 16:21:41 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PCePK-0003kC-07 for 7308@debbugs.gnu.org; Sun, 31 Oct 2010 16:21:39 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LB60070080UOZ00@a-mtaout20.012.net.il> for 7308@debbugs.gnu.org; Sun, 31 Oct 2010 22:25:54 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.144.59]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LB6006JT8R4MGB0@a-mtaout20.012.net.il>; Sun, 31 Oct 2010 22:25:53 +0200 (IST) In-reply-to: <8739rmqgs2.fsf@pusto.de> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sun, 31 Oct 2010 16:22:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org 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:41315 Archived-At: > From: Eduard Wiebe > Cc: 7308@debbugs.gnu.org > Date: Sun, 31 Oct 2010 20:54:53 +0100 > > > Great. Then running the file name through convert-standard-filename > > for windows-nt and doing nothing at all for ms-dos should do the > > trick. (The MSDOS build does not need any changes because the only > > DOS port of GNU Findutils I'm aware of returns file names with forward > > slashes.) > > Sorry Eli, but i cannot follow you :-) > > If i understand the doc of `convert-standard-filename' correct, then the > function turns slashes to backslashes under MS-Windows instead of other > way around. Sorry, you are right. I was confused. So just replace the backslashes with forward slashes, instead of doubling each one of them.