From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Jean-Christophe Helary Newsgroups: gmane.emacs.orgmode,gmane.emacs.devel Subject: Re: org 9.2.6 and org 9.1.9 Date: Wed, 27 Nov 2019 14:43:42 +0900 Message-ID: <8325B7BB-3213-4C8D-9925-E6621695918D@traduction-libre.org> 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 (Mac OS X Mail 13.0 \(3601.0.10\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="99215"; mail-complaints-to="usenet@blaine.gmane.org" To: emacs-orgmode@gnu.org, Emacs developers Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Wed Nov 27 06:44:35 2019 Return-path: Envelope-to: geo-emacs-orgmode@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iZq7u-000PgC-Qi for geo-emacs-orgmode@m.gmane.org; Wed, 27 Nov 2019 06:44:34 +0100 Original-Received: from localhost ([::1]:33182 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZq7t-0004LI-LV for geo-emacs-orgmode@m.gmane.org; Wed, 27 Nov 2019 00:44:33 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41909) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZq7G-0004JF-1g for emacs-orgmode@gnu.org; Wed, 27 Nov 2019 00:43:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZq7E-00010y-4w for emacs-orgmode@gnu.org; Wed, 27 Nov 2019 00:43:52 -0500 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:35965) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iZq7B-0000tD-K8; Wed, 27 Nov 2019 00:43:49 -0500 X-Originating-IP: 210.160.37.44 Original-Received: from [10.254.2.145] (unknown [210.160.37.44]) (Authenticated sender: jean.christophe.helary@traduction-libre.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id ED063240007; Wed, 27 Nov 2019 05:43:45 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.3601.0.10) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.193 X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list 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 Original-Sender: "Emacs-orgmode" Xref: news.gmane.org gmane.emacs.orgmode:126143 gmane.emacs.devel:242764 Archived-At: Thank you Stefan. I'll try to reproduce the issue and then I'll report. Jean-Christophe > On Nov 27, 2019, at 12:24, Stefan Monnier = wrote: >=20 >> 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. >>=20 >> 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. >=20 > 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. >=20 > Any misbehavior that results from this should be reported as a bug > (especially if it can be reproduced). >=20 >=20 > Stefan