bug#81579: [PATCH] Reimplement `outline-occur' using Xref and match Outline headings
Roi Martin <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Juri Linkov <[email protected]> writes: >> 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. Thanks! In the meantime, I've found a couple of bugs in Xref and, specifically, the recently added Xref-Edit mode. I'll send patches to address those over the next few days. In any case, those issues are independent of `outline-xref' and do not affect Outline navigation. So, I don't see them as blockers for installing the patch once it has been reviewed. Roi