From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Monnier Subject: Re: org 9.2.6 and org 9.1.9 Date: Tue, 26 Nov 2019 22:24:29 -0500 Message-ID: References: <7D2A3D8D-CB71-4B0D-8839-9633BD9F9C4B@traduction-libre.org> <874kyqcuup.fsf@alphaville.usersys.redhat.com> <68782497-408D-4E97-8CA0-72B41882FB13@traduction-libre.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57178) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZnwU-0000vf-CR for emacs-orgmode@gnu.org; Tue, 26 Nov 2019 22:24:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZnwT-0003Ei-B4 for emacs-orgmode@gnu.org; Tue, 26 Nov 2019 22:24:38 -0500 In-Reply-To: <68782497-408D-4E97-8CA0-72B41882FB13@traduction-libre.org> (Jean-Christophe Helary's message of "Wed, 27 Nov 2019 08:14:20 +0900") 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" To: Jean-Christophe Helary Cc: emacs-orgmode@gnu.org, Emacs developers > What should happen is that > 1) packages.el should see that I'm trying to install a package that requires > 9.2.6 as a dependency and it should notify me that 9.1.9 is already > installed and do I really want to do that, etc. > > 2) *or* just consider that it's better for me to use 9.2.6 instead of > whatever comes with emacs and make sure that the older package is forgotten > by emacs. I think 2 is the right option. package.el was designed such that you can have various versions of a given package installed. Only one of the can be activated at any given time, because Emacs Lisp doesn't provide any way to do better, but having both Org-9.1.9 and Org-9.2.6 installed should be a perfectly normal situation. Any misbehavior that results from this should be reported as a bug (especially if it can be reproduced). Stefan