Hello
I've been talking about implementing org-mode feature in Yamcs to
Mihai some 2 months back. Now I am about to getting started with the
work. I've experience with languages like C, python & elisp but not
with javascript. Though I am familiar with the language but not an
expert.
I've been exploring through the code base of the Ymacs project and
what I understand is that I need to write an "ymacs-mode-org.js" file
for implementing org in Ymacs, with all the org speciifc notations
being defined as tokens in it. Next I guess I've to define the theme
for the respective token in the css files contained in the theme
directory. I guess I don't need to make any changes in ymacs-
tokenizer.js file.
Please correct me if I am wrong and also brief me if there is
something in particular which has to be included in "ymacs-mode-
org.js" file. I've read the development docs available at
http://www.ymacs.org/develdocs.html but still not very clear about
copy and next functions which has to be included.
Regards
Divya