From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: Org merging [was Re: next pretest] Date: Thu, 14 Aug 2014 21:21:20 +0800 Message-ID: <87mwb7qka7.fsf@ericabrahamsen.net> References: <834mxjja88.fsf@gnu.org> <878umuytw7.fsf@bzg.ath.cx> <1pk36du2dp.fsf@fencepost.gnu.org> <8761hwsxt4.fsf@bzg.ath.cx> <87ha1f4oe8.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1408022267 4194 80.91.229.3 (14 Aug 2014 13:17:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Aug 2014 13:17:47 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 14 15:17:40 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XHuuR-00064Z-8e for ged-emacs-devel@m.gmane.org; Thu, 14 Aug 2014 15:17:39 +0200 Original-Received: from localhost ([::1]:54046 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHuuQ-0007jE-Oh for ged-emacs-devel@m.gmane.org; Thu, 14 Aug 2014 09:17:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHuu3-0007IQ-Ux for emacs-devel@gnu.org; Thu, 14 Aug 2014 09:17:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHuty-0005B6-Ru for emacs-devel@gnu.org; Thu, 14 Aug 2014 09:17:15 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:52932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHuty-0005Aq-L1 for emacs-devel@gnu.org; Thu, 14 Aug 2014 09:17:10 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XHutv-0005pb-0V for emacs-devel@gnu.org; Thu, 14 Aug 2014 15:17:07 +0200 Original-Received: from 58.34.234.51 ([58.34.234.51]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Aug 2014 15:17:07 +0200 Original-Received: from eric by 58.34.234.51 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Aug 2014 15:17:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 58.34.234.51 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:H0V/VLT9D98uLG4nwz8iPjvfa2o= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173665 Archived-At: Stefan Monnier writes: >>>>>> "Achim" == Achim Gratz writes: >> Preventively, I'm claiming Humtpy-Dumpty privileges. I thought the >> development projects get to decide what their bleeding edge is. > > I'm more important, so I get to decide. And by "important" I mean > exactly what I mean. Don't put worth in my mouth, please! > >> Not so fast. To the best of my knowledge ELPA doesn't run make on the >> projects there, so the Org package you're producing would be non-functional >> -- which was the raison d'ĂȘtre for the current solution (or "hack"), IIRC. > > Very good point. The GNU ELPA infrastructure might need some beefing up > before it can produce a good package from the Org source code. I don't > know the specific, but a few other packages require such extra "build" > stage (AUCTeX comes to mind, as does the recent discussion about Texinfo > docs), so it's something that needs to happen anyway. As someone essentially unqualified to comment, I'll keep this short: how about checking for an "elpa" target to make? Run it if it exists, do nothing if it doesn't. Done! Eric