On 6/16/07, Ronaldo Reis Junior <[EMAIL PROTECTED]> wrote:

> When I using Xemacs+ESS to write a R code, I need to comment out a code line
> by line putting #

> It is possible to configure ESS to comment and uncomment a selected block of
> code.

This question probably belongs on the ESS-help mailing list which I am
cc:ing on this reply.

The function you want is
 M-x comment-region

To use it to uncomment pass the argument -1, as in
 M-x -1 M-x comment-region

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to