From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Boostrap error Date: Wed, 10 Nov 2004 11:20:16 -0500 Message-ID: References: <418F258D.5050201@wyrdrune.com> <3E791795-316A-11D9-A429-000D93505B76@swipnet.se> <418F4AC8.4050906@gnu.org> <418FAFA5.6010108@swipnet.se> <029f01c4c5be$422cd8f0$0200a8c0@sedrcw11488> <418FDD39.7040601@swipnet.se> <036e01c4c68d$6d7159d0$0200a8c0@sedrcw11488> <4191D67A.9000000@swipnet.se> <052d01c4c726$612d4d20$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100135929 4825 80.91.229.6 (11 Nov 2004 01:18:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Nov 2004 01:18:49 +0000 (UTC) Cc: Lennart Borgman , Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 10 17:21:02 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 1CRvDR-0005QD-00 for ; Wed, 10 Nov 2004 17:21:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRvLu-000680-At for ged-emacs-devel@m.gmane.org; Wed, 10 Nov 2004 11:29:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRvLn-00067k-7m for emacs-devel@gnu.org; Wed, 10 Nov 2004 11:29:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRvLm-00067Y-On for emacs-devel@gnu.org; Wed, 10 Nov 2004 11:29:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRvLm-00067V-KN for emacs-devel@gnu.org; Wed, 10 Nov 2004 11:29:38 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CRvCp-0005XT-Ba for emacs-devel@gnu.org; Wed, 10 Nov 2004 11:20:23 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 243308282BA; Wed, 10 Nov 2004 11:20:23 -0500 (EST) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id EFA884AC934; Wed, 10 Nov 2004 11:20:16 -0500 (EST) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id BC6B78CA69; Wed, 10 Nov 2004 11:20:16 -0500 (EST) Original-To: "Jan D." In-Reply-To: (Jan D.'s message of "Wed, 10 Nov 2004 15:12:59 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=0, requis 5) X-MailScanner-From: monnier@iro.umontreal.ca 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29715 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29715 > In cygwin you can change the prefix, it can be changed to any string. > The patch only handles the default /cygdrive. I use /cyg myself. > Also, only single letter mounts that corresponds to DOS drives are handeled > (i.e. /d/src <=> d:/src). But cygwin lets you mount paths anywhere and > multiple times. I mount d:/src under /usr/src, so these three paths go to > the same directory: > /cyg/d/src > /d/src > /usr/src > The possibilites are endless, so a simple regexp can not capture this in the > general case. cygwin-mount.el (or cygwin32-mount.el whichever is more recent) handles all of that. Stefan