From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: documentation on how to add packages to ELPA? Date: Sun, 22 Dec 2013 08:01:48 +0800 Message-ID: References: <85wqixx0n4.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1387670509 23815 80.91.229.3 (22 Dec 2013 00:01:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Dec 2013 00:01:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 22 01:01:57 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VuWUV-0004eO-6M for ged-emacs-devel@m.gmane.org; Sun, 22 Dec 2013 01:01:55 +0100 Original-Received: from localhost ([::1]:56058 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuWUU-0001MS-Ha for ged-emacs-devel@m.gmane.org; Sat, 21 Dec 2013 19:01:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuWUQ-0001MF-OR for emacs-devel@gnu.org; Sat, 21 Dec 2013 19:01:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VuWUP-0004wE-Tf for emacs-devel@gnu.org; Sat, 21 Dec 2013 19:01:50 -0500 Original-Received: from mail-ie0-x22f.google.com ([2607:f8b0:4001:c03::22f]:59455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuWUP-0004w8-Oc for emacs-devel@gnu.org; Sat, 21 Dec 2013 19:01:49 -0500 Original-Received: by mail-ie0-f175.google.com with SMTP id x13so4700044ief.34 for ; Sat, 21 Dec 2013 16:01:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=bMNAVjA7agvuOw/gqoAC+IJv0kUcWSD38v4uSG4y6eU=; b=OQ1/enP+LL3dACHa4iZfL4ixcB4PGgM5tSU8O/nyCOF6vdeP/ZiPtbSEaOufkIpflA ULbReOMmE8zSy1z+EqxF/BFABOJ+lHc2zgWW13mM5O2NDnGuC6Aed6Vs7llcMVoHdQAP qdHzexZBRsAFAdl+sQpxceh3EyiwuaO8+kF89YTFayUHyz5thwMbG7ZHbE8LSFqsom3e JnySlCmAzIeQQt1wWuswuEZR/TEFurKMw8Wsqy9nJ7a5s18xbMGloueBY/2ERKoHT8N+ M1GH29ZGezBDj1IhUlM+UuU4/RIwOGYhuzHEtkXmOo5rt5tUG0SFcdpsQKc4i9nTtn03 xKYg== X-Received: by 10.50.234.162 with SMTP id uf2mr14767494igc.48.1387670509026; Sat, 21 Dec 2013 16:01:49 -0800 (PST) Original-Received: by 10.42.119.18 with HTTP; Sat, 21 Dec 2013 16:01:48 -0800 (PST) In-Reply-To: <85wqixx0n4.fsf@stephe-leake.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22f X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166714 Archived-At: On Sun, Dec 22, 2013 at 7:08 AM, Stephen Leake wrote: > Is there any documentation on how to add packages to ELPA? In (info "(elisp) Multi-file Packages"): If the content directory contains a file named =E2=80=98dir=E2=80=99, thi= s is assumed to be an Info directory file made with =E2=80=98install-info=E2=80=99. *= Note Invoking install-info: (texinfo)Invoking install-info. The relevant Info files should also be present in the content directory. In this case, Emacs will automatically add the content directory to =E2=80=98Info-directory-l= ist=E2=80=99 when the package is activated. In README of the `elpa' branch: ** To add a package: [...] *** Add a multi-file package as a directory, packages/NAME. *** Commit your changes the usual way ("git add", "git commit", etc). AIUI you don't need to create the tar file. --=20 http://www.gnu.org/software/emacs/