From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: karl@freefriends.org (Karl Berry) Newsgroups: gmane.emacs.devel Subject: RE: Alinea filling (hanlding of explicit line-breaks) Date: Sat, 12 Mar 2011 22:41:02 GMT Message-ID: <201103122241.p2CMf21J011654@freefriends.org> References: <801v2cnizz.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1299969710 13860 80.91.229.12 (12 Mar 2011 22:41:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Mar 2011 22:41:50 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: vincent.b.1@hotmail.fr Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 12 23:41:46 2011 Return-path: Envelope-to: ged-emacs-devel@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 1PyXVJ-0006hG-Pf for ged-emacs-devel@m.gmane.org; Sat, 12 Mar 2011 23:41:46 +0100 Original-Received: from localhost ([127.0.0.1]:51613 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyXVJ-0008Jf-6G for ged-emacs-devel@m.gmane.org; Sat, 12 Mar 2011 17:41:45 -0500 Original-Received: from [140.186.70.92] (port=48504 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyXUo-00086m-5J for emacs-devel@gnu.org; Sat, 12 Mar 2011 17:41:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PyXUm-0006He-Mi for emacs-devel@gnu.org; Sat, 12 Mar 2011 17:41:13 -0500 Original-Received: from b0.f7.net ([66.148.120.132]:45922 helo=freefriends.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PyXUm-0006H8-FK for emacs-devel@gnu.org; Sat, 12 Mar 2011 17:41:12 -0500 X-Envelope-From: karl@freefriends.org Original-Received: from freefriends.org (sls-af11p1 [127.0.0.1]) by freefriends.org (8.14.4/8.14.4) with ESMTP id p2CMf3pT011656; Sat, 12 Mar 2011 17:41:06 -0500 Original-Received: (from nobody@localhost) by freefriends.org (8.14.4/8.14.4/submit) id p2CMf21J011654; Sat, 12 Mar 2011 22:41:02 GMT X-Authentication-Warning: localhost.localdomain: nobody set sender to karl@freefriends.org using -f In-Reply-To: <801v2cnizz.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 66.148.120.132 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-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 Xref: news.gmane.org gmane.emacs.devel:137173 Archived-At: Hi Vincent and all, Karl: I put you in the loop for info, because in Texinfo mode I think that @* is used as an alinea separator similar to \\ in Org mode. 1. Sure, @* forces a line break in Texinfo. How that technically compares to \\ in org mode, I don't know. 2. The Texinfo support in Emacs, including info and texinfo-mode, etc., is maintained by the Emacs developers, not the Texinfo developers. (After many years of skewed releases, etc., it became clear that was the better approach.) Happy hacking, Karl