From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 4d3a595: `load-path' should contain only directory names Date: Tue, 27 Oct 2015 20:31:56 -0500 Message-ID: <861tcf93sj.fsf@stephe-leake.org> 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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1445995970 21858 80.91.229.3 (28 Oct 2015 01:32:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Oct 2015 01:32:50 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org, Dmitry Gutov To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 28 02:32:38 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 1ZrFbQ-00044m-21 for ged-emacs-devel@m.gmane.org; Wed, 28 Oct 2015 02:32:36 +0100 Original-Received: from localhost ([::1]:35132 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrFbP-0007JH-7B for ged-emacs-devel@m.gmane.org; Tue, 27 Oct 2015 21:32:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrFbL-0007H9-6t for emacs-devel@gnu.org; Tue, 27 Oct 2015 21:32:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrFbG-0004iB-Jq for emacs-devel@gnu.org; Tue, 27 Oct 2015 21:32:31 -0400 Original-Received: from gproxy1-pub.mail.unifiedlayer.com ([69.89.25.95]:56292) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZrFbG-0004hi-Db for emacs-devel@gnu.org; Tue, 27 Oct 2015 21:32:26 -0400 Original-Received: (qmail 14442 invoked by uid 0); 28 Oct 2015 01:32:18 -0000 Original-Received: from unknown (HELO CMOut01) (10.0.90.82) by gproxy1.mail.unifiedlayer.com with SMTP; 28 Oct 2015 01:32:18 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by CMOut01 with id aRY91r00Q2UdiVW01RYCFs; Tue, 27 Oct 2015 19:32:17 -0600 X-Authority-Analysis: v=2.1 cv=VOBOwb/X c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=9i_RQKNPAAAA:8 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=5lJygRwiOn0A:10 a=u0TkEAL1aSDertdChIUA:9 Original-Received: from [76.218.37.33] (port=58695 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZrFb0-0005Oo-C8; Tue, 27 Oct 2015 19:32:10 -0600 In-Reply-To: (Stefan Monnier's message of "Tue, 27 Oct 2015 09:59:43 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.89.25.95 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:192766 Archived-At: Stefan Monnier writes: >> We are changing the doc string of load-path, but only because it was >> inconsistent with the actual implementation in core. It is now consistent. > > No, it was not inconsistent. "directory name" is used all over the > place to mean "with or without trailing slash, it doesn't matter", so > the original doc-string was fine. In that case, the info section Directory Names should be changed to say that. -- -- Stephe