unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Tom Tromey <tromey@redhat.com>
To: help-gnu-emacs@gnu.org
Subject: ELPA: package system for Emacs
Date: 06 Apr 2007 12:52:23 -0600	[thread overview]
Message-ID: <m3wt0ppc7s.fsf@localhost.localdomain> (raw)

Lately I've been working on package.el, a simple packaging system for
Emacs.  It is work pretty well now, well enough that I'm looking
around for packages to upload.

I started going through ELL and the history of gnu-emacs-sources
(thanks gmane!), looking for lisp to upload.  But I quickly realized,
this does not scale very well... both of these sources have outdated
code, ELL has some stale links, etc.

So, I am asking for package developers to mail me their Emacs Lisp
packages.

For a package that consists of a single self-contained file, it must:

* Strictly adhere to the Emacs Lisp comment guidelines.
  package.el is pedantic about these.  In particular I've seen many
  packages whose first or last line is not properly formatted.

* Define a Version field in the header comments that is purely "dotted
  numeric".  If you really want to use $Id$ or something here, then
  add a Package-Version field that is purely numeric.

* Properly use ";;;###autoload" comments (for best results anyhow).

For larger packages, please email me first so we can discuss the
situation... you will need to add a file.

If you want to learn more about ELPA, or want to try out package.el,
look here:

    http://tromey.com/elpa/

thanks,
Tom

                 reply	other threads:[~2007-04-06 18:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m3wt0ppc7s.fsf@localhost.localdomain \
    --to=tromey@redhat.com \
    --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).