From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: Using Org as the source format to generate org.texi Date: Wed, 07 Mar 2018 01:22:47 +0100 Organization: GNU Message-ID: <87ina84tuw.fsf@gnu.org> References: <878tb5axms.fsf@bzg.fr> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1520382106 22281 195.159.176.226 (7 Mar 2018 00:21:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 7 Mar 2018 00:21:46 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 07 01:21:42 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1etMpg-0002po-Ce for ged-emacs-devel@m.gmane.org; Wed, 07 Mar 2018 01:21:24 +0100 Original-Received: from localhost ([::1]:59012 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etMrh-0001mo-DB for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2018 19:23:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etMr7-0001mO-H0 for emacs-devel@gnu.org; Tue, 06 Mar 2018 19:22:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etMr4-0004TD-CI for emacs-devel@gnu.org; Tue, 06 Mar 2018 19:22:53 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59133) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etMr4-0004T0-7u; Tue, 06 Mar 2018 19:22:50 -0500 Original-Received: from [78.192.157.63] (port=51566 helo=bzg.fr) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1etMr3-0003fQ-QZ; Tue, 06 Mar 2018 19:22:50 -0500 Original-Received: by bzg.fr (Postfix, from userid 1000) id 02251380BCB; Wed, 7 Mar 2018 01:22:47 +0100 (CET) In-Reply-To: (Stefan Monnier's message of "Tue, 06 Mar 2018 15:20:13 -0500") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:223395 Archived-At: Hi Stefan, Stefan Monnier writes: > Bastien writes: >> One drawback is that we will have to backport manual changes made in >> Emacs' repo to org.texi into Org's manual.org file, but such changes >> are rare enough that we think we can handle this. > > Why wouldn't we use Org's manual.org in Emacs? I thought the rule was for Emacs manuals to be written in Texinfo. But if we can sync org-manual.org in Emacs branch, it will make our lives easier, for sure! -- Bastien