[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Bug: Indenting empty description list item leaves point at b
From: |
Bodertz |
Subject: |
Re: [PATCH] Bug: Indenting empty description list item leaves point at beginning of line [9.4.4] |
Date: |
Mon, 25 Oct 2021 15:39:35 -0600 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
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:
--8<---------------cut here---------------start------------->8---
- | ::
--8<---------------cut here---------------end--------------->8---
That is, "dash space <cursor> space colon colon".
After indenting, it becomes:
--8<---------------cut here---------------start------------->8---
- |::
--8<---------------cut here---------------end--------------->8---
That is, "dash space <cursor> colon colon". The space before the colon
is no longer present.