[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Recent folding issues
From: |
Ihor Radchenko |
Subject: |
Re: Recent folding issues |
Date: |
Tue, 19 Jul 2022 21:21:08 +0800 |
Jack Kamm <jackkamm@gmail.com> writes:
> If I put the cursor on Headline 1 and call evil-open-below, I don't
> immediately see a new line, and the buffer looks as above, but with the
> pointer "inside" the elipses. As soon as I start typing, it will unfold
> the last subheading of Headline 1, and the buffer looks like this after
> I finished typing:
>
>> * Headline 1
>> *** Headline 1b1
>>
>> Stuff
>>
>> * New typing here
>> * Headline 2
>
> And also I got the message:
>
>> org-fold-check-before-invisible-edit--text-properties: Edit in invisible
>> region aborted, repeat to confirm with text visible
>
> Whereas with org-fold-core-style set to "overlays", I get the old
> behavior -- after typing "o" on Headline 1, I see this:
>
>> * Headline 1...
>>
>> * Headline 2
>
> With the pointer on the new line, and after typing I see:
>
>> * Headline 1...
>> * New typing here
>> * Headline 2
Thanks for another detailed report!
Fixed on main via 39005dc09.
Let me know if you notice any other inconsistencies.
For clarity, this particular change had been tested for over a year
before it was merged.
Best,
Ihor