michael hohn <mhh...@gmail.com> writes: > Hi all, > > after upgrading to the current git head (from a version around 6.36), > fill-region produces wrong indentation for my lists. Starting with > > - one > - very, very, very, very, very, very, very, very, very, very, very, very, > long > - short > > and marking the second item via mark-paragraph followed by fill-region > results in > > - one > - very, very, very, very, very, very, very, very, very, very, very, > very, long > - short
I can reproduce this. It occurs only when marking a region, not when calling fill paragraph directly on the item. A related bug: > - one > - very, very, very, very, very, very, very, very, very, very, very, > very, long > - short If one calls unfill-paragraph on the "very, very" line above, nothing happens. In the past, unfill paragraph would turn the item into a single line, which is very convenient for fixing improperly indented multi-line items. Best, Matt