[ESS] inferior-ess-own-frame

2017-08-09 Thread Benjamin Rogers
Sorry about not including the actual init.el file, and thank you to Rodney for letting me know to do so. The version I use is included below. It's Professor Paul Johnson's init.el file, with a few modifications I made such as comment eclipse functionality, setting C-s as the save command for a b

[ESS] Strange behaviour of ess-eval-buffer-from-beg-to-here?

2017-08-09 Thread Marius Hofert
Hi, Here is some R code, that, when put in an R script (.R), shows some strange behaviour (see sessionInfo() etc. below) under ess-version: 16.10-1. (foo <- matrix(rnorm(100), ncol = 5)) L <- matrix(c(2, 0, 0, 6, 1, 0, -8, 5, 3), ncol = 3, byrow = TRUE) Sigma <- L %*% t

[ESS] Quit window in ess-rdired-mode

2017-08-09 Thread Igor Sosa Mayor
Hi, if I open the object view with ess-rutils-objs I would like that pressing 'q' not only kills the buffer (which is what is done, as far as I can see in the code), but that quit-window is executed. What would be the best method to implement it? Many thanks in advance. Best, -- :: Igor Sosa