From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Using Org as the source format to generate org.texi Date: Tue, 13 Mar 2018 08:29:10 -0400 Message-ID: References: <878tb5axms.fsf@bzg.fr> <6630c346-1b5a-d265-2b3a-05c4f7c497c6@cs.ucla.edu> <87muzk4tzs.fsf@gnu.org> <0ma7vjsrzi.fsf@fencepost.gnu.org> <87fu59qhbd.fsf@Rainer.invalid> <87vae3zobm.fsf@russet.org.uk> <87r2oomjdh.fsf@russet.org.uk> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1520944054 31918 195.159.176.226 (13 Mar 2018 12:27:34 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2018 12:27:34 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 13 13:27:30 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 1evj1e-0008B9-Mg for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2018 13:27:30 +0100 Original-Received: from localhost ([::1]:39593 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evj3g-0003wf-Ag for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2018 08:29:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evj3V-0003vK-My for emacs-devel@gnu.org; Tue, 13 Mar 2018 08:29:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evj3S-0003Wx-JG for emacs-devel@gnu.org; Tue, 13 Mar 2018 08:29:25 -0400 Original-Received: from [195.159.176.226] (port=52792 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evj3S-0003VL-BN for emacs-devel@gnu.org; Tue, 13 Mar 2018 08:29:22 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1evj1K-0007k2-Fq for emacs-devel@gnu.org; Tue, 13 Mar 2018 13:27:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:/vocsy7teFitaCmzWYZV/yQu+h8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 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:223684 Archived-At: > Oh dear. I was hoping not to side-track the issue. > Yes, it's a hypothetical Emacs where org is hosted in ELPA not in > emacs.git, but still distributed with the Emacs tar ball. And the > question is, what if packages other than org used org-mode for their > manuals. Actually, as long as these other manuals are in ELPA packages which have `org` in their "Package-Requires:", I think it'd still be fine. So it's probably not something that we need to worry about. Stefan