Re: [ESS] ESS code-folding?

2023-08-17 Thread Martin Maechler via ESS-help
> To: Sparapani, Rodney > Cc: Westerland, Maggie ; ess-help (ess-help@r-project.org) > Subject: Re: [ESS] ESS code-folding? > With that code snippet: > ### acts as the first level of the folding, as second level and so on. > Check out if the outli

Re: [ESS] ESS code-folding?

2023-08-17 Thread Westerland, Maggie via ESS-help
, Maggie ; ess-help (ess-help@r-project.org) Subject: Re: [ESS] ESS code-folding? With that code snippet: ### acts as the first level of the folding, as second level and so on. Check out if the outline-minor-mode is activated after evaluating that code snippet as well. The TAB key open and close

Re: [ESS] ESS code-folding?

2023-08-17 Thread Karlo Guidoni Martins via ESS-help
and Equity, Division of Biostatistics > > Medical College of Wisconsin, Milwaukee Campus > > > > > > *From: *Karlo Guidoni Martins > *Date: *Wednesday, August 16, 2023 at 1:02 PM > *To: *Sparapani, Rodney > *Cc: *ess-help (ess-help@r-project.org) > *Subject: *Re: [

Re: [ESS] ESS code-folding?

2023-08-16 Thread Sparapani, Rodney via ESS-help
Institute for Health and Equity, Division of Biostatistics Medical College of Wisconsin, Milwaukee Campus From: Karlo Guidoni Martins Date: Wednesday, August 16, 2023 at 1:02 PM To: Sparapani, Rodney Cc: ess-help (ess-help@r-project.org) Subject: Re: [ESS] ESS code-folding? ATTENTION: This email

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

[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