Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emacs/ESS - Moving through iESS Buffer very slow

Tags:

emacs

ess

Moving within the iESS[R] buffer is painfully slow - I use Alt+p/Alt+n or Ctrl+p/Ctrl+n for this purpose. I do see a 'help' being displayed in the minibuffer when I try to traverse the iESS[R] buffer. Not sure if this the cause for slowness - Can it be disabled?

> sessionInfo()

R version 2.14.0 (2011-10-31)
Platform: x86_64-unknown-linux-gnu (64-bit)

locale:
[1] C

attached base packages:
[1] datasets  grid      utils     stats     graphics  grDevices methods
[8] base

other attached packages:
 [1] bootstrap_1.0-22 lattice_0.19-26  xtable_1.5-6     stringr_0.4
 [5] ggplot2_0.8.9    proto_0.3-9.2    reshape_0.8.4    plyr_1.5.2
 [9] nlme_3.1-101     MASS_7.3-13

loaded via a namespace (and not attached):
[1] RColorBrewer_1.0-2 digest_0.4.2       tools_2.14.0
like image 619
user1827356 Avatar asked Nov 20 '25 21:11

user1827356


1 Answers

The buffer is around 500K lines as it contains work ouput over few days. I am logged into a server machine and am not sure about the access speed of the files being read by eldoc.

Either way, this fixed it for me

(setq ess-use-eldoc nil)

Manual says the following should work too, but haven't had luck with that yet

(setq ess-use-eldoc ’script-only)

VitoshKa, thanks for the response

like image 164
user1827356 Avatar answered Nov 23 '25 04:11

user1827356



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!