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
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
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
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.
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
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
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
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
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
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
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
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
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
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/
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
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
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
17 matches
Mail list logo