[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Allowing spaces in the regexp for outlines
From: |
Stefan Monnier |
Subject: |
Re: Allowing spaces in the regexp for outlines |
Date: |
Thu, 21 Mar 2024 00:32:28 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> Have made a regexp for outlines to use ';;;' followed by 'H' and a number.
>
> I would like to allow any number of spaces between the ';;;' and the letter
> 'H'.
> How can I change the regexp to allow such a capability ?
Why?
ELisp already has a set convention for outlining, where `;;;` is
a top-level heading, then `;;;;` is a subheading, `;;;;;` is
a subsubheading, etc...
Stefan