From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: handle cygwin path from ldapsearch Date: Thu, 23 Sep 2004 23:56:16 +0100 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <20040921.174745.207589496.Takaaki.Ota@am.sony.com> <20040923.134446.119720032.Takaaki.Ota@am.sony.com> <20040923.144604.251016542.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095980241 15417 80.91.229.6 (23 Sep 2004 22:57:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2004 22:57:21 +0000 (UTC) Cc: Tak Ota , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 24 00:57:06 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CAcWP-0003KW-00 for ; Fri, 24 Sep 2004 00:57:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CAccS-0001RD-Ew for ged-emacs-devel@m.gmane.org; Thu, 23 Sep 2004 19:03:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CAccD-0001Qy-9d for emacs-devel@gnu.org; Thu, 23 Sep 2004 19:03:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CAccB-0001Q7-FA for emacs-devel@gnu.org; Thu, 23 Sep 2004 19:03:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CAccB-0001Q4-2x for emacs-devel@gnu.org; Thu, 23 Sep 2004 19:03:03 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CAcVs-0004we-Sa for emacs-devel@gnu.org; Thu, 23 Sep 2004 18:56:33 -0400 Original-Received: from wanchan.jasonrumney.net (i-195-137-77-250.freedom2surf.net [195.137.77.250]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id i8NMuTnF030780; Thu, 23 Sep 2004 23:56:30 +0100 Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 2E08FDDD20; Thu, 23 Sep 2004 23:56:28 +0100 (BST) Original-To: Stefan Monnier In-Reply-To: (Stefan Monnier's message of "Thu, 23 Sep 2004 17:58:42 -0400") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (windows-nt) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27519 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27519 Stefan Monnier writes: > Right, but this problem is not specific to ldap but to cygwin. > When cygwin built, Emacs understands those filenames. > As for cygin-mount.el, it makes non-cygwin Emacs understand those file names > as well (by using a file-name-handler that rewrites them to the non-cygwin > format). cygwin-mount.el works transparently, but it is not distributed with Emacs, so perhaps it would be better to use convert-standard-filename here (and anywhere else that Emacs parses filenames from process output).