From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eduard Wiebe Newsgroups: gmane.emacs.bugs Subject: bug#7308: [patch] locate under windoze Date: Sun, 31 Oct 2010 20:54:53 +0100 Message-ID: <8739rmqgs2.fsf@pusto.de> References: <87hbg3piit.fsf@pusto.de> <83mxpv5qde.fsf@gnu.org> <87eib6d7qi.fsf@pusto.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288556027 22350 80.91.229.12 (31 Oct 2010 20:13:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2010 20:13:47 +0000 (UTC) Cc: 7308@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 31 21:13:42 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 1PCeHe-0006PJ-CV for geb-bug-gnu-emacs@m.gmane.org; Sun, 31 Oct 2010 21:13:42 +0100 Original-Received: from localhost ([127.0.0.1]:43528 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCeHd-0001QA-6s for geb-bug-gnu-emacs@m.gmane.org; Sun, 31 Oct 2010 16:13:41 -0400 Original-Received: from [140.186.70.92] (port=56645 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCeHQ-0001Nc-HQ for bug-gnu-emacs@gnu.org; Sun, 31 Oct 2010 16:13:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCeHE-0001Cn-GG for bug-gnu-emacs@gnu.org; Sun, 31 Oct 2010 16:13:28 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:33720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCeHE-0001Ci-DW for bug-gnu-emacs@gnu.org; Sun, 31 Oct 2010 16:13:16 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PCdwf-0003Yh-MO; Sun, 31 Oct 2010 15:52:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eduard Wiebe 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 19:52:01 +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.128855471913673 (code B ref 7308); Sun, 31 Oct 2010 19:52:01 +0000 Original-Received: (at 7308) by debbugs.gnu.org; 31 Oct 2010 19:51:59 +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 1PCdwd-0003YU-00 for submit@debbugs.gnu.org; Sun, 31 Oct 2010 15:51:59 -0400 Original-Received: from wp093.webpack.hosteurope.de ([80.237.132.100]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PCdwb-0003YP-CR for 7308@debbugs.gnu.org; Sun, 31 Oct 2010 15:51:58 -0400 Original-Received: from g225193250.adsl.alicedsl.de ([92.225.193.250] helo=nirvana); authenticated by wp093.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) id 1PCe0k-0006Zd-8K; Sun, 31 Oct 2010 20:56:14 +0100 Original-Received: from ew by nirvana with local (Exim 4.69) (envelope-from ) id 1PCdzR-0002iV-4g; Sun, 31 Oct 2010 20:54:53 +0100 In-Reply-To: (Eli Zaretskii's message of "Sun, 31 Oct 2010 06:51:52 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-bounce-key: webpack.hosteurope.de;ew@pusto.de;1288554980;47147ca0; X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sun, 31 Oct 2010 15:52:01 -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:41313 Archived-At: Eli Zaretskii writes: >> > If so, wouldn't it be better to replace backslashes with forward >> > slashes before the unquote loop? >> >> Hmm. I'm not sure. How about an UNC path ala \\sever\share\path? > > No problem, //server/share/path will work. > >> If emacs correctly resolve an UNC path with forward slashes so i would >> agree. > > 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. Please illuminate me :-)