emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: phillip.lord@russet.org.uk (Phillip Lord)
To: Reuben Thomas <rrt@sc3d.org>
Cc: Carsten Dominik <dominik@uva.nl>,
	"emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>,
	aaermolov@gmail.com
Subject: Re: Remove Org from Emacs repository?
Date: Mon, 19 Dec 2016 15:32:11 +0000	[thread overview]
Message-ID: <8760mgrl38.fsf@russet.org.uk> (raw)
In-Reply-To: <WM!f754fa008f759b442796c83f07a493b80e9d7ae4298a54f3fabf6b50a6e8ba9da1d361e87e441eae1fe9b1deeb824e68!@mailhub-mx3.ncl.ac.uk> (Reuben Thomas's message of "Sun, 18 Dec 2016 17:01:15 +0000")

Reuben Thomas <rrt@sc3d.org> writes:

> On 18 December 2016 at 13:20, Carsten Dominik <dominik@uva.nl> wrote:
>
>> Dear all,
>>
>> I'd hate to see Org removed from Emacs.  It took a lot of work to get it
>> in, and I believe that the vast majority of Emacs users does not install
>> packages.  For a newbie to get to Emacs and to be able to open a .org file
>> is a big plus.  So my vote goes toward keeping it in.
>>
>
> ​Since you're responsible for org-mode, and I guess you're happy with the
> coordination between (your) upstream and Emacs, then ​I agree it should
> continue to be distributed out of the box.
>
> However, your comments raise a couple of thoughts:
>
> 1. Is there something hard about packages that could be made easier? For
> example, Atom seems to get along fine without many built-in packages, so
> that most users expect to install some.
>
> 2. Is there any possibility to make org-mode a build-time dependency of
> Emacs, like the C libraries that it requires, or is that a silly idea? That
> could permit it to be shipped as built-in, without having its source
> duplicated in Emacs's repository.

This kind of idea is, indeed, being actively considered on
emacs-devel. In fact, I managed to get a simple version of this working
using package.el during the build process. The idea would be that
packages in ELPA format could be made available to Emacs during the
build and then be packaged with the tarball as now.

The general feedback on my implementation was negative, but the general
principle is something that people are keen to pursue, hopefully for
Emacs-26. Org-mode would make a good test case for this.

Another possibility would be to extend the current "autoload"
functionality, so that it can install via package.el before
autoloading. Might work, but not tried that yet.


Phil

  parent reply	other threads:[~2016-12-19 15:32 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-17 22:43 Remove Org from Emacs repository? Reuben Thomas
2016-12-18  9:22 ` aaermolov
2016-12-18 13:20   ` Carsten Dominik
2016-12-18 13:59     ` Rasmus
2016-12-18 14:41     ` Greg Troxel
2016-12-18 15:53       ` Kaushal Modi
2016-12-18 17:01     ` Reuben Thomas
     [not found]       ` <WM!f754fa008f759b442796c83f07a493b80e9d7ae4298a54f3fabf6b50a6e8ba9da1d361e87e441eae1fe9b1deeb824e68!@mailhub-mx3.ncl.ac.uk>
2016-12-19 15:32         ` Phillip Lord [this message]
2016-12-19 15:45           ` Reuben Thomas
2016-12-18 17:11     ` Christian Moe
2016-12-18 18:46       ` Xebar Saram
2016-12-18 19:08         ` Lambda Coder
2016-12-19 18:09     ` Scott Randby
2016-12-18 19:21   ` Samuel Wales
2016-12-18 23:32     ` Reuben Thomas
2016-12-19  1:36       ` MaDhAt2r
2016-12-19 10:42       ` Achim Gratz
     [not found]         ` <WM!759fdf23a4a1bd7b46432ee60644e52fd7beb44781fd97109e1d38080c6611cbecaf3bf7f1ea49cdc6a1823f1a9663ec!@mailhub-mx4.ncl.ac.uk>
2016-12-19 17:14           ` Phillip Lord
2016-12-19 18:53             ` Achim Gratz
     [not found]               ` <WM!fdb65752b64ef5461efbcb948e173a504edcf68a88cb151b38f9292793a941a33217a0cc771607f86b8962c90b171694!@mailhub-mx4.ncl.ac.uk>
2016-12-20 10:13                 ` Phillip Lord
2017-01-16  8:36       ` Erik Colson
2016-12-19  1:52 ` Eric Abrahamsen
2016-12-19  4:42   ` Maria Shinoto
2016-12-20 20:07   ` Preventing Org from being installed by elpa (was: Remove Org from Emacs repository?) Karl Voit
2016-12-21  9:47     ` Preventing Org from being installed by elpa Christian Wittern
2016-12-21 13:25       ` Karl Voit
2016-12-21 23:06         ` Christian Wittern
     [not found]     ` <WM!fbba205c161c2d01739b0e77a8ccc521b0d6b80e8ba4b6108c74becbbd57ccbdb4003d644b63e3c98578a5b823582b17!@mailhub-mx3.ncl.ac.uk>
2016-12-21 12:40       ` Phillip Lord
2016-12-21 13:27         ` Karl Voit
     [not found]           ` <WM!dd5bd1ff96755a23a0384200326165bb89b1fc0144607ae0870bc4237fe325fe903cdff298d097ecb318c066c7b3726c!@mailhub-mx1.ncl.ac.uk>
2016-12-21 14:55             ` Phillip Lord

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8760mgrl38.fsf@russet.org.uk \
    --to=phillip.lord@russet.org.uk \
    --cc=aaermolov@gmail.com \
    --cc=dominik@uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=rrt@sc3d.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).