From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: Smooth transition for modules Date: Tue, 08 May 2018 14:28:40 +0100 Message-ID: <87sh72s2d3.fsf@gmail.com> References: <87lgd671k7.fsf@bzg.fr> <87o9i2p9qq.fsf@nicolasgoaziou.fr> <87k1sq6znz.fsf@bzg.fr> <871seyp6fr.fsf@nicolasgoaziou.fr> <874lju6tap.fsf@bzg.fr> <87bme1y7ft.fsf@gmail.com> <87h8nrbclk.fsf@gmail.com> <87lgd2whh9.fsf@gmx.us> <87sh7a9e33.fsf@gmail.com> <871semhcau.fsf_-_@gnu.org> <87vabysdks.fsf@gmail.com> <877eoev5rw.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fG2fh-0000gj-2w for emacs-orgmode@gnu.org; Tue, 08 May 2018 09:28:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fG2fg-00008Y-8w for emacs-orgmode@gnu.org; Tue, 08 May 2018 09:28:49 -0400 In-Reply-To: <877eoev5rw.fsf@gnu.org> 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: Bastien Cc: emacs-orgmode@gnu.org, Rasmus Pank Roulund Hi Bastien, 2018ko maiatzak 8an, Bastien-ek idatzi zuen: [...] > > You mean: instead of simply requiring other packages from a package, > add a new Suggest: header for packages suggestions? Everything you described sounds like a wonderful idea. What I had in mind was much simpler. It (I think) does not require adding any new features to package.el. The best way I can explain it is with the following pseudocode, which I envision would be run when org is loaded: (defcustom asked-already-p nil "docstring") (unless asked-already-p (when (and (not (package-installed-p "org-tempo")) (y-or-n-p "Do you like Well, I think that even experienced users would enjoy discovering new > packages when suggested by the packages they use Agreed. My only concern was that users installing from git might not have the right settings of package-archives etc to make the package-install call above work correctly. Maybe I was being pessimistic about that, though. -- Aaron Ecay