help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: outline-minor-mode and org-mode capabilities for programming languag


From: Christopher Dimech
Subject: Re: outline-minor-mode and org-mode capabilities for programming languages
Date: Tue, 11 May 2021 04:26:12 +0200

> Sent: Tuesday, May 11, 2021 at 4:07 AM
> From: "Jean Louis" <bugs@gnu.support>
> To: "Christopher Dimech" <dimech@gmx.com>
> Cc: help-gnu-emacs@gnu.org
> Subject: Re: outline-minor-mode and org-mode capabilities for programming 
> languages
>
> * Christopher Dimech <dimech@gmx.com> [2021-05-10 15:44]:
> > > I have tried that, does it work on your side? Not on mine, I don't
> > > know why.
> >
> > Does not work here either, trying to understand why.
>
> It is probably looking for regular expression ans * has meaning in
> regular expressions. We have to find working solution.

Agreed.  There is the following idea.  But it is just everything
with top heading, whereas I would like separate

";; *"
";; **"
";; ***"
...

The strategy is not taking effect though.

(setq hstar '( (";; \\*+ " . 1) ))
((emacs-lisp-mode . ((outline-regexp . hstar ))))


> --
> Jean
>
> Take action in Free Software Foundation campaigns:
> https://www.fsf.org/campaigns
>
> Sign an open letter in support of Richard M. Stallman
> https://stallmansupport.org/
> https://rms-support-letter.github.io/
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]