From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Cross Subject: Re: org mode moves to GNU emacs core Date: Tue, 04 Jul 2017 08:13:50 +1000 Message-ID: <87h8ytxj6p.fsf@gmail.com> References: <87injf1asi.fsf@mat.ucm.es> <87r2xyvv1q.fsf@gnu.org> <87d19hrkbv.fsf@mat.ucm.es> <87zicl7uuy.fsf@gmail.com> <871spxr48e.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dS9bT-0006OW-RN for emacs-orgmode@gnu.org; Mon, 03 Jul 2017 18:14:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dS9bS-0003AJ-LM for emacs-orgmode@gnu.org; Mon, 03 Jul 2017 18:13:59 -0400 Received: from mail-pg0-x229.google.com ([2607:f8b0:400e:c05::229]:36172) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dS9bS-00039g-Cj for emacs-orgmode@gnu.org; Mon, 03 Jul 2017 18:13:58 -0400 Received: by mail-pg0-x229.google.com with SMTP id u62so100534476pgb.3 for ; Mon, 03 Jul 2017 15:13:58 -0700 (PDT) In-reply-to: <871spxr48e.fsf@mat.ucm.es> 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: Uwe Brauer Cc: emacs-orgmode@gnu.org Uwe Brauer writes: >>>> "qTim" == qTim Cross writes: > > > Just to throw my 2 cents in. > > > 1. Problems with mixed versions. Currently, Emacs has org 8.x included > > in the distribution. This is despite 9.x being out before the release of > > 25.2. Something needs to be done to improve coordination and perhaps if > > it was part of the core, this would be more likely. At any rate, the > > current situation means you need to be very careful to ensure no org > > feature is loaded before the ELPA package is loaded or you will get odd > > behaviour and the symbol's value is void errors. > > > 2. If you just want to load the ELPA version of org (not > > org-plus-contrib) it can be a real pain. You have to play around with > > package lists to ensure you actually get the right one. This can be a > > real hassle if you also use the use-package package as you will often > > get the older version bundled with Emacs if you don't have your package > > lists in the right order. > > > 3. I would really like to see two completely separate packages rather > > than having org and org-plus-contrib. Currently, if you have packages > > which have org as a dependency and you have loaded org-plus-contrib > > rather than just org, you will end up with both. Not a big issue, unless > > your on a slow link as now you will download updates for both org and > > org-plus-contrib. (there is no 'cleverness' with ELPA dependency > > specifications - you cannot specify alternative dependencies). > > But this critics could be applied to any emacs package and therefore to > the package system itself. > Yes. It is a weakness of the package system not org. However, while I have quite a few packages installed, org is the only one where I have two versions installed at once. > > A lot will depend on when org becomes part f core. The trick will be to > > do it once development of org slows down. I've been using org for a long > > time now and have noticed that the rate of new features being added has > > slowed down. Much of the changes now is about improvement and refinement > > of the code base. I would imagine that at some point, things will become > > even more stable with fewer releases. This would be the point at which > > it would make sense to bring into core. > > > The other advantage of being part of core is that updates and changes to > > Emacs will be integrated into org much better. We won't see situations > > where new versions of Emacs require a rush to update org. for the end > > user, this should create a much more stable org environment. > > Well I update GNU emacs every 6 months it is not difficult but needs > considerable longer to compile and install than org mode. > I use to do that - actually, probably even more frequently. I still run from my own build rather than distribution versions because they are even further behind (generally). However, these days, I just run the most recent Emacs release i.e. now 25.2 > > Then of course, there will always be the option to run org straight from > > the git repository for those who really want the latest version. I find > > that once you have the path added to load-path, running from the git > > repo is not much more effort than installing the latest ELPA package. > > I don't see how that would possible once it is integrated in GNU emacs > core, there will be no separate makefile or anything of that sort, but > maybe I am missing something. > There is going to have to be a way for people to maintain and build org independently. When you are maintaining Emacs, you don't want to have to re-build the whole system every time you create a change. What you tend to find is there are multiple Makefiles with a top level Emacs makefile which calls sub-level makefiles as part of the build. It may be necessary to modify configure or add a new option to build outside the emacs tree, but that shouldn't be too difficult. I should emphasise that while I agree org would be good as part of Emacs' core, I don't think this should occur until org change velocity has stabilised to a point where change velocity is lower than it is now. At that point, there will be much less need to be running the most recent snapshot. Maybe my experience is very different. However, I found a lot more motivation to go from org 7.x to 8.x than I did from 8.x to 9.x. In fact, the only visible changes in 9.x I've had to deal with have been about compatibility changes and minor bugs I've had to update for/fix. I could still be running 8.x. The only reason I've updated to 9.x is to avoid issues with some of the contrib packages that have/may have been updated to work with 9.x The other point to keep in mind is that this change won't happen quickly. It will take some time before this can occur and we probably need to start thinking/talking about it now so that when the right time arrives, things can move forward. -- Tim Cross