Re: [PATCH v2] Bug: Indenting empty description list item leaves point at beginning of line [9.4.4]

2022-06-11 Thread Ihor Radchenko
Bodertz writes: > After some quick testing, your patch seems to work as expected. Thanks! Applied onto main via ed6f8dc67. Best, Ihor

Re: [PATCH v2] Bug: Indenting empty description list item leaves point at beginning of line [9.4.4]

2022-06-10 Thread Bodertz
After some quick testing, your patch seems to work as expected. Thanks!

[PATCH v2] Bug: Indenting empty description list item leaves point at beginning of line [9.4.4]

2022-06-09 Thread Ihor Radchenko
Bodertz writes: > Apologies, I wasn't aware you were asking for feedback. > > The issue I described no longer occurs. > > However, there is still a minor issue with the proposed fix. > > After creating a new empty description list item by pressing {M-RET} > after a description list item, the

Re: [PATCH] Bug: Indenting empty description list item leaves point at beginning of line [9.4.4]

2021-10-25 Thread Bodertz
Apologies, I wasn't aware you were asking for feedback. The issue I described no longer occurs. However, there is still a minor issue with the proposed fix. After creating a new empty description list item by pressing {M-RET} after a description list item, the item created is the following:

Re: [PATCH] Bug: Indenting empty description list item leaves point at beginning of line [9.4.4]

2021-10-25 Thread Ihor Radchenko
Ihor Radchenko writes: > Bodertz writes: > >> As you can see, point is at the beginning of the line. I think it >> should be after the dash, as is the case when indenting plain list >> items. > > The fix is attached. Are you still seeing the issue with the proposed patch? Best, Ihor

[PATCH] Bug: Indenting empty description list item leaves point at beginning of line [9.4.4]

2021-10-02 Thread Ihor Radchenko
Bodertz writes: > As you can see, point is at the beginning of the line. I think it > should be after the dash, as is the case when indenting plain list > items. The fix is attached. Best, Ihor >From 63870bec28e59732cbbdf8b2534f6ece96e2d5d8 Mon Sep 17 00:00:00 2001 Message-Id:

Re: Bug: Indenting empty description list item leaves point at beginning of line [9.4.4]

2021-09-27 Thread Bastien
Hi, Bodertz writes: > After pressing M- as asked, the list will look like this: > > > - list item :: with description > - Indent the empty list item below by pressing M- :: description > - :: > > > As you can see, point is at the beginning of the line. I think it > should be after the dash,

Bug: Indenting empty description list item leaves point at beginning of line [9.4.4]

2021-09-24 Thread Bodertz
See this example plain list, where point is represented by : - list item - Indent the empty list item below by pressing M- - After pressing M- as asked, the list will look like this: - list item - Indent the empty list item below by pressing M- - As you can see, point is after the