bug#81579: [PATCH] Reimplement `outline-occur' using Xref and match Outline headings
Juri Linkov <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Organization | LINKOV.NET |
| Message-ID | <[email protected]> |
> As far as I know, Occur is designed around regular expressions. Thus, Xref > seems better suited for the task. Thanks for finding this problem. Indeed, we need to handle the outline function as well. So I'll test your patch for a while.