From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: David Engster Newsgroups: gmane.emacs.orgmode,gmane.emacs.devel Subject: Re: Sync up the org in emacs master to org maint branch? Date: Sat, 04 Feb 2017 17:30:57 +0100 Message-ID: <877f55j4u6.fsf@engster.org> References: <87k29d7zvw.fsf@engster.org> <87efzk2xg8.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1486225921 16390 195.159.176.226 (4 Feb 2017 16:32:01 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 4 Feb 2017 16:32:01 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) Cc: Bastien Guerry , Kaushal Modi , Phillip Lord , emacs-org list , Emacs developers To: Edward John Steere Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sat Feb 04 17:31:57 2017 Return-path: Envelope-to: geo-emacs-orgmode@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ca3Fl-00046l-3Q for geo-emacs-orgmode@m.gmane.org; Sat, 04 Feb 2017 17:31:57 +0100 Original-Received: from localhost ([::1]:39899 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ca3Fq-00041x-Mq for geo-emacs-orgmode@m.gmane.org; Sat, 04 Feb 2017 11:32:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ca3F7-00041c-PQ for emacs-orgmode@gnu.org; Sat, 04 Feb 2017 11:31:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ca3F4-0005qt-LP for emacs-orgmode@gnu.org; Sat, 04 Feb 2017 11:31:17 -0500 Original-Received: from randomsample.de ([5.45.97.173]:48603) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ca3F4-0005pf-7I; Sat, 04 Feb 2017 11:31:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=VCcoZRYeNfFGYelnwLPgVy2PsPQh6f8tTxXXceQO8JA=; b=pmLt1SkGJ5e+TOY8X5Jjw5quP0H4es13fPaLiXxNtgs+G7QSCAc1WUmEryffjZNESuybpPIVNP09FlNgUuTejj3gv6fBIjxo3PWgYMsIeYNIMqhGHvamTf7BRGZIqhZN; Original-Received: from ip4d16b353.dynamic.kabel-deutschland.de ([77.22.179.83] helo=isaac) by randomsample.de with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1ca3Es-00038U-GK; Sat, 04 Feb 2017 17:31:02 +0100 In-Reply-To: (John Wiegley's message of "Thu, 02 Feb 2017 21:01:49 -0500") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 5.45.97.173 X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.21 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:111920 gmane.emacs.devel:211960 Archived-At: John Wiegley writes: > Many software projects have package ecosystems surrounding them that deal with > similar issues, and I can't, off-hand, think of cases where the answer was > "let's move some of those packages into core development to ease > ___". Just from the software I worked with over the years, I remember KDevelop, Typo3, Drupal and MediaWiki moving plugins to core. It's really not uncommon. I still use Drupal, and moving important plugins to core has made updates *much* less brittle. I just wish Jenkins would do the same already... -David