all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Deric Bytes <dericbytes@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Can list-packages be set up to show latest github emacs packages?
Date: Mon, 6 Nov 2017 13:42:43 -0800 (PST)	[thread overview]
Message-ID: <a9fbfceb-fae9-4b25-810d-705bf422d208@googlegroups.com> (raw)
In-Reply-To: <87h8u78kxi.fsf@lifelogs.com>

I would like list-packages to work with packages from git repositories

1. User has to set some new list-packages preferences.

   ;; places to look for sources, ordered by preference
   (setq preference-of-source '(git melpa other1 other2))

   ;; if more than one source, only show one with highest preference
   (setq only-show-one-source t)

   ;; change prefered source for these exceptions - '(package source opts)
   (setq exceptions '((package-x melpa)
                      (package-y nil '((branch . "bleeding edge"))

   (setq default-branch 'master)

2. A list of known useful git sources is maintained within emacs.

   (setq available-git-packages '((package1 . get-recipe1)
                                  (package2 . get-recipe2))

   
3. Then M-x list-packages works like it normally does.
   when install is run it calls something like el-get with associated recipe.

4. a key binding is available to click on package and change recipe.
   i.e. set branch or tag.






  reply	other threads:[~2017-11-06 21:42 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-05 16:44 Can list-packages be set up to show latest github emacs packages? Deric Bytes
2017-11-06 15:51 ` Ted Zlatanov
2017-11-06 21:42   ` Deric Bytes [this message]
2017-11-06 23:21     ` Drew Adams
     [not found]     ` <mailman.3081.1510010496.27995.help-gnu-emacs@gnu.org>
2017-11-06 23:27       ` Deric Bytes
2017-11-07 15:43         ` Kendall Shaw
2017-11-08 13:20     ` Ted Zlatanov
2017-11-08 13:43       ` Stefan Monnier
     [not found]       ` <mailman.3225.1510148724.27995.help-gnu-emacs@gnu.org>
2017-11-09 17:53         ` Ted Zlatanov
2017-11-10 13:46           ` Stefan Monnier
     [not found]           ` <mailman.3412.1510321829.27995.help-gnu-emacs@gnu.org>
2017-11-10 15:47             ` Ted Zlatanov
2017-11-08 19:14 ` Deric Bytes
2017-11-08 19:18 ` Deric Bytes
2017-11-10  1:31 ` Deric Bytes
2017-11-10 13:48   ` Stefan Monnier
2017-11-10 16:34 ` Deric Bytes
2017-11-10 16:59   ` Drew Adams
2017-11-12 10:01     ` Mykola Nikishov
2017-11-12  4:27   ` Ted Zlatanov
2017-11-12  5:48     ` Emanuel Berg
2017-11-10 17:06 ` Deric Bytes
2017-11-10 17:34   ` Drew Adams

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a9fbfceb-fae9-4b25-810d-705bf422d208@googlegroups.com \
    --to=dericbytes@gmail.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.