From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jorgen Schaefer Newsgroups: gmane.emacs.devel Subject: Re: GNU ELPA visibility Date: Fri, 2 Nov 2012 08:48:52 +0100 Message-ID: <20121102084852.04c013d1@forcix.kollektiv-hamburg.de> References: <878valgb6v.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1351842538 14734 80.91.229.3 (2 Nov 2012 07:48:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Nov 2012 07:48:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 02 08:49:07 2012 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 1TUC02-0005Rh-TH for ged-emacs-devel@m.gmane.org; Fri, 02 Nov 2012 08:49:07 +0100 Original-Received: from localhost ([::1]:45605 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUBzu-0008U6-Ft for ged-emacs-devel@m.gmane.org; Fri, 02 Nov 2012 03:48:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUBzs-0008U1-Vb for emacs-devel@gnu.org; Fri, 02 Nov 2012 03:48:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TUBzr-0006Yr-Vi for emacs-devel@gnu.org; Fri, 02 Nov 2012 03:48:56 -0400 Original-Received: from istinn.electusmatari.com ([83.169.37.145]:44630) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUBzr-0006W8-Pf for emacs-devel@gnu.org; Fri, 02 Nov 2012 03:48:55 -0400 Original-Received: from forcix.kollektiv-hamburg.de (hmbg-4d068ab4.pool.mediaWays.net [77.6.138.180]) by istinn.electusmatari.com (Postfix) with ESMTPSA id 8997ED10037E for ; Fri, 2 Nov 2012 08:48:53 +0100 (CET) In-Reply-To: X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; i486-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 83.169.37.145 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:154626 Archived-At: On Fri, 2 Nov 2012 03:12:46 -0400 Daniel Hackney wrote: > > So far, Org, ReST, Markdown, and Texinfo sound like the best > > options, indeed. >=20 > Put another vote in for Org. Aside from shipping with Emacs > out-of-the-box, all of its incredibly advanced stuff could come in > handy if we want to get fancy down the road. I'm thinking about the > embedded source code, which could be very useful as examples of the > usage of a library. Other formats allow for
 equivalents, but
> none have the features of Org-babel.

Github-flavored Markdown has syntax highlighting for a number of
languages.

=46rom what I can see, Org is "the 'modern' Emacs solution", Texinfo "the
traditional solution", and Markdown "the pragmatic solution".

... Looking forward to Pymacs and similar packages, providing a
markdown README for Github, and an org README for elpa, but also a reST
README for PyPI. :-D Luckily, there is Pandoc which can convert all
this mess around. Of course, that means you don't get to use any of the
special features of any of those formats, but hey, *someone* can.

Regards,
Jorgen