Re: [O] R output with session polluted with ascii color codes

2018-03-16 Thread Tyler Smith
On Fri, Mar 16, 2018, at 2:55 PM, William Denton wrote: > On 16 March 2018, Tyler Smith wrote: > > Anyway, I tried again, and there was still no problem in Emacs. That made me > wonder if the difference was in R. When I run "as_tibble(iris)" in the R > console in a terminal I don't get the

Re: [O] R output with session polluted with ascii color codes

2018-03-16 Thread William Denton
On 16 March 2018, Tyler Smith wrote: Thanks for checking. I should have mentioned that I'm running 27.0.50 with org 9.1.7 and ess 17.11. I see this problem with emacs -Q and regular emacs. If you're using the same versions and don't see this, then there should be something I can do in my

Re: [O] R output with session polluted with ascii color codes

2018-03-16 Thread Tyler Smith
On Fri, Mar 16, 2018, at 11:25 AM, William Denton wrote: > > I tried the example in my configured setup and didn't get the ASCII codes. I > don't know why and didn't dig into it, but I could; for now I figured I'd > just > mention this. > Thanks for checking. I should have mentioned that

Re: [O] R output with session polluted with ascii color codes

2018-03-16 Thread William Denton
On 16 March 2018, Tyler Smith wrote: # A tibble: 150 x 5 Sepal.Length Sepal.Width Petal.Length Petal.Width Species       1 5.103.50

[O] R output with session polluted with ascii color codes

2018-03-16 Thread Tyler Smith
Hi, The printed output of some R functions includes ascii color codes (i.e., ). This causes problems with R code blocks evaluated with the :session option. I've pasted a file below that demonstrates the problem. (should I attach it as a file? not sure what's preferable). I can't find