From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: Removing (most of) directory-sep-char Date: Thu, 03 Jun 2010 21:00:38 -0600 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1275620458 3634 80.91.229.12 (4 Jun 2010 03:00:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Jun 2010 03:00:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 04 05:00:57 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 1OKN9U-0007mk-V2 for ged-emacs-devel@m.gmane.org; Fri, 04 Jun 2010 05:00:57 +0200 Original-Received: from localhost ([127.0.0.1]:55219 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKN9U-0008QL-Ca for ged-emacs-devel@m.gmane.org; Thu, 03 Jun 2010 23:00:56 -0400 Original-Received: from [140.186.70.92] (port=36696 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKN9N-0008OI-FQ for emacs-devel@gnu.org; Thu, 03 Jun 2010 23:00:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKN9M-0001Rw-DF for emacs-devel@gnu.org; Thu, 03 Jun 2010 23:00:49 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:37529) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKN9M-0001Rr-7t for emacs-devel@gnu.org; Thu, 03 Jun 2010 23:00:48 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OKN9J-0007ha-M0 for emacs-devel@gnu.org; Fri, 04 Jun 2010 05:00:45 +0200 Original-Received: from c-71-237-24-138.hsd1.co.comcast.net ([71.237.24.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Jun 2010 05:00:45 +0200 Original-Received: from kevin.d.rodgers by c-71-237-24-138.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Jun 2010 05:00:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-71-237-24-138.hsd1.co.comcast.net User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:125493 Archived-At: Juanma Barranquero wrote: > The following patch moves `directory-sep-char' from C to lisp, and > removes all references to it from C code, in effect turning the var > into a noop. 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.) Thanks, -- Kevin Rodgers Denver, Colorado, USA