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: Mon, 26 Oct 2015 12:55:20 -0500 Message-ID: <86si4x8qgn.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> <83y4epbnx6.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1445882183 11975 80.91.229.3 (26 Oct 2015 17:56:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Oct 2015 17:56:23 +0000 (UTC) Cc: monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 26 18:56:10 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 1Zqm09-0008Tl-Ml for ged-emacs-devel@m.gmane.org; Mon, 26 Oct 2015 18:56:09 +0100 Original-Received: from localhost ([::1]:54391 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqm09-0005C7-37 for ged-emacs-devel@m.gmane.org; Mon, 26 Oct 2015 13:56:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqlzp-0005Ae-SA for emacs-devel@gnu.org; Mon, 26 Oct 2015 13:55:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zqlzk-0006NQ-M4 for emacs-devel@gnu.org; Mon, 26 Oct 2015 13:55:49 -0400 Original-Received: from gproxy10-pub.mail.unifiedlayer.com ([69.89.20.226]:40690) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Zqlzk-0006Mu-8P for emacs-devel@gnu.org; Mon, 26 Oct 2015 13:55:44 -0400 Original-Received: (qmail 12711 invoked by uid 0); 26 Oct 2015 17:55:37 -0000 Original-Received: from unknown (HELO CMOut01) (10.0.90.82) by gproxy10.mail.unifiedlayer.com with SMTP; 26 Oct 2015 17:55:37 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by CMOut01 with id ZtvW1r00o2UdiVW01tvZEy; Mon, 26 Oct 2015 11:55:36 -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=mDV3o1hIAAAA:8 a=QCBWAIHVfKyL4oSvongA:9 Original-Received: from [76.218.37.33] (port=60610 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZqlzX-00008J-9B; Mon, 26 Oct 2015 11:55:31 -0600 In-Reply-To: <83y4epbnx6.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 26 Oct 2015 18:21:57 +0200") 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.20.226 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:192671 Archived-At: Eli Zaretskii writes: > So please add an index entry for "directory file > name", similarly to what we already have for "directory name". I think this just means replacing this current line in files.texi: @cindex file name of directory with: @cindex directory file name Or is there more to do to create an index entry? Hmm. I guess it would not hurt to keep both index entries? -- -- Stephe