From: wgreenhouse-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org (W. Greenhouse)
To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org
Subject: Re: Could we organize all Emacs packages with a single repo system?
Date: Fri, 16 Aug 2013 19:36:55 +0000 [thread overview]
Message-ID: <87mwoh1l7s.fsf@motoko.kusanagi> (raw)
In-Reply-To: CAC7GPxbMFpFPOcYLbX1BKJo0yBTGVNx-Rvi-76UrPT2=KTy8AQ@mail.gmail.com
Hi Andrew,
Andrew Pennebaker <apennebaker-1+3+CK3w1TUAvxtiuMwx3w@public.gmane.org> writes:
> Marmalade and MELPA are really cool. I'd love to see their packages merged
> into a single system (Marmalade or MELPA, doesn't matter), to reduce
> confusion.
>
> There are some cool packages only in Marmalade, and some nifty packages
> only in MELPA, so I have to instruct Emacs to check *both* repos in my
> .emacs :P Yuck.
>
> If the repos hold different versions, you could get nasty dependency
> conflicts.
>
> And we could finally build in support for the repo into Emacs, so users
> don't have to manually insert the default repo into .emacs. I think M-x
> install-package xyz should work out of the box, zero configuration required.
>
> Of course, configuration would still be available, should further repos
> spring up, and users want to prioritize them over the default one.
>
> Personally, I'd prefer MELPA for its distributed, git-based approach. But
> it's more important to me that Emacs get a standard package management
> system akin to RubyGems, that runs out of the box with no configuration
> required, to make things easier.
FWIW, the `package-archives' already does come preconfigured with the
official GNU ELPA repositoriy as a default:
$ emacs -q
M-: package-archives RET => (("gnu" . "http://elpa.gnu.org/packages/"))
I think that's fine. I would encourage anyone who's willing to go
through the copyright assignment process to become an Emacs contributor
to put their work in the GNU ELPA (the rules for each are the same).
This is difficult, ethically or practically, for some, which is why we
have the alternate repositories. Marmalade and MELPA represent
different valid ideas about how to package stuff for Emacs; in Marmalade
the developers themselves do the packaging, while in MELPA, packages are
generated programmatically from upstream sources. MELPA thus generally
represents a more "bleeding edge" idea of releasing packages.
A more important issue revealed by what you're saying is the fact that
package.el at present lacks a system for overriding the default behavior
of installing the highest-numbered version of a package (something like
`apt-pinning' in Debian). package.el also lacks support for
cryptographically signed packages/repositories at the moment, which is a
big issue. Both of these issues are being worked on; hopefully people
will also start submitting more of their stuff to GNU ELPA and helping
it grow.
--
Regards,
WGG
next prev parent reply other threads:[~2013-08-16 19:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-16 15:48 Could we organize all Emacs packages with a single repo system? Andrew Pennebaker
2013-08-16 16:44 ` Jude DaShiell
2013-08-16 19:36 ` W. Greenhouse [this message]
2013-08-19 11:07 ` Phillip Lord
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=87mwoh1l7s.fsf@motoko.kusanagi \
--to=wgreenhouse-sgozh3hwpm2stnjn9+bgxg@public.gmane.org \
--cc=help-gnu-emacs-mXXj517/zsQ@public.gmane.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.
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).