Re: [Rd] Feature Request: Multiline Comments

2010-02-14 Thread Ben Bolker
Saptarshi Guha gmail.com> writes: > > Hello, > Is it possible to extend the R lexer/parser to include multiline comments like > /* > acomment > > */ > ? > This way I can integrate emacs org-mode with my R code, so that I can > have a table of contents, > section folding, html-output of source e

[Rd] Feature Request: Multiline Comments

2010-02-14 Thread Saptarshi Guha
Hello, Is it possible to extend the R lexer/parser to include multiline comments like /* acomment */ ? This way I can integrate emacs org-mode with my R code, so that I can have a table of contents, section folding, html-output of source etc. e.g /* * Display Code */ #+BEGIN_SRC R foo <- functio