From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: Quick installation of Emacs modules?
Date: Tue, 15 May 2012 22:49:42 -0400 [thread overview]
Message-ID: <jwvfwb0zvu0.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: jourbo$k6a$1@reader1.panix.com
> Okay, as of now it looks like one cannot add any other repos; the
> doc says:
> ;; This code supports a single package repository, ELPA.
Not sure what definition of "now" you're using, but the above sentence
is not in Emacs-24's code, instead we have:
(defcustom package-archives '(("gnu" . "http://elpa.gnu.org/packages/"))
"An alist of archives from which to fetch.
The default value points to the GNU Emacs package repository.
Each element has the form (ID . LOCATION).
ID is an archive name, as a string.
LOCATION specifies the base location for the archive.
If it starts with \"http:\", it is treated as a HTTP URL;
otherwise it should be an absolute directory name.
(Other types of URL are currently not supported.)
Only add locations that you trust, since fetching and installing
a package can run arbitrary code."
:type '(alist :key-type (string :tag "Archive name")
:value-type (string :tag "URL or directory name"))
:risky t
:group 'package
:version "24.1")
> The version of package.el available at Marmalade supports the use of
> multiple repositories. Marmalade also has a lot more packages in it
I hope any improvement they might have made was contributed back to
Emacs, so we don't fork that code unnecessarily.
Stefan
next prev parent reply other threads:[~2012-05-16 2:49 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-15 21:25 Quick installation of Emacs modules? kj
2012-05-15 22:28 ` Jason Earl
2012-05-16 0:11 ` kj
2012-05-16 1:20 ` Duncan Oag
2012-05-16 1:38 ` Jason Earl
2012-05-16 2:49 ` Stefan Monnier [this message]
2012-05-16 3:34 ` Duncan Oag
2012-05-18 20:08 ` kj
2012-05-20 15:30 ` Stefan Monnier
2012-05-22 18:57 ` kj
2012-05-22 19:11 ` Mark Skilbeck
2012-05-23 1:00 ` 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=jwvfwb0zvu0.fsf-monnier+gnu.emacs.help@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=help-gnu-emacs@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.
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).