From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: Can list-packages be set up to show latest github emacs packages? Date: Wed, 08 Nov 2017 08:20:28 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87bmkc9aar.fsf@lifelogs.com> References: <3f62e436-87d6-485e-aea8-7e403a9db901@googlegroups.com> <87h8u78kxi.fsf@lifelogs.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1510147533 17109 195.159.176.226 (8 Nov 2017 13:25:33 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 8 Nov 2017 13:25:33 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 08 14:25:27 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eCQM7-00044X-AC for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Nov 2017 14:25:23 +0100 Original-Received: from localhost ([::1]:59642 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCQME-0002YF-Al for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Nov 2017 08:25:30 -0500 Original-Path: usenet.stanford.edu!goblin3!goblin1!goblin.stu.neva.ru!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-X-Trace: news.albasani.net gf8TTFSMr7VtiN/SIbCJ1YJvkKgeMTQomEn7ldSO/JroygwxJeNTxyrjyXXp6ZUUzGxB6SLMrt/IIiDygmbGmQ== Original-NNTP-Posting-Date: Wed, 8 Nov 2017 13:20:28 +0000 (UTC) Original-Injection-Info: news.albasani.net; logging-data="rfnPHNm6lnK/jmdTeEcmn+Mzu26honxPR0pPHEBUwJ6vWTwh8Fst/lziinivK8W4sCTD4x2EYx1cz6RFcOfLv1Q7WrV/w9mPrY6Zkh3D+oWZcMviDgZt1LB6CJdCKWW2"; mail-complaints-to="abuse@albasani.net" X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:zH0E6GxMGju8szeWgrJImDd+mCw= sha1:DFgvgdTPSzB8u0UQTMpVJZ4+CSI= Original-Xref: usenet.stanford.edu gnu.emacs.help:220701 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:114810 Archived-At: On Mon, 6 Nov 2017 13:42:43 -0800 (PST) Deric Bytes wrote: DB> I would like list-packages to work with packages from git repositories ... DB> 2. A list of known useful git sources is maintained within emacs. DB> (setq available-git-packages '((package1 . get-recipe1) DB> (package2 . get-recipe2)) DB> 3. Then M-x list-packages works like it normally does. DB> when install is run it calls something like el-get with associated recipe. Oh. So you want el-get but those get-recipes to be maintained for you. I would talk to the el-get maintainers. Ted