From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Guy Gascoigne - Piggford Newsgroups: gmane.emacs.devel Subject: Re: Boostrap error Date: Wed, 10 Nov 2004 10:31:29 -0800 Message-ID: <41925E81.1050107@wyrdrune.com> 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100151129 5907 80.91.229.6 (11 Nov 2004 05:32:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Nov 2004 05:32:09 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 10 19:51:34 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 1CRxZ7-0008KA-00 for ; Wed, 10 Nov 2004 19:51:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRxha-0007kN-D0 for ged-emacs-devel@m.gmane.org; Wed, 10 Nov 2004 14:00:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRxgu-0007ZU-2X for emacs-devel@gnu.org; Wed, 10 Nov 2004 13:59:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRxgr-0007YI-EN for emacs-devel@gnu.org; Wed, 10 Nov 2004 13:59:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRxgr-0007Y4-9A for emacs-devel@gnu.org; Wed, 10 Nov 2004 13:59:33 -0500 Original-Received: from [206.16.192.253] (helo=mail4-ash-R.bigfish.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CRxYG-0001pI-M6 for emacs-devel@gnu.org; Wed, 10 Nov 2004 13:50:41 -0500 Original-Received: from mail4-ash.bigfish.com (localhost.localdomain [127.0.0.1]) by mail4-ash-R.bigfish.com (Postfix) with ESMTP id 73F9C41B7B7 for ; Wed, 10 Nov 2004 18:31:22 +0000 (UCT) X-BigFish: VC Original-Received: by mail4-ash (MessageSwitch) id 1100111480313339_6920; Wed, 10 Nov 2004 18:31:20 +0000 (UCT) Original-Received: from mail.tripwire.com (unknown [12.33.18.27]) by mail4-ash.bigfish.com (Postfix) with ESMTP id 0B03D410145 for ; Wed, 10 Nov 2004 18:31:19 +0000 (UCT) Original-Received: from seabass.tripwire.com (unverified [10.1.1.24]) by mail.tripwire.com (Content Technologies SMTPRS 4.3.6) with ESMTP id for ; Wed, 10 Nov 2004 10:33:06 -0800 Original-Received: from [10.150.1.20] ([10.150.1.20]) by seabass.tripwire.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 10 Nov 2004 10:31:19 -0800 User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en In-Reply-To: X-OriginalArrivalTime: 10 Nov 2004 18:31:19.0391 (UTC) FILETIME=[78AB1EF0:01C4C753] 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:29725 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29725 I've been slowly trying various solutions here trying to get things building, my biggest problem has actually been lack of time rather than lack of interest. So, if cygwin-mount.el does all of this, why don't we use it? Guy Stefan Monnier wrote: >>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 > > >_______________________________________________ >Emacs-devel mailing list >Emacs-devel@gnu.org >http://lists.gnu.org/mailman/listinfo/emacs-devel > > > > >