From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Monnier Subject: Re: Alinea filling (hanlding of explicit line-breaks) Date: Tue, 15 Feb 2011 12:22:16 -0500 Message-ID: References: <80oc6e5mnt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <80oc6e5mnt.fsf@gmail.com> ("Vincent =?iso-8859-1?Q?Bela=EFch?= =?iso-8859-1?Q?e=22's?= message of "Mon, 14 Feb 2011 22:30:46 +0100") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org To: Vincent =?iso-8859-1?Q?Bela=EFche?= Cc: Org mode , emacs-devel@gnu.org List-Id: emacs-orgmode.gnu.org > Maybe an example is better to explain what I need, imagine that I have > the following two paragraphs: [...] > Where I assumed that alineas are separated by either an empty line or a > tailing `\\' while paragraphs are separated by just an empty line. An important question here is: is it important for M-} to ignore those \\? > What you say (making distinct separation of paragraph for motion and of > fillable-region) is more than what I needed, because I assumed that > alineas and paragraphs are not completely separate things, as an alinea > is always a subset of a paragraph. Yes, that's usually the case. But it's more trouble for the code to enforce that fill-forward-paragraph-function only moves within the current paragraph, so the extra power comes at no cost and you don't have to use it. > Concerning EUPP, after more thinking, I realized that alineas are not > the good approach: actually I don't need any special filling but rather > to disable filling in some occasions, and for that using the > fill-paragraph-function is a better approach. Of course fill-paragraph-function sucks because it only applies to fill-paragraph and not to fill-region. > So, for Org I will just install emacs-24 --- or at least the fill > package, is it backward compatible with an emacs-23 ? No idea. It's likely, but I really can't guarantee it. Stefan