[ESS] Browser and NL when evaluating code block
Cássio M. M. Pereira
cassiomartini at gmail.com
Thu Oct 4 18:33:08 CEST 2012
Hi,
I'm hitting a problem that I believe I wasn't having with the previous
version of ESS.
I'm using ESS 12.09-1 and emacs 23.4+1-4 on Debian.
I have in my .Rprofile the following: options(browserNLdisabled = TRUE)
Checking the value inside ESS I get:
> options()$browserNLdisabled
[1] TRUE
But this is not being respected when using C-c C-b to evaluate a buffer.
Consider this simple example:
a = 1
browser()
b = 2
After sending the buffer for evaluation I can see b has already been assigned.
Any ideas if this a 12.09 issue or a problem on my end?
Best regards,
Cássio
--
Cássio M. M. Pereira
More information about the ESS-help
mailing list