Joshua Wiley wrote: > I use XEmacs + ESS, and looking for ways to add text to a region of > code, I see it is quite easy > with C-x r t. Thanks for your great advice.
or even M-x comment-region M-x uncomment-region These are commonly bound to C-c ; (because of LISP heritage), but not in (my version of) ESS. -- Peter Dalgaard Center for Statistics, Copenhagen Business School Phone: (+45)38153501 Email: pd....@cbs.dk Priv: pda...@gmail.com ______________________________________________ R-help@r-project.org 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.