[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Keeping an ELPA checkout
From: |
Chong Yidong |
Subject: |
Re: Keeping an ELPA checkout |
Date: |
Fri, 25 Mar 2011 17:06:38 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Ted Zlatanov <address@hidden> writes:
> But ELPA packages are... packages! Everything in emacs/lisp is source
> code, meant to work as you describe. Some ELPA packages happen to be
> single-file libraries but you are trying to skip the installation and
> activation steps which track dependencies, byte-compile, and adjust the
> load path.
Currently, we only have a script for deploying the elpa branch to an
archive, i.e. to a place from which the packages can be installed.
With a bit more work, we could add another script (or a Makefile rule)
for *installing* all the packages in the archive to a given location (or
even in place). By pointing `package-directory-list' to that directory,
one would have all the packages in the archive installed in one step.
This is probably what Stefan has in mind.
- Keeping an ELPA checkout, Stefan Monnier, 2011/03/24
- Re: Keeping an ELPA checkout, Reiner Steib, 2011/03/25
- Re: Keeping an ELPA checkout, Ted Zlatanov, 2011/03/25
- Re: Keeping an ELPA checkout, Stefan Monnier, 2011/03/25
- Re: Keeping an ELPA checkout, Ted Zlatanov, 2011/03/25
- Re: Keeping an ELPA checkout, Stefan Monnier, 2011/03/25
- Re: Keeping an ELPA checkout, Ted Zlatanov, 2011/03/28
- Re: Keeping an ELPA checkout, Stefan Monnier, 2011/03/28
- Re: Keeping an ELPA checkout, Ted Zlatanov, 2011/03/29
- Re: Keeping an ELPA checkout, Stefan Monnier, 2011/03/29
- Re: Keeping an ELPA checkout, Ted Zlatanov, 2011/03/30