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

Re: [ESS] ess, noweb and polymode

2023-11-17 Thread Tyler Smith via ESS-help
Hi Laurent, You might need to include (require 'swiper) before you run the other code. ty -- plantarum.ca On Fri, Nov 17, 2023, at 1:43 PM, 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

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

Re: [ESS] ess, noweb and polymode

2023-11-15 Thread Tyler Smith via ESS-help
Hi Laurent, I haven't used `ess-goto-chunk` before, but it sounds quite useful. I think you could get something similar with the `swiper` package. You can install `swiper` via `package-list-packages. It requires the `ivy` package, which should get installed automatically when you install

[ESS] ess, noweb and polymode

2023-11-15 Thread LaurentEss via ESS-help
Dear ESS-list, Installing emacs to do literate programming, I have just discovered that noweb-mode doesn't exist anymore. It has been replaced by polymode if I well understood. So, I install from MELPA : ess, polymode, poly-R, poly-markdown, poly-noweb and I placed in my .emacs.el the