From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Hackney Subject: Re: [PATCH 2/2] Fix adaptive filling. Date: Wed, 3 Mar 2010 20:25:55 -0500 Message-ID: <2e0e1cd41003031725s1cf6c7axa775829d14410da9@mail.gmail.com> References: <1267451350-5023-1-git-send-email-dan@haxney.org> <1267451350-5023-2-git-send-email-dan@haxney.org> <20524da71003031717r34fc6e35xcd8305d1428133da@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmzpZ-0002y8-4J for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 20:26:25 -0500 Received: from [140.186.70.92] (port=41232 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmzpY-0002y0-9i for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 20:26:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NmzpX-0001GH-Qh for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 20:26:24 -0500 Received: from ey-out-1920.google.com ([74.125.78.145]:53332) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NmzpX-0001G9-ME for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 20:26:23 -0500 Received: by ey-out-1920.google.com with SMTP id 26so420970eyw.34 for ; Wed, 03 Mar 2010 17:26:21 -0800 (PST) Received: by ewy22 with SMTP id 22so1633608ewy.26 for ; Wed, 03 Mar 2010 17:26:19 -0800 (PST) In-Reply-To: <20524da71003031717r34fc6e35xcd8305d1428133da@mail.gmail.com> 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: Samuel Wales Cc: emacs-orgmode@gnu.org Samuel Wales wrote: > How will the new value of a non-org variable affect filladapt.el? I don't use filladapt.el, so I can't be sure, but the change I made is pretty non-invasive, so I doubt many problems would arise. I'm not quite sure of what is being asked, however; what would filladapt.el do that could be affected by this? > On 2010-03-01, Dan Hackney wrote: >> For paragraph text, `org-adaptive-fill-function' did not handle the >> base case of regular text which needed to be filled. This commit >> saves a buffer-local value of `adaptive-fill-regexp' and uses it if >> none of the org-specific regexps match. This allows email-style ">" >> comments to be filled correctly. -- Daniel M. Hackney