emacs-devel
[Top][All Lists]
Advanced

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

Re: Making outline-minor-mode's outline-regexp more flexible


From: Stefan Monnier
Subject: Re: Making outline-minor-mode's outline-regexp more flexible
Date: Tue, 01 Jan 2019 20:59:46 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> I have been able to use the variable outline-level to do what you want
>> by adding a group to outline-regexp and subtracting its matched beginning
>> in outline-level.
> Ok, that is a valid way to do it (maybe the only way?), but it
> requires writing a custom function to perform the regexp matching and
> subtract its size.

I don't see why outline-level would need to do any matching.


        Stefan




reply via email to

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