Re: [ESS] New Emacs Modified distributions - now double the pleasure!

2023-08-16 Thread Martin Maechler via ESS-help
> Vincent Goulet via ESS-help > on Tue, 15 Aug 2023 16:24:42 + writes: > Hi folks, > Back in April 2022 [*], I asked here if there was still interest in my distributions of Emacs that ship with ESS and AUCTeX ready to go. Since the response was generally positive, and si

[ESS] ESS code-folding?

2023-08-16 Thread Sparapani, Rodney via ESS-help
Hi Gang: One of my student�s asked this question. Any resources/knowledge on code folding? in RStudio �� creates a collapsible section. Came across hideshow-org

Re: [ESS] ESS code-folding?

2023-08-16 Thread Karlo Guidoni Martins via ESS-help
hi! this works fine for me: ;;; BEG ;;; outline-(minor)-mode (setq outline-minor-mode-highlight 'override) ; emacs28 (setq outline-minor-mode-cycle t) ;;; outline for ess-mode (add-hook 'ess-mode-hook #'(lambda () (outline-minor-mode) (setq-local outline-re

Re: [ESS] ESS code-folding?

2023-08-16 Thread Sparapani, Rodney via ESS-help
Hi Karlo: This is very interesting. But, I must not be doing it right. Do you have a simple example of how to use this to do case-folding? Thanks -- Rodney Sparapani, Associate Professor of Biostatistics, He/Him/His Vice President, Wisconsin Chapter of the American Statistical Association Instit