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, 23 Nov 2015 18:26:17 +0200 Message-ID: <83bnak1y3a.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> <562E2A8A.1030601@yandex.ru> <83wpu9bns4.fsf@gnu.org> <86fv0x8kl6.fsf@stephe-leake.org> <83d1w0416d.fsf@gnu.org> <8337ww3ypz.fsf@gnu.org> <83vb9r2ddg.fsf@gnu.org> <83pozz2aup.fsf@gnu.org> <83h9la3k3k.fsf@gnu.org> <87610sdcqe.fsf@ulb.ac.be> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1448296010 8416 80.91.229.3 (23 Nov 2015 16:26:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2015 16:26:50 +0000 (UTC) Cc: emacs-devel@gnu.org, stephen_leake@stephe-leake.org, monnier@IRO.UMontreal.CA, dgutov@yandex.ru To: Nicolas Richard Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 23 17:26:40 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 1a0twk-000697-RT for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2015 17:26:30 +0100 Original-Received: from localhost ([::1]:33238 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0twl-00070m-HV for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2015 11:26:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0twh-0006za-Ow for emacs-devel@gnu.org; Mon, 23 Nov 2015 11:26:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0twd-0001eR-8H for emacs-devel@gnu.org; Mon, 23 Nov 2015 11:26:27 -0500 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:53085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0twc-0001dZ-VA for emacs-devel@gnu.org; Mon, 23 Nov 2015 11:26:23 -0500 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NYA00B0003RYJ00@mtaout25.012.net.il> for emacs-devel@gnu.org; Mon, 23 Nov 2015 18:23:41 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NYA007YN07G4W40@mtaout25.012.net.il>; Mon, 23 Nov 2015 18:23:41 +0200 (IST) In-reply-to: <87610sdcqe.fsf@ulb.ac.be> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.181 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:195117 Archived-At: > From: Nicolas Richard > Cc: Stefan Monnier , dgutov@yandex.ru, stephen_leake@stephe-leake.org, emacs-devel@gnu.org > Date: Mon, 23 Nov 2015 15:14:33 +0100 > > Eli Zaretskii writes: > > (But they should use (concat d "/" toto), of course.) > > (info "(elisp) Directory Names") has: > > --8<---------------cut here---------------start------------->8--- > Don't try concatenating a slash by hand, as in That's a recommendation some people resent.