Re: [BUG] Cursor is moved after changing list bullets

2022-06-16 Thread Ihor Radchenko
Daniel Fleischer writes: > Ihor Radchenko [2022-06-14 Tue 21:30] wrote: > >> I am unable to reproduce using any of the supported Emacs versions. >> Could you please provide more concrete steps? Or better a test. > > Create a file called `list.org` with the following: > ... > Then put the cursor o

Re: [BUG] Cursor is moved after changing list bullets

2022-06-14 Thread Daniel Fleischer
Ihor Radchenko [2022-06-14 Tue 21:30] wrote: > I am unable to reproduce using any of the supported Emacs versions. > Could you please provide more concrete steps? Or better a test. Create a file called `list.org` with the following: * Test - Hello. - hi. - bye. Then call:

Re: [BUG] Cursor is moved after changing list bullets

2022-06-14 Thread Ihor Radchenko
Daniel Fleischer writes: > Hi, there is a regression introduced in: > > ed6f8dc67 org-list: Do not move point and change space when > promoting/demoting items > > When calling `org-cycle-list-bullet' (e.g. using S-right or S-left) the > cursor moves to the beginning of the text

[BUG] Cursor is moved after changing list bullets

2022-06-14 Thread Daniel Fleischer
Hi, there is a regression introduced in: ed6f8dc67 org-list: Do not move point and change space when promoting/demoting items When calling `org-cycle-list-bullet' (e.g. using S-right or S-left) the cursor moves to the beginning of the text after changing the bullet type. It used