GNU bug report logs -
#50679
28.0.50; outline-minor-mode-cycle should be able to only cycle at the begining of a line
Previous Next
Reported by: Philip Kaludercic <philipk <at> posteo.net>
Date: Sun, 19 Sep 2021 16:25:02 UTC
Severity: wishlist
Tags: fixed
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 #8 received at 50679 <at> debbugs.gnu.org (full text, mbox):
> I like the new outline-minor-mode-cycle option, but it becomes annoying
> in combination with tab-always-indent set to 'complete, because outline
> takes over, even if I don't expect it.
This is a known problem without a good solution.
It misbehaves even when tab-always-indent is set to 't'.
> Replacing the (outline-on-heading-p) check with
>
> (looking-at outline-regexp)
>
> or
>
> (and (bolp) (looking-at outline-regexp))
>
> improves the experience for me, but I am not sure if
> this is a general improvement. Could it make sense to have this as a
> configurable option, or check the value of tab-always-indent and DWIM?
So you propose to cycle only at the beginning of the line?
But when tab-always-indent is set to 't', sometimes typing TAB
at the beginning of the line is expected to indent the line
instead of cycling outlines.
This bug report was last modified 3 years and 330 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.