From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vijay Lakshminarayanan Newsgroups: gmane.emacs.devel Subject: Re: A few Windows build fixes Date: Fri, 02 Sep 2011 21:20:19 +0530 Message-ID: <87hb4vdjus.fsf@gmail.com> References: <83vcth40ik.fsf@kalahari.s2.org> <83r5444ome.fsf@kalahari.s2.org> <87pqjmfgia.fsf@gmail.com> <8739ggf8ph.fsf@gmail.com> <8262lbu7g5.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1314978637 4984 80.91.229.12 (2 Sep 2011 15:50:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Sep 2011 15:50:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 02 17:50:31 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QzW0l-0000rn-Fu for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2011 17:50:31 +0200 Original-Received: from localhost ([::1]:45356 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzW0l-0007Ua-2b for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2011 11:50:31 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzW0h-0007Sc-O0 for emacs-devel@gnu.org; Fri, 02 Sep 2011 11:50:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzW0f-0003o3-5q for emacs-devel@gnu.org; Fri, 02 Sep 2011 11:50:27 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:42748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzW0f-0003nz-3M for emacs-devel@gnu.org; Fri, 02 Sep 2011 11:50:25 -0400 Original-Received: by yxn35 with SMTP id 35so1322274yxn.0 for ; Fri, 02 Sep 2011 08:50:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=mG18P5IAlxPCw+JuE+Dspl7OSjd9h2m2kHtq+cArPvE=; b=jxSRH/fM63G1uveZk91yuceozLOH4CkpE9XUUROk7gOfx/dCOalT1xylgekMINiMb2 1T8hpxhs9N8LP+zXdSSzDuVmIpwafm2JOxY988AEJmYo975qbQSBDuU1vvY3PpmUEcqT xvxRbsprE7fBzIlFe/OmnnCZ9zOCgFuIOI1n0= Original-Received: by 10.68.6.101 with SMTP id z5mr1984088pbz.141.1314978623949; Fri, 02 Sep 2011 08:50:23 -0700 (PDT) Original-Received: from BALROG ([59.92.79.237]) by mx.google.com with ESMTPS id u2sm10918393pbq.9.2011.09.02.08.50.21 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 02 Sep 2011 08:50:23 -0700 (PDT) In-Reply-To: <8262lbu7g5.fsf@gmail.com> (Andy Moreton's message of "Fri, 02 Sep 2011 01:14:02 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143724 Archived-At: Andy Moreton writes: > On Thu 01 Sep 2011, Vijay Lakshminarayanan wrote: > >> >> >> Going through w32-fns.el, I see there's `w32-convert-standard-filename' >> which actually replaces /cygdrive/ paths correctly. Indeed, >> >> (convert-standard-filename >> "/cygdrive/c/programs/emacs-24.0.50/lisp/w32-fns.el") >> >> ; => "c:\\programs\\emacs-24.0.50\\lisp\\w32-fns.el" >> >> does the right thing. > > This is buggy. The '/cygdrive' prefix can be replaced per-user or system > wide - see the cygwin mount(1) manpage for details. You're absolutely right. This means that w32-convert-standard-filename is broken. Should I (or someone else) raise a bug? > AndyM -- Cheers ~vijay Gnus should be more complicated.