emacs-devel
[Top][All Lists]
Advanced

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

Re: outline-minor-mode: Did something change


From: Juri Linkov
Subject: Re: outline-minor-mode: Did something change
Date: Wed, 10 Jan 2024 09:16:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

> Answering my own question after the previous message pointed out the
> change in eww:
>
> Adding
> (setq outline-level 'outline-level outline-search-function nil)
>
> Restored the behavior I lost
> but I dont understand how that commit which adding the shr-specific
> searcher broke it.

The new function shr-outline-search doesn't use outline-regexp.
It searches for the text property 'outline-level' that the function
'shr-heading' puts on HTML headers.  Then it makes outline headings
only on the lines with HTML headers.  This is a more reliable way
than using a regexp.

However, if you want to make outlines with a specific regexp
what you already did is the right way to do this.



reply via email to

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