GNU bug report logs -
#68881
30.0.50; [PATCH] Field properties confuse 'outline-minor-mode'
Previous Next
Reported by: Jim Porter <jporterbugs <at> gmail.com>
Date: Thu, 1 Feb 2024 23:53:02 UTC
Severity: normal
Tags: patch
Found in version 30.0.50
Done: Jim Porter <jporterbugs <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I'd like to add support for 'outline-minor-mode' in Eshell. However,
Eshell's use of field properties confuses outline.el. Attached is a WIP
patch + demo code for Eshell that should resolve this.
The main issue was that outline.el uses 'line-beginning-position' and
friends, which respects field boundaries, but I think we want to avoid
that for 'outline-minor-mode'. Maybe we could use 'pos-bol' and friends
instead, but my understanding is that 'line-beginning-position' respects
display directionality (which we probably want), but 'pos-bol' doesn't.
You can try things out here by starting Eshell and activating
'outline-minor-mode'. You can also see the problems by applying only the
Eshell part of the patch.
Any thoughts? Is this the right way to go about this? (Note: I think the
Eshell side of things will take more work, which I'll address in a later
bug. However, this should be enough to show off the problems on the
outline.el side.)
[0001-WIP-Make-outline.el-able-to-handle-buffers-with-fiel.patch (text/plain, attachment)]
This bug report was last modified 1 year and 99 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.