From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.orgmode,gmane.emacs.devel Subject: Re: Alinea filling (hanlding of explicit line-breaks) Date: Wed, 16 Feb 2011 10:02:37 -0500 Message-ID: References: <804o84qy3s.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297869861 1444 80.91.229.12 (16 Feb 2011 15:24:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Feb 2011 15:24:21 +0000 (UTC) Cc: Org mode , emacs-devel@gnu.org To: Vincent =?iso-8859-1?Q?Bela=EFche?= Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Wed Feb 16 16:24:16 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 1PpjEm-0007cJ-If for geo-emacs-orgmode@m.gmane.org; Wed, 16 Feb 2011 16:24:16 +0100 Original-Received: from localhost ([127.0.0.1]:54711 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpjCj-0005TZ-I8 for geo-emacs-orgmode@m.gmane.org; Wed, 16 Feb 2011 10:22:09 -0500 Original-Received: from [140.186.70.92] (port=53103 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ppiyi-0000pI-9F for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 10:07:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpiuD-0005RS-6H for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 10:03:02 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:65021 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpiuB-0005Qq-7C; Wed, 16 Feb 2011 10:02:59 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAGp2W01MCqmX/2dsb2JhbAClYXS8OYVeBIUIj0c X-IronPort-AV: E=Sophos;i="4.60,480,1291611600"; d="scan'208";a="91879319" Original-Received: from 76-10-169-151.dsl.teksavvy.com (HELO ceviche.home) ([76.10.169.151]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 16 Feb 2011 10:02:38 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 1E7C666188; Wed, 16 Feb 2011 10:02:38 -0500 (EST) In-Reply-To: <804o84qy3s.fsf@gmail.com> ("Vincent =?iso-8859-1?Q?Bela=EFch?= =?iso-8859-1?Q?e=22's?= message of "Wed, 16 Feb 2011 07:42:31 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 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:37780 gmane.emacs.devel:136102 Archived-At: >> An important question here is: is it important for M-} to ignore those \\? > I guess so, this is the current default Org behaviour anyhow. Good. > 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. Actually, no, because paragraph-separate would cause the whole line that ends with \\ to be treated as not being part of a paragraph, and paragraph-start wouldn't be appropriate either. Hence the "good" above :-( >> 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? Yes and no: there is no replacement for it. There is fill-forward-paragraph-function, which can handle some of the cases for which fill-paragraph-function has been used, but there would need to be something like a fill-region-as-paragraph-function and we don't have that yet :-( Stefan _______________________________________________ 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