From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 4d3a595: `load-path' should contain only directory names Date: Mon, 26 Oct 2015 20:33:10 +0200 Message-ID: <83oaflbhuh.fsf@gnu.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> <86si4x8qgn.fsf@stephe-leake.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1445884397 16003 80.91.229.3 (26 Oct 2015 18:33:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Oct 2015 18:33:17 +0000 (UTC) Cc: monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 26 19:33:08 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 1ZqmZv-0003JP-9j for ged-emacs-devel@m.gmane.org; Mon, 26 Oct 2015 19:33:07 +0100 Original-Received: from localhost ([::1]:54565 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqmZu-0001t6-NO for ged-emacs-devel@m.gmane.org; Mon, 26 Oct 2015 14:33:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqmZr-0001sn-9O for emacs-devel@gnu.org; Mon, 26 Oct 2015 14:33:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqmZo-0006mN-1Q for emacs-devel@gnu.org; Mon, 26 Oct 2015 14:33:03 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:56301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqmZn-0006mJ-Qf for emacs-devel@gnu.org; Mon, 26 Oct 2015 14:32:59 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NWU00500BEFQB00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Mon, 26 Oct 2015 20:32:58 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NWU005EJBIYPC10@a-mtaout23.012.net.il>; Mon, 26 Oct 2015 20:32:58 +0200 (IST) In-reply-to: <86si4x8qgn.fsf@stephe-leake.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 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:192675 Archived-At: > From: Stephen Leake > Cc: monnier@IRO.UMontreal.CA, emacs-devel@gnu.org > Date: Mon, 26 Oct 2015 12:55:20 -0500 > > 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 No, I'd rather we kept that and added the new one. In general, it's normally a good idea to have "permuted" index entries, because you cannot know in advance how people will think about a certain subject and what will they type at the `i's prompt. > Hmm. I guess it would not hurt to keep both index entries? Yes, please.