GNU bug report logs -
#45147
Org-like cycling in outline-minor-mode
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Wed, 9 Dec 2020 19:23:01 UTC
Severity: wishlist
Tags: fixed, patch
Fixed in version 28.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #36 received at 45147 <at> debbugs.gnu.org (full text, mbox):
> From: Juri Linkov <juri <at> linkov.net>
> Date: Tue, 18 May 2021 23:12:46 +0300
> Cc: 45147 <at> debbugs.gnu.org
>
> +(defcustom describe-bindings-after-hook '(describe-bindings-outline)
> + "Hook run at the end of `describe-bindings'."
> + :type 'hook
> + :options '(describe-bindings-outline)
> + :group 'help
> + :version "28.1")
What's the rationale for populating the hook by default? That's not
what we normally do: hooks are for Lisp programs to use, not for the
core functionality to invoke itself.
> +(defun describe-bindings-outline ()
> + "Hook to enable outlines in the output buffer of `describe-bindings'."
First, this is not a hook.
And second, if we want a feature whereby the buffer describing
bindings could be put in Outline mode, why not offer a simple option
for users to customize, not a hook for users to tweak? Once again,
having user options that accept only function values is
user-unfriendly.
Thanks.
This bug report was last modified 4 years and 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.