From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Changes to Texinfo DTD Date: Mon, 24 Nov 2003 11:23:11 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200310280126.h9S1Q9N16202@f7.net> <20031028105102.GA7330@dirtyweb.penguinpowered.com> <20031030104238.GA11503@dirtyweb.penguinpowered.com> <87vfps2x9r.fsf@ID-87814.user.dfncis.de> <878ymfdsx9.fsf@mail.jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1069691822 12489 80.91.224.253 (24 Nov 2003 16:37:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2003 16:37:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Nov 24 17:36:59 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AOJhr-0005AC-00 for ; Mon, 24 Nov 2003 17:36:59 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AOJhq-0004Eg-00 for ; Mon, 24 Nov 2003 17:36:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AOKdq-0006Ob-KT for emacs-devel@quimby.gnus.org; Mon, 24 Nov 2003 12:36:54 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AOKas-0005ZS-7q for emacs-devel@gnu.org; Mon, 24 Nov 2003 12:33:50 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AOKaQ-0005PN-I7 for emacs-devel@gnu.org; Mon, 24 Nov 2003 12:33:47 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AOKaP-0005Op-Sv for emacs-devel@gnu.org; Mon, 24 Nov 2003 12:33:21 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AOJUV-0007Qo-O9; Mon, 24 Nov 2003 11:23:11 -0500 Original-To: Oliver Scholz In-reply-to: (message from Oliver Scholz on Thu, 20 Nov 2003 11:37:16 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18086 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18086 My proposal is to keep the current text/plain info format as an internal representation in the standalone info reader. The reader would then check whether a particular file is in the text/plain info format or in the XML format. If the former: business as usual. If the latter, it would convert this XML to plain/text with the necessary If this method can be implemented in both the standalone reader and Emacs, and runs fast enough, then I see no objection.