From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Ufimtsev Subject: Re: Melpa and Marmalade, can they co-exist well? Date: Mon, 13 Apr 2015 14:56:02 -0400 (EDT) Message-ID: <360052879.12070642.1428951362557.JavaMail.zimbra@redhat.com> References: <842872854.10911171.1428683547708.JavaMail.zimbra@redhat.com> <87zj6frk9n.fsf@newcastle.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhjWi-0006on-QA for emacs-orgmode@gnu.org; Mon, 13 Apr 2015 14:56:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YhjWe-00076t-2d for emacs-orgmode@gnu.org; Mon, 13 Apr 2015 14:56:08 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:46683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhjWd-00076F-SB for emacs-orgmode@gnu.org; Mon, 13 Apr 2015 14:56:04 -0400 In-Reply-To: <87zj6frk9n.fsf@newcastle.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Phillip Lord Cc: Org-mode I see. Thank you for answer. Leo Ufimtsev | Intern Software Engineer @ Eclipse Team ----- Original Message ----- From: "Phillip Lord" To: "Leo Ufimtsev" Cc: "Org-mode" Sent: Friday, April 10, 2015 1:00:20 PM Subject: Re: [O] Melpa and Marmalade, can they co-exist well? Leo Ufimtsev writes: > In post below [*1] there is a comparison between Melpa/Marmalade and other repos. > > I added both to my list: > (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t) > (add-to-list 'package-archives '("marmalade" . "http://marmalade-repo.org/packages/")) > > Now I wonder, I get two sets of packages. Now I wonder what to pick. > - Would melpa generally be newer than Marmalade? Because of the way the version numbers work out, melpa packages will always appear to be newer than marmalade. So where these two overlap, you will always get the melpa version. > - Is it ok to have some packages from melpa and some from marmalade? Yes, in general. > Does anyone have experience having both repos? > > Thank you > > On the side, there is a related post: > http://emacs.stackexchange.com/questions/2969/is-it-possible-to-use-both-melpa-and-melpa-stable-at-the-same-time In more recent versions (24.4) of package.el you can pin particular packages to particular repos. So you could load all your packages from MELPA-stable and just take one from MELPA. "package-pinned-packages" does the work here. In the scenario above, you need to pin ALL of the packages in to melpa-stable except for the one in MELPA. I wish they changed MELPA version numbers to all be very low versions but that's how it is at the moment. Phil