From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: karl@freefriends.org (Karl Berry) Newsgroups: gmane.emacs.devel Subject: Re: terminal escapes in Info files? Date: Tue, 28 Oct 2003 11:50:05 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200310281650.h9SGo5j06403@f7.net> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1067360082 22885 80.91.224.253 (28 Oct 2003 16:54:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2003 16:54:42 +0000 (UTC) Cc: eliz@elta.co.il, emacs-devel@gnu.org, rms@gnu.org, dirt@gtk.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Oct 28 17:54:38 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 1AEX78-0008DJ-00 for ; Tue, 28 Oct 2003 17:54:38 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEX78-00067f-00 for ; Tue, 28 Oct 2003 17:54:38 +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 1AEX5v-0002kp-4P for emacs-devel@quimby.gnus.org; Tue, 28 Oct 2003 11:53:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEX3u-0002Lr-AW for emacs-devel@gnu.org; Tue, 28 Oct 2003 11:51:18 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEX3K-0002CG-7g for emacs-devel@gnu.org; Tue, 28 Oct 2003 11:51:13 -0500 Original-Received: from [209.61.216.22] (helo=f7.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEX2n-000233-RC; Tue, 28 Oct 2003 11:50:09 -0500 Original-Received: (from karl@localhost) by f7.net (8.11.7-20030920/8.11.7) id h9SGo5j06403; Tue, 28 Oct 2003 11:50:05 -0500 Original-To: monnier@IRO.UMontreal.CA 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:17504 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17504 Of course, a direction I'd even prefer is some way to make it possible to use the TeXinfo file(s) directly The problem with this approach is that then Emacs has to know about every change to the Texinfo source language. That does not seem like a good idea. New commands could not be added to Texinfo without impacting Info readers, in that case. rms intentionally designed Texinfo so that this would not happen. In the present situation, info readers generally don't have to know or care what the source commands are and when they change. I've added probably 20+ commands without impacting any reader and without any compatibility issues. (Occasionally there are commands that do have compatibility issues, such as @anchor and the new @image support, but these have been the exception.) If I'm missing something here, please let me know ...