From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Vincent_Bela=EFche?= Newsgroups: gmane.emacs.orgmode,gmane.emacs.devel Subject: Re: Alinea filling (hanlding of explicit line-breaks) Date: Wed, 16 Feb 2011 07:42:31 +0100 Message-ID: <804o84qy3s.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297838868 29695 80.91.229.12 (16 Feb 2011 06:47:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Feb 2011 06:47:48 +0000 (UTC) Cc: =?iso-8859-1?Q?Vincent_Bela=EFche?= To: Stefan Monnier , emacs-devel@gnu.org, Org mode Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Wed Feb 16 07:47:42 2011 Return-path: Envelope-to: geo-emacs-orgmode@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PpbAr-0002ZE-0y for geo-emacs-orgmode@m.gmane.org; Wed, 16 Feb 2011 07:47:41 +0100 Original-Received: from localhost ([127.0.0.1]:32928 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ppb8j-00064s-Lt for geo-emacs-orgmode@m.gmane.org; Wed, 16 Feb 2011 01:45:29 -0500 Original-Received: from [140.186.70.92] (port=33593 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ppb61-0005BI-H2 for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 01:42:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ppb60-0001Zs-D1 for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 01:42:41 -0500 Original-Received: from smtp06.smtpout.orange.fr ([80.12.242.128]:43123 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ppb60-0001Zh-8M for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 01:42:40 -0500 Original-Received: from CHOUNEK ([92.135.107.141]) by mwinf5d29 with ME id 8Wic1g00F334R7g03WidGG; Wed, 16 Feb 2011 07:42:38 +0100 X-Antivirus: avast! (VPS 110215-2, 15/02/2011), Outbound message X-Antivirus-Status: Clean X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.12.242.128 X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-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 Xref: news.gmane.org gmane.emacs.orgmode:37764 gmane.emacs.devel:136094 Archived-At: >> 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. >=20 >An important question here is: is it important for M-} to ignore those \\? >=20 I guess so, this is the current default Org behaviour anyhow. as far as I understand, it would be anyhow possible to move point on an alinea-by-alinea basis just by configuring the tailing \\ as anohter paragraph separator. I usually use alinea as follows: ----------------------------------------------------------------------- John Foo (2011-02-16T07:36:02) said:\\ blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah Mika=EBl Bar (2011-02-15T16:28:16) said:\\ gronk gronk gronk gronk gronk gronk gronk gronk gronk gronk gronk gronk gronk gronk gronk gronk ----------------------------------------------------------------------- I don't want M-} to recognize alineas as separate paragraphs because the first alinea of each paragraph is just one line. [...] > Of course fill-paragraph-function sucks because it only applies to > fill-paragraph and not to fill-region. Do you mean that `fill-paragraph-function' is some kind of obsolete feature and that people should use another kind of hook, and if so which one? [...] =20 >=20 >=20 > Stefan Vincent. _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode