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: Removing (most of) directory-sep-char Date: Fri, 4 Jun 2010 12:22:56 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1275647077 12589 80.91.229.12 (4 Jun 2010 10:24:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Jun 2010 10:24:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 04 12:24:35 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OKU4o-0008QT-LD for ged-emacs-devel@m.gmane.org; Fri, 04 Jun 2010 12:24:35 +0200 Original-Received: from localhost ([127.0.0.1]:54895 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKU4n-0004uU-7M for ged-emacs-devel@m.gmane.org; Fri, 04 Jun 2010 06:24:33 -0400 Original-Received: from [140.186.70.92] (port=47755 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKU3h-0004We-J3 for emacs-devel@gnu.org; Fri, 04 Jun 2010 06:23:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKU3Z-00087o-R4 for emacs-devel@gnu.org; Fri, 04 Jun 2010 06:23:25 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:44086) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKU3Z-00087c-Gd; Fri, 04 Jun 2010 06:23:17 -0400 Original-Received: by fxm14 with SMTP id 14so770613fxm.0 for ; Fri, 04 Jun 2010 03:23:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=x+c/q8xlVyoZptl0VhBDuBPHhyEcIpxLhhu0wOVpFeM=; b=Wccsd5YuBkFMqqdna3demcnj13iRkN6JuVuaRA9ugSr/k/r5g65X6lCrM8T1/2RSGd R1TZTB0GqfiaB4PQv7GxxhusznLXX1ACzMKGqgQ/dnG8YMvVNS7MJ8Ov6eUM8/N/2Spx Ew6hkHY9hTH06zfyDh0lx33/3Bm4vMK23K6O8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=hGDbWOQb5IKcw7h9G2+TwHvmm4ZrFFEh4g48ijDXuZvcs4yT3N03czFwDIAJV5ACC5 JBpKqyctfCgm1pUr59uMNQ0akwFOZOghgxULcx8yZwLBysr1G/adDdM2cr3iBbod5k3A V3fxutwS8lXS0goiv3ljSPnN+4XAbg55tdWjk= Original-Received: by 10.204.74.30 with SMTP id s30mr3855454bkj.27.1275646996127; Fri, 04 Jun 2010 03:23:16 -0700 (PDT) Original-Received: by 10.204.32.18 with HTTP; Fri, 4 Jun 2010 03:22:56 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:125501 Archived-At: On Fri, Jun 4, 2010 at 10:38, Eli Zaretskii wrote: > It's fine with me, thanks. Cool. Stefan, Chong? > No. =C2=A0The MS-DOS port never really supported backslashes except as an > accident. =C2=A0It is much more radical than the Windows port in using > forward slashes (and all the other Posix features). I supposed as much, but better ask than break. Thanks. Juanma