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:20:58 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1275646906 12064 80.91.229.12 (4 Jun 2010 10:21:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Jun 2010 10:21:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kevin Rodgers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 04 12:21:45 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 1OKU20-0007Aa-Ke for ged-emacs-devel@m.gmane.org; Fri, 04 Jun 2010 12:21:40 +0200 Original-Received: from localhost ([127.0.0.1]:33430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKU1z-0003Q0-H1 for ged-emacs-devel@m.gmane.org; Fri, 04 Jun 2010 06:21:39 -0400 Original-Received: from [140.186.70.92] (port=44983 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKU1g-0003Nl-Rc for emacs-devel@gnu.org; Fri, 04 Jun 2010 06:21:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKU1f-0007rS-LD for emacs-devel@gnu.org; Fri, 04 Jun 2010 06:21:20 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:64571) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKU1f-0007rF-Ek for emacs-devel@gnu.org; Fri, 04 Jun 2010 06:21:19 -0400 Original-Received: by bwz1 with SMTP id 1so394510bwz.0 for ; Fri, 04 Jun 2010 03:21:18 -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; bh=GDufdUN5h+0o2gZJzrJ7yxTNHSu+nVrlWH6zJAyzU7M=; b=GQeYVowU21K9oE8Bje0iTKl6mtbUKondDb75WvzKqysQPHVY+r71WUgrbdq/tzRBMl 8dsH/xTFI/O4BiTNbsChooHKa+q4vrrRSKM12YPzmMe1nGV7mqL2kBX0DVvUjjd72FPn 2PWqlOYvOcYzj2JwYExn+WgyZ6thXSffQKFYQ= 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; b=W3BaEiSFAqTWpZfK8yLiua9z3IfgSnZKFLSTmM/mHS1zSHev6wgZ3cqMLSjM9e1wWE porqdOKYgIq0cFb+mishCoNVi8kJGp67L2ibZN+twRVNj0aDsNmi+xI/Vlt9lULhx6D8 rjRdggVMEYp9DGIcIirkhKVvBSU+b9JYZkunQ= Original-Received: by 10.204.79.220 with SMTP id q28mr3801104bkk.85.1275646878112; Fri, 04 Jun 2010 03:21:18 -0700 (PDT) Original-Received: by 10.204.32.18 with HTTP; Fri, 4 Jun 2010 03:20:58 -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:125500 Archived-At: On Fri, Jun 4, 2010 at 05:00, Kevin Rodgers wrote: > Does Emacs still support files with backslash in their name on non-DOS/ > Windows platforms with your patch? > > (By support, I mean visit files via find-file and dired.) I don't expect my patch to affect non-DOS_NT platforms, but if it does, then that'd be bugs (on non-DOS_NT code) that would have to be addressed when found. Juanma