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: Mon, 27 Oct 2003 21:29:49 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <2427-Mon27Oct2003212948+0200-eliz@elta.co.il> References: <200310261220.h9QCKsb15110@f7.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1067283638 11228 80.91.224.253 (27 Oct 2003 19:40:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 19:40:38 +0000 (UTC) Cc: dirt@gtk.org, emacs-devel@gnu.org, karl@freefriends.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Oct 27 20:40:35 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 1AEDEA-0003qj-00 for ; Mon, 27 Oct 2003 20:40:34 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEDEA-0003DK-00 for ; Mon, 27 Oct 2003 20:40:34 +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 1AEDB1-0006nJ-4w for emacs-devel@quimby.gnus.org; Mon, 27 Oct 2003 14:37:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEDAj-0006my-IJ for emacs-devel@gnu.org; Mon, 27 Oct 2003 14:37:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEDAD-0006ar-QO for emacs-devel@gnu.org; Mon, 27 Oct 2003 14:37:00 -0500 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEDAD-0006WL-Al; Mon, 27 Oct 2003 14:36:29 -0500 Original-Received: from zaretski ([80.230.156.233]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id BSU02474; Mon, 27 Oct 2003 21:35:03 +0200 (IST) Original-To: rms@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Richard Stallman on Mon, 27 Oct 2003 02:02:29 -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:17469 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17469 > From: Richard Stallman > Date: Mon, 27 Oct 2003 02:02:29 -0500 > > if we want to add font markup to info fmt, let's not use something as > ugly as terminal escape squences. please design something clean! How about using what Enriched-Text mode uses in Emacs? See etc/enriched.doc in the Emacs distro.