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: Wed, 29 Oct 2003 23:40:17 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <7821-Wed29Oct2003234017+0200-eliz@elta.co.il> References: <200310282009.h9SK95E06713@f7.net> <7443-Wed29Oct2003201110+0200-eliz@elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1067464624 16857 80.91.224.253 (29 Oct 2003 21:57:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Oct 2003 21:57:04 +0000 (UTC) Cc: karl@freefriends.org, dirt@gtk.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Oct 29 22:57:00 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 1AEyJH-0000Ix-00 for ; Wed, 29 Oct 2003 22:56: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 1AEyJH-0004sW-00 for ; Wed, 29 Oct 2003 22:56:59 +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 1AEyIo-0005fJ-Oi for emacs-devel@quimby.gnus.org; Wed, 29 Oct 2003 16:56:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEyGn-0004x2-Uq for emacs-devel@gnu.org; Wed, 29 Oct 2003 16:54:25 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEyFv-0004II-Mh for emacs-devel@gnu.org; Wed, 29 Oct 2003 16:54:02 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEyFJ-0003Q3-MX for emacs-devel@gnu.org; Wed, 29 Oct 2003 16:52:53 -0500 Original-Received: from zaretski ([80.230.143.216]) by legolas.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id APX66131; Wed, 29 Oct 2003 23:45:57 +0200 (IST) Original-To: Andreas Schwab X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Andreas Schwab on Wed, 29 Oct 2003 22:08:11 +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:17591 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17591 > From: Andreas Schwab > Date: Wed, 29 Oct 2003 22:08:11 +0100 > > Btw., the help text is misleading, info without -R does not actually > remove the escapes, it displays them as replacement characters instead. Well, yes and no: it does remove some control characters such as \b and \f. The same code is used to convert ^c into two ASCII characters, so it's kinda hard to write a short but accurate help message.