From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: lists and fill-region Date: Wed, 09 Mar 2011 14:36:29 -0500 Message-ID: <87d3m0m6gy.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=58299 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxPBP-0008KZ-Nj for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 14:36:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxPBO-0005MJ-4S for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 14:36:31 -0500 Received: from out5.smtp.messagingengine.com ([66.111.4.29]:40854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxPBO-0005MD-24 for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 14:36:30 -0500 In-Reply-To: (michael hohn's message of "Wed, 9 Mar 2011 11:04:13 -0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: michael hohn Cc: emacs-orgmode@gnu.org michael hohn 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