From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacsclient: support `/' directory separator on w32 Date: Tue, 28 Nov 2006 06:31:30 +0200 Message-ID: References: <20061124054526.72239.qmail@web62511.mail.re1.yahoo.com> <45679B84.3080108@student.lu.se> <49879.128.165.123.18.1164655008.squirrel@webmail.lanl.gov> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1164688336 29189 80.91.229.2 (28 Nov 2006 04:32:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Nov 2006 04:32:16 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 28 05:32:15 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 1Goudc-0000Xr-5j for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 05:32:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GoudZ-0005oq-QV for ged-emacs-devel@m.gmane.org; Mon, 27 Nov 2006 23:32:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Goud5-0005d6-2l for emacs-devel@gnu.org; Mon, 27 Nov 2006 23:31:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Goud3-0005bz-8I for emacs-devel@gnu.org; Mon, 27 Nov 2006 23:31:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Goud3-0005bl-2K for emacs-devel@gnu.org; Mon, 27 Nov 2006 23:31:33 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Goud2-0004xO-4o for emacs-devel@gnu.org; Mon, 27 Nov 2006 23:31:32 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-2-117.inter.net.il [83.130.2.117]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GJV72135 (AUTH halo1); Tue, 28 Nov 2006 06:31:29 +0200 (IST) Original-To: "Juanma Barranquero" In-reply-to: (lekktu@gmail.com) 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:62904 Archived-At: > Date: Mon, 27 Nov 2006 21:17:10 +0100 > From: "Juanma Barranquero" > > On 11/27/06, Stuart D. Herring wrote: > > > I understand if emacsclient can't use this style of filename (because of > > technical limitations, or just for simplicity), or if I'm misunderstanding > > the intent of the code, but I thought it important that its existence be > > known. > > It was know; I simply didn't want to add more Windows-specific > complexity to emacsclient. And I support that decision.