From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: emacsclient: support `/' directory separator on w32 Date: Wed, 29 Nov 2006 20:41:09 +0100 Message-ID: References: <20061124054526.72239.qmail@web62511.mail.re1.yahoo.com> <85r6vnmz3s.fsf@lola.goethe.zz> <857ixfkyqu.fsf@lola.goethe.zz> <456CC2B4.3000003@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164829548 27041 80.91.229.2 (29 Nov 2006 19:45:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Nov 2006 19:45:48 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 29 20:45:47 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GpVMs-0005FP-N5 for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 20:45:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpVMs-00006h-3L for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 14:45:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpVIw-0005i0-TL for emacs-devel@gnu.org; Wed, 29 Nov 2006 14:41:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpVIu-0005fn-EZ for emacs-devel@gnu.org; Wed, 29 Nov 2006 14:41:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpVIt-0005fQ-Ko for emacs-devel@gnu.org; Wed, 29 Nov 2006 14:41:12 -0500 Original-Received: from [64.233.182.191] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GpVIt-00066a-Iq for emacs-devel@gnu.org; Wed, 29 Nov 2006 14:41:11 -0500 Original-Received: by nf-out-0910.google.com with SMTP id d4so3035813nfe for ; Wed, 29 Nov 2006 11:41:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cNDvFDk8qtyAsURqWZk6U4sGoxfbEasQLCee1UMm1OCWFMPTInbzkgcqgSEdlAD+2uICg6FleDo2l6RZi6cErQNa0lvCpXNG5ApZ36HfrkcSF3s0nbUGOqxn0o5yyiY+u0aPJ7gLKqlqP61V1h+NrsRv9mHuWsHvvYcNWjgdcRo= Original-Received: by 10.82.105.13 with SMTP id d13mr660534buc.1164829269791; Wed, 29 Nov 2006 11:41:09 -0800 (PST) Original-Received: by 10.82.147.2 with HTTP; Wed, 29 Nov 2006 11:41:09 -0800 (PST) Original-To: "Eli Zaretskii" In-Reply-To: Content-Disposition: inline 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: news.gmane.org gmane.emacs.devel:63071 Archived-At: On 11/29/06, Eli Zaretskii wrote: > If those are MSYS ports, it's no surprise they don't support d:foo: > MSYS is a Posix environment, not unlike Cygwin, so it wants Posix file > names. Hmm. Is c:\my\foo.bar a Posix file name? > I use GnuWin32 ports, which are native Windows executables that use > Windows runtime libraries. I use some GnuWin32 tools. They give me more trouble that the MSYS/MinGW tools (make conflicts with the shell, patch crashing on not-well-formed patches, etc.). /L/e/k/t/u