Re: [O] Babel support for the D language

2013-12-15 Thread Eric Schulte
Thierry Banel writes: > Eric Schulte gmail.com> writes: > >> >> I think this incorporation into ob-C.el would be the next logical step. >> You'd want to use the `org-babel-c-variant' in the same manner as C++ >> does currently. But there's no rush, and any changes there couldn't be >> merged u

Re: [O] Babel support for the D language

2013-12-14 Thread Thierry Banel
Eric Schulte gmail.com> writes: > > I think this incorporation into ob-C.el would be the next logical step. > You'd want to use the `org-babel-c-variant' in the same manner as C++ > does currently. But there's no rush, and any changes there couldn't be > merged until after your FSF copyright as

Re: [O] Babel support for the D language

2013-12-01 Thread Thierry Banel
Eric Schulte gmail.com> writes: > > Hi Eric > > > > That's awsome ! > > > > Yes, it would make sense, as D and C++ share a lot. > > There are differences, though: > > tables are translated as: > > string[][]; in D > > char*[]; in C++ > > includes are translated as: > > import std

Re: [O] Babel support for the D language

2013-12-01 Thread Eric Schulte
Thierry Banel writes: > Eric Schulte gmail.com> writes: > >> >> Hi Thierry, >> >> I've added ob-D.el to the contrib/lisp directory of Org-mode. Would it >> make sense to add D as a c-variant in ob-C.el? >> >> Thanks for the contribution, and for the documentation! >> >> Thierry Banel free.

Re: [O] Babel support for the D language

2013-12-01 Thread Thierry Banel
Eric Schulte gmail.com> writes: > > Hi Thierry, > > I've added ob-D.el to the contrib/lisp directory of Org-mode. Would it > make sense to add D as a c-variant in ob-C.el? > > Thanks for the contribution, and for the documentation! > > Thierry Banel free.fr> writes: > Hi Eric That's awso

Re: [O] Babel support for the D language

2013-12-01 Thread Eric Schulte
Hi Thierry, I've added ob-D.el to the contrib/lisp directory of Org-mode. Would it make sense to add D as a c-variant in ob-C.el? Thanks for the contribution, and for the documentation! Thierry Banel writes: > emacs-orgmode@gnu.org > > * Hi all Org fans. > > I added support in Org-Babel for e

Re: [O] Babel support for the D language

2013-12-01 Thread Thierry Banel
Thomas S. Dye tsdye.com> writes: > > Aloha Thierry, > > Thierry Banel free.fr> writes: > > > Done ! > > The first draft of > > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-D.html > > has been committed. > > I pushed some minor edits. Looks good! > > All the best, > Tom > Hi

Re: [O] Babel support for the D language

2013-11-30 Thread Thomas S. Dye
Aloha Thierry, Thierry Banel writes: > Done ! > The first draft of > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-D.html > has been committed. I pushed some minor edits. Looks good! All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Babel support for the D language

2013-11-29 Thread Thierry Banel
Thomas S. Dye tsdye.com> writes: > > Aloha Thierry, > > Thanks for this contribution. > > Have you looked at > http://orgmode.org/worg/org-contrib/babel/languages.html#develop? > > It describes how language support is added to the Org mode core or to > contrib/ and the choices an author has i

Re: [O] Babel support for the D language

2013-11-29 Thread Thierry Banel
Nick Dokos gmail.com> writes: > > See > > http://orgmode.org/worg/org-contribute.html > > for the general guidelines. > ... Ok, fine. Let me include this information in org-contribute.html Thanks Nick Thierry

Re: [O] Babel support for the D language

2013-11-29 Thread Nick Dokos
See http://orgmode.org/worg/org-contribute.html for the general guidelines. contrib is more relaxed: it is not distributed with emacs (the only way to get it is from orgmode - git, elpa, tarball etc), so it does not require a formal copyright assignment. It is explicitly stripped out of the

Re: [O] Babel support for the D language

2013-11-28 Thread Thierry Banel
Nick Dokos gmail.com> writes: > > Thierry Banel free.fr> writes: > > > By the way, are you aware of a location to store a *.el in Worg ? > > > > The .el file should probably end up in contrib/lisp, rather than on > Worg. > Thanks Nick ! Probably there is some kind of agreement process to

Re: [O] Babel support for the D language

2013-11-28 Thread Nick Dokos
Thierry Banel writes: > By the way, are you aware of a location to store a *.el in Worg ? > The .el file should probably end up in contrib/lisp, rather than on Worg. -- Nick

Re: [O] Babel support for the D language

2013-11-28 Thread Thomas S. Dye
Thierry Banel writes: > By the way, are you aware of a location to store a *.el in Worg ? poto:worg dk$ find . -name "*.el" -print ./.dir-locals.el ./.dir-settings.el ./code/elisp/davidam.el ./code/elisp/dto-org-gtd.el ./code/elisp/org-collector.el ./code/elisp/org-effectiveness.el ./code/elisp/

Re: [O] Babel support for the D language

2013-11-28 Thread Thierry Banel
Thomas S. Dye tsdye.com> writes: > > Aloha Thierry, > > Thanks for this contribution. > > Have you looked at > http://orgmode.org/worg/org-contrib/babel/languages.html#develop? > > It describes how language support is added to the Org mode core or to > contrib/ and the choices an author has i

Re: [O] Babel support for the D language

2013-11-28 Thread Thomas S. Dye
Aloha Thierry, Thanks for this contribution. Have you looked at http://orgmode.org/worg/org-contrib/babel/languages.html#develop? It describes how language support is added to the Org mode core or to contrib/ and the choices an author has in the process. Also, it contains a link for a documenta

[O] Babel support for the D language

2013-11-28 Thread Thierry Banel
emacs-orgmode@gnu.org * Hi all Org fans. I added support in Org-Babel for executing Digital Mars D code. This is derived from the code in ob-C.el, by Eric Schulte (thanks Eric). I release it under the same GPL license as Emacs and Org-mode. Comments and enhancements are welcome ! * Example. The