Re: [O] Babel support for the D language

2013-12-15 Thread Eric Schulte
Thierry Banel tbanelweb...@free.fr writes: Eric Schulte schulte.eric at 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

Re: [O] Babel support for the D language

2013-12-14 Thread Thierry Banel
Eric Schulte schulte.eric at 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

Re: [O] Babel support for the D language

2013-12-01 Thread Thierry Banel
Thomas S. Dye tsd at tsdye.com writes: Aloha Thierry, Thierry Banel tbanelwebmin at 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

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 tbanelweb...@free.fr writes: emacs-orgmode@gnu.org * Hi all Org fans. I added support in

Re: [O] Babel support for the D language

2013-12-01 Thread Thierry Banel
Eric Schulte schulte.eric at 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 tbanelwebmin at free.fr writes:

Re: [O] Babel support for the D language

2013-12-01 Thread Eric Schulte
Thierry Banel tbanelweb...@free.fr writes: Eric Schulte schulte.eric at 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!

Re: [O] Babel support for the D language

2013-12-01 Thread Thierry Banel
Eric Schulte schulte.eric at 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.stdio;

Re: [O] Babel support for the D language

2013-11-30 Thread Thomas S. Dye
Aloha Thierry, Thierry Banel tbanelweb...@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 -- Thomas S. Dye http://www.tsdye.com

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

Re: [O] Babel support for the D language

2013-11-29 Thread Thierry Banel
Nick Dokos ndokos at 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 Thierry Banel
Thomas S. Dye tsd at 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 in

[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.

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

Re: [O] Babel support for the D language

2013-11-28 Thread Thierry Banel
Thomas S. Dye tsd at 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 in

Re: [O] Babel support for the D language

2013-11-28 Thread Thomas S. Dye
Thierry Banel tbanelweb...@free.fr 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

Re: [O] Babel support for the D language

2013-11-28 Thread Nick Dokos
Thierry Banel tbanelweb...@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. -- Nick

Re: [O] Babel support for the D language

2013-11-28 Thread Thierry Banel
Nick Dokos ndokos at gmail.com writes: Thierry Banel tbanelwebmin at 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