From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mykola Nikishov Newsgroups: gmane.emacs.help Subject: Re: Can list-packages be set up to show latest github emacs packages? Date: Sun, 12 Nov 2017 12:01:23 +0200 Message-ID: <87375j3jf0.fsf@mn.com.ua> References: <3f62e436-87d6-485e-aea8-7e403a9db901@googlegroups.com> <14443856-1c2f-4085-9c55-878f8ae8bc64@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1510503651 31990 195.159.176.226 (12 Nov 2017 16:20:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 12 Nov 2017 16:20:51 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 12 17:20:46 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 1eDuzy-0007rZ-Lo for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Nov 2017 17:20:42 +0100 Original-Received: from localhost ([::1]:50526 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDv06-0005cN-5A for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Nov 2017 11:20:50 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDuzc-0005cH-2N for help-gnu-emacs@gnu.org; Sun, 12 Nov 2017 11:20:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDuzY-0008Ku-SQ for help-gnu-emacs@gnu.org; Sun, 12 Nov 2017 11:20:20 -0500 Original-Received: from [195.159.176.226] (port=37030 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eDuzY-0008KI-LM for help-gnu-emacs@gnu.org; Sun, 12 Nov 2017 11:20:16 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eDuzP-00065z-1N for help-gnu-emacs@gnu.org; Sun, 12 Nov 2017 17:20:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@blaine.gmane.org X-Identity: default Cancel-Lock: sha1:kYnZ0ElsfYL5g0NejfZRoL/7UVY= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 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:114865 Archived-At: Drew Adams writes: > Doesn't `el-get' also have as a feature the ability to pull from > various different kinds of sources, including, say, Emacs Wiki? Yes, it does [1]. For instance, apt-get support allows me to replace package with version from Debian [2] with: (el-get-bundle org-mode :type apt-get :pkgname "elpa-org") [1] https://github.com/dimitri/el-get/tree/master/methods/ [2] https://github.com/manandbytes/.emacs.d/blob/master/.emacs.d/emacs.org#install-platform-dependent-packages -- Mykola https://manandbytes.github.io/