GNU bug report logs -
#57813
Icon images are non-functional
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Wed, 14 Sep 2022 19:43:02 UTC
Severity: normal
Fixed in version 29.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
>> With something like:
>>
>> (setq outline-minor-mode-use-buttons '(derived-mode . special-mode))
>
> I still cannot reproduce this, after evaluating the above and visiting
> NEWS. Neither do I see buttons in NEWS. What else is needed? Can
> you show a recipe starting from "emacs -Q"?
1. Eval: (setq outline-minor-mode-use-buttons '(derived-mode . special-mode))
2. Type 'C-h n'.
3. 'S-TAB' on a heading.
> And if you load outline.el (not .elc or .eln)? How does the profile
> before optimization look then?
5236 87% - command-execute
5178 86% - funcall-interactively
5166 86% - outline-cycle-buffer
5166 86% - let
5166 86% - outline--fix-up-all-buttons
5166 86% - if
5166 86% - progn
5166 86% - outline-map-region
5166 86% - save-excursion
5166 86% - if
5166 86% - progn
5162 86% - while
5150 86% - funcall
5150 86% - #<lambda 0x1c5f63c054af8dba>
5150 86% - if
5142 86% - eq
5142 86% - condition-case
5142 86% - progn
5142 86% - outline--cycle-state
5138 86% - save-excursion
5138 86% - let
3718 62% + outline-back-to-heading
824 13% + outline-end-of-subtree
314 5% + cond
274 4% + setq
8 0% + outline-end-of-heading
The patch removes the problematic outline-back-to-heading and
outline-end-of-subtree.
This bug report was last modified 2 years and 270 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.