unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Tassilo Horn <tassilo@member.fsf.org>
Cc: Chong Yidong <cyd@stupidchicken.com>, emacs-devel@gnu.org
Subject: Re: ELPA update
Date: Wed, 28 Sep 2011 10:05:30 -0400	[thread overview]
Message-ID: <jwvmxdoaihv.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87bou5rrcw.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Wed, 28 Sep 2011 10:41:35 +0200")

> I second that.  Currently, I don't use GNU's ELPA but have a checkout of
> the emacs elpa branch that I update and "make site" daily, and then I
> add the "elpa/packages/<foo>/" dirs of the packages I'm interested into
> my load-path manually.  That completely defeats the purpose of a package
> manager...

FWIW I use "make site" and then add the following to my .emacs:

   (eval-after-load 'package
     '(add-to-list 'package-directory-list "~/src/emacs/elpa/site"))
   (setq package-load-list '((auctex nil) all))
   (if (fboundp 'package-initialize) (package-initialize))

Whether it defeats the purpose of a package manager, I cannot tell, but
it does let me use the GNU ELPA packages transparently without having to
install them one by one and upgrade them, etc... and it forces me to
test the harmlessness of those packages.

BTW here's a few things about GNU ELPA, some of which are calls for help:
- We need someone to write some script that can split a stream of "elpa
  commit email messages" and dispatch them to the respective
  package maintainers.
  I consider this very important and urgent and would really welcome
  help on this.
- We need to improve the "make site" so that the compile warnings aren't
  drowned with everything else.
- We need to improve the "make archive" so it includes a ChangeLog in
  each package.
- I'd like to push GNU ELPA as a kind of "Savannah for Elisp".
  That means I encourage package maintainers to use elpa's Bzr as their
  official VCS repository.  This currently means that any package
  maintainer needs to be a member of the `emacs' group and gets write
  access not just to his package but also to other packages and to
  Emacs.  I'm not sure how well this is going to scale, but let's
  be optimistic.
- If the `elpa' repository is used for active development, that means it
  may contain packages in "unreleasable state", so we'll want to come up
  with some convention to indicate when a new release is made (and
  "make archive" should obey that).
- I'm a bit concerned about authorship (we keep a pretty close eye on
  it within Emacs, but I don't know/think we can do the same for all
  packages in GNU ELPA since not all patches will have gone through
  emacs-devel), so I'm thinking that the *VC-Log* should not
  just start with "Summary: \n\n" but with "Summary: \nAuthor: \n\n".


        Stefan



  reply	other threads:[~2011-09-28 14:05 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-27 14:25 ELPA update Julien Danjou
2011-09-27 15:53 ` Chong Yidong
2011-09-28  7:48   ` Julien Danjou
2011-09-28  8:41     ` Tassilo Horn
2011-09-28 14:05       ` Stefan Monnier [this message]
2011-09-28 17:30         ` Ted Zlatanov
2011-10-12  4:58           ` Stefan Monnier
2011-09-28 13:52     ` Ted Zlatanov
2011-09-28 14:00       ` Julien Danjou
2011-09-28 17:25         ` Ted Zlatanov
2011-09-28 17:28           ` Julien Danjou
2011-09-28 18:43             ` Ted Zlatanov
2011-09-28 20:58             ` Stefan Monnier
2011-09-28 23:01               ` PJ Weisberg
2011-09-29  1:16                 ` Stephen J. Turnbull
2011-09-29  8:45                   ` Ted Zlatanov
2011-09-29 10:14                     ` Julien Danjou
2011-09-29 12:36                       ` Ted Zlatanov
2011-09-29 14:09                         ` Julien Danjou
2011-09-29 15:08                           ` Ted Zlatanov
2011-09-29 12:26                     ` Stephen J. Turnbull
2011-09-28 14:53       ` Eli Zaretskii
2011-09-29  7:43 ` Jambunathan K
2011-09-29 15:03   ` 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=jwvmxdoaihv.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=tassilo@member.fsf.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).