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

Previous Next

Package: emacs;

Reported by: Daniel Mendler <mail <at> daniel-mendler.de>

Date: Sun, 13 Feb 2022 22:40:02 UTC

Severity: wishlist

Found in version 28.0.91

Fixed in version 29.0.50

Done: Juri Linkov <juri <at> linkov.net>

Bug is archived. No further changes may be made.

Full log


Message #81 received at control <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: 53981 <at> debbugs.gnu.org
Cc: mail <at> daniel-mendler.de, Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#53981: 28.0.91; shortdoc: Add support for outline-minor-mode
Date: Mon, 21 Nov 2022 09:57:02 +0200
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.




This bug report was last modified 2 years and 184 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.