From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Davis Herring Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 4d3a595: `load-path' should contain only directory names Date: Wed, 28 Oct 2015 09:49:57 -0600 Organization: XCP-1 Message-ID: <5630EEA5.6060002@lanl.gov> References: <20151023135532.11512.53356@vcs.savannah.gnu.org> <83mvv8wejc.fsf@gnu.org> <86bnboeymw.fsf@stephe-leake.org> <83wpuadc9k.fsf@gnu.org> <86d1w1ahsy.fsf@stephe-leake.org> <562E2A8A.1030601@yandex.ru> <83wpu9bns4.fsf@gnu.org> <86fv0x8kl6.fsf@stephe-leake.org> <83d1w0416d.fsf@gnu.org> <8337ww3ypz.fsf@gnu.org> <87a8r3v42k.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1446047612 23568 80.91.229.3 (28 Oct 2015 15:53:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Oct 2015 15:53:32 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org, stephen_leake@stephe-leake.org, Stefan Monnier , dgutov@yandex.ru To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 28 16:53:23 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZrT2L-0003iL-7k for ged-emacs-devel@m.gmane.org; Wed, 28 Oct 2015 16:53:17 +0100 Original-Received: from localhost ([::1]:39029 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrT2K-0004E4-O7 for ged-emacs-devel@m.gmane.org; Wed, 28 Oct 2015 11:53:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrSzC-0000qS-UR for emacs-devel@gnu.org; Wed, 28 Oct 2015 11:50:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrSz9-0000SR-N9 for emacs-devel@gnu.org; Wed, 28 Oct 2015 11:50:02 -0400 Original-Received: from proofpoint4.lanl.gov ([2001:400:4210:400::a4]:44581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrSz9-0000S4-FL for emacs-devel@gnu.org; Wed, 28 Oct 2015 11:49:59 -0400 Original-Received: from mailrelay2.lanl.gov (mailrelay2.lanl.gov [128.165.4.103]) by mailgate4.lanl.gov (8.15.0.59/8.15.0.59) with ESMTP id t9SFnvDi019103; Wed, 28 Oct 2015 09:49:57 -0600 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mailrelay2.lanl.gov (Postfix) with ESMTP id 58D88EC873C; Wed, 28 Oct 2015 09:49:57 -0600 (MDT) X-NIE-2-Virus-Scanner: amavisd-new at mailrelay2.lanl.gov Original-Received: from [128.165.123.233] (xray-r09.lanl.gov [128.165.123.233]) by mailrelay2.lanl.gov (Postfix) with ESMTP id 3F375EC8733; Wed, 28 Oct 2015 09:49:57 -0600 (MDT) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110717 Lanikai/3.1.11 In-Reply-To: <87a8r3v42k.fsf@fencepost.gnu.org> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.15.21, 1.0.33, 0.0.0000 definitions=2015-10-28_12:2015-10-28, 2015-10-28, 1970-01-01 signatures=0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:400:4210:400::a4 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:192799 Archived-At: > I don't know how much the respective file system semantics can be > considered gone these days. Do we have native ports? Does it make a > difference for ange-ftp and/or Tramp? There is a distinction that remains even for POSIX: if /a/b is a symlink to a directory, /a/b/ refers to the directory. But this only matters in a few cases like lstat(2), since of course most things will treat /a/b as the target anyway. Davis -- This product is sold by volume, not by mass. If it appears too dense or too sparse, it is because mass-energy conversion has occurred during shipping.