[ESS] Slowness problem for the chunk evaluation

2017-02-28 Thread Laurent ESS
Dear ESS-Help list, When I use the shortcut M-n C-M-x to evaluate a chunk, the work is very, very slow, line after line. When I use C-c C-b to evaluate a buffer, it works very swift and it is also the case when I use C-c C-c in a function for example. I find that very annoying because th

Re: [ESS] Slowness problem for the chunk evaluation

2017-03-01 Thread Laurent ESS
Dear Rodney, It is great, I didn't know this variable. Its value was t, and after reading the documentation, I put nil and it works, the commands are not displayed output in the process buffer. The value nowait doesn't work with my ESS version, I have the message : Symbol's value as variabl

Re: [ESS] Slowness problem for the chunk evaluation

2017-03-15 Thread Laurent ESS
Hi Rodney, Thank you very much again ! I understand now. Le 09/03/2017 à 17:18, Sparapani, Rodney a écrit : Hi Laurent: nowait is a symbol not a variable i.e., (setq ess-eval-visibly ‘nowait) -- Rodney Sparapani, PhD Assistant Professor of Biostatistics Medical College of Wisconsin, Milwauk

Re: [ESS] ess, noweb and polymode

2023-11-17 Thread Laurent ESS via ESS-help
Hi Tyler, Thank you for the idea, even if I would like to recover the ess-noweb-goto-chunk. I installed swiper, ivy  and put the following lines in my .emacs.el: (defun my-list-chunks()   (interactive)   (swiper "<<")) (define-key polymode-map "g" #'my-list-chunks) When I do M-n g I have th

Re: [ESS] ess, noweb and polymode

2023-11-17 Thread Laurent ESS via ESS-help
MARVELLOUS, it works like a charm. Thank you very much On 17/11/2023 19:43, Laurent ESS via ESS-help wrote: Hi Tyler, Thank you for the idea, even if I would like to recover the ess-noweb-goto-chunk. I installed swiper, ivy  and put the following lines in my .emacs.el: (defun my-list