From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Moving from org-mode 6.33/7.9.3 to 8.3.2 Date: Tue, 01 Dec 2015 23:31:19 +0100 Message-ID: <87mvttkdhk.fsf@nicolasgoaziou.fr> References: <87two4lbw6.fsf@nicolasgoaziou.fr> <87lh9fles1.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3tQQ-0002eK-4N for emacs-orgmode@gnu.org; Tue, 01 Dec 2015 17:29:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3tQP-0007SZ-9c for emacs-orgmode@gnu.org; Tue, 01 Dec 2015 17:29:30 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:34564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3tQP-0007SP-38 for emacs-orgmode@gnu.org; Tue, 01 Dec 2015 17:29:29 -0500 In-Reply-To: (Steve Moreau's message of "Tue, 1 Dec 2015 08:33:31 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Steve Moreau Cc: emacs-orgmode@gnu.org Hello, Steve Moreau writes: > - In the past, what I could see with the standard 'M-x fill-region' over > paragraphs or lists with empty lines between each inner items, was probably > performed thanks to several calls to org-fill-paragraph. I don't think so. `fill-region' uses `fill-region-as-paragraph', which does its own thing. AFACT, it never calls `fill-paragraph-function', i.e., `org-fill-paragraph'. > - There are no unit tests, nor past discussions about how different text > block contents should be filled with this new function `org-fill-paragraph' is heavily tested in `test-org/fill-paragraph'. `org-fill-region' is expected to behave as if `org-fill-paragraph' is called on every element in the region. Regards, -- Nicolas Goaziou