From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: emacsclient: support `/' directory separator on w32 Date: Sat, 25 Nov 2006 01:54:04 +0000 Message-ID: <4567A23C.4020604@gnu.org> References: <20061124054526.72239.qmail@web62511.mail.re1.yahoo.com> <45679B84.3080108@student.lu.se> NNTP-Posting-Host: main.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 1164419732 8243 80.91.229.2 (25 Nov 2006 01:55:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Nov 2006 01:55:32 +0000 (UTC) Cc: Michael Mauger , Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 25 02:55:28 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 1GnmlM-00068U-4y for ged-emacs-devel@m.gmane.org; Sat, 25 Nov 2006 02:55:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GnmlL-00072j-Jz for ged-emacs-devel@m.gmane.org; Fri, 24 Nov 2006 20:55:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GnmkA-0006Sy-4o for emacs-devel@gnu.org; Fri, 24 Nov 2006 20:54:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gnmk8-0006SH-KG for emacs-devel@gnu.org; Fri, 24 Nov 2006 20:54:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gnmk8-0006SC-94 for emacs-devel@gnu.org; Fri, 24 Nov 2006 20:54:12 -0500 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gnmk8-00049i-8U for emacs-devel@gnu.org; Fri, 24 Nov 2006 20:54:12 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail.freedom2surf.net (Postfix) with ESMTP id 1725450899; Sat, 25 Nov 2006 01:54:11 +0000 (GMT) User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) Original-To: Lennart Borgman In-Reply-To: <45679B84.3080108@student.lu.se> 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:62760 Archived-At: Lennart Borgman wrote: > I do not understand "(The forward slash case is handled previously.)" > -- is that correct? It is slightly strange English, but it is true that the forward slash case is handled a few lines above that comment in code that is compiled on all platforms. But anyway, that comment was not part of what got checked in, and I don't see a great need for it, as the code is close enough to be easily spotted.