newlisp docs and various editors
Posted: Thu Jun 29, 2006 4:17 pm
While setting up a newlisp editor mode for emacs, I wrote an
application in rebol that parsed newlisp documentation and created
elisp data structures for emacs to use.
I first 'massaged' the documentation, inserting "tags" to provide some
sort of delimiting for the parsing operation.
1)Perhaps a I missed something, so can anyone offer a method to
parse without the 'massaging'?
2)This same method can be modified to provide .txt helpfiles for vim.
If any vim users are interested give me a 'holler'. I used to work
with vim a lot, but it's been a while, so I will need to refresh my
understanding of vim helpfile layouts.
3)Perhaps the same method can be used for other editors, too.
4)For myself, I'm nowhere without documentation and like to
write same for my own libraries. Programming is an "open book test"
for me. :-)
tim
application in rebol that parsed newlisp documentation and created
elisp data structures for emacs to use.
I first 'massaged' the documentation, inserting "tags" to provide some
sort of delimiting for the parsing operation.
1)Perhaps a I missed something, so can anyone offer a method to
parse without the 'massaging'?
2)This same method can be modified to provide .txt helpfiles for vim.
If any vim users are interested give me a 'holler'. I used to work
with vim a lot, but it's been a while, so I will need to refresh my
understanding of vim helpfile layouts.
3)Perhaps the same method can be used for other editors, too.
4)For myself, I'm nowhere without documentation and like to
write same for my own libraries. Programming is an "open book test"
for me. :-)
tim