From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: feature/integrated-elpa 4f6df43 15/23: README added Date: Sat, 15 Oct 2016 17:33:12 +0300 Message-ID: <83mvi51y3b.fsf@gnu.org> References: <20160916203414.25203.87032@vcs.savannah.gnu.org> <8360p3i2gt.fsf@gnu.org> <86a8efqf9p.fsf@realize.ch> <8337k7hysd.fsf@gnu.org> <8660p3qd99.fsf@realize.ch> <831szrhwsr.fsf@gnu.org> <8760p12qzw.fsf@russet.org.uk> <83vax0en1u.fsf@gnu.org> <87pon5ek3q.fsf@russet.org.uk> <87twcgttjf.fsf@russet.org.uk> <86a8e7symk.fsf@realize.ch> <8737jzl4u9.fsf@russet.org.uk> <8337jz8dg8.fsf@gnu.org> <83insv3tnl.fsf@gnu.org> <83d1j33qgg.fsf@gnu.org> <87wph96cto.fsf@russet.org.uk> <831szh3iq4.fsf@gnu.org> <87mvi5spl9.fsf@Rainer.invalid> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1476542064 32008 195.159.176.226 (15 Oct 2016 14:34:24 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 15 Oct 2016 14:34:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Achim Gratz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 15 16:34:20 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bvQ2C-0005Mk-Qb for ged-emacs-devel@m.gmane.org; Sat, 15 Oct 2016 16:34:00 +0200 Original-Received: from localhost ([::1]:52167 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvQ2B-0000Bg-Ld for ged-emacs-devel@m.gmane.org; Sat, 15 Oct 2016 10:33:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvQ1X-0000AU-TH for emacs-devel@gnu.org; Sat, 15 Oct 2016 10:33:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvQ1U-0003YJ-O3 for emacs-devel@gnu.org; Sat, 15 Oct 2016 10:33:19 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvQ1U-0003Xb-Ld; Sat, 15 Oct 2016 10:33:16 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4639 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bvQ1T-0006oy-Ea; Sat, 15 Oct 2016 10:33:15 -0400 In-reply-to: <87mvi5spl9.fsf@Rainer.invalid> (message from Achim Gratz on Sat, 15 Oct 2016 15:34:42 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:208290 Archived-At: > From: Achim Gratz > Date: Sat, 15 Oct 2016 15:34:42 +0200 > > >> Except that it doesn't. Try this. Take Emacs 24.3, M-x package-install > >> org. Now do, M-x load-library org-html. As you might expect org-html is > >> duly loaded. > > > > How is this relevant to the issue at hand, though? If you want to > > solve this problem, all you need to is place all the ELPA directories > > in load-path ahead of the standard ones, that's all. > > How do you suppose the autoload for the no longer existing org-html will > be excised from the autoloads file in the old Emacs? Once again, how is this relevant to the directory structure of Lisp files? Can a particular structure solve this problem, where other structures don't?