bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#53981: 28.0.91; shortdoc: Add support for outline-minor-mode


From: Juri Linkov
Subject: bug#53981: 28.0.91; shortdoc: Add support for outline-minor-mode
Date: Mon, 21 Nov 2022 09:57:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

close 53981 29.0.50
thanks

> Here is a more tested patch that works in apropos and shortdoc.
>
> Also tested for group outlines in the Completions buffer with:
>
> ```
> (add-hook 'completion-list-mode-hook
>           (lambda ()
>             (setq-local
>              outline-search-function
>              (lambda (&optional bound move backward looking-at)
>                (outline-search-text-property
>                 'face 'completions-group-separator
>                 bound move backward looking-at))
>              outline-level (lambda () 1))
> ```

Now pushed to master and closed.





reply via email to

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