From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: terminal escapes in Info files? Date: 30 Oct 2003 08:11:10 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200310281746.h9SHk2915693@f7.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1067494401 27748 80.91.224.253 (30 Oct 2003 06:13:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Oct 2003 06:13:21 +0000 (UTC) Cc: karl@freefriends.org, emacs-devel@gnu.org, dirt@gtk.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Oct 30 07:13:18 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 1AF63a-0005tS-00 for ; Thu, 30 Oct 2003 07:13:18 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AF63a-0000Ik-00 for ; Thu, 30 Oct 2003 07:13:18 +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 1AF61C-0008Tf-VO for emacs-devel@quimby.gnus.org; Thu, 30 Oct 2003 01:10:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AF60S-00088t-BN for emacs-devel@gnu.org; Thu, 30 Oct 2003 01:10:04 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AF5zj-0006wK-PH for emacs-devel@gnu.org; Thu, 30 Oct 2003 01:09:50 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AF5zi-0006tu-SW; Thu, 30 Oct 2003 01:09:19 -0500 Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Wed, 29 Oct 2003 23:19:31 -0500) 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:17607 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17607 > From: Richard Stallman > Date: Wed, 29 Oct 2003 23:19:31 -0500 > > If we combine this idea with the idea of using an ESC character before > each <...> sequence, perhaps the result could be such that we can make > the info reader handle old info files correctly also. I doubt that. Currently, unless invoked with the -R switch, the standalone reader converts ESC into the ASCII string "^[", but doesn't remove anything else. So you will see "^[<...>" for each such sequence. Or am I missing something?