emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: APL mode


From: Stefan Monnier
Subject: Re: APL mode
Date: Mon, 21 Oct 2013 09:03:24 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> Why don't you guys add a packages/apl-mode directory to the `elpa'
>> branch, and work there?
> Was trying to read up on this to figure out what it entails.

git clone git://bzr.sv.gnu.org/emacs/elpa.git
cd elpa/packages
mkdir apl-mode
...

> There's not  too much stuff (I can find) regarding this and most that
> I can get is 'from-the-outside' view -- different package lists,
> managers etc

`elpa' is a Git branch where we keep the source code of the packages
distributed via GNU ELPA.  GNU ELPA is auto-built from that branch.

So the main thing you need to know is that this `apl-mode' would then be
distributed via GNU ELPA and that new packages would be released
whenever you bump the "Version:" header.
There's also the fact that these file should follow some coding
conventions (mostly, the apl-mode.el file in there should have the
usual ";;; apl-mode.el --- <description>" first line, and it needs to
have a "Version:" header).


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]