From: Ted Zlatanov <tzz@lifelogs.com>
To: emacs-devel@gnu.org
Subject: Re: Keeping an ELPA checkout
Date: Fri, 25 Mar 2011 15:53:59 -0500 [thread overview]
Message-ID: <87fwqaudjs.fsf@lifelogs.com> (raw)
In-Reply-To: jwv4o6rt26v.fsf-monnier+emacs@gnu.org
On Fri, 25 Mar 2011 15:52:02 -0400 Stefan Monnier <monnier@iro.umontreal.ca> wrote:
SM> I've been trying to use a checkout of ELPA with my "always run in-place"
SM> development of Emacs, and I see some difficulties:
SM> I want to just do "bzr update; make" and have all the ELPA packages
SM> be updated, byte-compiled, ready for use, and ready for edit
SM> (i.e. C-h f gives me a link to the file under Bzr). As is the case
SM> for all the files in emacs/lisp.
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. At least I don't think that's how it is supposed to work in
Tom Tromey's design.
I think these package.el features may be useful:
revno: 103553
committer: Chong Yidong <cyd@stupidchicken.com>
message:
Allow specifying local ELPA mirrors in package-archives.
revno: 103229
author: Phil Hagelberg <phil@hagelb.org>
committer: Chong Yidong <cyd@stupidchicken.com>
message:
Allow packages to be reinstalled.
Which I think are so people can install ELPA locally, edit things
locally, and reinstall the package when ready. Does that help? It can
probably be automated to be part of a "make local-activate-all" process.
Or do you just want to use the ELPA packages without the ELPA wrappings?
Ted
next prev parent reply other threads:[~2011-03-25 20:53 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-24 22:21 Keeping an ELPA checkout Stefan Monnier
2011-03-25 8:19 ` Reiner Steib
2011-03-25 21:09 ` Stefan Monnier
2011-03-25 14:46 ` Ted Zlatanov
2011-03-25 19:52 ` Stefan Monnier
2011-03-25 20:53 ` Ted Zlatanov [this message]
2011-03-25 21:06 ` Chong Yidong
2011-03-25 21:16 ` Ted Zlatanov
2011-03-26 19:31 ` Tom Tromey
2011-03-25 21:12 ` Stefan Monnier
2011-03-25 22:02 ` Ted Zlatanov
2011-03-25 23:20 ` Stefan Monnier
2011-03-28 18:38 ` Ted Zlatanov
2011-03-29 1:16 ` Stefan Monnier
2011-03-29 15:06 ` Ted Zlatanov
2011-03-29 21:16 ` Stefan Monnier
2011-03-30 13:28 ` Ted Zlatanov
2011-03-30 21:29 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fwqaudjs.fsf@lifelogs.com \
--to=tzz@lifelogs.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).